New commits on Our Own Kallithea

2017-01-14 Thread Our Own Kallithea
datatables: fix repo group sorting of repo name, last change and tip - indices were off by one 'orderData: 0' would be interpreted as false - thus we use th... domruf committed on 2016-12-22 12:19:23branch: defaulttag: tipchangeset: e2739d57datatables: fix repo group sorting of repo name,

New commits on Our Own Kallithea

2017-01-11 Thread Our Own Kallithea
template: use Bootstrap tooltips and popover instead of handmade tooltips Based on work from Andrew Shadura . Further modified by Mads K... domruf committed on 2016-09-20 18:01:59branch: defaulttag: tipchangeset: 1ab38cd7template: use Bootstrap tooltips and popover

New commits on Our Own Kallithea

2017-01-10 Thread Our Own Kallithea
template: use Bootstrap compatible navbar markup Based on work from Andrew Shadura . Further modified by Mads Kiilerich. domruf committed on 2016-09-20 17:03:37branch: defaulttag: tipchangeset: 8bd7a637template: use Bootstrap compatible navbar markupBased on work from

New commits on Our Own Kallithea

2017-01-09 Thread Our Own Kallithea
style: fix headers for file stuff kiilerix committed on 2017-01-10 00:29:05branch: defaulttag: tipchangeset: 990eb49estyle: fix headers for file stuff M kallithea/public/css/pygments.css (3 lines added, 0 lines removed) M kallithea/templates/files/files_edit.html (4 lines added, 2 lines

New commits on Our Own Kallithea

2017-01-08 Thread Our Own Kallithea
style: use panel, panel-heading, panel-title, panel-body and settings This imply lots of tweaking of header handling and panel spacing. Not converted yet: ... kiilerix committed on 2017-01-08 23:41:30branch: defaulttag: tipchangeset: 1f02a239style: use panel, panel-heading, panel-title,

New commits on Our Own Kallithea

2017-01-08 Thread Our Own Kallithea
i18n: correct mistakes in the Russian translation introduced in 836888e. andrewsh committed on 2017-01-08 17:16:52branch: stabletag: tipchangeset: 799915edi18n: correct mistakes in the Russian translation introduced in 836888e. M kallithea/i18n/ru/LC_MESSAGES/kallithea.po (2 lines added,

New commits on Our Own Kallithea

2017-01-05 Thread Our Own Kallithea
templates: update copyright notice in footer to 2017 kiilerix committed on 2017-01-06 00:43:51branch: defaulttag: tipchangeset: c617f604templates: update copyright notice in footer to 2017 M kallithea/templates/base/base.html (1 lines added, 1 lines removed)

New commits on Our Own Kallithea

2017-01-05 Thread Our Own Kallithea
i18n: updated translation for Russian Currently translated at 73.4% (831 of 1132 strings) andrewsh committed on 2017-01-05 14:58:45branch: stabletag: tipchangeset: 836888e0i18n: updated translation for RussianCurrently translated at 73.4% (831 of 1132 strings) M

New commits on Our Own Kallithea

2017-01-03 Thread Our Own Kallithea
<<< text/html; charset="us-ascii": Unrecognized >>> ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

New commits on Our Own Kallithea

2017-01-02 Thread Our Own Kallithea
tg: refactor API JSON RPC error handling to prepare for TG kiilerix committed on 2016-12-23 22:39:36branch: defaulttag: tipchangeset: dc94e662tg: refactor API JSON RPC error handling to prepare for TG M kallithea/controllers/api/__init__.py (34 lines added, 39 lines removed)

New commits on Our Own Kallithea

2016-12-23 Thread Our Own Kallithea
middleware: replace references to Errormator with AppEnlight. Errormator has been rebranded as AppEnlight a while back. Errormator is no longer available. ... Brandon Jones committed on 2016-12-21 14:56:09branch: stabletag: tipchangeset: b4dd4c16middleware: replace references to

New commits on Our Own Kallithea

2016-12-18 Thread Our Own Kallithea
graph: align dots on middle of first element in cell instead of middle of table row domruf committed on 2016-10-11 16:49:16branch: defaulttag: tipchangeset: 16234f62graph: align dots on middle of first element in cell instead of middle of table row M kallithea/public/js/graph.js (4 lines

New commits on Our Own Kallithea

2016-12-04 Thread Our Own Kallithea
validators: remove unneeded M/StateObj classes The M class is actually a wrapper around formencode.api.Validator.message, inserting a translator into the 's... patrickdp committed on 2016-12-04 19:22:23branch: defaulttag: tipchangeset: 81fdf2f6validators: remove unneeded M/StateObj

New commits on Our Own Kallithea

2016-11-22 Thread Our Own Kallithea
tests: use test_context for tests needing internationalization Instead of relying on the top-level handling of the translator, use the newly introduced test... patrickdp committed on 2016-11-22 08:04:45branch: defaulttag: tipchangeset: 8e313706tests: use test_context for tests needing

New commits on Our Own Kallithea

2016-11-08 Thread Our Own Kallithea
style: use Bootstrap compatible markup for alert Based on work by Dominik Ruf. kiilerix committed on 2016-11-08 22:29:12branch: defaulttag: tipchangeset: 8a502086style: use Bootstrap compatible markup for alertBased on work by Dominik Ruf. M kallithea/controllers/admin/settings.py (1

New commits on Our Own Kallithea

2016-10-24 Thread Our Own Kallithea
auth: when logging HasPermissionAny, make it clear that the scope is global, not unknown kiilerix committed on 2016-10-24 13:18:51branch: defaulttag: tipchangeset: 226e0154auth: when logging HasPermissionAny, make it clear that the scope is global, not unknown M kallithea/lib/auth.py (3

New commits on Our Own Kallithea

2016-10-03 Thread Our Own Kallithea
templates: cleanup index page and make repo group table a 'DataTable' as well The repo group table could be data based like the repo table instead of wrappi... domruf committed on 2016-09-22 19:06:44branch: defaulttag: tipchangeset: d3930bd0templates: cleanup index page and make repo

New commits on Our Own Kallithea

2016-09-23 Thread Our Own Kallithea
tests: fix assertion rewriting in some tests with pytest-3.0.0+ Since pytest 3.0.0, asserts present in modules that are not directly seen by pytest as 'test... patrickdp committed on 2016-09-09 13:34:08branch: defaulttag: tipchangeset: 790aeeddtests: fix assertion rewriting in some tests

New commits on Our Own Kallithea

2016-09-19 Thread Our Own Kallithea
tests: fix assertion rewriting in some tests with pytest-3.0.0+ Since pytest 3.0.0, asserts present in modules that are not directly seen by pytest as 'test... patrickdp committed on 2016-09-09 13:34:08branch: defaulttag: tipchangeset: 790aeeddtests: fix assertion rewriting in some tests

New commits on Our Own Kallithea

2016-09-17 Thread Our Own Kallithea
Turbogears2 migration: remove some references to Pylons in comments In order to minimize the diff of the actual Turbogears2 migration, this commit already r... patrickdp committed on 2016-09-13 16:01:19branch: defaulttag: tipchangeset: 5eec7942Turbogears2 migration: remove some references

New commits on Our Own Kallithea

2016-09-05 Thread Our Own Kallithea
diff: fix display of links to before / after files - it was not obvious what the hashes / file names did Show a "missing" symbol instead of the hash. kiilerix committed on 2016-09-05 22:51:18branch: defaulttag: tipchangeset: 59639343diff: fix display of links to before / after files - it

New commits on Our Own Kallithea

2016-08-15 Thread Our Own Kallithea
<<< text/html; charset="us-ascii": Unrecognized >>> ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

New commits on Our Own Kallithea

2016-08-11 Thread Our Own Kallithea
notifications: new email templates with html styling - with heavy interfering and hacking by Mads Kiilerich. Kateryna Musina committed on 2016-03-14 14:30:22branch: defaulttag: tipchangeset: c82f90f4notifications: new email templates with html styling - with heavy interfering and hacking

New commits on Our Own Kallithea

2016-08-04 Thread Our Own Kallithea
auth: disallow PUT and _method method override kiilerix committed on 2016-08-04 12:23:36branch: defaulttag: tipchangeset: 2ac4a701auth: disallow PUT and _method method override M kallithea/config/middleware.py (1 lines added, 1 lines removed) M kallithea/lib/auth.py (3 lines added, 8

New commits on Our Own Kallithea

2016-08-01 Thread Our Own Kallithea
login: have self-signup confirmation message respect site_name kwi committed on 2016-07-28 13:38:30branch: defaulttag: tipchangeset: 38e41840login: have self-signup confirmation message respect site_name M kallithea/controllers/login.py (1 lines added, 1 lines removed) M

New commits on Our Own Kallithea

2016-07-29 Thread Our Own Kallithea
pullrequests: better handling of Mercurial pullrequests with missing revisions - don't crash Trying to display a Mercurial PR with missing changesets could ... kiilerix committed on 2016-07-28 14:28:34branch: defaulttag: tipchangeset: 19e619f3pullrequests: better handling of Mercurial

New commits on Our Own Kallithea

2016-07-25 Thread Our Own Kallithea
db: script to test database upgrades dbmigrate-test executes Alembic upgrade scripts between two Kallithea versions in a clean environment. There is no auto... kwi committed on 2016-07-13 19:39:14branch: defaulttag: tipchangeset: 51b1af58db: script to test database upgrades

Re: New commits on Our Own Kallithea

2016-06-30 Thread Konstantin Veretennicov
On Jun 29, 2016 17:20, "Our Own Kallithea" < kallithea-commits-nore...@kallithea-scm.org> wrote: > [...] > tests: fix Python 2.6 compatibility in string formatting Python 2.6 would fail with: ValueError: zero length field name in format > kiilerix committed on 2016-06-29 14:52:07 > branch:

New commits on Our Own Kallithea

2016-06-29 Thread Our Own Kallithea
hooks: set Windows stderr output mode to binary This prevents Python (or the Windows console) from replacing \n with \r\n. The extra \r made exception outp... domruf committed on 2016-06-14 19:23:51branch: defaulttag: tipchangeset: 58809814hooks: set Windows stderr output mode to binary

New commits on Our Own Kallithea

2016-06-24 Thread Our Own Kallithea
lock: fix for Mercurial 3.6+ - wrap hgweb to catch Locked exceptions from hooks With Mercurial 3.6, the handling of WSGI responses changed. The hook excepti... domruf committed on 2016-06-14 20:14:39branch: defaulttag: tipchangeset: ada7b049lock: fix for Mercurial 3.6+ - wrap hgweb to

New commits on Our Own Kallithea

2016-06-24 Thread Our Own Kallithea
tests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql domruf committed on 2016-06-17 18:23:09branch: defaulttag: tipchangeset: 05c67c3etests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql M

New commits on Our Own Kallithea

2016-06-16 Thread Our Own Kallithea
tests: Mercurial hooks must use ui.status for messages sent to the client Mercurial changed so sys.stdout and sys.stderr now are intercepted instead of bein... domruf committed on 2016-05-02 22:12:55branch: defaulttag: tipchangeset: 0bb4fa32tests: Mercurial hooks must use ui.status for

New commits on Our Own Kallithea

2016-06-15 Thread Our Own Kallithea
docs: reminder to add c:\path\to\git\bin to PATH domruf committed on 2016-06-12 19:32:15branch: defaulttag: tipchangeset: d9e6e489docs: reminder to add c:\path\to\git\bin to PATH M docs/installation_win.rst (7 lines added, 5 lines removed)

New commits on Our Own Kallithea

2016-06-09 Thread Our Own Kallithea
tests: small setup method refactor for readability kiilerix committed on 2016-06-09 23:19:58branch: defaulttag: tipchangeset: 2ffd56eatests: small setup method refactor for readability M kallithea/tests/models/test_notifications.py (4 lines added, 4 lines removed)

New commits on Our Own Kallithea

2016-05-30 Thread Our Own Kallithea
docs: restructure Kallithea upgrade instructions This creates a separate "Upgrading Kallithea" section, instead of trying (and failing) to repeat the same i... kwi committed on 2016-05-23 17:14:48branch: defaulttag: tipchangeset: 8075ec3ddocs: restructure Kallithea upgrade instructions

New commits on Our Own Kallithea

2016-05-23 Thread Our Own Kallithea
js: update YUI - rebuild according to LICENSE.md instructions to only include the relevant subset kiilerix committed on 2016-05-23 16:04:56branch: defaulttag: tipchangeset: a3c91d42js: update YUI - rebuild according to LICENSE.md instructions to only include the relevant subset Changeset

New commits on Our Own Kallithea

2016-05-17 Thread Our Own Kallithea
tests: remove reference to removed kallithea/tests/parameterized.py The file was removed in 66c40720e7b2. I guess tests still passed because it still found ... kiilerix committed on 2016-05-17 21:10:33branch: defaulttag: tipchangeset: 96779dbatests: remove reference to removed

New commits on Our Own Kallithea

2016-05-15 Thread Our Own Kallithea
pytest migration: rename TestControllerPytest back to TestController The name TestControllerPytest was introduced to allow a temporary situation where nose/... patrickdp committed on 2016-05-15 20:37:37branch: defaulttag: tipchangeset: 7f2aa3ecpytest migration: rename TestControllerPytest

New commits on Our Own Kallithea

2016-05-06 Thread Our Own Kallithea
pytest migration: other: convert to TestControllerPytest Thomas De Schampheleire committed on 2016-05-06 19:21:50branch: defaulttag: tipchangeset: 313930aepytest migration: other: convert to TestControllerPytest M kallithea/tests/other/manual_test_vcs_operations.py (2 lines added, 2

New commits on Our Own Kallithea

2016-05-05 Thread Our Own Kallithea
tests: capture current behavior of user creation from LDAP when email is missing Konstantin Veretennicov committed on 2016-05-01 21:29:33branch: defaulttag: tipchangeset: bf8898a1tests: capture current behavior of user creation from LDAP when email is missing M

New commits on Our Own Kallithea

2016-05-04 Thread Our Own Kallithea
subprocess: output on stderr doesn't mean that a process failed Git sometimes does that. Threading non-determinism did that we sometimes didn't see it, and ... kiilerix committed on 2016-05-03 23:18:25branch: defaulttag: tipchangeset: 10625989subprocess: output on stderr doesn't mean that

New commits on Our Own Kallithea

2016-05-03 Thread Our Own Kallithea
spelling: triggered timel...@gmail.com committed on 2016-05-03 12:17:44branch: defaulttag: tipchangeset: 051d6547spelling: triggered M kallithea/templates/files/files_source.html (1 lines added, 1 lines removed) ___ kallithea-general

New commits on Our Own Kallithea

2016-05-02 Thread Our Own Kallithea
Added tag 0.3.2 for changeset a84d40e9481f Added signature for changeset a84d40e9481f andrewsh committed on 2016-05-02 16:54:04branch: stabletag: tipchangeset: f40905c3Added tag 0.3.2 for changeset a84d40e9481f Added signature for changeset a84d40e9481f M .hgsigs (1 lines added, 0 lines

New commits on Our Own Kallithea

2016-04-26 Thread Our Own Kallithea
changelog: fix range selection from changelog in git repos (Issue #190) The Mercurial backend can handle short revision ids so the problem does not occur wi... domruf committed on 2016-02-22 09:18:27branch: stabletag: tipchangeset: 93b51284changelog: fix range selection from changelog in

New commits on Our Own Kallithea

2016-04-13 Thread Our Own Kallithea
tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs Some Git versions will fail when cloning a repository like:git clone file:///path... domruf committed on 2016-04-11 20:36:52branch: defaulttag: tipchangeset: 078136fdtests: fix Git on Windows sometimes failing on '

New commits on Our Own Kallithea

2016-03-23 Thread Our Own Kallithea
pullrequests: show status label for reviews instead of the raw internal string kiilerix committed on 2016-03-23 17:27:50branch: defaulttag: tipchangeset: b027fc1apullrequests: show status label for reviews instead of the raw internal string M

New commits on Our Own Kallithea

2016-03-14 Thread Our Own Kallithea
i18n: add translation for Spanish Created new translation. Oscar Curero committed on 2016-03-08 09:09:50branch: defaulttag: tipchangeset: 35508e2di18n: add translation for Spanish Created new translation. A kallithea/i18n/es/LC_MESSAGES/kallithea.po (5814 lines added, 0 lines removed)

New commits on Our Own Kallithea

2016-03-14 Thread Our Own Kallithea
db: cache SCM instance short-term (tied to SQLAlchemy session lifetime) Repeatedly checking whether SCM instances are invalidated is slow, and we don't actu... kwi committed on 2016-03-08 11:28:06branch: defaulttag: tipchangeset: 82f81861db: cache SCM instance short-term (tied to

New commits on Our Own Kallithea

2016-03-13 Thread Our Own Kallithea
Merge stable kiilerix committed on 2016-03-13 23:36:08branch: defaulttag: tipchangeset: d5e16407Merge stable M .hgsigs (1 lines added, 0 lines removed) M .hgtags (2 lines added, 0 lines removed) M docs/contributing.rst (1 lines added, 1 lines removed) M docs/installation.rst (2 lines

New commits on Our Own Kallithea

2016-03-13 Thread Our Own Kallithea
Added tag 0.3.1 for changeset 9bf8eb837e78 Added signature for changeset 9bf8eb837e78 andrewsh committed on 2016-03-13 14:18:08branch: stabletag: tipchangeset: c92b6787Added tag 0.3.1 for changeset 9bf8eb837e78 Added signature for changeset 9bf8eb837e78 M .hgsigs (1 lines added, 0 lines

New commits on Our Own Kallithea

2016-03-13 Thread Our Own Kallithea
docs: suggest using pip instead of setup.py develop andrewsh committed on 2016-03-12 13:35:43branch: stabletag: tipchangeset: 250f8150docs: suggest using pip instead of setup.py develop M docs/contributing.rst (1 lines added, 1 lines removed) M docs/installation.rst (2 lines added, 2

New commits on Our Own Kallithea

2016-03-08 Thread Our Own Kallithea
replace absolute /tmp paths to tempfile.gettempdir() domruf committed on 2016-02-02 20:45:29branch: defaulttag: tipchangeset: 1a7611b9replace absolute /tmp paths to tempfile.gettempdir() M kallithea/bin/kallithea_backup.py (2 lines added, 2 lines removed) M kallithea/tests/__init__.py

New commits on Our Own Kallithea

2016-03-04 Thread Our Own Kallithea
auth: support both old and new python-pam API python-pam 1.8.* provides a new API replacing the previously available authenticate() function. The latest unr... andrewsh committed on 2016-02-24 12:32:33branch: stabletag: tipchangeset: 7ef7536bauth: support both old and new python-pam API

New commits on Our Own Kallithea

2016-03-04 Thread Our Own Kallithea
vcs: the git backend requires string encoded repository names too Shown by test.functional.test_admin_repos.test_delete_non_ascii on Windows. domruf committed on 2016-03-03 13:19:06branch: defaulttag: tipchangeset: e5f52585vcs: the git backend requires string encoded repository names too

New commits on Our Own Kallithea

2016-03-02 Thread Our Own Kallithea
setup: introduce requirements.txt for use as "pip install -r requirements.txt" as alternative to "setup.py develop" kiilerix committed on 2016-03-02 19:32:32branch: stabletag: tipchangeset: 94154813setup: introduce requirements.txt for use as "pip install -r requirements.txt" as

New commits on Our Own Kallithea

2016-03-02 Thread Our Own Kallithea
tests: clarify user IP range test dependency on beaker caching of user objects Requests with invalid request address would pass after configuring user IP ra... kiilerix committed on 2016-03-02 16:03:23branch: defaulttag: tipchangeset: 95a33e5dtests: clarify user IP range test dependency

New commits on Our Own Kallithea

2016-02-24 Thread Our Own Kallithea
i18n: updated translation for Greek Currently translated at 10.9% (124 of 1132 strings) Asterios Dimitriou committed on 2016-02-10 12:01:22branch: defaulttag: tipchangeset: bc6178c3i18n: updated translation for Greek Currently translated at 10.9% (124 of 1132 strings) M

New commits on Our Own Kallithea

2016-02-24 Thread Our Own Kallithea
i18n: update Belarusian translation. andrewsh committed on 2016-02-24 15:35:32branch: defaulttag: tipchangeset: 29807a52i18n: update Belarusian translation. M kallithea/i18n/be/LC_MESSAGES/kallithea.po (993 lines added, 1057 lines removed)

New commits on Our Own Kallithea

2016-02-18 Thread Our Own Kallithea
pullrequest: add URL changesets in txt notification email to reviewers Similar to adding the URL for each changeset in the html notification email (commit x... patrickdp committed on 2016-02-08 16:42:59branch: defaulttag: tipchangeset: bbd307cepullrequest: add URL changesets in txt

New commits on Our Own Kallithea

2016-02-15 Thread Our Own Kallithea
vcs: better handling of invalid email addresses: don't consider them email addresses 13da89053853 was in principle right in always returning email adresses ... kiilerix committed on 2016-02-15 18:29:26branch: defaulttag: tipchangeset: 1fd82c81vcs: better handling of invalid email

New commits on Our Own Kallithea

2016-02-09 Thread Our Own Kallithea
Merge stable kiilerix committed on 2016-02-09 16:46:36branch: defaulttag: tipchangeset: 2f14b4dbMerge stable M setup.py (1 lines added, 1 lines removed) ___ kallithea-general mailing list kallithea-general@sfconservancy.org

New commits on Our Own Kallithea

2016-02-08 Thread Our Own Kallithea
i18n: updated translation for Greek Currently translated at 7.5% (86 of 1132 strings) Asterios Dimitriou committed on 2016-01-27 18:56:48branch: defaulttag: tipchangeset: 9b10493fi18n: updated translation for Greek Currently translated at 7.5% (86 of 1132 strings) A

New commits on Our Own Kallithea

2016-02-08 Thread Our Own Kallithea
i18n: updated translation for German Currently translated at 60.8% (683 of 1123 strings) Robert Rauch committed on 2016-02-08 22:22:59branch: defaulttag: tipchangeset: e0eb50f8i18n: updated translation for German Currently translated at 60.8% (683 of 1123 strings) M

Re: New commits on Our Own Kallithea

2016-01-31 Thread Andrew Shadura
On 01/02/16 01:10, Our Own Kallithea wrote: > > db: always match user emails case insensitively This commit removes > case-sensitive email matching. It also adds a couple of tests which > fail, to demonstrate... > >

New commits on Our Own Kallithea

2016-01-29 Thread Our Own Kallithea
design: make top-right profile button into an actual link If a user is logged in, make the avatar, username and notification count into a link to "My Notifi... kwi committed on 2015-09-24 13:42:28branch: defaulttag: tipchangeset: a78503ebdesign: make top-right profile button into an

New commits on Our Own Kallithea

2016-01-20 Thread Our Own Kallithea
comments: limit comment deletion to a 5 minutes grace period It is really a bad idea to delete a comment after the content and references to it has been sen... kiilerix committed on 2016-01-20 00:47:11branch: defaulttag: tipchangeset: b4b57bebcomments: limit comment deletion to a 5

New commits on Our Own Kallithea

2016-01-17 Thread Our Own Kallithea
auth: Fix bug where usernames are not consistently capitalized when using crowd login If you try to log in to Kallithea via the Crowd auth module then the c... Robert James Dennington committed on 2016-01-15 14:55:27branch: stabletag: tipchangeset: dba6c44fauth: Fix bug where usernames

New commits on Our Own Kallithea

2016-01-12 Thread Our Own Kallithea
Merge translations from stable. andrewsh committed on 2016-01-12 10:44:48branch: defaulttag: tipchangeset: 6af24662Merge translations from stable. M kallithea/i18n/cs/LC_MESSAGES/kallithea.po (11 lines added, 13 lines removed) M kallithea/i18n/ja/LC_MESSAGES/kallithea.po (258 lines

New commits on Our Own Kallithea

2016-01-05 Thread Our Own Kallithea
lib: drop fuzzy matching on full user names in user_or_none The fallback of checking for matching user names is expensive, untested, fragile, and almost use... kiilerix committed on 2016-01-05 15:30:12branch: defaulttag: tipchangeset: 2eaabe41lib: drop fuzzy matching on full user names in

New commits on Our Own Kallithea

2015-11-16 Thread Our Own Kallithea
select2: make "Switch To" switch to changelog view everywhere, except in Files context When already in changelog context, it will apply the change to the ex... Takumi IINO committed on 2015-10-25 16:09:06branch: defaulttag: tipchangeset: c6dcda2cselect2: make "Switch To" switch to

New commits on Our Own Kallithea

2015-11-07 Thread Our Own Kallithea
changeset: drop unused variables Jiří Suchan committed on 2015-11-05 00:31:21branch: defaulttag: tipchangeset: bedb8905changeset: drop unused variables M kallithea/controllers/changeset.py (1 lines added, 2 lines removed) ___

New commits on Our Own Kallithea

2015-10-25 Thread Our Own Kallithea
i18n: some tweaks for i18n Takumi IINO committed on 2015-10-24 15:19:20branch: stabletag: tipchangeset: f569f44ai18n: some tweaks for i18n M kallithea/controllers/files.py (2 lines added, 2 lines removed) M kallithea/model/db.py (1 lines added, 1 lines removed) M

New commits on Our Own Kallithea

2015-10-25 Thread Our Own Kallithea
js: wrap repo_switcher setup code in $(document).ready Without wrapping in a function, some variables were made global, such as cache, format, visual_show_p... Takumi IINO committed on 2015-10-25 18:32:18branch: defaulttag: tipchangeset: 21f80c6cjs: wrap repo_switcher setup code in

New commits on Our Own Kallithea

2015-10-24 Thread Our Own Kallithea
i18n: some tweaks for i18n Takumi IINO committed on 2015-10-24 15:19:20branch: defaulttag: tipchangeset: 59edb20fi18n: some tweaks for i18n M kallithea/controllers/files.py (2 lines added, 2 lines removed) M kallithea/model/db.py (1 lines added, 1 lines removed) M

New commits on Our Own Kallithea

2015-09-30 Thread Our Own Kallithea
git: fix typo in error logging from 1ea1761bab12 kiilerix committed on 2015-09-30 21:19:46branch: stabletag: tipchangeset: 092ea4d4git: fix typo in error logging from 1ea1761bab12 M kallithea/lib/vcs/backends/git/repository.py (1 lines added, 1 lines removed)

New commits on Our Own Kallithea

2015-09-17 Thread Our Own Kallithea
release: add scripts/make-release for automation of the release process kiilerix committed on 2015-09-17 19:29:46branch: stabletag: tipchangeset: d4f66ca1release: add scripts/make-release for automation of the release process A scripts/make-release (62 lines added, 0 lines removed) A

New commits on Our Own Kallithea

2015-09-08 Thread Our Own Kallithea
i18n: merge more translations from stable andrewsh committed on 2015-09-08 09:21:08branch: defaulttag: tipchangeset: da33bebbi18n: merge more translations from stable M kallithea/i18n/de/LC_MESSAGES/kallithea.po (445 lines added, 415 lines removed)

New commits on Our Own Kallithea

2015-09-02 Thread Our Own Kallithea
email: remove user from subject of emails For comment and pullrequest mails: - remove user that triggered the email, as this is now in the From header. Bas... patrickdp committed on 2015-07-09 20:17:26branch: defaulttag: tipchangeset: 2577ddeaemail: remove user from subject of emails

New commits on Our Own Kallithea

2015-08-11 Thread Our Own Kallithea
tox.ini: declare 1.8 as minimum tox version Older tox versions will fail with tox.ConfigError: ConfigError: substitution key '26,27' not found Older tox ve... kiilerix committed on 2015-08-11 11:57:48branch: defaulttag: tipchangeset: 768989c5tox.ini: declare 1.8 as minimum tox version

New commits on Our Own Kallithea

2015-08-06 Thread Our Own Kallithea
e-mail: add documentation about configuration settings Document e-mail related configuration settings in the documentation (overview) and the .ini file itse... patrickdp committed on 2015-07-16 15:40:35branch: defaulttag: tipchangeset: ce72c36fe-mail: add documentation about configuration

New commits on Our Own Kallithea

2015-07-31 Thread Our Own Kallithea
templates/changeset: display precursor changesets smf committed on 2014-07-29 21:14:16branch: defaulttag: tipchangeset: 1cdfd54atemplates/changeset: display precursor changesets M kallithea/templates/changeset/changeset.html (14 lines added, 0 lines removed)

New commits on Our Own Kallithea

2015-07-23 Thread Our Own Kallithea
e-mail: clarify that smtp_use_ssl defaults to false Commented settings in configuration files conventionally indicate the default value. patrickdp committed on 2015-07-16 15:43:41branch: defaulttag: tipchangeset: 8479cf44e-mail: clarify that smtp_use_ssl defaults to false Commented

New commits on Our Own Kallithea

2015-07-14 Thread Our Own Kallithea
i18n: update the translation template andrewsh committed on 2015-07-14 09:50:04branch: defaulttag: tipchangeset: 514d89bbi18n: update the translation template M kallithea/i18n/kallithea.pot (773 lines added, 666 lines removed) ___

New commits on Our Own Kallithea

2015-07-14 Thread Our Own Kallithea
Added tag 0.2.2 for changeset 14f488a5dc4c kiilerix committed on 2015-07-13 15:14:31branch: stabletag: tipchangeset: 1e481819Added tag 0.2.2 for changeset 14f488a5dc4c M .hgtags (1 lines added, 0 lines removed) ___ kallithea-general

New commits on Our Own Kallithea

2015-07-14 Thread Our Own Kallithea
tests: hide database setup queries with pytest Unlike nosetest, pytest would show the database setup queries at the beginning of the test run, which don't b... patrickdp committed on 2015-07-02 10:07:19branch: defaulttag: tipchangeset: f9367342tests: hide database setup queries with

New commits on Our Own Kallithea

2015-06-27 Thread Our Own Kallithea
tests: improve robustness of notifications tests The notifications tests make the assumption that there are no notifications at the start of the test, which... patrickdp committed on 2015-06-22 12:56:01branch: defaulttag: tipchangeset: ac5d236atests: improve robustness of notifications

New commits on Our Own Kallithea

2015-06-16 Thread Our Own Kallithea
changeset: reduce log level of stack trace on innocent exceptions When the user performs an unallowed action and a flash is displayed, there is no need to l... patrickdp committed on 2015-06-11 06:18:14branch: defaulttag: tipchangeset: 5fb4e6f8changeset: reduce log level of stack trace on

New commits on Our Own Kallithea

2015-06-09 Thread Our Own Kallithea
text/html; charset="utf-8": Unrecognized ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

New commits on Our Own Kallithea

2015-06-06 Thread Our Own Kallithea
UserModel: remove code duplication of User.get_by_username() UserModel.get_by_username() and User.get_by_username() implement the same logic and thus one sh... patrickdp committed on 2015-06-01 15:40:31branch: defaulttag: tipchangeset: d7f13c2aUserModel: remove code duplication of

New commits on Our Own Kallithea

2015-05-27 Thread Our Own Kallithea
vcs: added proper windows quoting to git commands (Issue #135) Git repositories could not be forked on windows. Matthias Zilk committed on 2015-05-22 21:56:50branch: stabletag: tipchangeset: c44885d0vcs: added proper windows quoting to git commands (Issue #135) Git repositories could not

New commits on Our Own Kallithea

2015-05-15 Thread Our Own Kallithea
style: make the login page Bootstrap-ready Change the template to use CSS classes names compatible with what Bootstrap provides. That would allow the login ... andrewsh committed on 2015-05-12 21:32:41branch: defaulttag: tipchangeset: 7a5db341style: make the login page Bootstrap-ready

New commits on Our Own Kallithea

2015-05-12 Thread Our Own Kallithea
permissions: fix a copy/paste error, rename repository group to user group in tooltip Peter Vitt committed on 2015-05-12 20:03:36branch: defaulttag: tipchangeset: b4141352permissions: fix a copy/paste error, rename repository group to user group in tooltip M

New commits on Our Own Kallithea

2015-05-07 Thread Our Own Kallithea
i18n: added translation for Belarusian Currently translated at 80.8% (902 of 1115 strings) Viktar Palstsiuk committed on 2015-04-30 19:24:24branch: defaulttag: tipchangeset: 6101e27ai18n: added translation for Belarusian Currently translated at 80.8% (902 of 1115 strings) A

New commits on Our Own Kallithea

2015-05-07 Thread Our Own Kallithea
notifications: use stupid mail static-except-[] subjects to please gmail and its broken threading This gives reasonable threading, both with gmail and prope... kiilerix committed on 2015-03-12 14:39:55branch: defaulttag: tipchangeset: 8d45a14dnotifications: use stupid mail

New commits on Our Own Kallithea

2015-05-06 Thread Our Own Kallithea
comments: remove line breaks after user mentions in comment previews Previously, the preview might look like this: @username , have you seen it? ... andrewsh committed on 2015-05-05 15:39:00branch: stabletag: tipchangeset: 200f43d9comments: remove line breaks after user

New commits on Our Own Kallithea

2015-05-04 Thread Our Own Kallithea
hg: show code function in diffs Just like already done for git diffs, show the function containing the change in the hunk header of a diff, if available: ... patrickdp committed on 2015-05-04 16:47:16branch: defaulttag: tipchangeset: 0c58b6dchg: show code function in diffs Just like

New commits on Our Own Kallithea

2015-05-03 Thread Our Own Kallithea
pullrequests: add PullRequest.nice_id method Currently, a pull request id is referenced as #5, and the '#' symbol is fixed and repeated in several places. T... patrickdp committed on 2015-04-17 10:14:19branch: defaulttag: tipchangeset: 196c4644pullrequests: add PullRequest.nice_id method

New commits on Our Own Kallithea

2015-04-28 Thread Our Own Kallithea
spelling: fix qualifed typo kiilerix committed on 2015-04-29 02:25:53branch: defaulttag: tipchangeset: 71140b7cspelling: fix qualifed typo M kallithea/lib/dbmigrate/schema/db_2_2_0.py (1 lines added, 1 lines removed) M kallithea/lib/dbmigrate/schema/db_2_2_3.py (1 lines added, 1 lines

New commits on Our Own Kallithea

2015-04-28 Thread Our Own Kallithea
docs: add installation overview section kiilerix committed on 2015-04-07 00:53:04branch: defaulttag: tipchangeset: 154becd9docs: add installation overview section M docs/index.rst (1 lines added, 0 lines removed) M docs/installation.rst (4 lines added, 10 lines removed) A

New commits on Our Own Kallithea

2015-04-27 Thread Our Own Kallithea
changelog_summary: show changeset status label rather than raw status Instead of showing the changeset status as e.g. under_review, use 'Under Review', like... patrickdp committed on 2015-04-22 20:10:11branch: defaulttag: tipchangeset: 6c631f53changelog_summary: show changeset status

  1   2   >