log

age author description
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