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
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
Cyriaque Skrapits
fab74c6bc6
Allow replacing GitList's title by another defined in config.ini
2014-06-30 17:28:17 +02: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
Klaus Silveira
5bbf0bdb61
Merge pull request #446 from fredlawl/master
...
Fatal Errors on Twig Layouts
2014-05-15 09:33:56 -03:00
Klaus Silveira
5ae01f6990
Merge pull request #457 from mikedld/sort-commits-by-date
...
Sort commits by date in descending order
2014-05-15 09:31:15 -03:00
Mike Gelfand
ed5cb66a4c
Change date format for correct ordering
2014-05-15 13:06:41 +03:00
Mike Gelfand
644a356306
Sort commits by date in descending order
...
Commit day could be in the past compared to push day (e.g. when rebase
took place). This leads to invalid order of days in /commits and
/commits/search routes. This patch sorts categorized commits so that order
is always descending.
2014-05-15 12:41:55 +03:00
Mike Gelfand
bfa0a4a479
Merge pull request #1 from bawaaaaah/patch-1
...
remove unecessary condition
2014-05-14 21:55:11 +03:00
Samuel Lemaitre
851a0dfb0e
Shorter and less condition
2014-05-14 16:11:37 +02:00
Mike Gelfand
16810bcaf3
Treat possible commit as partial hash as fallback.
2014-05-14 15:03:28 +03:00
Klaus Silveira
ff951124b6
Merge pull request #447 from drakej/master
...
Added vb extension for vbscript
2014-05-06 17:38:30 -03:00
Jonathan Drake
8451ca4948
Added vb extension for vbscript
2014-04-28 09:26:10 -07:00
Frederick Lawler
64722427bf
If "query" var does not exist in request, display empty
2014-04-26 09:36:57 -05:00
Frederick Lawler
b48ed2ebdc
Added search query where needed.
2014-04-26 09:36:30 -05:00
Frederick Lawler
5eb6060435
Fixed fatal errors caused by the missing "query" field in layout_page
2014-04-26 09:09:27 -05:00
Klaus Silveira
05f35db11e
Merge pull request #337 from paulollivier/master
...
Fix for 404 error when comming from project list
2014-03-28 21:59:05 -03:00
Klaus Silveira
5196a253a9
Merge pull request #316 from caseycs/search_improve
...
add GET search alias, put last search query in input field
2014-03-28 21:58:41 -03:00
Klaus Silveira
61c1fbd75a
Merge pull request #417 from khornberg/feature/list
...
Search repos by name
2014-03-28 21:55:52 -03:00
Klaus Silveira
d4a3c3bed2
Merge pull request #418 from khornberg/feature/version
...
Added version to footer. Helps me know what I'm looking at.
2014-03-28 21:54:39 -03:00
Klaus Silveira
735f0c91d8
Merge pull request #414 from KayCreations/nginx-config
...
Better nginx config
2014-03-28 21:52:22 -03:00
Klaus Silveira
492b8c2066
Merge pull request #428 from immoreel/patch-1
...
Changed line 372
2014-03-28 21:51:55 -03:00