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
*
Mail handler: adds --no-account-notice option for not sending account informa...
Jean-Philippe Lang
2013-03-03
1
-2
/
+5
*
Mail handler: adds --default-group option to add created user to one or more ...
Jean-Philippe Lang
2013-03-03
2
-0
/
+15
*
Adds autologin param in openid return_to url (#3371).
Jean-Philippe Lang
2013-03-02
1
-1
/
+3
*
Fixed that autologin cookie is not deleted when using custom cookie name (#13...
Jean-Philippe Lang
2013-03-02
1
-1
/
+1
*
Fixed that autologin is broken when using a custom cookie name (#13335).
Jean-Philippe Lang
2013-03-02
2
-5
/
+8
*
Add user's API key to /users/current.format (#8529).
Jean-Philippe Lang
2013-03-01
1
-0
/
+1
*
Fixed that copying an issue as a child of itself creates an extra issue (#133...
Jean-Philippe Lang
2013-03-01
1
-5
/
+12
*
Performance: avoid one "SELECT 1 ..." query per project on user memberships f...
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Adds "tracker-[id]" CSS class to issues (#13309).
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Performance: avoid querying all memberships in User#roles_for_project (#13301).
Jean-Philippe Lang
2013-03-01
1
-1
/
+13
*
Regexp not working as expected with ruby 2.0.
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Fixed that #reload raises a Stack too deep error with ruby 2.0.
Jean-Philippe Lang
2013-02-28
3
-3
/
+6
*
Code cleanup.
Jean-Philippe Lang
2013-02-28
1
-2
/
+2
*
Don't reload the issue in after_save callback.
Jean-Philippe Lang
2013-02-28
1
-3
/
+0
*
Time entry with 2 digits year should not validate (#3107).
Jean-Philippe Lang
2013-02-24
1
-0
/
+1
*
Use li tags for issue links in the sidebar (#13242).
Jean-Philippe Lang
2013-02-24
1
-5
/
+9
*
Code cleanup.
Jean-Philippe Lang
2013-02-24
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2013-02-24
1
-4
/
+4
*
Code cleanup.
Jean-Philippe Lang
2013-02-24
1
-4
/
+3
*
Use ti tags for sidebar queries (#13242).
Jean-Philippe Lang
2013-02-24
1
-6
/
+9
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
2
-1
/
+2
*
Use User#generate_password in MailHandler.
Jean-Philippe Lang
2013-02-23
1
-3
/
+1
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
3
-11
/
+39
*
Typo.
Jean-Philippe Lang
2013-02-23
1
-1
/
+1
*
Adds an helper for rendering query columns selection.
Jean-Philippe Lang
2013-02-23
6
-10
/
+13
*
Adds helpers for query columns selection.
Jean-Philippe Lang
2013-02-23
3
-2
/
+12
*
Rename issues CSV and PDF exports.
Jean-Philippe Lang
2013-02-23
1
-2
/
+2
*
Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...
Jean-Philippe Lang
2013-02-23
5
-37
/
+22
*
Refactor: makes issue id a regular QueryColumn.
Jean-Philippe Lang
2013-02-23
6
-15
/
+18
*
Fixed that requesting a message from an invalid forum should respond with 404...
Jean-Philippe Lang
2013-02-20
1
-1
/
+2
*
Removed hard-coded style in watchers list.
Jean-Philippe Lang
2013-02-20
1
-1
/
+1
*
Fixed that delete watcher link was broken by r11290 (#13231).
Jean-Philippe Lang
2013-02-20
1
-3
/
+3
*
Makes all time entry columns available in the CSV export.
Jean-Philippe Lang
2013-02-19
3
-36
/
+23
*
Fixed that float custom fields do not use CSV decimal separator (#10364).
Jean-Philippe Lang
2013-02-19
2
-21
/
+26
*
Add login to /users/:id API for current user (#13155).
Jean-Philippe Lang
2013-02-18
1
-1
/
+1
*
fix typo at app/models/user.rb (#5719)
Toshi MARUYAMA
2013-02-18
1
-2
/
+2
*
Optimizes the SQL query behind Principal#member_of.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
Use #per_page instead of #items_per_page.
Jean-Philippe Lang
2013-02-17
5
-5
/
+5
*
Fixed that messages are not sorted by last reply (#12243).
Jean-Philippe Lang
2013-02-17
1
-2
/
+3
*
replace tabs to spaces at app/controllers/boards_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
replace tabs to spaces at app/models/issue.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
replace tabs to spaces at app/models/setting.rb
Toshi MARUYAMA
2013-02-17
1
-9
/
+9
*
replace tabs to spaces at app/helpers/application_helper.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tabs from app/controllers/users_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tabs from app/controllers/projects_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tabs from app/controllers/admin_controller.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
remove trailing tabs from app/models/project.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
remove trailing tab from app/helpers/custom_fields_helper.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tab and white-spaces from app/controllers/issue_statuses_cont...
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Adds Issue#status_was that returns the initial issue status.
Jean-Philippe Lang
2013-02-17
1
-3
/
+16
[next]