Commit Graph

18 Commits

Author SHA1 Message Date
Cyriaque Skrapits
fab74c6bc6 Allow replacing GitList's title by another defined in config.ini 2014-06-30 17:28:17 +02:00
Klaus Silveira
dbde52ca7e Added DateTime format configuration to config.ini, fixes #362 2014-05-17 10:18:12 -03:00
Klaus Silveira
f8b29db8c3 Added simple theming system 2014-05-17 10:03:18 -03:00
Klaus Silveira
87355db0ab Proper config namespace 2014-05-17 09:32:28 -03:00
Graham Ollis
6b64ca173b document the Date.timezone by putting it in the example config.ini 2013-06-30 16:30:42 -04: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
Wim Rijnders
dc263c05f2 Merged master branch to multidir branch. 2013-04-03 12:45:54 +02:00
Nate Eagleson
dabf4d86d9 Do not crash when a repo has a detached HEAD
Instead, we select a default branch - master by default, but the default
branch can be configured using config.ini.

Note that if the default branch does not exist in a repo, that should
not cause any issues.

Also adds phpunit to composer.json's require-dev section.
2013-02-15 07:16:38 -05:00
Toby Allen
7e70ce5637 changes mreged from wimrijnders 2012-12-30 15:24:06 +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
Wim Rijnders
ccdee643c6 multiple dir's fully tested. 2012-12-20 20:56:10 +01:00
Sebastiaan Stok
0f841547df changed config.ini-example description of binary_filetypes 2012-09-27 13:14:28 +02:00
Sebastiaan Stok
5ecd3308a1 Properly detect if the file is binary, and download (if not an image). fixes #144 2012-09-27 13:14:27 +02:00
Jérôme Tamarelle
929f1807d4 Enable app debug in config.ini 2012-07-14 13:56:12 +02:00
Fabien Potencier
65e0bd402b fixed URL management 2012-07-07 08:57:38 +02:00
Erik Amaru Ortiz
e57ada553e Litle tweaks for config.ini-example
- tweak for git.repositories config to don't care "with ending slash" cond.
- tweak for app.baseurl config to don't care "without ending slash" cond.
2012-06-10 08:14:36 -04:00
Klaus Silveira
167c5b83cc Implementing hidden repository feature, fixes #30 2012-06-07 01:34:22 -03:00
Michał Prochowski
3e9f428d1b Change config.ini to config.ini-example and add config.ini to .gitignore 2012-06-04 02:51:05 +02:00