Commit Graph

47 Commits

Author SHA1 Message Date
Klaus Silveira
e69d48bd0b Merge pull request #702 from stevemcgf/master
Fixes issue #689 Network graph broken. Can only view master.
2017-08-22 10:11:20 -04:00
Klaus Silveira
d78206968a Merge pull request #703 from Lupul/PatchLog
Add the option to view patch log for individual files
2017-08-22 10:09:44 -04:00
Klaus Silveira
8e26eb7a64 Merge pull request #709 from cleverer/mobile
Makes theme bootstrap3 mobile friendly
2017-08-22 10:08:09 -04:00
Nicolas Da Mutten
f6d4bed4cd Fixes HTTP(S) label to represent SSL status 2017-01-08 18:14:24 +01:00
Nicolas Da Mutten
9682f2a0cc Adds rounded corners to readme-view 2017-01-08 18:07:37 +01:00
Nicolas Da Mutten
b45767e6b5 Adds rounded corners to repository list 2017-01-07 16:40:22 +01:00
Nicolas Da Mutten
a47fc10717 Extends clone button options Specifically adds option to define host for ssh and http, and allows to set subdir and dynamic user for ssh 2017-01-07 16:16:46 +01:00
Nicolas Da Mutten
cbca1f10d6 Makes theme bootstrap3 mobile friendly
Also adds rounded corners to follow bootstrap style
Updates fontawesome to 4.7.0
Updates bootstrap to v3.3.7
Updates jQuery to v3.1.1
2017-01-07 16:14:14 +01:00
Zollner Robert
a67b0bdc73 Add the option to view patch log for individual files
cli: git log -p /path/file
2016-11-12 23:58:57 +02:00
Steve Mc Gregor
ac3030f6d7 Fixes issue #689 Network graph broken. Can only view master. 2016-11-11 10:52:49 -05:00
Hologos
ecc8e97117 @add: Displays remote URL for SSH and/or HTTP(s). 2016-09-21 15:46:56 +02:00
knivre
d13e236578 Update bootstrap3 theme so it displays app.title. 2016-07-19 05:13:07 +02:00
Klaus Silveira
4ead31cc5d Merge pull request #633 from JBlond/master
TreeGraph and come clean up
2016-03-08 09:02:37 -03:00
Gary Green
a6c008c802 Merge pull request #643 from SkeletonEye/master
tar-button on tree-page fixed
2016-01-22 12:07:20 +00:00
SkeletonEye
0bddaa7018 line indent in template fixed 2016-01-03 11:37:58 +01:00
SkeletonEye
7beea0db84 fixed download-button-group 2016-01-02 22:19:56 +01:00
Michael Crawford
73c362fa52 Add avatar url customization 2015-12-22 17:20:32 -05:00
JBlond
f6c24470db don't select over and over again 2015-11-02 15:45:21 +01:00
JBlond
5ac1db95ca return is unnecessary 2015-11-02 15:19:54 +01:00
JBlond
ab8e58d2db return is unnecessary 2015-11-02 15:19:35 +01:00
JBlond
d9c95ef7f7 Unit of measure px / % is redundant 2015-11-02 15:18:15 +01:00
JBlond
5aef58398b Merge branch 'master' of https://github.com/klaussilveira/gitlist 2015-11-02 15:11:51 +01:00
Michael Thies
c91cf6268d Improve RSS Feed by adding author tag 2015-09-13 13:40:17 +02:00
JBlond
f76d6512e0 Merge branch 'master' of https://github.com/guiyomh/gitlist 2015-07-29 16:43:50 +02:00
Gary
1ea57dba41 Update bootstrap theme file icons to better differentiate from folders 2015-02-04 22:48:38 +00:00
Guillaume CAMUS
da9f32d527 Add tab to draw a graphical representation of the commit history 2014-12-10 17:09:14 +01: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