log

age author description
Thu, 22 Sep 2016 21:06:44 +0200 domruf templates: cleanup index page and make repo group table a 'DataTable' as well
Mon, 19 Sep 2016 20:36:01 +0200 domruf style: remove unnecessary html elements and inline style attributes - it is dead code
Mon, 26 Sep 2016 17:11:02 +0200 domruf templates: get rid of repo_breadcrumbs
Fri, 23 Sep 2016 18:34:53 +0200 Andrew Shadura css: enable visual feedback for Tab-based keyboard menu navigation
Fri, 23 Sep 2016 18:34:14 +0200 Andrew Shadura templates: assign a dummy href to a button to enable keyboard navigation
Fri, 23 Sep 2016 18:32:06 +0200 Andrew Shadura templates: add ARIA markup to dropdown menus
Fri, 23 Sep 2016 17:51:59 +0200 Andrew Shadura helpers: gravatar_div: allow generating attributes with dashes
Fri, 23 Sep 2016 17:50:48 +0200 Andrew Shadura templates: switch dropdowns from mouse over to on-click
Sun, 25 Sep 2016 15:11:14 +0200 Thomas De Schampheleire model: rename db.BaseModel to avoid confusion with base.BaseModel
Sun, 25 Sep 2016 15:06:34 +0200 Thomas De Schampheleire model: move code from __init__.py to base.py
Sun, 25 Sep 2016 17:42:50 +0200 Mads Kiilerich helpers: rename repo_link to repo_breadcrumps
Thu, 15 Sep 2016 18:50:30 +0200 domruf helpers: allow to set class for repo_link breadcrumb links
Sun, 25 Sep 2016 17:21:07 +0200 Mads Kiilerich utils: remove unnecessary import of Session
Sun, 25 Sep 2016 17:21:07 +0200 Mads Kiilerich users: use the form URL for POST so the htmlfill error page URL will be the same as the initial form URL.
Sun, 25 Sep 2016 17:21:07 +0200 Mads Kiilerich diff: don't make '...' a broken link - it doesn't do anything so don't make it a link
Sun, 25 Sep 2016 17:21:07 +0200 Mads Kiilerich helpers: refactor and optimize urlify_issues
Thu, 15 Sep 2016 18:08:54 +0200 Søren Løvborg cleanup: don't "return x if x is not None else None"
Thu, 15 Sep 2016 17:22:56 +0200 Søren Løvborg cleanup: use obj.foo_id instead of obj.foo.foo_id
Thu, 15 Sep 2016 17:40:29 +0200 Søren Løvborg cleanup: remove redundant database loads
Thu, 15 Sep 2016 17:42:59 +0200 Søren Løvborg cleanup: don't check if currently logged-in user exists
Wed, 14 Sep 2016 16:27:05 +0200 Søren Løvborg model: change ChangesetComment 'user' to 'author'
Wed, 14 Sep 2016 16:24:05 +0200 Søren Løvborg db: PullRequest/Repository/RepoGroup/UserGroup: change 'user' to 'owner'
Tue, 13 Sep 2016 19:19:59 +0200 Søren Løvborg db: remove superfluous Session.add calls
Thu, 15 Sep 2016 13:57:47 +0200 Søren Løvborg repos: inline RepoModel.update_repoinfo
Tue, 13 Sep 2016 18:40:49 +0200 Søren Løvborg db: always add to session in Setting.create_or_update
Thu, 15 Sep 2016 15:13:27 +0200 Søren Løvborg db: do case-insensitive explicit sorting of RepoGroup names
Wed, 14 Sep 2016 15:53:13 +0200 Søren Løvborg db: add a RepoGroup.query() shortcut
Thu, 15 Sep 2016 15:25:13 +0200 Søren Løvborg db: always do case-insensitive sorting of repository names
Wed, 14 Sep 2016 15:52:26 +0200 Søren Løvborg db: add a Repository.query() shortcut
Thu, 15 Sep 2016 13:36:05 +0200 Søren Løvborg db: add some PullRequest.query() shortcuts
Mon, 05 Sep 2016 18:08:14 +0200 Søren Løvborg controllers: remove redundant Repository database lookups
Fri, 23 Sep 2016 14:05:42 +0200 Søren Løvborg db: inline calls to get_all
Sat, 17 Sep 2016 22:09:04 +0200 Thomas De Schampheleire Turbogears2 migration: replace pylons.url by kallithea.config.routing.url
Fri, 09 Sep 2016 15:34:08 +0200 Thomas De Schampheleire tests: fix assertion rewriting in some tests with pytest-3.0.0+
Sun, 18 Sep 2016 21:44:21 +0200 Thomas De Schampheleire tests: add as little code as possible in __init__.py
Mon, 19 Sep 2016 22:39:26 +0200 Mads Kiilerich scripts: fix X mode on code formatting scripts
Tue, 13 Sep 2016 18:01:19 +0200 Thomas De Schampheleire Turbogears2 migration: remove some references to Pylons in comments
Mon, 22 Aug 2016 17:50:51 +0200 Thomas De Schampheleire Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url
Mon, 12 Sep 2016 17:41:20 +0200 Mads Kiilerich api: drop the old Api auth methods and use the normal methods for access control
Mon, 12 Sep 2016 17:41:20 +0200 Mads Kiilerich api: fail when given unknown arguments
Mon, 12 Sep 2016 17:41:20 +0200 Mads Kiilerich api: stop passing apiuser as parameter to handler functions - if they really need it, use self.authuser
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich api: stop explicitly passing apiuser to auth methods - use the global user instead
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich api: set authuser in the thread global request instace - and temporarily verify that it matches what is passed explicitly to auth methods
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich compat: drop unnecessary wrappers for old Python versions
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich lib: drop dbmigrate waitress check for Python 2.5 - we currently only support 2.6 and 2.7
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich lib: drop unused __dbversion__
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich auth: cleanup of EXTERN_TYPE_INTERNAL
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich api: drop odd creation of password when extern_name is set
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich user: when updating a user, never set the password to None - the field is not nullable
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich celery: drop workaround for old kombu and Python 2.7.11 after upgrade to Celery 3 and a new Kombu version
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich lib: simplify version; drop get_current_revision - it was run every time on import time - we don't want that
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich changeset: use monospace and and fix spacing when showing full changeset
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich style: give linked changeset_hash some color instead of black
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich utils: when building a Mercurial ui object with configuration, don't use 'None' for NULL values
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich changelog: show merges as semi opaque in more places
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: fix display of links to before / after files - it was not obvious what the hashes / file names did
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: correct handling of links to old filename in renames
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diffs: fold diff_block_simple (used by PR and compare) into diff_block
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: rework data structure used by diff_block.diff_block (used for changeset diffs)
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: minor cleanups