Commit Graph

512 Commits

Author SHA1 Message Date
Klaus Silveira
57818a07cd Merge pull request #498 from fauxpark/commit-search-case-sens
Made search functions case insensitive
2014-11-14 11:02:35 -02:00
Klaus Silveira
4d6fffcc46 Merge pull request #499 from fauxpark/blame-line-endings
getBlame: PHP_EOL should be at the end of the line
2014-11-14 11:02:18 -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
Klaus Silveira
3d24d9c100 Merge pull request #527 from DamnDam/patch-1
Problem with tree path containing spaces
2014-11-14 10:59:03 -02:00
Klaus Silveira
d6bb354077 Merge pull request #531 from simonharris/master
Correct display of month on network graph
2014-11-14 10:56:00 -02:00
Simon Harris
3ea6f774be Update README.md
Slightly pedantic grammar fix.
2014-11-14 10:37:20 +00: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
a0f0634662 Fix #518
Paths should be protected with quotes in case of spaces
2014-11-12 16:57:45 +01:00
RA-dim
1a683430fe Merge pull request #1 from DamnDam/RA-dim/patch-1
Fix search.twig too
2014-11-11 19:11:37 +01:00
DamnDam
bd7572a40e fix search.twig too 2014-11-11 17:15:44 +01:00
fauxpark
e6f101047d Case insensitivity switch for tree search should be lowercase 2014-10-04 12:53:20 +10:00
RA-dim
8d9d23d97c Working download zip/tar button in Safari browser 2014-09-11 11:01:23 +02:00
Klaus Silveira
e535ddc4c5 Merge pull request #356 from gza/master
Add contextual Readme display
2014-09-02 17:05:55 -03: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
fauxpark
a623cd1068 Made commit search case insensitive 2014-08-05 17:15:18 +10:00
fauxpark
577a7f7e29 getBlame: PHP_EOL should be at the end of the line 2014-08-03 00:16:23 +10:00
Klaus Silveira
6c99ffee4c Merge pull request #479 from fauxpark/filesize-patch
Add format_size Twig filter
2014-07-07 11:34:15 -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
Klaus Silveira
1bef1b961d Added proper input escaping 0.5.0 2014-06-29 23:54:03 -03:00
Klaus Silveira
e86fc8dd55 Merge pull request #463 from DannyvdSluijs/master
Added @covers annotations.
2014-05-23 14:54:02 -03:00
DannyvdSluijs
35d2810fa4 Added @covers annotations. 2014-05-23 19:06:04 +02:00
Klaus Silveira
5ed13ca1d3 Merge pull request #462 from seanyeh/master
Add support for OCaml
2014-05-21 12:20:15 -03:00
Sean Yeh
f48a9b7149 Add support for OCaml 2014-05-21 11:08:45 -04:00
Klaus Silveira
5cb098948e Merge pull request #461 from Krunch/master
Binary filetypes was never read by the application from the config class
2014-05-19 18:55:33 -03:00
Krunch
c8fcb7cda8 Binary filetypes was never read by the application from the config class 2014-05-19 17:23:02 -04:00
Klaus Silveira
bf00727b56 Merge pull request #460 from geops/master
Sort repository list case insensitive
2014-05-19 11:13:38 -03:00
Nico Mandery
0fcd95690e reorder unittest indices according to new sorting 2014-05-19 12:06:25 +02:00
Nico Mandery
f7a75e1a45 php 5.3 compatilble case insensitive repository sorting 2014-05-19 11:52:55 +02:00
Nico Mandery
a2df66bee9 sort repository list case insensitive. also use the more appropriate ksort function as we do not want to sort by key value 2014-05-19 11:28:31 +02:00
Klaus Silveira
d40a7e7d29 Escaping repo names for dynamic regex. Fixes #426 2014-05-17 23:35:48 -03:00
Klaus Silveira
430f0e265e Added rule for filename overflow in commit list. Fixes #436 2014-05-17 22:53:16 -03:00
Klaus Silveira
bd69511810 Refactored archive handling. Fixes #413 2014-05-17 13:12:29 -03:00
Klaus Silveira
d50084e425 Added task to download composer on build script. Fixes #401 2014-05-17 12:58:22 -03:00
Klaus Silveira
e1cebe7899 Proper dev tools bin path, fixes #402 #403 2014-05-17 12:52:58 -03:00
Klaus Silveira
af02d95aa4 Updating dependencies 2014-05-17 12:45:04 -03:00
Klaus Silveira
d3509a4dc7 Removing usage of short array notation 2014-05-17 12:35:00 -03:00
Klaus Silveira
a8572f6aa9 Proper closure scope, fixes #458 2014-05-17 12:28:09 -03:00
Klaus Silveira
df4bb8225a Merge branch 'master' of github.com:klaussilveira/gitlist 2014-05-17 12:20:31 -03:00
Klaus Silveira
6f63246e23 Updated mixins.less to support new less syntax 2014-05-17 12:20:21 -03:00
Klaus Silveira
adb760cc2c Merge pull request #456 from mikedld/support-partial-commit-hash
Treat possible commit as partial hash as fallback.
2014-05-17 10:32:13 -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
Klaus Silveira
87355db0ab Proper config namespace 2014-05-17 09:32:28 -03:00
Klaus Silveira
c223455ae8 Fixing Apache 2.4 incompatibility 2014-05-17 09:12:06 -03:00
Mike Gelfand
d797adeae9 Make the code PSR-2-compliant. 2014-05-15 19:05:22 +03:00