Commit Graph

78 Commits

Author SHA1 Message Date
Josh Bonfield
2054a8ad19 Fixed Issue #340 for Gravatar over SSL 2013-07-09 17:57:19 +01:00
Lukas Domnick
52201e6172 Merge remote-tracking branch 'upstream/master' 2013-06-06 07:18:02 +02:00
Klaus Silveira
66b73830b7 Fixes #298 2013-06-01 14:02:45 -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
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
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
Wim Rijnders
dc263c05f2 Merged master branch to multidir branch. 2013-04-03 12:45:54 +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
02eb7cb185 Proper MD rendering, fixes #256 2013-03-28 23:57:16 -03:00
Klaus Silveira
90a854bf06 More CS fixes 2013-03-28 23:53:25 -03:00
Lukas Domnick
b1cb35f364 fetching other commit pages works now, use window.fcd() while testing 2013-03-26 21:44:42 +01:00
Lukas Domnick
5a0d3200da Thought at one point I needed a view for this JSON Output. Turns out, I don't. 2013-03-26 21:12:56 +01:00
Lukas Domnick
ffe8814b2a Got the first prototypal network graph working. 2013-03-22 00:12:24 +01:00
Klaus Silveira
f4bc9b8892 Fixes #269 2013-03-12 09:52:52 -03:00
Alexandre Gravel-Raymond
876403f566 Use absolute URLs in RSS feeds 2013-02-25 16:24:56 +01:00
Nate Eagleson
c0e63d14e6 Fix raw blob view
A previous change of mine had broken it.

Also rename a route parameter in CommitController for consistency with
other route params.
2013-02-18 23:08:39 -05:00
Klaus Silveira
6e4e8912b0 Merge pull request #257 from NateEag/swap-in-on-commit-view
Fix minor grammar error in commit views
2013-02-12 15:39:49 -08:00
Nate Eagleson
e6b2e4eb05 Fix minor grammar error in commit views
Use the phrase "authored on <date>" rather than "authored in <date>".
2013-02-08 20:20:38 -05:00
Nate Eagleson
421574b5a9 Correctly support branch names with slashes
Previously, branches with slashes in the name would consume all slashed
segments in a URL, causing the routes to capture incorrect file paths.

This solution is not particularly elegant - anywhere a route used
both a commit-ish identifier and a path, we collapse those two params
into a single param, and parse that param inside the route.

It seems to be working reasonably reliably, but has not seen extensive
testing.

It is also not particularly pretty. If anyone sees ways to improve it,
please, have at it.
2013-02-08 20:10:11 -05:00
Wim Rijnders
fd7ad3fb7b Added cache refresh option 2013-01-20 15:31:36 +01:00
Wim Rijnders
c41253d01b Merged with master main repo. 2013-01-19 09:06:31 +01:00
Klaus Silveira
651625509d Solving conflicts 2013-01-17 14:15:28 -02:00
Klaus Silveira
3b0d20f48e Merge pull request #240 from marcoscoelho/path-to-fix-blame
improve get blame method retrieving long revisions to avoid ambiguity...
2013-01-17 08:02:23 -08:00
Marcos Coelho
cb5fe85d4f improve get blame method retrieving long revisions to avoid ambiguity and omitting the caret of revisions (boundary commits) 2013-01-03 01:38:58 -02:00
Marcos Coelho
40d18bb825 fix html source code view 2013-01-03 00:22:48 -02:00
Klaus Silveira
6caecf461d Merge pull request #224 from marcoscoelho/path-to-usability
fix usability mistakes on navigation menu and search input
2012-12-20 09:01:31 -08:00
Marcos Coelho
69e1200b04 fix usability mistakes on navigation menu and search input 2012-12-20 00:13:28 -02:00
Marcos Coelho
9091aa2292 fix the exceptions caused by git commands and the data returned; improves the security of the user input queries that build args for commands. 2012-12-20 00:12:02 -02:00
Marcos Coelho
d9237592f9 display the requested query to the viewer in the breadcrumbs 2012-12-20 00:11:53 -02:00
Nate Eagleson
0fa349476a Use checked-out branch as default branch.
Previously assumed 'master' was the default branch, when master may not
exist at all.
2012-12-13 15:41:52 -05:00
Wim Rijnders
875d3c9661 Figured out how use repository hash. Not fully implemented. 2012-12-03 08:26:04 +01:00
Klaus Silveira
44ed193402 Merge pull request #168 from jasondavis/master
Parse Markdown files
2012-11-06 06:33:53 -08:00
Christian Schorn
11e662c707 Coding style - camelCase for variables 2012-10-31 19:32:00 +01:00
Christian Schorn
ef01494318 Use relative paths for repositories 2012-10-31 14:52:45 +01:00
Klaus Silveira
4e15580904 Merge branch 'master' of github.com:klaussilveira/gitlist 2012-09-15 14:14:06 -03:00
Klaus Silveira
50f6a1004b Implementing search feature for trees and commit log 2012-09-15 14:13:40 -03:00
Michael Yanovich
4e022b7a58 Update views/commit.twig
Force the gravatar image to load over HTTPS so that when gitlist is placed on a website that loads over HTTPS the insecure link doesn't break the padlock security alert in many popular browsers.
2012-09-13 19:09:02 -03:00
Klaus Silveira
f06068d396 Fixing double horizontal rule on some pages 2012-09-10 11:32:23 -03:00
JasonDavis
a96c5e03c3 Added Markdown file viewing ability to file template 2012-09-07 22:24:14 -04:00
Peter Hoffmann
44c0545d7e Add check if readme is defined
If I access subfolders in gitlist I get the following Error

Oops! Variable "readme" does not exist in "tree.twig" at line 53 

Add check if readme is defined fixes it.
2012-08-21 11:01:25 +03:00
Klaus Silveira
718af92286 Removing whitespace 2012-07-26 03:40:24 -03:00
Klaus Silveira
688c04b163 Adding anchors to line numbers in commit details 2012-07-21 01:36:51 -03:00
Klaus Silveira
60d07d15ee Merge pull request #101 from danielgtaylor/line-numbers
Show line numbers for diffs in the commit view
2012-07-20 21:19:37 -07:00
Klaus Silveira
85649c83cf Merge pull request #99 from danielgtaylor/diff-file-history
Add history link to each file in diff view to make it easier to get to
2012-07-20 21:18:31 -07:00
Jérôme Tamarelle
0ae4534e00 Implement infinite scrolling in commits list 2012-07-19 00:12:27 +02:00