Commit Graph

318 Commits

Author SHA1 Message Date
Wim Rijnders
b07897f098 Refactored away getRepositoryCached() in gitlist. 2013-04-03 10:23:44 +02:00
Wim Rijnders
dcd701faf9 Small fix for PSR guidelines. 2013-02-05 11:40:01 +01:00
Wim Rijnders
a22760d5ad Gitlist php code compliant with PSR-1 and PSR-2. 2013-02-05 11:27:10 +01:00
Wim Rijnders
051c30befb Small fixes to gitlist multidir. 2013-01-27 23:41:33 +01:00
Wim Rijnders
81ed4648b8 gitlist passes units tests. 2013-01-27 22:06:10 +01:00
Wim Rijnders
797e697209 Refresh redirects back to calling page. 2013-01-21 08:41:50 +01:00
Wim Rijnders
fd7ad3fb7b Added cache refresh option 2013-01-20 15:31:36 +01:00
Wim Rijnders
2715c5467a GitList multidir passes unit test. 2013-01-20 14:30:44 +01:00
Wim Rijnders
3507fb454a Merged with master main repo. 2013-01-19 09:07:50 +01:00
Wim Rijnders
c41253d01b Merged with master main repo. 2013-01-19 09:06:31 +01:00
Klaus Silveira
ab7ffc181b Fixes #208 2013-01-18 13:34:29 -02:00
Klaus Silveira
14420d4380 Missing namespace declaration 2013-01-17 15:50:41 -02:00
Klaus Silveira
2625beb393 Fixed failing tests due to trailing backslash in URL 2013-01-17 14:41:25 -02:00
Klaus Silveira
651625509d Solving conflicts 2013-01-17 14:15:28 -02:00
Klaus Silveira
94a9afc8a5 Fixing conflict 2013-01-17 14:08:52 -02:00
Klaus Silveira
3b0d20f48e Merge pull request #240 from marcoscoelho/path-to-fix-blame
improve get blame method retrieving long revisions to avoid ambiguity...
2013-01-17 08:02:23 -08:00
Klaus Silveira
9a1aa6c57a Merge pull request #239 from marcoscoelho/path-to-fix-html
fix html source code view
2013-01-17 08:01:07 -08:00
Klaus Silveira
26d3df1ab8 Merge pull request #238 from marcoscoelho/path-to-fix-url
fix url generation ...
2013-01-17 08:00:48 -08:00
Marcos Coelho
cb5fe85d4f improve get blame method retrieving long revisions to avoid ambiguity and omitting the caret of revisions (boundary commits) 2013-01-03 01:38:58 -02:00
Marcos Coelho
38d092c58b fix bugs on commit page - when get diff logs of a commit that is decendent of a merge or when a commit is the initial commit and fix a logical error on readDiffLogs method 2013-01-03 01:10:21 -02:00
Marcos Coelho
40d18bb825 fix html source code view 2013-01-03 00:22:48 -02:00
Marcos Coelho
9d341b59ab fix url generation - now a test to nested repositories (testInitialPage test) is passing on windows os. 2013-01-03 00:18:06 -02:00
Wim Rijnders
8cb0ce623e Added storing of found repos in cache file. 2012-12-31 14:44:21 +01:00
wimrijnders
b8f9945b6d Merge pull request #2 from tobya/WindowsMulti
Windows multi
2012-12-31 01:28:28 -08:00
Toby Allen
6034d14346 Changes to Route to work with Windows
Addition of function to test which OS and replace \ with \\ on windows.
2012-12-30 19:38:33 +00:00
Toby Allen
7e70ce5637 changes mreged from wimrijnders 2012-12-30 15:24:06 +00:00
Toby Allen
c74258e728 Changed single quote to double quote around format
This is required for use on windows.
2012-12-30 12:17:22 +00:00
Toby Allen
53326fffa7 Added base for Windows user
Hint to use double quotes for Git Executible path.
Set repo base to windows path.
2012-12-30 11:06:17 +00:00
Klaus Silveira
5cf1e15605 Merge pull request #230 from vognev/fix-ref-name-in-path
fix situation when valid ref is a part of path
2012-12-27 05:25:58 -08:00
Vitaliy Ognev
652af777aa ensure ref name is encoded 2012-12-23 15:34:17 +02:00
Vitaliy Ognev
06f65ca8e2 should take 1st match 2012-12-23 14:32:32 +02:00
Vitaliy Ognev
412c73c509 fix situation when valid ref is a part of path 2012-12-23 14:01:26 +02:00
Nate Eagleson
1f8f321037 Fix tests (and this time I tested it).
Admittedly, I tested it by modifying composer.json to include phpunit
but then did not commit that change, so it's vaguely possible an older
phpunit would find a way to fail.

I think we should be good, though.
2012-12-20 22:22:47 -05:00
Wim Rijnders
ccdee643c6 multiple dir's fully tested. 2012-12-20 20:56:10 +01:00
Klaus Silveira
6caecf461d Merge pull request #224 from marcoscoelho/path-to-usability
fix usability mistakes on navigation menu and search input
2012-12-20 09:01:31 -08:00
Klaus Silveira
f212c441e1 Merge pull request #225 from marcoscoelho/path-to-avoid-errors
Path to avoid errors
2012-12-20 09:00:45 -08:00
Klaus Silveira
173ef5fc1c Merge pull request #226 from marcoscoelho/path-to-tweaks
Path to tweaks
2012-12-20 09:00:12 -08:00
Marcos Coelho
0951527bfc put escapeshelltag out of the string 2012-12-20 12:56:17 -02:00
Marcos Coelho
bc3a3634c5 undo delete of composer.lock 2012-12-20 12:46:37 -02:00
Marcos Coelho
efa3072192 revert changes discussed on comments of PR #226 2012-12-20 12:37:56 -02:00
Klaus Silveira
200a7dd715 Merge pull request #223 from marcoscoelho/path-to-pagination
fix an exception of twig when try get ajax pagination
2012-12-20 05:45:44 -08:00
Marcos Coelho
78595be8eb ops. fix my mistake, ignore env files of the composer correctly now 2012-12-20 01:58:58 -02:00
Marcos Coelho
449e08e519 fix #214 - rewrite rule in .htaccess points to root of document directory 2012-12-20 00:15:52 -02:00
Marcos Coelho
2e69e9d435 ignore composer.lock 2012-12-20 00:15:43 -02:00
Marcos Coelho
69e1200b04 fix usability mistakes on navigation menu and search input 2012-12-20 00:13:28 -02:00
Marcos Coelho
9091aa2292 fix the exceptions caused by git commands and the data returned; improves the security of the user input queries that build args for commands. 2012-12-20 00:12:02 -02:00
Marcos Coelho
d9237592f9 display the requested query to the viewer in the breadcrumbs 2012-12-20 00:11:53 -02:00
Marcos Coelho
3d405d2b3f little change in the pattern to get match results correctly 2012-12-20 00:07:32 -02:00
Marcos Coelho
fa289c15c2 fix an exception of twig when try get ajax pagination 2012-12-19 23:58:37 -02:00
Klaus Silveira
1c48c6fd03 Merge pull request #210 from knuthaug/scala-syntax
added file type mapping for scala files in order to provide syntax highl...
2012-12-19 10:49:57 -08:00