Commit Graph

660 Commits

Author SHA1 Message Date
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
Fabien Potencier
dca25b61a9 fixed blame when the file has been renamed (in which case the blame command returns the file name in the output) 2012-07-07 08:57:42 +02:00
Fabien Potencier
e4b7a3fe8b removed some / at the end of some URLs to be consistent with other URLs 2012-07-07 08:57:42 +02:00
Fabien Potencier
810043015b refactored code for list of commits 2012-07-07 08:57:42 +02:00
Fabien Potencier
de1cf7320f moved the page variable to the templates (belongs to the view) 2012-07-07 08:57:42 +02:00
Fabien Potencier
cddca4683a refactored the tree controller 2012-07-07 08:57:42 +02:00
Fabien Potencier
9f837611b5 made a service shared 2012-07-07 08:57:42 +02:00
Fabien Potencier
a5523902ba simplified code 2012-07-07 08:57:42 +02:00
Fabien Potencier
723159e085 added another layer 2012-07-07 08:57:42 +02:00
Fabien Potencier
a7d17a749e refactored breadcrumb management 2012-07-07 08:57:42 +02:00
Fabien Potencier
65e0bd402b fixed URL management 2012-07-07 08:57:38 +02:00
Klaus Silveira
5ecb02ba15 Fixing bug in the commit header bar with long commit messages 2012-07-06 11:22:48 -03:00
Klaus Silveira
dde115f822 Removing unused plugins from CodeMirror 2.3 2012-07-06 11:18:43 -03:00
Klaus Silveira
c3f21df003 The highlighter now uses a <pre> instead of a <textarea>. Much better! 2012-07-06 10:57:37 -03:00
Klaus Silveira
949c579ad5 Upgrading CodeMirror to 2.3 2012-07-06 10:36:10 -03:00
Klaus Silveira
6d593eae50 Creating a small guide for developers interested in contributing to GitList 2012-07-06 10:23:23 -03:00
Klaus Silveira
bdf670a46b Master branch is now the future 0.3 2012-07-06 09:57:05 -03:00
Klaus Silveira
946c2732a6 Updating installation instructions, going to 0.2 0.2 2012-07-05 13:24:21 -03:00
Michał Prochowski
b782ffa7a9 Update installation section in README.md file. 2012-07-05 11:04:52 +02:00
Klaus Silveira
3479833aa2 Adding a target for packaging the application in a single tarball 2012-07-05 02:09:04 -03:00
Klaus Silveira
0f3f4afe57 Adding JUnit and Clover logging to test suite 2012-07-04 21:19:47 -03:00
Klaus Silveira
459ba49f82 Creating Ant build script 2012-07-04 20:51:56 -03:00
Klaus Silveira
970de45342 Using Composer autoloader for test suite, making Travis support Composer to run test suite properly 2012-07-04 12:10:26 -03:00
Klaus Silveira
cd497812ba Dropping PHAR, using Composer for dependency management 2012-07-04 12:07:46 -03:00
Michał Prochowski
c253b2f96b Fix warnings:
- Warning: parse_ini_file(config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in /home/mablo/www/gitlist/index.php on line 8

- Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/mablo/git/index.php/.git/HEAD) is not within the allowed path(s): (/usr/local/php5) in /home/mablo/www/gitlist/lib/Git/Client.php on line 90
2012-07-04 17:02:06 +02:00
Klaus Silveira
99f28161ef Merge pull request #67 from attiks/i64b
check if file exists before reading to avoid warnings
2012-06-28 10:35:15 -07:00
Klaus Silveira
0e25f0f7e7 Merge pull request #68 from attiks/i63b
possible fix
2012-06-28 10:34:57 -07:00
Peter Droogmans
3308fe4699 check if file exists before reading to avoid warnings 2012-06-28 16:27:18 +02:00
Peter Droogmans
bda9cc5f0e possible fix 2012-06-28 14:14:56 +02:00
Klaus Silveira
3591753f2b Changing the syntax highlighting theme for C# and Java. Fixes #65. 2012-06-27 23:43:06 -03:00
Klaus Silveira
e1f8d8413b Merge pull request #64 from attiks/i62
fix for #61, #62
2012-06-27 19:39:24 -07:00
Peter Droogmans
22a81468d5 fix for #61, #62 2012-06-27 14:43:46 +02:00
Klaus Silveira
ec2e12dc04 Merge pull request #62 from skwashd/default-from-head
Read default branch from .git/HEAD
2012-06-26 11:54:15 -07:00
Klaus Silveira
734d0558a5 Merge pull request #63 from skwashd/fix-blame
Interleave commits in blame
2012-06-26 11:53:48 -07:00
Dave Hall
158150d6c3 Issue #57: Interleave commits in blame 2012-06-26 21:47:19 +10:00
Dave Hall
19d80921f0 Issue #61: Read default branch from .git/HEAD 2012-06-26 21:04:37 +10:00
Klaus Silveira
ad67163c09 Merge pull request #60 from mablo/readme-box
Readme file box with markdown support
2012-06-19 15:14:24 -07:00
Michał Prochowski
e508a3479d * Fix notice error if file readme don't exists.
* Show readme box for file with `readme` suffix (eg readme, readme.md. readme.txt, readme.markdown etc).
2012-06-19 10:34:51 +02:00
Michał Prochowski
0b8ec9b4bd Merge remote-tracking branch 'origin/master' into readme-box
Conflicts:
	web/js/main.js
2012-06-14 00:40:44 +02:00
Michał Prochowski
d77f05d825 Merge remote-tracking branch 'upstream/master' 2012-06-14 00:34:10 +02:00
Klaus Silveira
a1d90f2353 Merge pull request #54 from mablo/title-gitlist
Changed page title from 'Gitlist' to 'GitList'.
2012-06-12 17:54:25 -07:00
Klaus Silveira
e348bc5e7f Merge pull request #58 from mablo/codemirror-js-error
Fixed javascript error "b is null" in codemirror.js on line 1.
2012-06-12 17:53:58 -07:00