log

age author description
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
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: drop 'textarea' class inside 'form-group'
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: drop 'select' class inside 'form-group'
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: drop 'checkboxes' class inside 'form-group'
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: drop 'input' class inside 'form-group'
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: introduce radio-inline / checkbox-inline for status votes - preparing for Bootstrap but so far not used
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: introduce well markup - preparing for Bootstrap but so far not used
Sun, 04 Dec 2016 22:53:36 +0100 Mads Kiilerich style: drop dead 'field' class references
Sun, 04 Dec 2016 22:52:33 +0100 Mads Kiilerich style: temporary style tweaks before Bootstrap
Thu, 01 Dec 2016 00:40:36 +0100 Mads Kiilerich style: drop unused 'focus' class - controls should be 'form-control' instead
Mon, 07 Nov 2016 19:06:29 +0100 domruf templates: use Bootstrap compatible 'form-control' name instead of 'medium' & co
Wed, 21 Sep 2016 18:59:43 +0200 domruf helpers: use b instead of journal_highlight
Wed, 21 Sep 2016 22:32:12 +0200 domruf templates: use data-f_path instead of div with fake full_f_path attribute
Tue, 22 Nov 2016 09:04:45 +0100 Thomas De Schampheleire tests: use test_context for tests needing internationalization
Sun, 20 Nov 2016 20:51:40 +0100 Thomas De Schampheleire tests: introduce test_context to handle internationalization
Sun, 20 Nov 2016 21:28:04 +0100 Thomas De Schampheleire tests: remove unused code from conftest.py
Thu, 20 Oct 2016 17:54:26 +0200 Thomas De Schampheleire docs: remove some references to Pylons
Tue, 13 Sep 2016 17:55:12 +0200 Thomas De Schampheleire error: remove unused Pylons-specific img/style methods
Wed, 23 Nov 2016 01:37:12 +0100 Mads Kiilerich style: fix some missed field refactorings
Fri, 18 Nov 2016 01:11:53 +0100 Mads Kiilerich make-index: add missing import of dirname
Fri, 18 Nov 2016 01:11:13 +0100 Mads Kiilerich Merge stable
Thu, 17 Nov 2016 13:09:43 +0800 Anton Shestakov docs: update links to Mercurial's website and wiki stable
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich pullrequests: fix 'upgrade' from revision to branch when creating PR
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich auth: prevent LDAP query language injection of usernames
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich auth: refactor ldap parameter handling - make it clear that port is optional
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich auth: make ldap OPT_X_TLS_CACERTDIR configurable
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich repo_group: more flexible handling of trailing '/' in repository group names
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich repo_groups: set c.active when displaying repo creation form errors through repo_group_edit.html
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich tests: add some test coverage of repo group management
Mon, 07 Nov 2016 15:09:13 +0100 Søren Løvborg utils: fix broken URL in jsonify warning
Fri, 23 Sep 2016 21:14:40 +0200 Søren Løvborg tests: fix incorrect API key tests
Wed, 09 Nov 2016 15:49:49 +0100 Søren Løvborg auth: remove KallitheaCrypto pseudo-class
Mon, 10 Oct 2016 23:15:05 +0200 Søren Løvborg pullrequests: refactor PullRequestModel().create
Thu, 27 Oct 2016 18:35:13 +0200 Søren Løvborg pullrequests: avoid redundant database lookup
Thu, 27 Oct 2016 18:37:14 +0200 Søren Løvborg db: it should be "PullRequestReviewer" (singular)
Thu, 27 Oct 2016 18:33:42 +0200 Søren Løvborg db: rename Gist.gist_owner to Gist.owner_id
Mon, 19 Sep 2016 14:46:12 +0200 Søren Løvborg db: rename ChangesetStatus.changeset_comment_id to comment_id
Mon, 19 Sep 2016 14:41:11 +0200 Søren Løvborg db: rename UserFollowing.follows_repo_id to follows_repository_id
Mon, 07 Nov 2016 14:59:39 +0100 Søren Løvborg db: rename RepoGroup.group_parent_id to parent_group_id
Wed, 09 Nov 2016 14:17:34 +0100 Søren Løvborg db: clean up SQLAlchemy session flushes
Mon, 07 Nov 2016 14:51:12 +0100 Søren Løvborg docs: add code guidelines on template helpers and the SQLAlchemy session
Tue, 25 Oct 2016 21:24:54 +0200 Søren Løvborg docs: separate coding/contribution guidelines
Thu, 10 Nov 2016 17:54:05 +0100 Thomas De Schampheleire docs: document X-Kallithea-Notification-Type header
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich helpers: more helpful error messages for changeset not found
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich repositories: drop the word "dashboard" - it is just a list of repositories and groups
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich settings: fix 'Rescan option' label
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich login: clarify "Remember be" checkbox - it controls if session should expire with browser session or at timeout
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich templates: drop redundant 'Name' for Repository and Repository Group columns
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich scm: improve default push hook message - add missing spaces after ':' and rephrase
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich style: put all datatable widgets on one line above the table
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich repository groups: show breadcrumb
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich repositories: backend cleanups related to breadcrumbs
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich diff: use list instead of OrderedDict - keep it simple
Wed, 11 Feb 2015 03:05:00 +0100 Mads Kiilerich pullrequests: prevent creation of invalid pull requests, empty or unrelated or criss cross
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich tests: update pull request tests to actually test real pull request creation
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich templates: fix dropdown functionality of current menu item
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use Bootstrap compatible markup for alert
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use span for notifications
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use span for reviewers instead of div
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use Bootstrap compatible "text-muted" class
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: introduce "clearfix" class where the Bootstrap migration will need it
Tue, 08 Nov 2016 23:29:12 +0100 Mads Kiilerich style: use Bootstrap compatible data-toggle="tooltip" markup
Tue, 20 Sep 2016 21:12:56 +0200 domruf templates: use bootstrap pagination
Tue, 25 Oct 2016 18:48:20 +0200 domruf template: remove obsolete filter textbox and user_group_count