log

age author description
Mon, 08 May 2017 05:25:41 +0200 Mads Kiilerich tests: clarify that default parameters are for form - direct model access requires different types
Tue, 21 Mar 2017 22:44:21 +0100 domruf db: drop and re-create old schemas instead of Base.metadata.drop_all()
Mon, 27 Mar 2017 11:29:38 +0200 Søren Løvborg db: upgrade to SQLAlchemy 1.1, fixing invalid PostgreSQL SQL in User.is_default_user
Thu, 06 Apr 2017 21:05:30 +0200 domruf alembic: check database version before starting kallithea
Wed, 15 Jun 2016 18:33:27 +0200 domruf lock: fix encoding error when Mercurial emits a localized warning with the Kallithea "repository locked" message
Wed, 03 May 2017 04:17:27 +0200 Mads Kiilerich tests: refactor _construct_url in the manual vcs test to actually return a url - dest is handled separately
Thu, 27 Apr 2017 20:29:28 +0200 domruf tests: use relative path when adding file to git repo (fixes error with newer git versions)
Wed, 03 May 2017 03:41:45 +0200 Mads Kiilerich tests: add workaround for failing manual vcs tests test_ip_restriction_*
Wed, 12 Apr 2017 18:30:23 +0200 domruf tests: add context fixture to fix test_ip_restriction_hg/git
Sat, 15 Apr 2017 14:10:39 +0200 Andrew Shadura git: add references for Git pull request heads
Wed, 03 May 2017 03:41:11 +0200 Mads Kiilerich statistics: fix invalid js after 33b71a130b16
Sat, 15 Apr 2017 01:56:27 +0200 Mads Kiilerich admin: clean-up of Gravatar and IP in user profile headers
Fri, 14 Apr 2017 21:30:42 +0200 Mads Kiilerich gearbox: fix setup-db failure when db is created for the first time (Issue #272)
Fri, 14 Apr 2017 21:19:42 +0200 Thomas De Schampheleire gearbox: avoid duplicate logging setup when calling make_app
Thu, 13 Apr 2017 02:05:24 +0200 Mads Kiilerich paster_commands: inline helper methods - they don't help much
Mon, 10 Apr 2017 13:15:52 +0300 Anton Schur lib: fix Git hook failure after TG2 port
Fri, 14 Apr 2017 02:12:09 +0200 Mads Kiilerich auth: tweak debug logging - especially don't log the full raw auth_plugins with internal reprs
Thu, 13 Apr 2017 02:25:59 +0200 Mads Kiilerich lib: reduce impact of bad import cycle
Tue, 11 Apr 2017 14:37:43 +0200 Søren Løvborg pullrequests: fix broken "new PR iteration" handling of ancestor changes
Tue, 11 Apr 2017 01:51:54 +0200 Mads Kiilerich style: avoid conflict between navbar 'caret' and plain bootstrap 'caret'
Tue, 11 Apr 2017 01:49:01 +0200 Mads Kiilerich style: drop unfortunate double panel around changelog
Tue, 11 Apr 2017 01:35:30 +0200 Mads Kiilerich vcs: drop unused baseui_config.py
Tue, 11 Apr 2017 01:34:00 +0200 Mads Kiilerich lib: drop unused make_ui parameter checkpaths
Sun, 09 Apr 2017 00:13:17 +0200 domruf Jenkinsfile: run each py.test on a separate executor
Thu, 06 Apr 2017 16:55:55 +0300 Anton Schur middleware: convert check_locking_state to be a separate function
Fri, 07 Apr 2017 04:22:42 +0200 Mads Kiilerich lib: pass full user to _check_locking_state - not just user_id
Fri, 07 Apr 2017 04:21:38 +0200 Mads Kiilerich lib: move special Mercurial HTTP listkey exception out of _check_locking_state
Fri, 07 Apr 2017 04:21:32 +0200 Mads Kiilerich lib: slight cleanup of _check_locking_state
Mon, 20 Mar 2017 21:06:31 +0100 Thomas De Schampheleire config: activate logging on 'gearbox serve'
Sat, 18 Mar 2017 21:37:27 +0100 Thomas De Schampheleire config: initialize routes directly from RootController
Tue, 04 Apr 2017 22:23:20 +0200 Thomas De Schampheleire TurboGears2 migration: update ini files for error email settings
Fri, 27 Jan 2017 20:49:01 +0100 Thomas De Schampheleire docs: smtp_port is now respected by backlash
Fri, 27 Jan 2017 20:47:10 +0100 Thomas De Schampheleire docs: update email documentation for TurboGears2
Fri, 27 Jan 2017 21:31:37 +0100 Thomas De Schampheleire ini: set 'debug' only in one place
Fri, 27 Jan 2017 21:24:08 +0100 Thomas De Schampheleire ini: remove 'pdebug' setting (profiling)
Sat, 28 Jan 2017 20:46:00 +0100 Thomas De Schampheleire backend: add TurboGears2 DebugBar support
Tue, 13 Dec 2016 19:37:24 +0100 Thomas De Schampheleire tests: remove custom test_context
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Sun, 15 Jan 2017 20:57:47 +0100 Thomas De Schampheleire tests: use test_context for tests needing internationalization (bis)
Thu, 06 Apr 2017 03:33:51 +0200 Mads Kiilerich setup: duplicate some requirements from setup.py to dev_requirements.txt so pip --upgrade versions match
Tue, 04 Apr 2017 16:54:35 +0200 Andrew Shadura pygmentsutils: don't fail if an extension doesn't speficy EXTRA_LEXERS
Tue, 04 Apr 2017 15:22:48 +0200 domruf auth: catch all exceptions while loading auth plugin - not just ImportError
Sun, 02 Apr 2017 13:38:08 +0200 domruf auth: refactor auth plugin importing
Sun, 02 Apr 2017 13:38:08 +0200 domruf auth: refactor auth plugin importing - rename enabled_plugin to enabled_plugin_names
Sat, 18 Mar 2017 20:21:18 +0100 Thomas De Schampheleire config: move bulk of make_app to app_cfg.py
Sat, 18 Mar 2017 20:21:02 +0100 Thomas De Schampheleire config: move bulk of load_environment to new file app_cfg.py
Wed, 15 Mar 2017 21:20:24 +0100 Thomas De Schampheleire controllers: rename __before__ to _before in preparation of TurboGears2
Wed, 15 Mar 2017 21:00:40 +0100 Thomas De Schampheleire controllers: remove empty __before__ methods
Sun, 15 Jan 2017 20:49:23 +0100 Thomas De Schampheleire tests: add global test_context_fixture
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich tg: minimize future diff by some mocking and replacing some pylons imports with tg
Fri, 24 Mar 2017 20:15:07 +0100 domruf jenkinsfile: delete all old files in the workspace
Wed, 15 Mar 2017 12:36:43 +0100 domruf jenkinsfile: catch the correct exception if jenkins plugin is not available
Thu, 23 Mar 2017 22:20:35 +0100 domruf jenkinsfile: create venv in special folder instead of jenkins workspace
Thu, 23 Mar 2017 22:08:56 +0100 domruf jenkinsfile: remove unnecessary lines
Thu, 23 Mar 2017 19:04:21 +0100 domruf tests: use the DB set in TEST_DB for git hooks
Sun, 26 Mar 2017 15:27:16 +0200 domruf tests: don't compare MTIME header of gzip file
Fri, 10 Feb 2017 23:02:57 +0100 Søren Løvborg compare: refactor drop-down UI code
Wed, 15 Mar 2017 22:07:53 +0100 Søren Løvborg auth: improve API key documentation for users
Wed, 15 Mar 2017 21:20:45 +0100 Søren Løvborg pullrequests: rename "as_form" to something more descriptive
Wed, 15 Mar 2017 20:39:38 +0100 Søren Løvborg templates: addPermAction JS escaping bugfix (by eliminating expansion bugfix)
Sat, 25 Mar 2017 17:35:46 +0900 FUJIWARA Katsunori admin: apply LOWER() on journal filtering term for suffix/infix matching
Sun, 05 Mar 2017 17:06:48 +0100 domruf tests: add Jenkinsfile for automatic creation of Jenkins projects for testing Kallithea itself
Sun, 05 Mar 2017 15:17:56 +0100 domruf tests: add pytest-cov .coveragerc file
Sun, 05 Mar 2017 15:46:43 +0100 domruf tests: remove obsolete .travis.yml file
Fri, 03 Mar 2017 15:34:31 +0100 Søren Løvborg pullrequests: introduce "action objects" for PR creation
Tue, 28 Feb 2017 17:19:00 +0100 Søren Løvborg templates: properly escape inline JavaScript values
Mon, 06 Mar 2017 02:23:26 +0100 Mads Kiilerich style: refactor panel margin css - make it more like real Bootstrap by putting padding on .panel-body
Fri, 03 Mar 2017 02:44:13 +0100 Mads Kiilerich style: fix "following" toggling
Wed, 01 Mar 2017 03:53:15 +0100 Mads Kiilerich style: use Bootstrap-ish nav-pills markup for settings menu
Wed, 01 Mar 2017 03:53:06 +0100 Mads Kiilerich style: fix weird styling of quick login
Wed, 01 Mar 2017 02:42:35 +0100 Mads Kiilerich style: fix help texts in Global Default Permissions
Wed, 01 Mar 2017 02:37:43 +0100 Mads Kiilerich style: fix display of Summary Repository Size
Mon, 27 Feb 2017 15:38:20 +0100 Søren Løvborg pullrequests: pass around reviewer User objects, not IDs
Mon, 27 Feb 2017 15:44:49 +0100 Søren Løvborg pullrequests: minor controller cleanup
Tue, 28 Feb 2017 21:09:48 +0100 Søren Løvborg model: remove BaseModel class
Mon, 27 Feb 2017 20:36:49 +0100 Søren Løvborg cleanup: drop superfluous Session.add calls
Mon, 27 Feb 2017 21:28:12 +0100 Søren Løvborg cleanup: do Session.add directly inside _create_default_perms
Mon, 27 Feb 2017 19:47:54 +0100 Søren Løvborg cleanup: remove SQLAlchemy session argument to action_logger
Tue, 28 Feb 2017 15:24:55 +0100 Søren Løvborg notifications: add tooltips to "mark as read" and "delete" buttons
Tue, 28 Feb 2017 17:04:10 +0100 Søren Løvborg css: additional fixes
Wed, 22 Feb 2017 21:13:37 +0100 Søren Løvborg gists: simplify expiration checks
Thu, 23 Feb 2017 18:00:56 +0100 Søren Løvborg cleanup: refer less to User.DEFAULT_USER
Mon, 20 Feb 2017 19:21:34 +0100 Søren Løvborg cleanup: use list comprehensions
Wed, 22 Feb 2017 21:20:39 +0100 Søren Løvborg api: simplify API key expiration checks
Mon, 20 Feb 2017 18:40:32 +0100 Søren Løvborg auth: simplify user group permission checks
Mon, 20 Feb 2017 19:31:48 +0100 Søren Løvborg auth: simplify repository group permission checks
Mon, 20 Feb 2017 17:23:25 +0100 Søren Løvborg auth: simplify repository permission checks
Thu, 23 Feb 2017 20:26:27 +0100 Søren Løvborg repogroups: fix private repo recursion check
Thu, 23 Feb 2017 16:24:24 +0100 Søren Løvborg comments: for PR comments, link directly to comment on PR page
Thu, 16 Feb 2017 16:15:44 +0100 Søren Løvborg templates: fix wrong HTML on compare page
Thu, 16 Feb 2017 16:03:25 +0100 Søren Løvborg css: fix checkbox alignment
Thu, 16 Feb 2017 16:09:53 +0100 Søren Løvborg css: don't force permission tables to 100% width
Thu, 16 Feb 2017 15:48:34 +0100 Søren Løvborg css: tighten selector to prevent double shadow on changelog page
Thu, 16 Feb 2017 15:40:04 +0100 Søren Løvborg css: fix redundant/overly broad rules
Mon, 27 Feb 2017 00:27:31 +0100 Mads Kiilerich style: fix floating of PR reviewer box
Thu, 16 Feb 2017 02:43:11 +0100 Mads Kiilerich style: use more Bootstrap pull-left and pull-right
Thu, 16 Feb 2017 02:42:37 +0100 Mads Kiilerich style: introduce Bootstrap input-group - especially for repo summary pages
Thu, 16 Feb 2017 01:54:36 +0100 Mads Kiilerich style: introduce Bootstrap list-group and list-group-item
Thu, 16 Feb 2017 01:48:31 +0100 Mads Kiilerich style: use popover for journal search help
Tue, 16 Aug 2016 20:05:48 +0200 domruf auth: when a auth plugin can't be imported try the next one instead of breaking completly
Tue, 07 Feb 2017 21:53:56 +0100 Søren Løvborg model: greatly simplify generation of gist IDs
Tue, 07 Feb 2017 21:16:13 +0100 Søren Løvborg model: refactor listing of commenters
Mon, 30 Jan 2017 20:04:20 +0100 Søren Løvborg vcs: fix incorrect comment
Tue, 14 Feb 2017 21:14:40 +0100 Søren Løvborg vcs: replace deprecated __getslice__ with __getitem__
Tue, 14 Feb 2017 20:27:45 +0100 Søren Løvborg vcs: restructure authorization check
Wed, 04 Jan 2017 23:01:48 +0100 Søren Løvborg vcs: dedup auth code between Hg and Git middleware
Mon, 02 Jan 2017 23:16:32 +0100 Søren Løvborg vcs: remove confusing and unnecessary local variable
Wed, 04 Jan 2017 23:05:11 +0100 Søren Løvborg vcs: remove non-sensical conditional block
Tue, 14 Feb 2017 20:16:47 +0100 Søren Løvborg css: fix vertical alignment in repo and PR summaries etc.
Tue, 14 Feb 2017 21:19:46 +0100 Søren Løvborg templates: drop unused "node_history_url" JS variable
Fri, 10 Feb 2017 20:30:44 +0100 Søren Løvborg tests: tighten TestHomeController matching/description
Thu, 02 Feb 2017 03:16:14 +0100 Mads Kiilerich style: introduce Bootstrap navbar-toggle markup for the repository navbar
Thu, 02 Feb 2017 03:14:17 +0100 Mads Kiilerich style: introduce Bootstrap markup for list-unstyled
Thu, 02 Feb 2017 03:11:47 +0100 Mads Kiilerich setup: bump WebOb to >=1.7
Thu, 02 Feb 2017 03:11:29 +0100 Mads Kiilerich setup: bump whoosh and bcrypt minimum versions
Thu, 02 Feb 2017 03:10:39 +0100 Mads Kiilerich auth: reduce log level from ebe7d95f698b
Mon, 30 Jan 2017 19:09:45 +0900 FUJIWARA Katsunori indexers: use correct full repository name, which contains group name, at indexing
Mon, 23 Jan 2017 20:54:42 +0100 Mads Kiilerich setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c
Mon, 23 Jan 2017 19:45:54 +0100 Mads Kiilerich config: fix bad beaker configuration parsing after 8377f2bfb88f
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: prevent username related conditions from removing "stop words"
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: prevent pathname related conditions from removing "stop words"
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: make "repository:" condition work case-insensitively as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: make "repository:" condition work as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori journal: make "username:" filtering condition work as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori journal: make "repository:" filtering condition work as expected (Issue #261)
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori tests: introduce more test coverage of whoosh filtering
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori tests: add commit_change() author to specify author name explicitly
Mon, 23 Jan 2017 01:56:39 +0100 Mads Kiilerich config: refactor beaker configuration
Fri, 23 Dec 2016 21:29:53 +0100 Thomas De Schampheleire tests: remove intermediate init_stack method
Tue, 17 Jan 2017 18:20:17 +0100 Søren Løvborg tests: move test environment setup code out of utils.py
Wed, 18 Jan 2017 17:10:22 +0100 Søren Løvborg model: inline GistModel._get_gist calls
Wed, 18 Jan 2017 17:06:01 +0100 Søren Løvborg model: inline _get_repo_group and _get_user_group calls
Wed, 18 Jan 2017 16:59:48 +0100 Søren Løvborg model: inline calls to BaseModel._get_perm
Wed, 18 Jan 2017 16:56:26 +0100 Søren Løvborg model: inline calls to BaseModel._get_repo
Wed, 18 Jan 2017 16:46:52 +0100 Søren Løvborg model: inline BaseModel._get_user calls
Wed, 18 Jan 2017 16:30:13 +0100 Søren Løvborg model: simplify guess_instance invocations
Tue, 17 Jan 2017 17:47:33 +0100 Søren Løvborg tests: fix test_permanent_url_protocol_access instability
Fri, 06 Jan 2017 14:57:19 +0100 Søren Løvborg pullrequests: refactor default title code
Sat, 14 Jan 2017 20:59:57 +0100 Andrew Shadura setup: bump babel version to <2.4
Sat, 14 Jan 2017 20:56:48 +0100 Andrew Shadura setup: don't constrain docutils version
Thu, 28 Jul 2016 16:34:49 +0200 Mads Kiilerich auth: change default LDAP to LDAPS on port 636 - insecure authentication is kind of pointless
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich setup: support latest Beaker version (1.8.1)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich hg: support Mercurial 4.1
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich refactor: drop some irrelevant x = x assignments
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich auth: simplify the double invoked auth classes used for permission checking
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich controllers: avoid setting request state in controller instances - set it in the thread global request variable
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich controllers: avoid setting constants as controller instance variables in __before__
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich lib: the variable 'request' is usually used for the pylons request object - avoid using it for other purposes
Sat, 14 Jan 2017 21:22:51 +0100 Thomas De Schampheleire lib: move jsonify from utils to base
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich admin: better handling of rescan/delete and invalidate at the same time (Issue #252)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich git: clarify that non-bare git repos not are supported (Issue #254)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich cleanup: make sure the kind of repos found by scanning also are ignored for cleanup - don't recurse into non-bare git or svn repos
Sun, 22 Jan 2017 01:16:51 +0100 Mads Kiilerich mails: make title in header boxes slightly bolder
Sun, 22 Jan 2017 01:16:51 +0100 Mads Kiilerich comments: when cancelling an inline comment on a line without comments, don't leave an empty row behind
Wed, 18 Jan 2017 02:17:08 +0100 Mads Kiilerich style: fix link color when hovering the logo branding
Wed, 18 Jan 2017 01:44:26 +0100 Mads Kiilerich template: avoid duplicate id="logo" - use "repo-logo" in the subordinate repo header
Wed, 18 Jan 2017 01:44:26 +0100 Mads Kiilerich template: drop spurious commit id on gravatar
Wed, 18 Jan 2017 01:44:26 +0100 Mads Kiilerich template: restore aria-describedby fix from ac03ae060ca0 that was lost in 8bd7a637cea0
Sat, 14 Jan 2017 21:42:30 +0100 Thomas De Schampheleire model: remove docstring code example
Thu, 25 Aug 2016 21:22:27 +0200 Thomas De Schampheleire tests: replace yield_fixtures with plain fixtures
Thu, 22 Dec 2016 13:19:23 +0100 domruf datatables: fix repo group sorting of repo name, last change and tip - indices were off by one
Thu, 22 Dec 2016 13:00:54 +0100 domruf datatables: use more robust filter function for filtering repository names
Wed, 11 Jan 2017 22:23:35 +0100 domruf templates: reduce html errors/warnings
Tue, 20 Sep 2016 20:01:59 +0200 domruf template: use Bootstrap tooltips and popover instead of handmade tooltips
Thu, 12 Jan 2017 01:34:07 +0100 Mads Kiilerich style: fixes for non content pages - especially the login pages
Thu, 12 Jan 2017 01:34:07 +0100 Mads Kiilerich style: fix quick login dialog layout after 8bd7a63
Wed, 11 Jan 2017 18:10:19 +0100 Andrew Shadura style: fix the CSS selector referring to the notification box
Tue, 20 Sep 2016 19:03:37 +0200 domruf template: use Bootstrap compatible navbar markup
Wed, 21 Sep 2016 19:58:44 +0200 domruf templates: use bootstrap for progress bars
Tue, 10 Jan 2017 01:29:05 +0100 Mads Kiilerich style: fix headers for file stuff
Mon, 09 Jan 2017 21:39:51 +0100 Mads Kiilerich templates: fix aria markup from 24a0c176a63d
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: use panel, panel-heading, panel-title, panel-body and settings
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: Boostrap-ish markup of footers
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: apply Bootstrap-compatible table.table class, now when the conflicting div.table styling is gone
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: rename div.table to Bootstrap .panel-body
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce pull-left and pull-right in more places
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce text-nowrap and avoid using direct white-space: nowrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: refactor panel headings - use pull-left and pull-right and introduce clearfix like Bootstrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop unnecessary <ul> markup
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce h2 h3 h4 h5 for emphasis and drop some explicit styling
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: change indentation of changeset_range.html
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: template markup changes for changeset.html, preparing for Bootstrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop dead 'fields' class references
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop some trivial comments in templates
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: update copyright notice in footer to 2017
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: use valid ids for input fields in hook settings so labels can reference them correctly
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: div inside pre is not valid html - use span instead
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: div inside dl is not valid html - move system settings message outside the dl
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: form inside h5 is not valid html
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop unused duplicate id in files_add
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: make sure the fork submit button has a valid name
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: make various tables more well-formed with consistent columns
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: textarea doesn't have a size attribute - drop it!
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop id="body" on body - it wasn't used and caused duplicate IDs
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace various invalid attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace invalid metatag attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace invalid lazy-cs attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop unused and invalid attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: fix missing / superfluous close tags
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: fix malformed tag closings
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich style: drop png version of Kallithea logo - all supported browsers are fine with svg
Sun, 25 Dec 2016 04:08:38 +0100 Mads Kiilerich DataTables: update to 1.10.13 and add files for Bootstrap
Sat, 24 Dec 2016 18:15:25 +0100 Mads Kiilerich style: copy mergely.css to the location the Bootstrap port expects it
Sun, 25 Dec 2016 04:27:55 +0100 Mads Kiilerich scripts: ensure unix line endings
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich repositories: drop last traces of quick_menu - it died when DataTables were introduced
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich journal: drop unused controller code for watched repositories
Wed, 04 Jan 2017 23:16:08 +0100 Mads Kiilerich hg: return 400 Bad Request for hg commands that not are commands
Mon, 02 Jan 2017 21:43:53 +0100 Søren Løvborg cleanup: use standard NotImplementedError for abstract methods
Mon, 02 Jan 2017 18:51:37 +0100 Søren Løvborg auth: add support for "Bearer" auth scheme (API key variant)
Thu, 10 Nov 2016 20:38:40 +0100 Søren Løvborg auth: track API key used for authentication in AuthUser
Mon, 02 Jan 2017 20:35:25 +0100 Søren Løvborg auth: add AuthUser.is_anonymous, along with some exposition
Fri, 23 Sep 2016 00:29:30 +0200 Søren Løvborg auth: perform basic HTTP security checks already in BaseController
Thu, 10 Nov 2016 15:09:47 +0100 Søren Løvborg compare: remove old Dulwich hack
Mon, 02 Jan 2017 20:01:53 +0100 Søren Løvborg test: bump pytest minimum version
Tue, 03 Jan 2017 16:58:56 +0100 Søren Løvborg style: don't apply this text field styling to buttons
Sat, 24 Dec 2016 00:34:38 +0100 Mads Kiilerich Merge stable
Fri, 23 Dec 2016 23:39:36 +0100 Mads Kiilerich tg: refactor API JSON RPC error handling to prepare for TG
Tue, 03 Jan 2017 02:06:41 +0100 Mads Kiilerich middleware: drop gzipper middleware
Tue, 03 Jan 2017 02:06:41 +0100 Mads Kiilerich docs: tweak formatting of the performance page - replace the odd numbered list with sections
Tue, 03 Jan 2017 02:06:41 +0100 Mads Kiilerich settings: fix saving of visual settings of page size
Wed, 21 Dec 2016 14:56:09 +0000 Brandon Jones middleware: replace references to Errormator with AppEnlight. stable
Tue, 11 Oct 2016 18:49:16 +0200 domruf graph: align dots on middle of first element in cell instead of middle of table row
Mon, 19 Dec 2016 04:46:48 +0100 Mads Kiilerich scripts: apply whitespace cleanup to more files - opt out instead of opt in
Mon, 19 Dec 2016 04:46:48 +0100 Mads Kiilerich changeset: fix broken revision links in title
Mon, 19 Dec 2016 04:46:48 +0100 Mads Kiilerich style: fix pull request styling
Mon, 19 Dec 2016 02:52:01 +0100 Mads Kiilerich tests: give test_pullrequests a test_context in addition to the usual app_fixture
Mon, 19 Dec 2016 02:52:01 +0100 Mads Kiilerich tests: avoid test_pullrequests keeping dead sqlalchemy repository instance around outside transaction
Mon, 19 Dec 2016 02:52:01 +0100 Mads Kiilerich tests: remove unused index_location
Mon, 19 Dec 2016 02:52:01 +0100 Mads Kiilerich tests: remove unused maxDiff
Sun, 04 Dec 2016 20:22:23 +0100 Thomas De Schampheleire validators: remove unneeded M/StateObj classes
Sat, 03 Dec 2016 21:56:54 +0100 Thomas De Schampheleire forms: wrap LoginForm inside function like other forms
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: fix bad table borders in user management after 'No additional emails specified' message - set the right colspan
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: remove extra unused wrapper table in user group settings
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: tweak markup for API key admin
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: introduce missing 'control-label' markup for labels inside 'form-group'
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: consistently use label markup wrapping around input elements
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: add missing 'form-control' markup
Sun, 04 Dec 2016 22:53:37 +0100 Mads Kiilerich style: introduce Bootstrap compatible form-inline markup