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