log

age author description
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
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich index: show repositories and repository groups in the same table
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich controllers: drop unused totalRecords and startIndex
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich repogroup: fix display of breadcrumb for nested repo groups
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich repogroups: fix display of links to parent repo groups
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich templates: drop a few breadcrumbs definitions - they are not used anyway
Fri, 08 Sep 2017 04:12:51 +0200 Mads Kiilerich pygments: reimplement get_lem under the name get_extension_descriptions
Fri, 25 Aug 2017 14:36:01 +0200 Lars Kruse codingstyle: rename variable "hex" (conflicting with builtin)
Fri, 25 Aug 2017 14:35:46 +0200 Lars Kruse codingstyle: replace ".has_key(...)" with "... is in ..."
Fri, 25 Aug 2017 14:35:28 +0200 Lars Kruse codingstyle: replace comparison for equality against None with "is" expression
Fri, 25 Aug 2017 14:34:58 +0200 Lars Kruse codingstyle: replace "not ... is ..." with "... is not ..."
Fri, 25 Aug 2017 14:33:37 +0200 Lars Kruse codingstyle: replace "not ... in ..." with "... not in ..."
Fri, 25 Aug 2017 14:33:18 +0200 Lars Kruse codingstyle: replace upper-case variable names with lower-case ones
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Fri, 25 Aug 2017 14:32:31 +0200 Lars Kruse py3: replace list comprehension with for-loop due to scope
Fri, 25 Aug 2017 14:31:48 +0200 Lars Kruse lib: fix typo in comment
Fri, 25 Aug 2017 14:31:29 +0200 Lars Kruse tests: add missing tempfile import
Fri, 25 Aug 2017 14:30:57 +0200 Lars Kruse py3: replace "file" with "open"
Thu, 17 Aug 2017 21:46:10 +0200 domruf js: reduce duplicate code - make autocompleteHighlightMatch handle the non-match case too
Thu, 17 Aug 2017 23:23:52 +0200 domruf utils: remove Session after we are done using it in set_app_settings
Mon, 14 Aug 2017 22:34:28 +0200 domruf tests: use temporary copy of test.ini, possibly customized for TEST_DB
Sun, 30 Jul 2017 14:26:10 +0200 domruf templates: tweak file edit page markup to be slightly more correct and make it look slightly better
Wed, 28 Jun 2017 22:57:48 +0200 domruf files: make browser panel header look less bloated
Sat, 29 Oct 2016 13:45:07 +0200 domruf templates: add viewport meta element so small devices react to the responsive design
Tue, 18 Jul 2017 22:07:44 +0200 domruf navbar: use Bootstrap 'caret' class instead of our own 'navbar-caret'
Mon, 26 Jun 2017 20:47:49 +0200 domruf templates: jQuery DataTables need explicit width="100%" for resizing to work correctly
Thu, 29 Jun 2017 23:17:15 +0200 domruf style: consistently use 'changeset_hash' class for monospace hashes
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich pullrequests: use shared changelog_table implementation
Thu, 03 Nov 2016 20:03:03 +0100 domruf summary: use shared changelog_table implementation on summary page
Sun, 27 Aug 2017 17:11:03 +0200 Mads Kiilerich summary: inline _load_changelog_summary
Sun, 27 Aug 2017 17:00:57 +0200 Mads Kiilerich summary: drop the in-page paging and replace it with simpler page reload
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: update styling - don't restrict styling to graph when it is all for all changelog views
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: make the table a re-usable template element
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: don't render the checkbox-column at all if it isn't used
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich vcs: let Git changesets return an empty set of bookmarks and drop vcs check before iterating bookmarks
Thu, 03 Nov 2016 20:03:03 +0100 domruf controllers: consistently use c.cs_pagination for changeset paginators
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich controllers: consistently use c.cs_comments and cs_statuses
Sun, 02 Jul 2017 22:19:12 +0200 domruf changelog: only show the 'expand_commit' button if there are more lines to show
Mon, 03 Jul 2017 21:45:37 +0200 domruf changelog: avoid cutting off commit messages
Mon, 28 Aug 2017 05:25:39 +0200 Mads Kiilerich changelog: fix column sizing - don't expand the date column but give everything to the description column
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: dim the whole row for changesets that are merges or out of range
Mon, 28 Aug 2017 05:25:39 +0200 Mads Kiilerich tests: fix test failure after 3c1cdd1c1736
Tue, 18 Jul 2017 20:50:49 +0200 domruf js: use body as container for Bootstrap tooltips
Tue, 27 Jun 2017 21:49:33 +0200 domruf templates: don't abuse elements as links or buttons
Thu, 24 Aug 2017 02:50:04 +0200 Mads Kiilerich changelog: simplify message expansion toggling
Sun, 06 Aug 2017 20:39:33 +0200 domruf contextbar: fix navbar markup
Mon, 03 Jul 2017 20:18:57 +0200 domruf changelog: move the tooltip from the user name to the whole column
Sun, 02 Jul 2017 21:14:37 +0200 domruf style: rely on css to truncate author name in tables instead of truncating to fixed length
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich js: introduce jquery.flot library - so far unused
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich statistics: only load the Flot library when we need it
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich statistics: make statistics view work again
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich templates: remove some dead code for toggling something when clicking a gravatar
Mon, 10 Jul 2017 13:13:10 -0500 Andrew Shadura comments: display comment previews while submitting
Mon, 03 Jul 2017 22:17:28 +0200 domruf changeset: 'Parent rev.' and 'Child rev.' are no 'changeset_hash'
Mon, 03 Jul 2017 21:32:56 +0200 domruf changelog: change comments tooltip from 'Changeset has comments' to 'X comments'
Sun, 02 Jul 2017 20:28:09 +0200 domruf changelog: reduce the amount of html elements
Sun, 02 Jul 2017 21:41:41 +0200 domruf compare: re-render branch graph on page resize
Sun, 30 Jul 2017 14:37:01 +0200 domruf templates: add caret to user dropdown
Sun, 30 Jul 2017 13:51:35 +0200 domruf templates: revert accidental rename from 5e3adb20839d
Thu, 29 Jun 2017 23:24:42 +0200 domruf changeset range: move gravatar in front of revision link
Fri, 21 Oct 2016 18:30:06 +0200 domruf template: add missing closing tag </a> for Lock
Wed, 28 Jun 2017 23:25:41 +0200 domruf templates: remove <pre> from panel header on files sources page
Thu, 27 Jul 2017 22:25:16 +0200 domruf template: use bootstrap .checkbox class to fix alignment of Files 'Follow current branch' checkbox
Wed, 28 Jun 2017 22:30:24 +0200 domruf templates: use span elements instead of left floating div
Tue, 27 Jun 2017 21:49:33 +0200 domruf templates: don't use ordinary elements as links or buttons by adding btn styling
Mon, 14 Aug 2017 00:40:04 +0200 Mads Kiilerich templates: drop odd grid_edit and grid_delete classes
Mon, 26 Jun 2017 22:28:58 +0200 domruf templates: more consistently put icons inside 'Delete' and 'Edit' buttons
Tue, 08 Aug 2017 21:35:20 +0200 domruf api: change precision of ChangesetStatus.modified_at to seconds
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting users or groups to give permissions
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting users to add as reviewers to PRs
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting owner of repos and PRs
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: make autocompleteFormatter compatible with select2
Sun, 13 Aug 2017 01:59:19 +0200 Mads Kiilerich celery: replace loader.PylonsSettingsProxy with a simple configuration object
Sun, 11 Jun 2017 16:13:09 +0200 domruf celery: simplify internal configuration and app creation
Sun, 11 Jun 2017 16:13:09 +0200 domruf celery: let celerypylons.app be the actual app, not a factory
Sat, 12 Aug 2017 17:55:58 +0200 Mads Kiilerich celeryd: let the gearbox command use db session as most other gearbox commands do
Sat, 12 Aug 2017 17:40:01 +0200 Mads Kiilerich lib: make the DaemonLock lock location parameter mandatory - the default was never used
Sat, 12 Aug 2017 17:40:01 +0200 Mads Kiilerich make-index: move make_index.lock to the index location - don't assume that the .ini directory is writable
Sun, 11 Jun 2017 16:56:12 +0200 domruf gearbox: if a config file is specified, store it in the command instance so it is available without tg