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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails3: view: mail: html_safe for auto_link
Toshi MARUYAMA
2012-02-17
4
-4
/
+4
*
Rails3: view: mail: html_safe for header and footer
Toshi MARUYAMA
2012-02-17
1
-2
/
+2
*
Adds a rake test that removes old unattached uploads (#10253).
Jean-Philippe Lang
2012-02-16
1
-1
/
+1
*
Missing argument to new_project_query_path named route (#10254).
Jean-Philippe Lang
2012-02-16
1
-1
/
+1
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
6
-43
/
+56
*
replace tabs to spaces app/views/issues/show.html.erb
Toshi MARUYAMA
2012-02-16
1
-3
/
+3
*
replace tabs to spaces app/views/issues/new.html.erb
Toshi MARUYAMA
2012-02-16
1
-7
/
+7
*
route: split issue preview route to adding and editing
Toshi MARUYAMA
2012-02-15
3
-3
/
+3
*
Adds confirmation message to changeset/issue relation delete link.
Jean-Philippe Lang
2012-02-15
1
-0
/
+1
*
Adds confirmation message to relation delete link (#8413).
Jean-Philippe Lang
2012-02-15
1
-1
/
+2
*
Prevents SCM browser to overlay over the new repository sidebar (#779).
Etienne Massip
2012-02-15
1
-0
/
+2
*
Allow API auth on GET /versions/:id (#10241).
Jean-Philippe Lang
2012-02-15
1
-1
/
+1
*
Adds support for "Magic links" to notes (#2715).
Jean-Philippe Lang
2012-02-15
1
-4
/
+5
*
Makes user autocompleters work with firstname and lastname.
Jean-Philippe Lang
2012-02-14
2
-12
/
+14
*
Restyles user search fields and ajax indicator.
Jean-Philippe Lang
2012-02-14
3
-0
/
+6
*
Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...
Jean-Philippe Lang
2012-02-14
1
-0
/
+6
*
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
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
1
-4
/
+9
*
Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).
Jean-Philippe Lang
2012-02-12
1
-1
/
+7
*
Fixed potential error when sorting members without role (#10053).
Jean-Philippe Lang
2012-02-12
2
-2
/
+14
*
Removed "clear:both" divs that break the issue form with long sidebar content.
Jean-Philippe Lang
2012-02-12
2
-2
/
+4
*
Adds a News#commentable? method to easily specific additional rules.
Jean-Philippe Lang
2012-02-11
3
-2
/
+25
*
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
3
-50
/
+37
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
1
-1
/
+7
*
Displays the full form when creating a version from the issue form so that re...
Jean-Philippe Lang
2012-02-11
3
-10
/
+33
*
Only show statuses that can be applied to all issues on the bulk edit form (#...
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
1
-1
/
+4
*
scm: git: reduce saving heads times in fetching revisions (#8857, #9472)
Toshi MARUYAMA
2012-02-11
1
-2
/
+7
*
scm: git: call "git log" only once instead of per branch in fetching revision...
Toshi MARUYAMA
2012-02-11
1
-28
/
+39
*
code layout cleanup app/views/repositories/committers.html.erb
Toshi MARUYAMA
2012-02-11
1
-1
/
+9
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-12
/
+16
*
Makes error class more specific to prevent clashes with syntax highlight (#10...
Jean-Philippe Lang
2012-02-10
1
-1
/
+1
*
Do not hide context menu when clicking on a folder menu item.
Jean-Philippe Lang
2012-02-09
1
-1
/
+1
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
3
-10
/
+10
*
Code cleanup.
Jean-Philippe Lang
2012-02-09
2
-9
/
+3
*
Only show allowed statuses in context menu (#10181).
Jean-Philippe Lang
2012-02-09
2
-3
/
+2
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
4
-1
/
+39
*
Moved #context_menu_link to a new helper.
Jean-Philippe Lang
2012-02-09
2
-16
/
+36
*
scm: git: add model method to get heads from extra_info branches hash (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+7
*
scm: git: split fetch_changesets method
Toshi MARUYAMA
2012-02-08
1
-0
/
+5
*
Adds membership ids to /users/:id API response.
Jean-Philippe Lang
2012-02-06
1
-2
/
+7
*
Fixed "can't convert Fixnum into String" error on projects with numerical ide...
Jean-Philippe Lang
2012-02-06
1
-1
/
+1
*
Adds a simple API for listing roles (#9725).
Jean-Philippe Lang
2012-02-06
2
-4
/
+20
*
REST API for project memberships (#7420).
Jean-Philippe Lang
2012-02-06
3
-25
/
+96
*
code layout cleanup app/views/repositories/_related_issues.html.erb
Toshi MARUYAMA
2012-02-05
1
-2
/
+6
*
code layout cleanup app/views/wiki/edit.html.erb
Toshi MARUYAMA
2012-02-05
1
-2
/
+4
[next]