log

age author description
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich lib: drop unused caching_query RelationshipCache
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich auth: refactor LDAP authentication - make it more clear in program flow when authentication is accepted
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich auth: better handling of LDAP and authentication errors - don't log a stack trace ... but also don't reveal anything to the user
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich pullrequests: when updating a PR, only add and remove the reviewers that actually were added/removed
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich pullrequests: show warning when updating PR and the reviewer list has changed since the form load
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich pullrequests: cleanup of naming of variables and internal name for reviewer
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich tests: add a bit of test coverage for pull request update and iterations
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich tests: fix pull request tests - review_members is not a string but a list of integers (as strings)
Mon, 24 Oct 2016 15:18:51 +0200 Mads Kiilerich pullrequests: it is not possible to specify reviewers while creating a PR - drop some internal traces of that
Sat, 22 Oct 2016 19:47:16 +0200 domruf js: fix crash when the user isn't logged in and there thus isn't any text area (Issue #250)
Sun, 18 Sep 2016 20:00:46 +0200 domruf style: in preparation for bootstrap, add bootstrap compatible field classes
Sun, 18 Sep 2016 20:00:46 +0200 domruf style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading
Sun, 18 Sep 2016 20:00:46 +0200 domruf style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel
Sun, 18 Sep 2016 19:39:36 +0200 domruf style: in preparation for bootstrap, use bootstrap compatible button class names
Tue, 18 Oct 2016 23:29:23 +0200 Mads Kiilerich util: fix missing isfile in get_filesystem_repos after 186bf5fee0a1
Sat, 08 Oct 2016 22:07:55 +0200 Thomas De Schampheleire config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT
Sun, 09 Oct 2016 20:56:23 +0200 Thomas De Schampheleire helpers: remove unused imports
Sat, 08 Oct 2016 21:30:38 +0200 Thomas De Schampheleire helpers: remove unused get_error / _GetError
Sat, 08 Oct 2016 20:22:26 +0200 Thomas De Schampheleire helpers: remove unused wrapper method is_following_repo
Sat, 08 Oct 2016 22:59:50 +0200 Thomas De Schampheleire helpers: move Page/RepoPage to a separate file page.py
Thu, 22 Sep 2016 21:06:44 +0200 domruf templates: cleanup index page and make repo group table a 'DataTable' as well
Mon, 19 Sep 2016 20:36:01 +0200 domruf style: remove unnecessary html elements and inline style attributes - it is dead code
Mon, 26 Sep 2016 17:11:02 +0200 domruf templates: get rid of repo_breadcrumbs
Fri, 23 Sep 2016 18:34:53 +0200 Andrew Shadura css: enable visual feedback for Tab-based keyboard menu navigation
Fri, 23 Sep 2016 18:34:14 +0200 Andrew Shadura templates: assign a dummy href to a button to enable keyboard navigation
Fri, 23 Sep 2016 18:32:06 +0200 Andrew Shadura templates: add ARIA markup to dropdown menus
Fri, 23 Sep 2016 17:51:59 +0200 Andrew Shadura helpers: gravatar_div: allow generating attributes with dashes
Fri, 23 Sep 2016 17:50:48 +0200 Andrew Shadura templates: switch dropdowns from mouse over to on-click
Sun, 25 Sep 2016 15:11:14 +0200 Thomas De Schampheleire model: rename db.BaseModel to avoid confusion with base.BaseModel
Sun, 25 Sep 2016 15:06:34 +0200 Thomas De Schampheleire model: move code from __init__.py to base.py