Commit Graph

66 Commits

Author SHA1 Message Date
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
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
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
Daniel G. Taylor
be256feac0 Replace getter calls with direct property access in twig template based on feedback by GromNaN 2012-07-17 09:48:14 -07:00
Daniel G. Taylor
2d6a31e72b Show line numbers for diffs in the commit view 2012-07-16 10:28:18 -07:00
Daniel G. Taylor
10929babc3 Add history link to each file in diff view to make it easier to get to
that file's history. It's also possible to view the file at that revision
and then press the history button on the page that is loaded after clicking,
but this makes it faster and easier as well as more obvious.
2012-07-16 09:49:35 -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
Klaus Silveira
6d11bed860 Aligning the download buttons with RSS button 2012-07-14 15:44:26 -03:00
Jérôme Tamarelle
31e036b487 Add download links on tree pages 2012-07-14 12:54:16 +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
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
c3f21df003 The highlighter now uses a <pre> instead of a <textarea>. Much better! 2012-07-06 10:57:37 -03:00