Graham Ollis
92b013371a
add an option for setting the timezone in the local config.ini
2013-06-21 14:44:38 -04:00
Lukas Domnick
a357eb4bd0
Positioning was relying on a wrong offset parent
2013-06-09 00:13:30 +02:00
Lukas Domnick
00ba0710a3
Made the loading indicator a bit more elegant
2013-06-08 23:48:18 +02:00
Lukas Domnick
0af3b18259
Code Cleanup
2013-06-08 22:08:16 +02:00
Lukas Domnick
5aa290642a
Click handler for the commit dots
2013-06-08 08:49:03 +02:00
Lukas Domnick
acaf02695b
limiting the commits detail view to the boundaries of the graph
2013-06-08 08:45:20 +02:00
Lukas Domnick
9357892ce8
fixed a positioning issue with the commit detail overlay
2013-06-08 07:42:28 +02:00
Lukas Domnick
7e790b7733
Finalized auto-reload;
...
Improved the loading indicators.
2013-06-07 23:13:24 +02:00
Lukas Domnick
52201e6172
Merge remote-tracking branch 'upstream/master'
2013-06-06 07:18:02 +02:00
Klaus Silveira
179aeeff21
Fixing broken tests
0.4.0
2013-06-01 15:04:35 -03:00
Klaus Silveira
1d436bec58
Fixes #311
2013-06-01 14:50:25 -03:00
Klaus Silveira
66b73830b7
Fixes #298
2013-06-01 14:02:45 -03:00
Klaus Silveira
a83af0cef3
Fixes #213
2013-06-01 13:42:42 -03: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
Ilia Kondrashov
8e8b6ec4bf
Merge branch 'master' into search_improve
2013-05-24 21:26:50 +04:00
Lukas Domnick
0a9ded5e59
removing some console log debug
2013-05-17 23:14:44 +02:00
Lukas Domnick
71f4e47ccf
Finishing the Overlay
2013-05-17 23:14:05 +02:00
Lukas Domnick
7fb0016acc
Changed the entire drawing direction of the graph, now more git-hub like, ie. from right to left
2013-05-12 23:39:03 +02:00
Lukas Domnick
088120b1b6
Fixed presumable typo in xml prettyformat
2013-05-12 20:00:58 +02:00
Lukas Domnick
59fe876d6e
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/GitList/Git/Repository.php
2013-05-12 19:47:37 +02:00
Lukas Domnick
68136679fd
Moving the Dot-Connecting algorithm to a dedicated function
2013-05-12 18:26:33 +02:00
Klaus Silveira
5ed21119f6
Better behavior when dealing with repositories with empty commits, see #319
2013-05-05 23:31:54 -03:00
Klaus Silveira
35dd1ed084
Prevent 404 in case the repository in empty, create a proper error. Fixes #305
2013-05-05 23:16:51 -03:00
Klaus Silveira
89bc96b4e0
Minor fixes and path checks
2013-05-05 22:43:41 -03:00
Klaus Silveira
f6852d2d83
Build fixes
2013-05-05 21:46:35 -03:00
Klaus Silveira
fb1d18c702
Adding PHPCS to build
2013-05-05 21:03:18 -03:00
Klaus Silveira
9dbcc13245
Making the config readable during build
2013-05-05 20:42:12 -03:00
Ilia Kondrashov
c897090812
add GET search alias, put last query qery in input field
2013-04-26 22:01:17 +04:00
Wim Rijnders
9be8cbf4c1
Merge branch 'master' of github.com:klaussilveira/gitlist
2013-04-21 08:38:05 +02:00
Wim Rijnders
2febca6322
diff output parsing skips empty lines.
2013-04-21 08:37:01 +02:00
Klaus Silveira
85ea136f9c
Merge pull request #302 from keelerm84/missing-mandatory-parameters
...
Missing parameters when generating blob_raw route
2013-04-18 10:36:47 -07:00
Klaus Silveira
cf1c98cf99
Merge pull request #301 from keelerm84/view-raw-files
...
Raw File View For PHP Strips Tags
2013-04-18 10:36:31 -07:00
Klaus Silveira
c594a9353a
Merge pull request #307 from jrtc27/stats-fix
...
Show author statistics for the selected branch. Fixes #11
2013-04-18 10:36:03 -07:00
James Clarke
bba3055008
Show author statistics for the selected branch. Fixes #11
2013-04-15 12:47:58 +01:00
Matthew M. Keeler
f36454b849
Missing parameters when generating blob_raw route
2013-04-07 22:21:35 -05:00
Matthew M. Keeler
a1f9ac89eb
Raw File View For PHP Strips Tags
2013-04-07 21:48:47 -05:00
Wim Rijnders
fc32fd68ba
Single repository in config.ini converted to array in config.php.
2013-04-03 17:33:09 +02:00
Klaus Silveira
e64e24e870
Updating dependencies, small fix
2013-04-03 10:40:34 -03:00
Klaus Silveira
c87ec40c3f
Merge pull request #286 from klaussilveira/multidir
...
Multiple directory support
2013-04-03 06:14:32 -07:00
Wim Rijnders
dc263c05f2
Merged master branch to multidir branch.
2013-04-03 12:45:54 +02:00
Wim Rijnders
b07897f098
Refactored away getRepositoryCached() in gitlist.
2013-04-03 10:23:44 +02:00
Lukas Domnick
284a52e570
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
web/css/style.css
2013-03-30 21:51:05 +01:00
Lukas Domnick
1cee41a001
a click handler to allow finding the commits a line connects
2013-03-30 21:44:13 +01:00
Klaus Silveira
919c953f83
Properly parsing commit body, fixes #137
2013-03-29 00:44:06 -03:00
Klaus Silveira
b73af1a64e
Adding favicon, fixes #237
2013-03-29 00:35:24 -03:00
Klaus Silveira
4eaebed43b
Proper branch name validation, fixes #272
2013-03-29 00:26:16 -03:00
Klaus Silveira
cf9aeaf773
Oops. I did it again.
2013-03-29 00:20:28 -03:00
Klaus Silveira
f68f2edd45
Fixes #288
2013-03-29 00:09:01 -03:00
Klaus Silveira
99ad7b568c
Fixing problem parsing paths with spaces, fixes #281
2013-03-29 00:04:36 -03:00
Klaus Silveira
02eb7cb185
Proper MD rendering, fixes #256
2013-03-28 23:57:16 -03:00