Commit Graph

151 Commits

Author SHA1 Message Date
Bruno Gurgel
c19c24df1d Edit readme 2013-02-20 14:34:16 -03:00
Bruno Gurgel
d059c0165d README + tools 2013-02-20 14:26:08 -03:00
Bruno Gurgel
b7e05fa329 RPM e Debian build core + README 2013-02-20 14:24:38 -03:00
Bruno Gurgel
a262966672 Init builder ... 2013-02-19 17:47:48 -03: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
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
Klaus Silveira
e9f7c09cc4 Fixing broken tests 2012-07-15 02:05:25 -03:00
Klaus Silveira
66ec944da1 Trying to decouple the Git communication library from the GitList application as much as possible 2012-07-15 02:04:23 -03:00
Klaus Silveira
6a0baffc9c Better configuration handling and abstraction 2012-07-15 01:50:38 -03:00
Klaus Silveira
c85d32f15c Merging diverged branches 2012-07-15 00:37:03 -03:00
Klaus Silveira
7fe9182f11 Major refactoring of the application structure, mostly namespace changes and re-organization 2012-07-15 00:32:24 -03:00
Klaus Silveira
aa60b83534 Merge pull request #92 from attiks/archivefilesize
nginx problem with zip/tar size
2012-07-14 13:58:40 -07:00
Peter Droogmans
fdeeac0c2f nginx problem with zip/tar size 2012-07-14 21:47:10 +02:00
Klaus Silveira
ffcf6081ac Starting to use Symfony Filesystem component, fixing broken tar/zip download 2012-07-14 16:45:33 -03:00
Klaus Silveira
a572b6be37 Small coding style tweaks 2012-07-14 16:36:44 -03:00
Klaus Silveira
31d43f3ede No need for a default value 2012-07-14 16:35:37 -03:00
Klaus Silveira
c1bbe61621 Adding Symfony Filesystem component to the requirements 2012-07-14 16:34:57 -03:00
Klaus Silveira
2edcf1aebe Small coding style fixes, using better variable names 2012-07-14 15:57:08 -03:00
Klaus Silveira
9916c8f5db Make sure it returns at least one usable filetype 2012-07-14 15:53:58 -03:00
Klaus Silveira
db394f4dc9 No need to return null 2012-07-14 15:51:17 -03:00
Klaus Silveira
a17c6208a9 Fixing docblock 2012-07-14 15:51:09 -03:00
Klaus Silveira
b00f723ac2 Compliance with PSR-0, PSR-1 and PSR-2 2012-07-14 15:47:46 -03:00
Klaus Silveira
6d11bed860 Aligning the download buttons with RSS button 2012-07-14 15:44:26 -03:00
Klaus Silveira
8963b0d6c2 Trying to make this a little better for readability 2012-07-14 15:44:10 -03:00
Klaus Silveira
72247201b4 Merge pull request #79 from attiks/betterHeads
better Head detection if refs/heads is pointing to non-existing master
2012-07-14 07:51:29 -07:00
Klaus Silveira
3c39537971 Merge pull request #81 from GromNaN/zipball
Add zipball and tarball download (fix #66)
2012-07-14 07:50:21 -07:00
Klaus Silveira
d060324fd7 Merge pull request #86 from gutomaia/master
May the Force Be With You
2012-07-14 07:33:45 -07:00
Klaus Silveira
fc543714aa Merge pull request #87 from Partugal/patch-1
simplify file type detection, fix phpdoc
2012-07-14 07:33:26 -07:00
Klaus Silveira
26d0b62ed9 Merge pull request #88 from GromNaN/debug
Enable app debug in config.ini
2012-07-14 07:32:48 -07:00
Jérôme Tamarelle
929f1807d4 Enable app debug in config.ini 2012-07-14 13:56:12 +02:00
Jérôme Tamarelle
31e036b487 Add download links on tree pages 2012-07-14 12:54:16 +02:00
Jérôme Tamarelle
8c0e45164c Create zipball / tarball feature
Archives are cached in cache/archives/repo/tree to never generate
the same tree archive twice.
2012-07-14 12:47:23 +02:00
Jérôme Tamarelle
a4cff9b831 Add Git\Repository::createArchive 2012-07-14 12:41:57 +02:00
Sergey Linnik
377f01ece6 simplify file type detection, fix phpdoc 2012-07-14 12:46:00 +04:00
Peter Droogmans
39d4a24b45 stats fixed, using getHead now 2012-07-14 09:10:56 +02:00
Guto Maia
57c50057c9 Luke has join the Rebels! #Trollmmit 2012-07-14 02:39:52 -03:00
Klaus Silveira
4cef2830be Fixing ant script, not passing args correctly 2012-07-13 23:55:16 -03:00
Klaus Silveira
b854ce9d01 Fixing composer to install dev dependencies 2012-07-13 23:52:13 -03:00
Klaus Silveira
085d31b51f Merge pull request #77 from igorw/filesystem
Use symfony filesystem component, make git client configurable in test suite
2012-07-13 18:46:16 -07:00
Klaus Silveira
fa77e79bf8 Merge pull request #70 from mablo/master
Fixed php warnings
2012-07-13 18:46:01 -07:00
Peter Droogmans
48a267d508 better Head detection if refs/heads is pointing to non-existing master 2012-07-13 16:49:15 +02:00
Igor Wiedler
2d252552a6 Use symfony filesystem component, make git client configurable in test suite 2012-07-10 18:10:36 +02:00
Klaus Silveira
dfc3c6eda8 It seems that Markdown doesn't like () inside URL's. Escaping! 2012-07-10 00:08:40 -03:00
Michał Prochowski
d75a8739d5 Merge remote-tracking branch 'upstream/master' 2012-07-08 22:03:22 +02:00
Klaus Silveira
b7f7b376a9 Merge pull request #74 from fabpot/refactoring
Refactoring
2012-07-07 19:41:13 -07:00