Klaus Silveira
d1b628049f
Anchors for line numbers in blob view. Fixes #125
2012-08-16 02:00:12 -03:00
Klaus Silveira
1de23ff4e9
Removing inner scroll from code preview, fixes #129 . Adjusting gutter and line numbering padding to improve readability.
2012-08-16 01:52:14 -03:00
Klaus Silveira
d278a91e97
Fixes #130
2012-08-16 01:40:27 -03:00
Klaus Silveira
498ff807d7
Damn typo
2012-08-16 01:34:53 -03:00
Klaus Silveira
8d76b72048
Moving different webserver configuration into INSTALL.md, fixes #106
2012-08-16 01:32:50 -03:00
Klaus Silveira
2167533f07
Checking for the stdout pipe before the stderr pipe to avoid deadlocks, checking the exit code of the command to know if something went really wrong, instead of blindly trusting stderr output. Fixes #135 , #131 , #29 and #73
2012-08-16 01:21:49 -03:00
Klaus Silveira
ef56b75b52
Merge pull request #133 from fsheedy/master
...
CSS: Keep vertical scroll bar appear
2012-08-15 19:00:42 -07:00
Frédéric Sheedy
3a7fede8ad
Keep vertical scroll bar in reset.less
2012-08-15 21:46:19 -03:00
Klaus Silveira
6c5c2f84e0
Merge pull request #118 from lyrixx/git-color
...
Fixed error with git if color.ui = true
2012-08-15 10:40:28 -07:00
Klaus Silveira
95b51cb884
Merge pull request #120 from lyrixx/exception
...
Do not hide exception if the $app['debug'] == true
2012-08-15 10:39:18 -07:00
Frédéric Sheedy
dc5e0848ac
Keep vertical scroll bar
...
Source: http://stackoverflow.com/a/8101017/1239200
2012-08-11 11:13:44 -03:00
Klaus Silveira
84a0cb19ad
Updating dependencies
2012-08-07 03:47:48 -03:00
Klaus Silveira
69e65989f8
Adding missing caret from commit regex
2012-08-07 03:36:48 -03:00
Klaus Silveira
06ec0d2924
Increasing functional test code coverage
2012-08-07 03:36:30 -03:00
Grégoire Pineau
2f437193de
Do not hide exception if the $app['debug'] == true
2012-07-26 17:36:37 +02:00
Grégoire Pineau
ea7e9bf765
Fixed error with git if color.ui = true
2012-07-26 17:26:02 +02:00
Klaus Silveira
b42dc56894
Improved code readability with higher line-height
2012-07-26 04:02:01 -03:00
Klaus Silveira
120a6764f2
Updating CodeMirror to 2.32, fixes #102
2012-07-26 03:59:07 -03:00
Klaus Silveira
58664fefca
Better coverage for the repository page test
2012-07-26 03:50:59 -03:00
Klaus Silveira
3d2c212da4
New functional test suite
2012-07-26 03:43:02 -03:00
Klaus Silveira
ca172c2d52
New architecture to make tests easier
2012-07-26 03:42:29 -03:00
Klaus Silveira
7783b20175
Updating dependencies and creating dev dependencies for test suite
2012-07-26 03:42:00 -03:00
Klaus Silveira
718af92286
Removing whitespace
2012-07-26 03:40:24 -03:00
Klaus Silveira
66cb8f5d75
Renamed lib/ to src/, makes more sense. Updated dependencies.
2012-07-25 13:36:49 -03:00
Klaus Silveira
11b869f28e
First functional test for interface
2012-07-25 11:46:20 -03:00
Klaus Silveira
611b1ab7de
Adding dev dependencies for Silex WebTestCase
2012-07-25 11:45:59 -03:00
Klaus Silveira
715c3121c9
Merge pull request #110 from GromNaN/diff-merge
...
Show diff of merge commits
2012-07-21 14:34:50 -07:00
Jérôme Tamarelle
4b028e6296
Show diff of merge commits
2012-07-21 11:24:30 +02:00
Klaus Silveira
688c04b163
Adding anchors to line numbers in commit details
2012-07-21 01:36:51 -03:00
Klaus Silveira
60d07d15ee
Merge pull request #101 from danielgtaylor/line-numbers
...
Show line numbers for diffs in the commit view
2012-07-20 21:19:37 -07:00
Klaus Silveira
85649c83cf
Merge pull request #99 from danielgtaylor/diff-file-history
...
Add history link to each file in diff view to make it easier to get to
2012-07-20 21:18:31 -07:00
Klaus Silveira
e802550f84
Merge pull request #104 from GromNaN/scroll
...
Implement infinite scrolling in commits list
2012-07-20 21:04:15 -07:00
Klaus Silveira
a8a9cc1556
Merge pull request #107 from GromNaN/cache-dir
...
Add empty cache dir
2012-07-20 21:04:05 -07:00
Klaus Silveira
329c2562c3
Merge pull request #108 from GromNaN/patch-1
...
Give exact permissions expected for the cache directory
2012-07-20 21:03:36 -07:00
Klaus Silveira
8a57e35bf8
Merge pull request #109 from demon/master
...
Adding composer.phar to .gitignore
2012-07-20 21:03:07 -07:00
Chad Horohoe
f4fb1e62a4
Adding composer.phar to .gitignore
2012-07-20 17:22:50 -04:00
Jérôme Tamarelle
133a0cdc56
Give exact permissions expected for the cache directory
2012-07-19 16:08:48 +03:00
Jerome Tamarelle
027c0ee60d
Add empty cache dir
2012-07-19 14:22:07 +02:00
Jérôme Tamarelle
0ae4534e00
Implement infinite scrolling in commits list
2012-07-19 00:12:27 +02:00
Daniel G. Taylor
c824dbf60b
Add missing DiffLine class that was forgotten last commit.
2012-07-18 09:44:02 -07:00
Daniel G. Taylor
be256feac0
Replace getter calls with direct property access in twig template based on feedback by GromNaN
2012-07-17 09:48:14 -07:00
Klaus Silveira
1a1740047e
Merge pull request #97 from danielgtaylor/fix-csharp
...
Fix C# syntax highlighting, add highlighting for Visual Studio project f...
2012-07-16 10:30:36 -07:00
Daniel G. Taylor
2d6a31e72b
Show line numbers for diffs in the commit view
2012-07-16 10:28:18 -07:00
Daniel G. Taylor
10929babc3
Add history link to each file in diff view to make it easier to get to
...
that file's history. It's also possible to view the file at that revision
and then press the history button on the page that is loaded after clicking,
but this makes it faster and easier as well as more obvious.
2012-07-16 09:49:35 -07:00
Daniel G. Taylor
62e4bb82f6
Fix C# syntax highlighting, add highlighting for Visual Studio project files
2012-07-16 09:35:39 -07:00
Klaus Silveira
c64cecf94f
Merge pull request #94 from GromNaN/app-class
...
Move services init to a specific GitList\Application class
2012-07-15 11:55:16 -07:00
Klaus Silveira
2e98fad7c0
Merge pull request #95 from GromNaN/twig-get
...
Replace explicit getter calls in twig templates by property access
2012-07-15 11:51:48 -07:00
Jérôme Tamarelle
dae6e4363d
Replace explicit getter calls in twig templates by property access
2012-07-15 11:52:33 +02:00
Jérôme Tamarelle
5624c4bc0f
Move services init to a specific GitList\Application class
2012-07-15 11:11:42 +02:00
Klaus Silveira
3ab62879dc
Decoupled Client test suite from Silex, separated into two different test suites
2012-07-15 03:31:52 -03:00