##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r8656:016b5022
i18n: updated translation for Russian Currently translated at 99.3% (1080 of 1087 strings)
Artem
0
r8655:c9834271
hg: restore make_ui reading of .hg/hgrc This regressed with f83326e2e66c, released in 0.6.0 . Fix problem reported by Felipe Cardoso Resende.
Mads Kiilerich
0
r8654:01e12318
hg: support Mercurial 5.8 Some 'remote:' messages changed to appear on stderr.
Mads Kiilerich
0
r8653:dceaee61
pytype: support 2021.4.1 on Python 3.9
Mads Kiilerich
0
r8652:4071f4df
pytype: drop pytype_requirements.txt appenlight dependency appenlight support was dropped in 09826e98b064.
Mads Kiilerich
0
r8651:3119d680
tests: address pedantic pytype 2021.4.1 warning File "kallithea/tests/api/api_base.py", line 1315, in test_api_fork_repo_non_admin_no_permission_to_fork: Name 'fork_name' is not defined [name-error]
Mads Kiilerich
0
r8650:e6034764
diffs: let DiffProcessor inject context_lineno in chunk changes Make it possible to use these numbers reliably, also outside as_html.
Mads Kiilerich
0
r8649:bf39a5c8
diffs: don't add a pointless empty first chunk
Mads Kiilerich
0
r8648:3ab8744d
diffs: drop pointless check for "\ No newline at end of file" Such lines would have been caught on '\' as "unknown command" by the command check a few lines above.
Mads Kiilerich
0
r8647:0ce9f075
diffs: drop pointless check for adding context line The length of the match was always 5.
Mads Kiilerich
0
r8646:ba7c0397
comments: don't open comment form on page load for comments on line 0 Data attributes have magic parsing of strings so '0' becomes 0 which is false. Further, 0 == '' in JavaScript, so we have to use !== '' to catch empty strings.
Mads Kiilerich
0
r8645:99ffd118
diffs: DiffParser should only HTML escape lines when generating HTML Move DiffParser HTML escaping so it only is applied when generating HTML.
Mads Kiilerich
0
r8644:51af759e
diffs: generalize name of DiffProcessor argument inline_diff to "html"
Mads Kiilerich
0
r8643:4fb8e175
diffs: drop as_html default value for mandatory argument 'parsed_lines'
Mads Kiilerich
0
r8642:7d5e5051
diffs: change name of high level function name for generating HTML diff to html_diff
Mads Kiilerich
0
r8641:6c1a8d17
diffs: add test coverage of inline diff with other markup Add trailing whitespaces ... but also whitespace before changes (which might seem trailing but isn't).
Mads Kiilerich
0
r8640:8014ac73
mail: drop unicode filter from templates Unicode is the default in py3, and we no longer pass any non-string arguments that need stringification before rendering. This is backing out a part of 4fbab9d5be4d.
Mads Kiilerich
0
r8639:129244cf
db: make ChangesetStatus.get_status return an actual string that can be joined and used in mako templates
Mads Kiilerich
0
r8638:278cc593
pytype: introduce configuration for running pytype Install pytype and dependencies on Python 3.8 with: pip install --upgrade -r pytype_requirements.txt Checks can then be run with: pytype
Mads Kiilerich
0
r8637:7b58d01e
pytype: add assertion to guide pytype through Whoosh usage Mute pytype warnings: File "kallithea/controllers/admin/admin.py", line 105, in _journal_filter: No attribute 'fieldname' on None [attribute-error] In Optional[Any] File "kallithea/controllers/admin/admin.py", line 106, in _journal_filter: No attribute 'text' on None [attribute-error] In Optional[Any] File "kallithea/controllers/admin/admin.py", line 107, in _journal_filter: No attribute 'startdate' on None [attribute-error] In Optional[Any] File "kallithea/controllers/admin/admin.py", line 107, in _journal_filter: No attribute 'enddate' on None [attribute-error] In Optional[Any]
Mads Kiilerich
0
load next
< 1 .. 5 6 7 8 9 .. 439 >
showing 20 out of 8777 commits