Commit Graph

22 Commits

Author SHA1 Message Date
Gary
1ea57dba41 Update bootstrap theme file icons to better differentiate from folders 2015-02-04 22:48:38 +00:00
Klaus Silveira
9dd055ac3b Merge pull request #470 from cisoun/master
Allow replacing GitList's title by another defined in config.ini
2014-11-14 11:07:11 -02:00
Klaus Silveira
e13fe8ef03 Merge pull request #481 from mikedld/diff-lines
Correct new line numbers in diff viewer
2014-11-14 11:05:45 -02:00
Klaus Silveira
5f9d403daa Merge pull request #496 from mikedld/show-committer-of-not-author
Show committer if it differs from author
2014-11-14 11:03:40 -02:00
Klaus Silveira
19c20f3504 Merge pull request #506 from dploeger/patch-1
Update footer.twig
2014-11-14 11:00:58 -02:00
Klaus Silveira
fca1d93b74 Merge pull request #508 from fauxpark/diff-anchor-fix
Nicer looking diff anchor targets
2014-11-14 11:00:51 -02:00
Klaus Silveira
a530523d86 Merge pull request #513 from RA-dim/patch-1
Working download zip/tar button in Safari browser
2014-11-14 11:00:26 -02:00
Simon Harris
1512236fba Correct display of month
Month displayed was incorrect, as JavaScript Date.getMonth() starts at 0. So November was displayed as '10'.
2014-11-14 10:08:21 +00:00
Simon Harris
661a989fa6 Correct display of month
Month displayed was incorrect, as JavaScript Date.getMonth() starts at 0. So November was displayed as '10'.
2014-11-14 10:06:20 +00:00
DamnDam
bd7572a40e fix search.twig too 2014-11-11 17:15:44 +01:00
RA-dim
8d9d23d97c Working download zip/tar button in Safari browser 2014-09-11 11:01:23 +02:00
fauxpark
5990b0a3b6 Nicer looking diff anchor targets 2014-08-31 16:01:37 +10:00
Dennis Ploeger
e70cb0ff78 Update footer.twig
Changed to the current release (I was wondering when I installed 0.50 ;-) )
2014-08-14 22:35:40 +02:00
Mike Gelfand
5d3d7517f3 Show committer if it differs from author
It is quite useful sometimes to see that someone else (not you) has pushed
commit to remote. This change adds "C committed on D" phrase right after
"A authored on B" if author and committer are not the same person (judging
from email address).
2014-08-02 10:56:55 +03:00
Mike Gelfand
3cba2eb82c Correct new line numbers in diff viewer
With each new hunk, starting new line number was the same as starting old
line number. Parse diff line a bit further to get real new line number.

Fix HREFs for old line number links in both bootstrap3 and default themes
so that thay work.
2014-07-13 12:10:27 +03:00
fauxpark
2c83a74158 Missed a parenthesis 2014-07-06 23:50:59 +10:00
fauxpark
ff571bf3b1 Add format_size Twig filter
stops filesizes sometimes being displayed as "0 kb
2014-07-06 22:59:57 +10:00
Cyriaque Skrapits
fab74c6bc6 Allow replacing GitList's title by another defined in config.ini 2014-06-30 17:28:17 +02:00
Klaus Silveira
430f0e265e Added rule for filename overflow in commit list. Fixes #436 2014-05-17 22:53:16 -03:00
Klaus Silveira
6f63246e23 Updated mixins.less to support new less syntax 2014-05-17 12:20:21 -03:00
Klaus Silveira
dbde52ca7e Added DateTime format configuration to config.ini, fixes #362 2014-05-17 10:18:12 -03:00
Klaus Silveira
f8b29db8c3 Added simple theming system 2014-05-17 10:03:18 -03:00