log

age author description
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: use separate panes for meta data and for the PR repo content - more like when creating the PR
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: reverse the 'available' list - most recent first
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: introduce 'editable' flag to avoid repeated permission checks
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich graph: don't hardcode chg_ prefix ... and just assume canvas and table are aligned
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos, ignore removed groups too
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos without 'remove', report the repos that could/would be removed
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich tests: make checkSessionFlash check the last flash message only but show all on failure
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich diff: better exception if failing to parse diff header
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: preserve line endings when calling out to git
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: fix version detection with unexpected version string (Issue #71)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich hg: fix clone from svn+http urls using hg-svn (Issue #72)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich meta: update copyright year
Wed, 21 Jan 2015 09:52:28 -0500 Joseph Rivera usergroup: more descriptive error message when deleting user group
Wed, 14 Jan 2015 18:03:00 +0100 Andrew Shadura templates: don't use HTML encoding where not needed (closes: #74).
Wed, 14 Jan 2015 17:59:40 +0100 Andrew Shadura templates: use forward slash as path separator for consistency
Wed, 14 Jan 2015 17:45:22 +0100 Andrew Shadura templates: fix HTML injection via file names
Wed, 07 Jan 2015 16:54:28 +0100 Andrew Shadura auth: enable selecting PAM authentication module
Wed, 07 Jan 2015 16:03:59 +0100 Andrew Shadura auth: move the Save button down to the bottom of the page
Wed, 07 Jan 2015 13:37:28 +0100 Weblate Merge
Mon, 05 Jan 2015 11:17:35 -0500 Joseph Rivera added test for removing user that still owns a user group. (Issue #64)
Mon, 22 Dec 2014 16:38:44 -0500 Joseph Rivera added tests for when users are deleted but still own repo objects. (Issue #64)
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: use h.person(obj.user) instead of h.person(obj.user.username) - don't fail if user is None
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a user group
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a repo group
Sun, 04 Jan 2015 14:03:23 +0200 Aras Pranckevicius utils: better display of ages >1 year when in short form
Sun, 04 Jan 2015 13:44:51 +0200 Aras Pranckevicius utils: more test cases for age, including short form
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich error: be prepared for resp without status
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich utils: don't use FromCache - it doesn't work properly
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: add indices where queries takes more than 100 ms
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich comments: introduce lazy join of ChangesetStatus on ChangesetComment
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usergroup: explicitly use subqueryload instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich status: explicitly use joinedload of authors instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usernotifications: explicitly sort by date and join notifications and users - don't depend on lazy join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich comments: optimize notification creation
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich changeset status: drop default 'unreviewed' status for changesets on PRs
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich cleanup: avoid some 'except Exception' catching - catch specific exceptions or log it and show what happened
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich helpers: refactor urlify_commit, extract urlify_issues function
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: just fail badly if a repo can't be loaded (probably missing in file systems)
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich cache invalidation: don't commit session if nothing changed
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: drop expensive listing of unrelated changesets that cannot be used for update
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich hg: reimplement branch listings more efficiently
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich meta: cleanup of code
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: cascade=all already imply delete - don't make it look like we didn't know
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: store the 'a' branch name in template context
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich hg: drop support for hg web.hidden
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich styling: don't loop on loading kallithea-logo.png after kallithea-logo.svg failed
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich error: remove allmost unused code for redirect on error page
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich html: minor cleanup of root.html
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: fix logic for disabling/enabling ldap tests
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: create default logging handler to mute 'No handlers could be found for logger' warnings
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: fix some test sqlalchemy unicode warnings
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich auth: don't log a message when auth without username fails - that happens all the time for basic auth and ldap
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich json: drop simplejson fallback and just use stdlib
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich json: always use kallithea.lib.compat for json - and nothing else
Wed, 27 Feb 2013 01:26:41 +0100 Mads Kiilerich whitespacecleanup.sh - run regularly to ensure consistent spacing and avoid spurious changes
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich minor fixes
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich urlify: markup of hashes in ()
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: show pending reviewer changes again - this time with "(not saved)"
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich diffs: show CR (\r) in diffs
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich diffs: make trailing spaces more visible - make vertical line less transparent
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich admin: show links to created users and groups
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich user groups: drop add/remove all buttons
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich settings: show links to added repos after repo scan
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich settings: set current user as owner when running repo scan
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich paster: fix update_repoinfo command
Mon, 05 Jan 2015 10:58:24 +0100 Weblate Merge
Sun, 04 Jan 2015 17:38:02 +0000 Niemand Jedermann Translated using Weblate (German)
Mon, 29 Dec 2014 18:23:22 +0000 Thomas De Schampheleire Translated using Weblate (French)
Sat, 29 Nov 2014 17:01:21 +0900 Takumi IINO javascripts: remove unused global shortcut YUC and YUQ
Sat, 29 Nov 2014 17:00:17 +0900 Takumi IINO javascripts: jQuery version of initFilter
Sat, 29 Nov 2014 16:46:53 +0900 Takumi IINO javascripts: remove YUQ in kallithea/templates/changelog/changelog.html
Sat, 29 Nov 2014 16:31:09 +0900 Takumi IINO javascripts: plain javascript version q_filter without YAHOO.namespace
Sat, 29 Nov 2014 16:25:13 +0900 Takumi IINO javascripts: pass jQuery object to q_filter
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/changeset/changeset.html
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/pullrequests/pullrequest_show.html
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/pullrequests/pullrequest.html
Sat, 29 Nov 2014 16:04:42 +0900 Takumi IINO javascripts: jQuery version of ajaxGET
Sat, 29 Nov 2014 16:04:25 +0900 Takumi IINO javascripts: jQuery version of ajaxPOST
Mon, 22 Dec 2014 20:26:09 +0000 Calinou Translated using Weblate (French)
Wed, 17 Dec 2014 19:54:50 +0000 Calinou Translated using Weblate (French)
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich pull-requests: tweak readable titles - just append /_/ and branch name
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich middleware: change middleware ordering so we don't buffer hgweb output in redirect
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich helpers: tweak URL matching patterns - don't include trailing punctuation
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich pull requests: show comment count in top of summary box
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich tests: let checkSessionFlash search through all messages
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: don't split lines on bare CR as python splitlines do
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: eat trailing tabs in ---/+++ lines of diffs
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: fix diff of renamed files with whitespace in their names
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: test rename with tab after ---/+++ and bare CR in diff
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: refactor diff parsing - fail on any parse error instead of showing an incorrect diff
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: refactor header parsing, give good error messages when it fails
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: preserve leading space on empty lines - don't match in re if we don't plan to replace
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich files: remove redundant zip try/except
Thu, 27 Nov 2014 14:28:59 +0000 Matt Fellows Fix for zip file downloads, not being valid zips (Issue #35)
Fri, 12 Dec 2014 14:19:37 +0000 Michal Čihař Translated using Weblate (Simplified Chinese)
Fri, 12 Dec 2014 14:21:10 +0000 Michal Čihař Translated using Weblate (Russian)
Fri, 12 Dec 2014 14:22:05 +0000 Michal Čihař Translated using Weblate (Polish)
Fri, 12 Dec 2014 14:21:02 +0000 Michal Čihař Translated using Weblate (French)
Wed, 26 Nov 2014 13:18:12 +0000 Michal Čihař Translated using Weblate (Czech)
Thu, 27 Nov 2014 13:48:34 +0000 Zoltan Gyarmati Translated using Weblate (Hungarian)
Thu, 20 Nov 2014 11:03:59 +0000 Michal Čihař Translated using Weblate (Czech)
Thu, 20 Nov 2014 09:59:21 +0100 Andrew Shadura Update Translation Team URLs to point to Weblate.
Thu, 20 Nov 2014 09:55:21 +0100 Andrew Shadura Merge new translations from Weblate
Thu, 20 Nov 2014 09:54:11 +0100 Andrew Shadura Remove Transifex Client configuration.
Thu, 20 Nov 2014 09:53:54 +0100 Andrew Shadura Update i18n howto: we now use Hosted Weblate.
Thu, 20 Nov 2014 10:55:28 +0000 Michal Čihař Translated using Weblate (Czech)
Wed, 19 Nov 2014 13:22:28 +0000 Andrew Shadura Translated using Weblate (Russian)
Wed, 19 Nov 2014 14:34:14 +0000 Ingo von borstel Translated using Weblate (German)
Mon, 21 Jul 2014 20:14:09 -0500 Sean Farley icons: remove unused pngs
Mon, 21 Jul 2014 20:31:52 -0500 Sean Farley icon-download-alt: replace with icon-download-cloud
Mon, 21 Jul 2014 20:29:50 -0500 Sean Farley icon-trash: replace with icon-trashcan
Mon, 21 Jul 2014 20:22:34 -0500 Sean Farley icon-arrow-down: replace with icon-move-down
Mon, 21 Jul 2014 20:21:18 -0500 Sean Farley icon-arrow-up: replace with icon-move-up
Mon, 21 Jul 2014 20:19:51 -0500 Sean Farley icon-sliders: replace with icon-wrench
Mon, 21 Jul 2014 13:28:54 -0500 Sean Farley button: replace 'x' with icon-cancel-circled
Mon, 21 Jul 2014 13:23:56 -0500 Sean Farley button.png: remove unused icons
Mon, 21 Jul 2014 13:17:10 -0500 Sean Farley style: remove duplicate code
Mon, 21 Jul 2014 11:44:01 -0500 Sean Farley login.png: use new icon-lock font
Mon, 21 Jul 2014 11:10:16 -0500 Sean Farley arrow_right_64.png: remove unused icon
Mon, 21 Jul 2014 10:16:02 -0500 Sean Farley cross_grey_small.png: remove unused icon
Mon, 21 Jul 2014 10:12:56 -0500 Sean Farley heart_add.png: remove unused icon
Mon, 21 Jul 2014 10:03:46 -0500 Sean Farley compress.png: remove unused icon
Mon, 21 Jul 2014 10:01:33 -0500 Sean Farley connect.png: remove unused icon
Mon, 21 Jul 2014 09:10:10 -0500 Sean Farley server.png: remove unused icon
Mon, 21 Jul 2014 09:04:21 -0500 Sean Farley cross.png: remove unused icon
Mon, 21 Jul 2014 08:46:31 -0500 Sean Farley block_16.png: use new icon-block font
Mon, 21 Jul 2014 08:41:07 -0500 Sean Farley accept.png: use new icon-ok font
Mon, 21 Jul 2014 08:00:58 -0500 Sean Farley sprite.png: remove unused icon
Mon, 21 Jul 2014 07:55:04 -0500 Sean Farley comments.png: use new icon-comment-discussion font
Sun, 20 Jul 2014 22:55:10 -0500 Sean Farley style: fix top margin of quick_repo_menu due to change of img to text
Sun, 20 Jul 2014 22:54:55 -0500 Sean Farley dt-arrow-up.png: use new icon-triangle-up font
Sun, 20 Jul 2014 22:53:50 -0500 Sean Farley dt-arrow-dn.png: use new icon-triangle-down font
Sun, 20 Jul 2014 22:47:18 -0500 Sean Farley vertical-indicator: use new icon-triangle-right font
Sun, 20 Jul 2014 20:19:34 -0500 Sean Farley arrow_join.png: removed unused icon
Sun, 20 Jul 2014 20:19:11 -0500 Sean Farley lock_delete.png: removed unused icon
Sun, 20 Jul 2014 20:18:45 -0500 Sean Farley lock_add.png: removed unused icon
Mon, 21 Jul 2014 09:05:56 -0500 Sean Farley arrow_divide.png: removed unused icon
Sun, 20 Jul 2014 20:10:14 -0500 Sean Farley key.png: removed unused icon
Sun, 20 Jul 2014 20:09:13 -0500 Sean Farley shading.png: removed unused icon
Sun, 20 Jul 2014 20:08:48 -0500 Sean Farley note_error.png: removed unused icon
Sun, 20 Jul 2014 20:08:08 -0500 Sean Farley arrow_merge.png: removed unused icon
Sun, 20 Jul 2014 20:07:45 -0500 Sean Farley arrow_right.png: removed unused icon
Sun, 20 Jul 2014 20:06:29 -0500 Sean Farley chart_bar.png: use new icon-graph font
Fri, 24 Oct 2014 16:15:50 -0700 Sean Farley summary: use ruler instead of database icon for repo size
Tue, 15 Jul 2014 19:18:52 -0500 Sean Farley eye.png: use new icon-eye font
Tue, 15 Jul 2014 19:15:34 -0500 Sean Farley arrow_refresh.png: use new icon-arrows-cw font
Sun, 20 Jul 2014 18:41:46 -0500 Sean Farley comment_add.png: use new icon-comment font
Fri, 14 Nov 2014 16:48:40 -0800 Sean Farley diff: add op for renamed file
Sat, 15 Nov 2014 11:21:48 -0800 Sean Farley file_status: replace with icon-{modified,added,removed}
Tue, 15 Jul 2014 18:16:03 -0500 Sean Farley application_double.png: use new icon-docs font
Tue, 15 Jul 2014 18:09:14 -0500 Sean Farley page_white_go.png: use new icon-file-code font
Tue, 15 Jul 2014 16:05:14 -0500 Sean Farley table_add.png: use new icon-sort font
Tue, 15 Jul 2014 16:03:27 -0500 Sean Farley text_strikethrough.png: use new icon-strike font
Tue, 15 Jul 2014 15:50:36 -0500 Sean Farley page_save.png: use new icon-floppy font
Tue, 15 Jul 2014 15:48:15 -0500 Sean Farley page_add.png: use new icon-file-powerpoint font
Tue, 15 Jul 2014 15:38:53 -0500 Sean Farley page_white.png: use new icon-diff font
Wed, 29 Oct 2014 15:23:16 -0700 Sean Farley flag_status: replace with icon-circle
Fri, 31 Oct 2014 11:01:23 -0700 Sean Farley css: add changeset-status classes for mapping a status to a color
Tue, 15 Jul 2014 01:38:38 -0500 Sean Farley text_align_left.png: replace icon-resize-vertical with icon-align-left
Tue, 15 Jul 2014 19:29:05 -0500 Sean Farley icon-file-alt: replace with icon-docs
Tue, 15 Jul 2014 01:22:24 -0500 Sean Farley application_form_edit.png: use new icon-pencil font
Tue, 02 Sep 2014 15:50:51 +0200 Sean Farley tick.png: replace icon-ok-sign with icon-ok
Thu, 30 Oct 2014 11:57:26 -0700 Sean Farley icon-remove: use new icon-minus-circled instead
Tue, 15 Jul 2014 00:58:23 -0500 Sean Farley private_repo.png: use new icon-lock font
Tue, 15 Jul 2014 00:56:17 -0500 Sean Farley lock.png: use new icon-lock font
Tue, 15 Jul 2014 00:47:09 -0500 Sean Farley contextbar: use new icon-plus font
Fri, 31 Oct 2014 19:02:24 -0700 Sean Farley css: add some padding between the file, folder, or submodule icon and its text
Fri, 31 Oct 2014 18:48:02 -0700 Sean Farley files_browser: use font for file, folder, and submodule icons
Fri, 31 Oct 2014 14:10:21 -0700 Sean Farley files_browser: remove unnecessary if statement
Fri, 31 Oct 2014 14:09:24 -0700 Sean Farley files_browser: add file_url def for use with both submodule and regular files
Fri, 31 Oct 2014 14:03:49 -0700 Sean Farley files_browser: augment file_class def with submodule case
Tue, 02 Sep 2014 15:00:34 +0200 Sean Farley chevron-right: replace with icon-right-open
Tue, 15 Jul 2014 00:30:12 -0500 Sean Farley chevron-left: replace with icon-left-open
Tue, 15 Jul 2014 00:27:53 -0500 Sean Farley add.png: replace icon-plus-sign with icon-plus-circled
Sun, 20 Jul 2014 15:11:36 -0500 Sean Farley heart_delete.png: use new icon-heart font
Tue, 15 Jul 2014 00:22:43 -0500 Sean Farley heart.png: use new icon-heart-empty font
Tue, 15 Jul 2014 00:20:48 -0500 Sean Farley tag_green.png: use new icon-bookmark font
Tue, 15 Jul 2014 00:20:02 -0500 Sean Farley tag_blue.png: use new icon-tag font
Thu, 30 Oct 2014 15:57:32 -0700 Sean Farley icon-lock: use icon-keyhole-circled instead of lock for private repos
Fri, 31 Oct 2014 14:48:27 -0700 Sean Farley icon-lock-open-alt: use icon-globe to signify public repo
Tue, 02 Sep 2014 15:56:00 +0200 Sean Farley lock_open.png: replace icon-unlock-* with icon-lock-open-alt
Mon, 14 Jul 2014 23:59:44 -0500 Sean Farley base: change icon-code-fork menu item to use icon-fork
Mon, 14 Jul 2014 23:55:15 -0500 Sean Farley arrow_inout.png: replace icon-loop with icon-git-compare
Mon, 14 Jul 2014 23:52:52 -0500 Sean Farley table_gear.png: replace icon-cogs with icon-sliders
Mon, 14 Jul 2014 23:50:57 -0500 Sean Farley arrow_switch.png: use new icon-exchange font
Mon, 14 Jul 2014 23:49:31 -0500 Sean Farley file.png: replace icon-file with icon-doc-inv
Mon, 14 Jul 2014 23:48:30 -0500 Sean Farley time.png: use new icon-clock font
Thu, 06 Nov 2014 16:19:14 -0800 Sean Farley icon-rss-squared: remove color override; let css handle it
Tue, 02 Sep 2014 15:52:54 +0200 Sean Farley rss_16.png: use new icon-rss-squared font
Mon, 14 Jul 2014 23:42:04 -0500 Sean Farley public_repo.png: remove unused icon
Mon, 14 Jul 2014 23:36:00 -0500 Sean Farley wrench.png: use new icon-wrench font
Mon, 14 Jul 2014 23:35:10 -0500 Sean Farley cancel.png: replace icon-ban-circle with icon-block
Mon, 14 Jul 2014 23:34:15 -0500 Sean Farley group_edit.png: replace icon-group with icon-users
Mon, 14 Jul 2014 23:33:32 -0500 Sean Farley database_link.png: replace icon-folder-close with icon-folder
Mon, 14 Jul 2014 23:20:54 -0500 Sean Farley server_key.png: use new icon-key font
Mon, 14 Jul 2014 23:18:08 -0500 Sean Farley user_edit.png: use new icon-user font
Thu, 30 Oct 2014 16:28:58 -0700 Sean Farley icon-docs: use icon-user for user public gists
Thu, 30 Oct 2014 16:28:05 -0700 Sean Farley icon-docs: use icon-globe for public gists
Mon, 14 Jul 2014 23:16:46 -0500 Sean Farley note_add.png: remove icon-copy override
Thu, 30 Oct 2014 16:23:45 -0700 Sean Farley icon-doc-text-inv: use icon-paste for creating a new gist
Mon, 14 Jul 2014 23:15:37 -0500 Sean Farley note_add.png: remove icon-file-alt override
Thu, 30 Oct 2014 16:29:26 -0700 Sean Farley icon-doc-text-inv: use icon-keyhole-circled for user private gists
Sun, 20 Jul 2014 14:40:04 -0500 Sean Farley clipboard_16: replace icon-file-text with icon-doc-text-inv
Thu, 30 Oct 2014 16:19:34 -0700 Sean Farley note.png: replace icon-file-2 with icon-clippy (clipboard) for gists
Mon, 14 Jul 2014 23:11:16 -0500 Sean Farley arrow_branch.png: replace icon-code-fork with icon-git-pull-request
Sun, 20 Jul 2014 19:56:13 -0500 Sean Farley database_edit.png: use new icon-file-zip font
Fri, 18 Jul 2014 18:06:43 -0500 Sean Farley cog_edit.png: remove unused icon
Mon, 27 Oct 2014 08:59:21 -0700 Sean Farley cog.png: use new icon-gear font
Mon, 14 Jul 2014 22:40:26 -0500 Sean Farley search_16.png: use new icon-search font
Mon, 14 Jul 2014 22:35:10 -0500 Sean Farley book.png: use new icon-book font
Mon, 14 Jul 2014 22:34:16 -0500 Sean Farley contextbar: prepend width and height from icon css classes with 'min-'
Mon, 14 Jul 2014 22:27:12 -0500 Sean Farley template/root: include new font styles
Fri, 24 Oct 2014 18:59:54 -0700 Sean Farley setup: install fontello files
Thu, 30 Oct 2014 15:53:21 -0700 Sean Farley font: add custom kallithea font icons from fontello
Wed, 06 Aug 2014 16:30:46 -0500 Sean Farley license: add font license info
Wed, 19 Nov 2014 11:52:58 +0000 Michal Čihař Translated using Weblate (German)
Fri, 24 Oct 2014 18:58:13 -0700 Sean Farley setup: add missing codemirror to python manifest
Thu, 13 Nov 2014 10:56:28 -0500 Christian Oyarzun javascript: added missing helper functions to make templates using codemirror work properly. (Issue #11)
Thu, 13 Nov 2014 10:53:38 -0500 Christian Oyarzun codemirror: updated to version 4.7
Thu, 30 Oct 2014 19:13:37 +0100 Andrew Shadura Close obsolete branch.
Sun, 26 Oct 2014 09:53:22 +0100 Andrew Shadura email templates: send text/plain part as well
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich cleanup-repos: reintroduce paster command
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich compare: workaround unexpected Mercurial behaviour when finding ancestor of null rev
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich hg: make get_ref_revision('rev', '00000000000000') give the null revision
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: when creating, disable other_ref on other_repo change until new data has been loaded
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: abort pending ajax requests before starting new one
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: the node for null is not '0' but 40 * '0'
Sun, 14 Sep 2014 07:39:06 +0200 Henrik Stuart paster: add install-iis command to automate IIS handler generation
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich settings: fix weird spacing around 'Delete this Repository'
Thu, 28 Aug 2014 23:16:14 +0200 domruf css: fix cut font
Sat, 30 Aug 2014 15:31:12 +0200 domruf css: fix gradient on buttons
Thu, 28 Aug 2014 23:42:13 +0200 domruf css: drop shadow-ish borders on contextbar
Thu, 28 Aug 2014 22:09:27 +0200 domruf config: the default for show_revision_number should be false
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich css: only use one space in selectors
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich css: put non-trivial selectors on different lines
Thu, 17 Jul 2014 12:47:56 +0100 Jim Hague simplehg: don't quiet Hg output for push
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich middleware: fix typo in force_https backward compatibility code
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich tests: fix failures after dacdea9fda2a
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich pull requests: add missing " from 52f69be09fe1
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: use strict