log

age author description
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
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: show correct operation for file diffs instead of '???'
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: introduce ascii preserving visual markup of *bold*
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: make linkify_others slightly smarter - don't markup empty space
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: move linkify_others out of urlify_issues - it is almost always relevant
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: inline changeset hash markup in urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: inline @mention markup in urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: inline stylize markup in urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: inline url markup in urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: in urlify_text, use <br> for newlines in pre-formatted text so it can be cut'n'pasted correctly
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: add @mentions to ordinary urlify_text and use urlify_text for render_w_mentions
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: test urlify_changeset through urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: merge urlify_commit into urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: simplify urlify_issues - urlify_commit and thus urlify_issues are always passed a repository
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: clarify the purpose of linkify_others
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: use 'repo_name' for name of repository instead of 'repository'
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich helpers: improve test coverage of urlify_text
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: use Celery 3 config settings instead of deprecated
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: upgrade to Celery 3
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celeryd: move the celeryd paster command to the place where paster commands live
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celerypylons: wrap celery import so we always get the right environment variables set and check configuration
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: import the whole celerylib - no cherry picking in tasks
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celeryd: annotate tasks so they can be run directly without run_task
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celerylib: improve handling of sync results and get rid of BaseAsyncResult handling
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: drop wrong use of on_failure - if it should work, it should be a method somewhere, not a local function
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: refactor config loader
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: drop pointless get_logger
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich paster: cleanup ishell imports - don't try to import * locally
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich paster: show cleanup progress info while walking directories - it can take a while if it starts walking in the wrong places
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich paster: fix output from update-repoinfo - only mention cache invalidation when cache actually was invalidated
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich paster: drop insertion of root path in sys.path
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich db_manage: cleanup and minor refactorings
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: drop unused load_environment parameter initial
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich pullrequests: when creating, don't convert selected revision to tag name
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich pullrequests: when creating PRs from/to revisions, shorten the visible name