summaryrefslogtreecommitdiffstats
path: root/app/views/repositories
Commit message (Expand)AuthorAgeFilesLines
* Removes a call to link_to_remote.Jean-Philippe Lang2012-07-181-8/+8
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Removed invalid nested p tags.Jean-Philippe Lang2012-06-183-6/+4
* Extract code from view.Jean-Philippe Lang2012-06-101-1/+1
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-4/+3
* Fixed argument to repository_path that triggers an error with Rails 3.2.5.Jean-Philippe Lang2012-06-031-1/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+5
* scm: fix revision graph left paddingToshi MARUYAMA2012-05-041-1/+4
* scm: fix broken main repository 'root' linkToshi MARUYAMA2012-05-021-1/+3
* view: remote_form_for: equals sign mandatory to print blocks and replace to f...Toshi MARUYAMA2012-04-291-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-258-9/+9
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-3/+5
* fix html tag at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-2/+4
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-35/+32
* replace tabs to spaces at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-6/+6
* fix source indents of app/views/repositories/revisions.html.erbToshi MARUYAMA2012-03-301-4/+4
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-251-2/+2
* Adds confirmation message to changeset/issue relation delete link.Jean-Philippe Lang2012-02-151-0/+1
* Prevents SCM browser to overlay over the new repository sidebar (#779).Etienne Massip2012-02-151-0/+2
* Removed useless style.Etienne Massip2012-02-141-1/+1
* Redraw revision graph on window resize (#10206).Etienne Massip2012-02-131-5/+10
* Moved revision graph holder div out of the table structure.Etienne Massip2012-02-111-15/+15
* Included scm stylesheet in changes page.Etienne Massip2012-02-111-0/+4
* Use of local variable for consistency.Etienne Massip2012-02-111-1/+1
* Integrated revision graph into scmid column.Etienne Massip2012-02-112-33/+21
* code layout cleanup app/views/repositories/committers.html.erbToshi MARUYAMA2012-02-111-1/+9
* Makes error class more specific to prevent clashes with syntax highlight (#10...Jean-Philippe Lang2012-02-101-1/+1
* code layout cleanup app/views/repositories/_related_issues.html.erbToshi MARUYAMA2012-02-051-2/+6
* scm: rename JavaScript "branchGraph" function name to "revisionGraph"Toshi MARUYAMA2012-02-051-1/+1
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-052-7/+36
* Revision graph code cleanup.Etienne Massip2012-02-042-18/+17
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-021-2/+1
* code layout cleanup app/views/repositories/revisions.html.erbToshi MARUYAMA2012-01-261-1/+4
* code layout cleanup app/views/repositories/_revisions.html.erbToshi MARUYAMA2012-01-261-1/+5
* Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026).Jean-Philippe Lang2012-01-201-1/+1
* add newline at end of app/views/repositories/edit.html.erbToshi MARUYAMA2012-01-201-1/+1
* add newline at end of app/views/repositories/_form.html.erbToshi MARUYAMA2012-01-201-1/+1
* Moved the "Main repository" checkbox before the identifier (#779).Jean-Philippe Lang2012-01-171-1/+1
* Do not show revisions links and field on filesystem repositories.Jean-Philippe Lang2012-01-162-4/+6
* Search for changeset in the current repository (#779).Jean-Philippe Lang2012-01-161-1/+1
* Display repository identifier in breadcrumbs (#779).Jean-Philippe Lang2012-01-151-1/+2
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-1511-22/+42
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-153-0/+32
* Adds avatar on changeset view.Jean-Philippe Lang2012-01-041-1/+1
* Prevent empty table from being rendered.Jean-Philippe Lang2012-01-041-3/+6
* Rails3: view: html_safe for repositories/_revision_graph.html.erbToshi MARUYAMA2012-01-041-1/+1
* code layout cleanup app/views/repositories/_navigation.html.erbToshi MARUYAMA2012-01-021-4/+14
* Fixed that _revision_graph.html.erb breaks window load events (#9775).Jean-Philippe Lang2011-12-141-2/+2
* Rails3: view: html_safe for parents and children revisionsToshi MARUYAMA2011-12-031-2/+2