Commit Graph

660 Commits

Author SHA1 Message Date
Klaus Silveira
e72a932f19 Removing border radius from top navbar 2012-09-10 11:34:19 -03:00
Klaus Silveira
f06068d396 Fixing double horizontal rule on some pages 2012-09-10 11:32:23 -03:00
Klaus Silveira
46377358af Making the navigation bar static to improve the readability 2012-09-10 11:29:32 -03:00
Klaus Silveira
920be98a05 Updating Twig to 1.9.x 2012-09-10 01:37:51 -03:00
Klaus Silveira
e43ca29615 Updating dependencies once again 2012-09-10 01:32:09 -03:00
Klaus Silveira
a84edd0e64 Much faster Windows detection 2012-09-10 01:28:55 -03:00
Klaus Silveira
3af7081068 Updating dependencies 2012-09-10 01:23:05 -03:00
Klaus Silveira
1f1ea6f137 Merge pull request #162 from sstok/windows_tests_fix
Fixed tests on windows
2012-09-09 21:07:30 -07:00
Klaus Silveira
0dc5a33fc5 Merge pull request #165 from attiks/i164
str_replace fix #164
2012-09-09 21:06:03 -07:00
JasonDavis
a96c5e03c3 Added Markdown file viewing ability to file template 2012-09-07 22:24:14 -04:00
Peter Droogmans
50c5449327 str_replace fix #164 2012-09-05 16:37:41 +02:00
Sebastiaan Stok
607e01ccec Fixed failing tests on none-Windows OS 2012-08-31 11:52:51 +02:00
Sebastiaan Stok
f14a026218 fixed double backslash in RepositoryTest tmpdir 2012-08-31 11:41:48 +02:00
Sebastiaan Stok
19feb0d87e Randomize temp-dir and ignore IOException in tests
If the file pointer is not closed or some other program (like TGitcache.exe) is reading the file
the tests don't fail anymore.
2012-08-31 11:36:30 +02:00
Sebastiaan Stok
75a00574b5 Fixed wrong path detection on Windows 2012-08-31 11:34:02 +02:00
Sebastiaan Stok
1afeaea987 Fixed unresolvable TMP dir on Windows 2012-08-31 10:15:46 +02:00
Klaus Silveira
a8a2e61896 Merge pull request #148 from hoffmann/patch-1
Add check if readme is defined
2012-08-24 21:06:39 -07:00
Peter Hoffmann
44c0545d7e Add check if readme is defined
If I access subfolders in gitlist I get the following Error

Oops! Variable "readme" does not exist in "tree.twig" at line 53 

Add check if readme is defined fixes it.
2012-08-21 11:01:25 +03:00
Klaus Silveira
23502ead8a Windows support, fixes #26, #56 and #69
Implementing various workarounds and fixes to get GitList working fine
on Windows.
2012-08-17 01:59:55 -03:00
Klaus Silveira
bf7441eea4 Fixed bad test 2012-08-16 02:09:47 -03:00
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