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
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Only show allowed statuses in context menu (#10181).
Jean-Philippe Lang
2012-02-09
1
-1
/
+0
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
1
-0
/
+13
*
Adds a simple API for listing roles (#9725).
Jean-Philippe Lang
2012-02-06
1
-4
/
+12
*
REST API for project memberships (#7420).
Jean-Philippe Lang
2012-02-06
1
-25
/
+64
*
Resourcified project memberships.
Jean-Philippe Lang
2012-02-05
1
-10
/
+13
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
1
-7
/
+6
*
Removed unsafe attributes assignment.
Jean-Philippe Lang
2012-02-05
1
-1
/
+2
*
Fixed registration form broken by r8479.
Jean-Philippe Lang
2012-02-05
1
-1
/
+1
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
1
-6
/
+54
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
1
-4
/
+33
*
Removed useless code.
Jean-Philippe Lang
2012-02-04
1
-6
/
+0
*
attachment: fix that diff type is not saved in user preference (#10152)
Toshi MARUYAMA
2012-02-04
1
-0
/
+5
*
code layout cleanup app/controllers/sys_controller.rb
Toshi MARUYAMA
2012-02-02
1
-2
/
+9
*
Fixed: associated changesets from other projects are not visible if the curre...
Jean-Philippe Lang
2012-02-02
1
-4
/
+2
*
Removed useless permission check in wiki controller.
Jean-Philippe Lang
2012-01-30
1
-5
/
+0
*
Adds export of all wiki pages to a PDF file (#3463).
Jean-Philippe Lang
2012-01-30
1
-7
/
+15
*
Allows attachments on news (#1972).
Jean-Philippe Lang
2012-01-29
1
-0
/
+5
*
Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is...
Toshi MARUYAMA
2012-01-28
1
-1
/
+3
*
Ruby1.9: enforce UTF-8 encodings on the params hash on Rails2 (#4050, #4796)
Toshi MARUYAMA
2012-01-28
1
-0
/
+22
*
Provide a direct access to completed versions form the roadmap.
Jean-Philippe Lang
2012-01-24
1
-1
/
+4
*
Allows bulk change issue private flag (#10042).
Jean-Philippe Lang
2012-01-23
1
-0
/
+1
*
Fixed that project is ignored when entering an issue id on /time_entries/new ...
Jean-Philippe Lang
2012-01-22
1
-4
/
+6
*
Keep back_url param for when continuing creating issues.
Jean-Philippe Lang
2012-01-21
1
-2
/
+2
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
1
-6
/
+13
*
Adds a 'Create and continue' button on the spent time form (#9995).
Jean-Philippe Lang
2012-01-21
1
-2
/
+6
*
Fixes admin menu display.
Jean-Philippe Lang
2012-01-20
3
-0
/
+6
*
Adds an option of the copy form to enable/disable attachments copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-5
/
+9
*
Fixed an error when trying to copy an issue that does not exist.
Jean-Philippe Lang
2012-01-17
1
-1
/
+6
*
Display the position of the current issue in the query results.
Jean-Philippe Lang
2012-01-16
1
-0
/
+4
*
Don't use a disabled SCM as a default repository SCM (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
2
-13
/
+11
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
2
-38
/
+49
*
Separated new/edit views for the timelog controller.
Jean-Philippe Lang
2012-01-10
1
-1
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Avoid an AJAX query if the watchers form is already loaded.
Jean-Philippe Lang
2012-01-09
1
-0
/
+1
*
Ability to add non-member users as watchers (#5159).
Jean-Philippe Lang
2012-01-09
1
-3
/
+23
*
Fixed: error when displaying an issue with a query sorted by an association, ...
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Moved Date months/weeks calculations used in Graph to lib.
Etienne Massip
2012-01-07
1
-10
/
+1
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
2
-87
/
+7
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-6
/
+33
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-2
/
+12
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-3
/
+3
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-1
/
+18
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-1
/
+9
*
Restores migration broken by r8182 and removes default scope on Role (#9800).
Jean-Philippe Lang
2011-12-14
1
-3
/
+3
*
Save an @Issue#save@.
Etienne Massip
2011-12-14
1
-3
/
+1
*
Removed code duplicated in lib.
Etienne Massip
2011-12-14
1
-6
/
+0
[prev]
[next]