summaryrefslogtreecommitdiffstats
path: root/app/views/repositories
Commit message (Expand)AuthorAgeFilesLines
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-111-1/+1
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-025-12/+12
* Fixes switching between inline and side-by-side in diff view with path. #6242Jean-Baptiste Barth2010-09-181-1/+1
* Fixed: changing view style in repository/diff doesn't keep previously selecte...Jean-Baptiste Barth2010-08-131-1/+1
* Escape revision on repository view (#5153).Jean-Philippe Lang2010-03-271-1/+1
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Escape the parent id parameter.Eric Davis2010-01-131-1/+1
* Added the revision title to any revision links.Eric Davis2009-12-223-4/+4
* Fixes revision form when browsing a subdirectory (#4281).Jean-Philippe Lang2009-11-241-1/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-2/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-12/+12
* SCM:Jean-Philippe Lang2009-09-014-4/+14
* SCM browser:Jean-Philippe Lang2009-08-172-13/+3
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-1510-38/+72
* Adds a link to the file history on repository file views.Jean-Philippe Lang2009-07-181-0/+1
* Adds mime type specific css classes to the SCM browser.Jean-Philippe Lang2009-04-191-1/+1
* Fixing repository routes (#2967).Jean-Philippe Lang2009-03-133-2/+3
* Clickable/linkable line #'s while browsing the repo or viewing a text file (#...Jean-Philippe Lang2009-02-261-1/+1
* Do not show the changed files list on the revision page if the user is not al...Jean-Philippe Lang2009-02-211-1/+3
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Fixed: path parameter is not an array when changing diff style (#2695), broke...Jean-Philippe Lang2009-02-071-6/+3
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-293-12/+10
* Do not show a link to the current annotate or view page (#2367).Jean-Philippe Lang2008-12-271-2/+2
* Show view/annotate/download links on repositories/entries and repositories/an...Jean-Philippe Lang2008-12-224-10/+15
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-151-1/+6
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-104-4/+33
* Added hook :view_repositories_show_contextual to allow adding items to theEric Davis2008-10-251-0/+1
* Truncate comments on changeset list.Jean-Philippe Lang2008-09-221-1/+1
* Render the commit changes list as a tree (#1896).Jean-Philippe Lang2008-09-171-26/+12
* Adds links to changesets atom feed on repository browser (#1873).Jean-Philippe Lang2008-09-122-0/+9
* Fixes links to entries on the revision view (Rails 2.1 compatibility) (#1600).Jean-Philippe Lang2008-07-091-1/+1
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-052-2/+3
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-045-9/+9
* Fixes quick jump to a revision.Jean-Philippe Lang2008-06-301-2/+2
* Wider SVG graphs in repository stats.Jean-Philippe Lang2008-06-291-8/+7
* Link to view specific file on revision view fails with Subversion repository ...Jean-Philippe Lang2008-06-261-1/+1
* Revision view: do not display links for deleted files.Jean-Philippe Lang2008-06-221-1/+5
* Adds a field on the repository view to browse at specific revision (#1443).Jean-Philippe Lang2008-06-151-1/+6
* Makes changes link to entries on the revision view.Jean-Philippe Lang2008-06-151-1/+3
* Adds links to repository directories in the browser (#1094).Jean-Philippe Lang2008-06-151-16/+8
* Move the file viewer to a partial.Jean-Philippe Lang2008-06-091-11/+1
* Move diff viewer to a partial.Jean-Philippe Lang2008-06-081-70/+1
* SCM browser: ability to download raw unified diffs.Jean-Philippe Lang2008-06-081-0/+5
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-1/+1
* Don't search for the changeset if revision identifier is nil.Jean-Philippe Lang2008-06-081-1/+1
* Don't display the table headers if there is no changeset to display.Jean-Philippe Lang2008-06-081-1/+2
* Diff: adds some space between 2 changes in the same file and reduces html size.Jean-Philippe Lang2008-06-021-73/+69
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-241-1/+1
* Fixed: single file 'View difference' links do not work because of duplicate s...Jean-Philippe Lang2008-04-031-1/+1