log

age author description
Mon, 16 Oct 2017 03:19:31 +0200 Mads Kiilerich pygments: update css for Pygments 2.2.0
Mon, 16 Oct 2017 03:08:17 +0200 Mads Kiilerich markdown: specify extensions directly - don't use old positional parameters
Mon, 16 Oct 2017 03:06:20 +0200 Mads Kiilerich lib: refactor detection of markup renderers
Wed, 11 Oct 2017 02:41:07 +0200 Mads Kiilerich config: tweak template http_server conditionals - don't leave an empty section when using UWSGI
Tue, 22 Aug 2017 21:10:14 +0200 domruf statistics: hide checkboxes, instead click on user names directly
Sun, 06 Aug 2017 12:46:03 +0200 domruf statistics: replace YUI flot with jQuery flot
Sun, 06 Aug 2017 12:36:57 +0200 domruf js: don't show number of members of groups when doing autocomplete
Tue, 19 Sep 2017 22:50:12 +0200 domruf config: make the UWSGI host/port configurable with make-config parameters
Tue, 19 Sep 2017 22:44:41 +0200 domruf config: set default uwsgi socket listen queue size to 128
Thu, 31 Aug 2017 22:38:21 +0200 domruf config: increase number of gunicorn worker processes in the default configuration
Mon, 11 Sep 2017 21:16:49 +0200 domruf auth: consume request body before responding 401 or 403 during authentication
Wed, 20 Sep 2017 23:08:35 +0200 domruf jenkinsfile: only keep the artifacts (test result xml files) of the last 10 builds
Mon, 21 Aug 2017 21:42:28 +0200 domruf jenkinsfile: combine coverage files from different DB runs
Sun, 13 Aug 2017 15:43:03 +0200 domruf gravatar: use background-image style instead of img element for gravatar
Tue, 08 Aug 2017 22:43:11 +0200 domruf logging: log wrong value for page number
Wed, 16 Aug 2017 23:21:43 +0200 domruf commands: remove custom (re-)initializing of database model
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: extract _parse_lines as a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: extract _get_header as a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move _escaper to a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move _highlight_inline_diff to a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move as_html and _safe_id from method to a pure function - avoid calling the method as function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: do check of cut_off_limit on the raw diff before any parsing and allocation
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop the DiffLimitExceeded container - just make it a flag available as property
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: inline prepare() into __init__ and make the result available as .parsed
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: avoid extra copy of diff when trying to create a lazy diff line iterator
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: avoid extra copy of diff when splitting into files
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: inline / remove _clean_line
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop the noop as_raw method - just use the raw diff directly and with proper variable naming
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop partially un-implemented udiff support - everything is now what formerly was known as gitdiff
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: very minor refactorings, reformatting, documentation, and removal of unused code
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: cleanup of variable naming around cut_off_limit
Mon, 02 Oct 2017 23:44:49 +0200 Mads Kiilerich templates: back out the DataTables paging disabling from c5bff92d5084
Mon, 11 Sep 2017 22:19:32 +0200 domruf templates: use consistent form-group/buttons pattern for buttons in centered panels
Mon, 11 Sep 2017 21:45:33 +0200 domruf style: be consistent and don't use col-*-* classes
Fri, 15 Sep 2017 03:06:30 +0200 Mads Kiilerich autocomplete: simplify code
Fri, 15 Sep 2017 03:06:30 +0200 Mads Kiilerich autocomplete: highlight the matched search string - use select2-match class as select2 itself does
Tue, 12 Sep 2017 20:21:34 +0200 domruf changelog: add the same class to empty cell
Mon, 11 Sep 2017 22:25:08 +0200 domruf templates: use bootstrap alert-info instead of custom activation_msg
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich make-config: allow configuration of any ini value
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich make-config: use shared inifile library
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich make-config: drop support for comma separated custom values - just specify multiple values
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich tests: generate test.ini directly from template
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich ini: move high level functionality and defaults to inifiles library
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop insertion of header comments in generated ini files
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: add support for adding extra entries to sections
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: simplify preservation of old settings - just keep the old line as comment
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: improve structure and documentation of regexps
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: use proper Mako for generating shipped ini files
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: be less strict about amount of whitespace around '=' in templates
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop error_aggregation_service section from shipped ini files - it is not needed for development or test
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop disabled conditional sections in shipped ini files - if people need them, they can use make-config again
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: introduce a bit of doctest for the new inifile module
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: extract .ini handling from scripts/generate-ini.py to kallithea/lib/inifile.py
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop redundant template update of [handler_console] level=DEBUG
Wed, 16 Aug 2017 22:24:55 +0200 domruf hg: drop test that used the illegal tag name '11'
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich vcs: support Mercurial 4.3.x
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich vcs: refactor hgcompat demandimport handling to prepare for Mercurial 4.3
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich hg: prepare for Mercurial 4.2 or later where tagging moved from localrepo to the tags module
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich style: remove some old unused/irrelevant markup
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich templates: disable paging and page size controls in DataTables