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
*
Fixed that issue nested set update is triggered even if parent is not changed...
Jean-Philippe Lang
2013-10-20
1
-28
/
+37
*
Projects selection on custom field form (#15136).
Jean-Philippe Lang
2013-10-20
3
-16
/
+35
*
Avoid N queries when displaying the issue list with custom fields.
Jean-Philippe Lang
2013-10-15
2
-3
/
+12
*
Adds some links for wiki history navigation.
Jean-Philippe Lang
2013-10-14
4
-11
/
+14
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
2
-12
/
+12
*
Fixed that controller_issues_edit_before/after_save hooks have no controller ...
Jean-Philippe Lang
2013-10-13
2
-25
/
+23
*
Avoid lots of CustomField.find_by_id calls when displaying an issue history w...
Jean-Philippe Lang
2013-10-13
4
-11
/
+32
*
Fixed that non array commit_update_keywords raises an error (#7590).
Jean-Philippe Lang
2013-10-13
1
-1
/
+1
*
Fixed that the mail method should return a Mail::Message (#15113).
Jean-Philippe Lang
2013-10-13
1
-5
/
+10
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
4
-34
/
+39
*
remove unneeded "require 'diff'" from WikiController (#15105)
Toshi MARUYAMA
2013-10-11
1
-2
/
+0
*
NoMethodError when uploading a file without logger (#14977).
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Hide issue custom fields when disabling issue tracking on new project.
Jean-Philippe Lang
2013-10-05
1
-1
/
+12
*
Don't update issues nor log time when importing old changesets (#4823).
Jean-Philippe Lang
2013-10-05
1
-2
/
+5
*
Pass the commit keyword used to update the issue to the plugin hook.
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
4
-31
/
+129
*
Allows user to clear dates and text fields when bulk editing issues (#2199).
Jean-Philippe Lang
2013-09-30
2
-3
/
+33
*
remove trailing white-spaces from app/models/custom_field.rb
Toshi MARUYAMA
2013-09-30
1
-2
/
+2
*
Adds some css classes (#14767).
Jean-Philippe Lang
2013-09-29
2
-3
/
+3
*
Adds a project specific css class to body (#14767).
Jean-Philippe Lang
2013-09-29
1
-0
/
+1
*
Exclude attachments from incoming emails based on file name (#3413).
Jean-Philippe Lang
2013-09-29
2
-0
/
+19
*
AJAX call on the issue form resets data entered during the call (#14621).
Jean-Philippe Lang
2013-09-29
1
-1
/
+1
*
REST API: custom fields definition (#11159).
Jean-Philippe Lang
2013-09-29
3
-4
/
+56
*
Prevents invalid SQL with invalid group_ids (#14902).
Jean-Philippe Lang
2013-09-25
1
-2
/
+2
*
scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)
Toshi MARUYAMA
2013-09-18
1
-1
/
+3
*
scm: remove unnecessary h() from annotate author (#14931)
Toshi MARUYAMA
2013-09-18
1
-1
/
+1
*
code format cleanup app/views/repositories/annotate.html.erb (#14931)
Toshi MARUYAMA
2013-09-18
1
-2
/
+10
*
Filters show issues with unused custom fields (#13537).
Jean-Philippe Lang
2013-09-13
1
-0
/
+9
*
Wrong done_ratio calculation for parent with subtask having estimated_hours=0...
Jean-Philippe Lang
2013-09-11
1
-1
/
+2
*
Strip eols from file names (#14819).
Jean-Philippe Lang
2013-09-11
1
-2
/
+2
*
Fixed usage of #attribute_present? in UserPreference (#13008).
Jean-Philippe Lang
2013-09-10
1
-2
/
+2
*
remove trailing white-space from app/models/journal.rb
Toshi MARUYAMA
2013-09-05
1
-1
/
+1
*
code format cleanup app/views/projects/settings/_members.html.erb
Toshi MARUYAMA
2013-08-09
1
-27
/
+41
*
remove unneeded h() from app/views/projects/settings/_members.html.erb
Toshi MARUYAMA
2013-08-09
1
-3
/
+3
*
change member save button from :button_change to :button_save (#13745)
Toshi MARUYAMA
2013-08-09
1
-1
/
+1
*
code format cleanup app/views/projects/index.html.erb
Toshi MARUYAMA
2013-08-07
1
-2
/
+2
*
gender neutral source comment at app/controllers/my_controller.rb
Toshi MARUYAMA
2013-08-06
1
-1
/
+1
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-08-06
1
-1
/
+1
*
Add hooks for user preferences (#14614).
Jean-Philippe Lang
2013-08-05
2
-0
/
+2
*
Removed hardcoded string (#3872).
Jean-Philippe Lang
2013-08-05
1
-1
/
+1
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
6
-6
/
+38
*
One click filter in search view (#2865).
Jean-Philippe Lang
2013-08-05
1
-4
/
+16
*
Fixed that standard fields disabled still appear in email notifications (#145...
Jean-Philippe Lang
2013-08-05
3
-19
/
+24
*
Moved CUSTOM_FIELDS_TABS out of the model.
Jean-Philippe Lang
2013-08-04
2
-24
/
+22
*
remove trailing white-spaces from ApplicationHelper
Toshi MARUYAMA
2013-08-03
1
-6
/
+6
*
replace tab to space at ApplicationHelper
Toshi MARUYAMA
2013-08-03
1
-1
/
+1
*
remove ineffective "logger.info" and "logger.error" check from MailHandler mo...
Toshi MARUYAMA
2013-08-03
1
-9
/
+9
*
Broken tests (#14491).
Jean-Philippe Lang
2013-07-29
1
-1
/
+0
*
Use the default project when receiving an email with an invalid project keywo...
Jean-Philippe Lang
2013-07-29
1
-0
/
+8
*
Fixed that open/closed counts on issues summary are not displayed with SQLSer...
Jean-Philippe Lang
2013-07-28
1
-1
/
+1
[next]