index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
repositories
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes a call to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-8
/
+8
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Removed invalid nested p tags.
Jean-Philippe Lang
2012-06-18
3
-6
/
+4
*
Extract code from view.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
1
-4
/
+3
*
Fixed argument to repository_path that triggers an error with Rails 3.2.5.
Jean-Philippe Lang
2012-06-03
1
-1
/
+1
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-1
/
+1
*
route: scm: split entry and raw actions
Toshi MARUYAMA
2012-05-05
1
-1
/
+5
*
scm: fix revision graph left padding
Toshi MARUYAMA
2012-05-04
1
-1
/
+4
*
scm: fix broken main repository 'root' link
Toshi MARUYAMA
2012-05-02
1
-1
/
+3
*
view: remote_form_for: equals sign mandatory to print blocks and replace to f...
Toshi MARUYAMA
2012-04-29
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
8
-9
/
+9
*
code layout clean up app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-3
/
+5
*
fix html tag at app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-2
/
+4
*
code layout clean up app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-35
/
+32
*
replace tabs to spaces at app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-6
/
+6
*
fix source indents of app/views/repositories/revisions.html.erb
Toshi MARUYAMA
2012-03-30
1
-4
/
+4
*
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...
Toshi MARUYAMA
2012-02-25
1
-2
/
+2
*
Adds confirmation message to changeset/issue relation delete link.
Jean-Philippe Lang
2012-02-15
1
-0
/
+1
*
Prevents SCM browser to overlay over the new repository sidebar (#779).
Etienne Massip
2012-02-15
1
-0
/
+2
*
Removed useless style.
Etienne Massip
2012-02-14
1
-1
/
+1
*
Redraw revision graph on window resize (#10206).
Etienne Massip
2012-02-13
1
-5
/
+10
*
Moved revision graph holder div out of the table structure.
Etienne Massip
2012-02-11
1
-15
/
+15
*
Included scm stylesheet in changes page.
Etienne Massip
2012-02-11
1
-0
/
+4
*
Use of local variable for consistency.
Etienne Massip
2012-02-11
1
-1
/
+1
*
Integrated revision graph into scmid column.
Etienne Massip
2012-02-11
2
-33
/
+21
*
code layout cleanup app/views/repositories/committers.html.erb
Toshi MARUYAMA
2012-02-11
1
-1
/
+9
*
Makes error class more specific to prevent clashes with syntax highlight (#10...
Jean-Philippe Lang
2012-02-10
1
-1
/
+1
*
code layout cleanup app/views/repositories/_related_issues.html.erb
Toshi MARUYAMA
2012-02-05
1
-2
/
+6
*
scm: rename JavaScript "branchGraph" function name to "revisionGraph"
Toshi MARUYAMA
2012-02-05
1
-1
/
+1
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
2
-7
/
+36
*
Revision graph code cleanup.
Etienne Massip
2012-02-04
2
-18
/
+17
*
Adds specific css class for information in forms.
Jean-Philippe Lang
2012-02-02
1
-2
/
+1
*
code layout cleanup app/views/repositories/revisions.html.erb
Toshi MARUYAMA
2012-01-26
1
-1
/
+4
*
code layout cleanup app/views/repositories/_revisions.html.erb
Toshi MARUYAMA
2012-01-26
1
-1
/
+5
*
Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026).
Jean-Philippe Lang
2012-01-20
1
-1
/
+1
*
add newline at end of app/views/repositories/edit.html.erb
Toshi MARUYAMA
2012-01-20
1
-1
/
+1
*
add newline at end of app/views/repositories/_form.html.erb
Toshi MARUYAMA
2012-01-20
1
-1
/
+1
*
Moved the "Main repository" checkbox before the identifier (#779).
Jean-Philippe Lang
2012-01-17
1
-1
/
+1
*
Do not show revisions links and field on filesystem repositories.
Jean-Philippe Lang
2012-01-16
2
-4
/
+6
*
Search for changeset in the current repository (#779).
Jean-Philippe Lang
2012-01-16
1
-1
/
+1
*
Display repository identifier in breadcrumbs (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+2
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
11
-22
/
+42
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
3
-0
/
+32
*
Adds avatar on changeset view.
Jean-Philippe Lang
2012-01-04
1
-1
/
+1
*
Prevent empty table from being rendered.
Jean-Philippe Lang
2012-01-04
1
-3
/
+6
*
Rails3: view: html_safe for repositories/_revision_graph.html.erb
Toshi MARUYAMA
2012-01-04
1
-1
/
+1
*
code layout cleanup app/views/repositories/_navigation.html.erb
Toshi MARUYAMA
2012-01-02
1
-4
/
+14
*
Fixed that _revision_graph.html.erb breaks window load events (#9775).
Jean-Philippe Lang
2011-12-14
1
-2
/
+2
*
Rails3: view: html_safe for parents and children revisions
Toshi MARUYAMA
2011-12-03
1
-2
/
+2
[next]