log

age author description
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: reintroduce nosetests support that was removed in Pylons after 1.0.0
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: drop unused simplejson dependency
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: remove empty trailing lines
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich ldap_sync: fix old typo in branded variable naming
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: make module self-naming consistent
Sun, 09 Aug 2015 02:29:46 +0200 Mads Kiilerich cleanup: pass log strings unformatted - avoid unnecessary % formatting when not logging
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Thu, 06 Aug 2015 11:42:57 +0200 Thomas De Schampheleire kallithea_config: properly handle Unicode characters in .ini template
Sat, 08 Aug 2015 13:55:15 +0200 Mads Kiilerich vcs: remove pointless stream reopening / seeking in hg fill_archive
Sat, 08 Aug 2015 12:08:56 +0300 Andrew Shadura i18n: translation fix-ups
Sat, 08 Aug 2015 12:03:43 +0300 Andrew Shadura i18n: updated translation for Belarusian
Tue, 28 Jul 2015 15:15:20 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Thu, 23 Jul 2015 10:37:45 +0000 Robert Martinez i18n: updated translation for German
Mon, 20 Jul 2015 11:32:24 +0000 Étienne Gilli i18n: updated translation for French
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add documentation about configuration settings
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add some default values and some examples to .ini file as comments
Thu, 06 Aug 2015 22:37:18 +0200 Mads Kiilerich ini: consistently write #-disabled lines without space after # and with single space around =
Thu, 06 Aug 2015 22:12:30 +0200 Mads Kiilerich ini: consistently use single line escaping of ## in template.ini.mako and separate sections by a single empty line
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: when linking to specific comments, make the browser show a bit of the context of the comment
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: previous/next links should only be to first comment for a given line
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: rework/rewrite javascript for inline comment handling
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: cleanup of full_f_path - just put data attribute on div around diff of each file
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pullrequests: if no ancestor is found, use the null revision hash instead of 'None' (Issue #149)
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich mercurial: support Mercurial 3.5
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pylons: support Pylons 1.0.2
Sun, 02 Aug 2015 21:25:05 +0200 Thomas De Schampheleire e-mail: properly handle no recipients when there is no email_to set
Sun, 02 Aug 2015 21:17:14 +0200 Thomas De Schampheleire e-mail: revive dead code that checks for unspecified recipients
Sun, 02 Aug 2015 20:46:17 +0200 Thomas De Schampheleire e-mail: add trivial test case
Tue, 29 Jul 2014 16:14:16 -0500 Sean Farley templates/changeset: display precursor changesets
Tue, 29 Jul 2014 15:46:47 -0500 Sean Farley changeset: add precursors method for hg backend
Tue, 29 Jul 2014 16:15:50 -0500 Sean Farley templates/changeset: display successor changesets
Mon, 14 Jul 2014 21:52:46 -0500 Sean Farley changeset: add successors method for hg backend
Wed, 09 Jul 2014 14:09:19 -0500 Sean Farley graph: draw edges to obsolete changesets as dashed
Wed, 09 Jul 2014 00:35:54 -0500 Sean Farley graph: show obsolete changesets with an 'X'
Sat, 16 May 2015 17:03:51 +0200 Andrew Shadura privacy: don't tell users what is the reason for a failed login
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: disable password change when not using internal auth
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make sure that users only can manage their own primary data if self registration is enabled
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make the auth module decide which fields are editable by admin and user
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich css: match on the readonly-ness instead of explicitly setting 'disabled' class on input elements
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich users: cleanup of handling of the extern_type and extern_name fields in html forms
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich users: avoid unnecessary handling of c.extern_type and c.extern_name when editing users
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: don't return extern_type from auth modules - it is not used anyway
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: consistently use the name 'user_data' for the dict with data for the authenticated user
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: various minor cleanup of general auth functionality
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make ValidPasswordsMatch more explicit and strict about which fields are being checked
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: basic tests that the pam and crowd auth modules can be enabled
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: introduce pam_lib_installed for testing of the optional PAM auth module
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: when checkSessionFlash fails, help debugging the problem by showing the full response
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: fix labels for password confirmation fields
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich ldap: fix fallback for no email in ldap
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich style: add trailing newline to files
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich js: drop unused pyroutes_map.js
Sun, 26 Jul 2015 14:10:44 +0200 Søren Løvborg auth: turn dead AuthUser code into assertion
Sun, 26 Jul 2015 14:10:42 +0200 Søren Løvborg auth: move UserModel.fill_data to AuthUser
Sun, 26 Jul 2015 14:10:16 +0200 Søren Løvborg auth: construct AuthUser from either user_id or db.User object
Sun, 26 Jul 2015 14:07:33 +0200 Søren Løvborg auth: fold AuthUser._propagate_data into constructor
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: refactor user lookup in AuthUser constructor for clarity
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove username from AuthUser session cookie
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove username lookup support from AuthUser constructor