Commit Graph

14 Commits

Author SHA1 Message Date
Lukas Domnick
52201e6172 Merge remote-tracking branch 'upstream/master' 2013-06-06 07:18:02 +02:00
Klaus Silveira
5122e91b49 Major refactoring of the codebase, specially in the directory scanning parts.
I have removed the directory management features from Gitter and ported them to GitList,
since they are application-specific logic. I was unhappy with the way directories and multiple
directories were handled, so i altered almost everything.

The tests are OK, but the coverage is not good. This means that i'll need som help from all
GitList users that are actively testing the development version with multiple directories.

I have removed the directory caching feature for now, it will be re-implemented soon.
2013-06-01 12:51:25 -03:00
Lukas Domnick
59fe876d6e Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/GitList/Git/Repository.php
2013-05-12 19:47:37 +02:00
Klaus Silveira
89bc96b4e0 Minor fixes and path checks 2013-05-05 22:43:41 -03:00
Lukas Domnick
ffe8814b2a Got the first prototypal network graph working. 2013-03-22 00:12:24 +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
875d3c9661 Figured out how use repository hash. Not fully implemented. 2012-12-03 08:26:04 +01:00
Wim Rijnders
2d0380834f Multiple root dir's recursion. Works fine, using them per repo needs to be figured out. 2012-12-02 20:42:21 +01:00
Christian Schorn
3400c29a0d Die when no config object provided
Just a friendlier error message, when `boot.php` is included without a
global `$config` object being set.
2012-10-31 18:14:20 +01:00
Christian Schorn
87d6391ba4 Add fromFile factory method to GitList\Config 2012-10-31 18:03:42 +01:00
Klaus Silveira
a84edd0e64 Much faster Windows detection 2012-09-10 01:28:55 -03:00
Sebastiaan Stok
75a00574b5 Fixed wrong path detection on Windows 2012-08-31 11:34:02 +02: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
ca172c2d52 New architecture to make tests easier 2012-07-26 03:42:29 -03:00