Commit Graph

21 Commits

Author SHA1 Message Date
Klaus Silveira
919c953f83 Properly parsing commit body, fixes #137 2013-03-29 00:44:06 -03:00
Klaus Silveira
90a854bf06 More CS fixes 2013-03-28 23:53:25 -03:00
Klaus Silveira
f4bc9b8892 Fixes #269 2013-03-12 09:52:52 -03: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
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
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
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
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
Michał Prochowski
4c0e49e78e Changed page title from 'Gitlist' to 'GitList'. 2012-06-10 23:39:59 +02:00
Klaus Silveira
df43c987cf Initial commit 2012-05-18 01:38:33 -03:00