-
722247c2be
css: Truncate long descriptions
next
Alberto Bertogli
2023-09-14 23:01:51 +01:00
-
39cff29f4b
Support main branches other than "master"
Alberto Bertogli
2023-08-23 19:02:43 +01:00
-
dff4ff6757
css: Work around Pygments' element layout changes
master
Alberto Bertogli
2022-09-26 02:43:55 +01:00
-
6ea59bad51
css: Dark mode for Pygments' syntax highlight
Alberto Bertogli
2022-09-25 21:18:13 +01:00
-
4b1e1eb84c
css: Introduce dark mode
Alberto Bertogli
2022-09-25 19:56:16 +01:00
-
518188288e
Cache some (possibly) expensive function calls
Alberto Bertogli
2022-08-31 21:48:45 +01:00
-
15547b2796
utils: Update Markdown local links extension to the new API
Alberto Bertogli
2022-08-31 21:07:53 +01:00
-
9f3df4899f
css: Improve handling of text overflow in <pre>
Alberto Bertogli
2021-05-15 01:04:19 +01:00
-
bc1ee87dfe
css: Reduce commit-message left padding
Alberto Bertogli
2021-05-15 00:58:11 +01:00
-
0d61bbf7f5
css: Auto-format git-arr.css
Alberto Bertogli
2021-05-15 00:49:11 +01:00
-
78f1b6def0
Update README
0.30
Alberto Bertogli
2020-05-25 02:11:51 +01:00
-
4cb2f59dd4
Remove TODO
Alberto Bertogli
2020-05-25 02:15:21 +01:00
-
e2155f6b33
Remove unused/unnecessary code
Alberto Bertogli
2020-05-25 02:04:55 +01:00
-
aee18d0edd
Simplify smstr
Alberto Bertogli
2020-05-24 15:52:11 +01:00
-
20b99ee568
Introduce type annotations
Alberto Bertogli
2020-05-24 14:20:56 +01:00
-
ad950208bf
Auto-format the code with black
Alberto Bertogli
2020-05-24 15:01:04 +01:00
-
1183d6f817
Move to Python 3
Alberto Bertogli
2020-05-24 02:36:43 +01:00
-
cbb36e087c
Implement a "patch" view
0.15
Alberto Bertogli
2018-10-01 21:25:11 +01:00
-
722d765973
markdown: Handle local links
Alberto Bertogli
2018-03-04 20:53:35 +00:00
-
5e75a1e7a1
Tune markdown CSS to increase readability
Alberto Bertogli
2018-03-04 19:06:41 +00:00
-
e1349d418c
views: In the summary, make the sections toggable
Alberto Bertogli
2017-08-27 19:35:08 +01:00
-
5def4c9e01
views: Include the root tree in the summary
Alberto Bertogli
2017-08-27 19:17:26 +01:00
-
891a944381
git: Don't use an empty pathspec when listing
Alberto Bertogli
2017-08-27 17:37:12 +01:00
-
d7f0e4a265
views: Change the "repository" line into "git clone"
Alberto Bertogli
2017-08-27 16:11:47 +01:00
-
56b0b34930
style: In the index, make the project names explicit links
Alberto Bertogli
2017-08-27 15:27:47 +01:00
-
9b21bd6f19
style: Normal font sizes, and use monospace for listings
Alberto Bertogli
2017-08-27 15:26:01 +01:00
-
c96d0dbea6
style: Make line numbers grey
Alberto Bertogli
2017-08-27 14:46:52 +01:00
-
9c8a6d2408
Add a "prefix" configuration option
Alberto Bertogli
2017-07-30 20:33:37 +01:00
-
53155e566a
markdown: Enable table and fenced code extensions
Alberto Bertogli
2016-11-03 01:45:46 +00:00
-
c648cfb593
views: Improve display on mobile browsers
Alberto Bertogli
2015-11-18 00:05:13 +00:00
-
cacf2ee2cc
git-arr: Implement an "ignore" option
Alberto Bertogli
2015-11-07 11:54:22 +00:00
-
c4e6484bb0
git-arr: Always generate the top level index
Alberto Bertogli
2015-11-07 11:43:01 +00:00
-
88dd6fab76
views/tree: signify root directory in page title
Eric Sunshine
2015-01-23 17:14:25 -05:00
-
84d628c690
views/blob: suppress double-slash in page title
Eric Sunshine
2015-01-23 17:14:24 -05:00
-
5568fd50c2
Repo: retire new_in_branch() and notion of "bound" branch
0.14
Eric Sunshine
2015-01-14 02:46:35 -05:00
-
89a637660f
branch: pass branch name view explicitly
Eric Sunshine
2015-01-14 02:46:34 -05:00
-
37e731fc2e
blob: pass branch name to view explicitly
Eric Sunshine
2015-01-14 02:46:33 -05:00
-
e6099cf272
tree: pass branch name to view explicitly
Eric Sunshine
2015-01-14 02:46:32 -05:00
-
46640c68b9
views: blob: render empty blobs specially
Eric Sunshine
2015-01-13 04:57:16 -05:00
-
c91beccdb0
blob: cap amount of rendered binary blob content
Eric Sunshine
2015-01-13 04:57:15 -05:00
-
6f3942ce38
blob: render hexdump(1)-style binary blob content
Eric Sunshine
2015-01-13 04:57:14 -05:00
-
09c2f33f5a
blob: render binary blob summary information rather than raw content
Eric Sunshine
2015-01-13 04:57:13 -05:00
-
58037e57c5
Repo.blob: respect reported blob size
Eric Sunshine
2015-01-13 04:57:12 -05:00
-
50c004f8a5
embed_image_blob: retire reload of image blob
Eric Sunshine
2015-01-13 04:57:11 -05:00
-
1d79988228
Blob: vend raw or cooked content
Eric Sunshine
2015-01-13 04:57:10 -05:00
-
0ba89d75e6
git.py: introduce Blob abstraction
Eric Sunshine
2015-01-13 04:57:09 -05:00
-
6b83e32bc1
Repo.blob: employ formal mechanism for requesting raw command output
Eric Sunshine
2015-01-13 04:57:08 -05:00
-
43f4132bf1
GitCommand: teach run() how to return raw output stream
Eric Sunshine
2015-01-13 04:57:07 -05:00
-
66afd72d6d
run_git: add option to return raw output stream
Eric Sunshine
2015-01-13 04:57:06 -05:00
-
bb9bad89d1
git-arr: increase default 'max_pages' value
Eric Sunshine
2015-01-12 01:23:15 -05:00
-
56fcfd0278
route: recognize hierarchical branch names
Eric Sunshine
2014-12-31 04:50:10 -05:00
-
e930f9e4f7
route: prepare to fix routing of hierarchical branch names
Eric Sunshine
2014-12-31 04:50:09 -05:00
-
93b161c23e
views: fix broken URLs involving hierarchical branch names
Eric Sunshine
2014-12-31 04:50:08 -05:00
-
7f2f67629f
views: branch/paginate: teach "next" link to respect 'max_pages'
Eric Sunshine
2015-01-01 16:41:09 -05:00
-
ac105c8383
views: branch/paginate: fix incorrectly enabled "next" link
Eric Sunshine
2015-01-01 16:41:08 -05:00
-
bebc7fa3f0
repo: diff: add option to show "creation event" diff for root commit
Eric Sunshine
2014-12-31 23:41:37 -05:00
-
9ef78aaffd
git-arr: interpret 'max_pages = 0' as unlimited
Eric Sunshine
2014-12-31 04:50:12 -05:00
-
d7604dab4d
write_tree: suppress double-slash in blob HTML filename
Eric Sunshine
2014-12-31 04:50:06 -05:00
-
aaf2968538
route: commit: match only hexadecimal rather than digits + full alphabet
Eric Sunshine
2014-12-31 04:50:07 -05:00
-
420afd3206
views: summary: suppress extra horizontal rule when no "master" branch
Eric Sunshine
2014-12-31 04:50:05 -05:00
-
605421f2d6
sample.conf: document embed_markdown and embed_images
Eric Sunshine
2014-12-31 04:50:04 -05:00
-
df00293a7c
git: Add '--' to "git rev-list" runs to avoid ambiguous arguments
Alberto Bertogli
2014-12-31 17:01:28 +00:00
-
7898b2becd
git.py: Parse timestamps from UTC, not from local time
Alberto Bertogli
2014-10-05 22:15:54 +01:00
-
47d500715a
views/tree.html: Fix lambda syntax
0.13
Alberto Bertogli
2014-07-28 23:33:43 +01:00
-
eb7cadd64f
Enable line number anchors when using pygments HtmlFormatter
Vanya Sergeev
2014-06-30 00:59:39 -07:00
-
48a00cb460
Fix one-line 'if' termination in tree, blob templates
Vanya Sergeev
2014-06-29 23:02:18 -07:00
-
2f65291ef1
Fix committer field in the commit view
0.12
Alberto Bertogli
2013-11-03 10:57:54 +00:00
-
f6a75820e8
Work around HTTPError status code issues
Alberto Bertogli
2013-11-02 23:32:43 +00:00
-
e49c69da2e
Show the age of a repository in the index, via javascript
Alberto Bertogli
2013-11-02 22:18:33 +00:00
-
6764bfcfd6
Use the status_code attribute to tell 404s appart
Alberto Bertogli
2013-11-02 21:15:23 +00:00
-
54026b7585
Make embedding markdown and images configurable per-repo
Alberto Bertogli
2013-11-02 21:12:50 +00:00
-
a42d7da6a4
utils: Make the embedded image code use mimetypes
Alberto Bertogli
2013-11-02 19:14:36 +00:00
-
21522f8a3a
Add embed data URI image blob support
Vanya Sergeev
2013-10-13 06:30:25 -07:00
-
f62ca211eb
Add markdown blob support
Vanya Sergeev
2013-10-13 06:28:51 -07:00
-
d3bf98ea00
Fix parsing of empty commit messages
Vanya Sergeev
2013-10-11 10:27:21 -07:00
-
6f5f3c4aa5
Add a post-receive hook
0.11
Alberto Bertogli
2013-03-10 00:11:41 +00:00
-
c72278c97c
Allow calling the executable from any directory
Alberto Bertogli
2013-03-10 00:32:15 +00:00
-
18e8599bfa
Use "cloneurl" as a default for git_url
Alberto Bertogli
2012-11-30 13:50:23 +00:00
-
c303c30755
Fix the "--only" option
Alberto Bertogli
2012-11-26 23:55:40 +00:00
-
9ec2bde5c4
Only guess the lexer if the file starts with "#!"
Alberto Bertogli
2012-11-26 23:29:08 +00:00
-
36db9cc0ee
Add a note about pygments in the README
0.10
Alberto Bertogli
2012-11-21 00:29:43 +00:00
-
bad8c52ef2
Fall back to guess the lexer by content
Alberto Bertogli
2012-11-18 10:39:45 +00:00
-
62da3ebc08
Use heuristics to decide what to colorize
Alberto Bertogli
2012-11-14 00:48:46 +00:00
-
ba3b2132f5
Improve the way we find repo paths
Alberto Bertogli
2012-11-11 13:39:41 +00:00
-
1c729578b2
Add dependencies and improve contact information to README
Alberto Bertogli
2012-11-11 12:53:39 +00:00
-
80ef0017d4
Initial commit
0.01
Alberto Bertogli
2012-09-16 11:17:56 +01:00