log

age author description
Thu, 07 Nov 2019 03:12:41 +0100 Mads Kiilerich page: minimal change to move from webhelpers.paginate to paginate
Fri, 08 Nov 2019 00:23:10 +0100 Mads Kiilerich page: consistently invoke Page with kwargs instead of explicitly providing a custom url generator
Sat, 09 Nov 2019 19:08:16 +0100 Mads Kiilerich page: pass url query params to Page instead of passing request.GET.mixed() to .pager
Sat, 16 Nov 2019 22:49:59 +0100 Mads Kiilerich page: replace RepoPage with Page given the reverse collection
Sun, 24 Nov 2019 02:22:27 +0100 Mads Kiilerich summary: handle repo like changelog does
Wed, 20 Nov 2019 23:49:40 +0100 Mads Kiilerich vcs: fix get_changesets to .reverse() list of revision hashes in place instead of using reversed()
Wed, 27 Nov 2019 20:50:29 +0100 Thomas De Schampheleire Kick off next release cycle (0.5.99)
Wed, 27 Nov 2019 20:47:49 +0100 Thomas De Schampheleire Merge stable
Wed, 27 Nov 2019 20:44:12 +0100 Thomas De Schampheleire Added tag 0.5.0 for changeset bfa0b0a81464 stable
Wed, 27 Nov 2019 20:44:04 +0100 Thomas De Schampheleire release 0.5.0 stable 0.5.0
Wed, 27 Nov 2019 20:43:37 +0100 Thomas De Schampheleire MANIFEST.in: add missing conftest.py added in commit afa5e0bdb76f stable
Wed, 27 Nov 2019 20:35:19 +0100 Thomas De Schampheleire merge default to stable for 0.5.0 stable
Wed, 27 Nov 2019 20:30:56 +0100 Thomas De Schampheleire bin/ldap_sync: fix isort difference detected by run-all-cleanup
Wed, 27 Nov 2019 20:27:23 +0100 Thomas De Schampheleire contributors: update
Sun, 24 Nov 2019 02:52:51 +0100 Mads Kiilerich db: migration step after 95c01895c006 failed to add usk_public_key_idx in alembic step b74907136bc1
Sat, 23 Nov 2019 02:27:19 +0100 Mads Kiilerich db: introduce migration step after 93834966ae01 dropped non-nullable inherit_default_permissions
Tue, 19 Nov 2019 21:47:15 +0100 Thomas De Schampheleire js: replace jQuery's deprecated .size() with .length
Wed, 20 Nov 2019 15:12:23 +0100 Thomas De Schampheleire diff: fix 2-way diff panel height
Sat, 16 Nov 2019 20:23:31 +0100 Mads Kiilerich docs: document official method for beaker cache cleanup
Wed, 20 Nov 2019 12:55:14 +0100 Mads Kiilerich search: avoid crash when making (odd) search for '*'
Sat, 09 Nov 2019 19:13:41 +0100 Mads Kiilerich search: fix "'' is not unicode" when searching for wildcards
Sun, 26 Jan 2020 14:12:25 +0100 robertus i18n: updated translation for Polish default-i18n
Mon, 02 Dec 2019 07:10:09 +0100 Private i18n: updated translation for Russian default-i18n
Mon, 02 Dec 2019 06:41:32 +0100 Private i18n: updated translation for Russian default-i18n
Mon, 02 Dec 2019 06:19:49 +0100 Private i18n: updated translation for Russian default-i18n
Fri, 29 Nov 2019 11:31:42 +0100 Private i18n: updated translation for Russian default-i18n
Fri, 29 Nov 2019 10:17:11 +0100 Private i18n: updated translation for Russian default-i18n
Thu, 14 Nov 2019 23:36:16 +0100 Mads Kiilerich Merge default default-i18n
Mon, 04 Nov 2019 08:00:01 +0100 Hüseyin Tunç i18n: added translation for Turkish
Mon, 11 Nov 2019 15:59:18 +0100 Oleksandr Shtalinberg i18n: updated translation for Ukrainian
Sat, 05 Oct 2019 19:27:07 +0200 Thomas De Schampheleire i18n: updated translation for Flemish
Thu, 14 Nov 2019 21:10:59 +0100 Mads Kiilerich i18n: drop some additional strings that actually are fuzzy and very wrong - follow up to 21c6a1e5bf6c
Thu, 14 Nov 2019 22:08:27 +0100 Mads Kiilerich i18n: reintroduce some strings that incorrectly were dropped in 21c6a1e5bf6c - improved tooling clarify that they actually not are fuzzy
Thu, 14 Nov 2019 09:12:22 +0100 Mads Kiilerich i18n: extract_messages will use 'utf-8', bot msgmerge will uppercase it ... so let's just do that consistently
Mon, 21 Oct 2019 00:17:28 +0200 Mads Kiilerich caching: invalidate Repository cache of README and RSS based on latest revision hash in its .changeset_cache
Thu, 14 Nov 2019 22:58:55 +0100 Mads Kiilerich caching: clarify that arguments to internal @cache_region functions only are used as caching key
Sun, 20 Oct 2019 04:57:04 +0200 Mads Kiilerich caching: drop unused cache control arguments to getters
Sun, 20 Oct 2019 21:55:40 +0200 Mads Kiilerich model: use repo.set_invalidate() instead of accesssing CacheInvalidation directly
Sun, 20 Oct 2019 21:53:34 +0200 Mads Kiilerich model: name arguments to get_by_group_name
Sun, 20 Oct 2019 22:19:00 +0200 Mads Kiilerich helpers: refactor user_or_none to keep things simple and make sure we only cache simple values - no SA objects
Thu, 07 Nov 2019 02:38:47 +0100 Mads Kiilerich helpers: replace webhelpers.flash with own implementation
Mon, 21 Oct 2019 01:10:29 +0200 Mads Kiilerich front-end: use select2-bootstrap-css 1.4 ... which needs tweaking for positioning of Repositories and Switch To drop-downs
Sat, 09 Nov 2019 12:23:01 +0100 Mads Kiilerich Fix docs whitespace from scripts/run-all-cleanup
Mon, 21 Oct 2019 00:49:59 +0200 Mads Kiilerich front-end: update npm packages - some minor fixes, and also muting some audit noise
Mon, 21 Oct 2019 01:46:44 +0200 Mads Kiilerich front-end: tweak display of select2 - both in settings and Summary Download options
Mon, 21 Oct 2019 01:00:46 +0200 Mads Kiilerich front-end: build using latest dev tools from npm
Thu, 07 Nov 2019 02:11:05 +0100 Mads Kiilerich front-end: track package-lock.json - that seems like a popular thing to do
Sat, 09 Nov 2019 02:25:58 +0100 Mads Kiilerich flash: make ignore_duplicate the default - nobody should ever want to have *exactly* the same message shown multiple times
Tue, 05 Nov 2019 02:50:28 +0100 Mads Kiilerich helpers: refactor flash - drop unnecessary subclassing, and just wrap using helper functions
Wed, 30 Oct 2019 12:59:39 +0100 Mads Kiilerich setup: set explicit minimum version for all dependencies
Tue, 22 Oct 2019 21:30:49 +0200 Oleksandr Shtalinberg i18n: updated translation for Ukrainian
Mon, 07 Oct 2019 18:35:43 +0200 Христо Станев i18n: added translation for Bulgarian
Sat, 05 Oct 2019 19:27:07 +0200 Thomas De Schampheleire i18n: updated translation for Flemish
Thu, 31 Oct 2019 22:40:24 +0100 Thomas De Schampheleire i18n: disable 'no-wrap' on extract_messages to align wrap settings with weblate
Sun, 03 Nov 2019 15:39:36 +0100 Mads Kiilerich i18n: reformat translation to wrap at 76 - that's our default
Sun, 03 Nov 2019 15:22:28 +0100 Mads Kiilerich i18n: drop translation of "Inherit defaults" after 93834966ae01
Sun, 03 Nov 2019 15:02:12 +0100 Mads Kiilerich i18n: drop translation of "Token mismatch" after d9421a78a534
Sun, 03 Nov 2019 15:14:16 +0100 Mads Kiilerich i18n: drop translation of "Log user push/pull commands" after 642847355a10
Sun, 03 Nov 2019 14:54:50 +0100 Mads Kiilerich i18n: drop translation of "Invalid API key" after 7977ca209b1d
Sun, 03 Nov 2019 15:26:04 +0100 Mads Kiilerich i18n: drop translation of "Permanent Repository ID" after 1a25c408d8a4