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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: Move recipients method into acts_as_event
Eric Davis
2010-02-01
3
-21
/
+0
*
Allow commits to reference issues of parent projects and subprojects (#4674).
Jean-Philippe Lang
2010-01-31
1
-2
/
+13
*
Log email delivery errors.
Jean-Philippe Lang
2010-01-31
1
-1
/
+15
*
Log info when sending an email notification.
Jean-Philippe Lang
2010-01-31
1
-1
/
+10
*
Fixed: deleting a project with subprojects breaks the project tree (#4701).
Jean-Philippe Lang
2010-01-31
1
-2
/
+9
*
Fixed: NOT NULL constraint error when adding a group (#4632).
Jean-Philippe Lang
2010-01-30
1
-0
/
+14
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
1
-0
/
+26
*
Fixed: email notifications may affect language of notices on the UI (#4086).
Jean-Philippe Lang
2010-01-10
1
-0
/
+2
*
Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...
Jean-Philippe Lang
2010-01-09
1
-1
/
+1
*
Fixed: issue summary counts should link to the issue list without subprojects...
Jean-Philippe Lang
2010-01-07
1
-1
/
+1
*
Create and assign the api token so the current instance can access it. (#4497)
Eric Davis
2009-12-30
1
-1
/
+1
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
1
-0
/
+3
*
Fixed: project copy doesn't copy group memberships (#3975).
Jean-Philippe Lang
2009-12-26
2
-2
/
+11
*
Ask for confirmation when a non-admin users tries to remove himself from a pr...
Jean-Philippe Lang
2009-12-26
1
-0
/
+8
*
Fixed: subject of incoming emails gets mangled (#3717).
Jean-Philippe Lang
2009-12-26
1
-1
/
+0
*
Removes column opt in enumerations table.
Jean-Philippe Lang
2009-12-25
4
-42
/
+0
*
Project#activities should check all overridden activities, not just active ones.
Eric Davis
2009-12-24
1
-3
/
+3
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-1
/
+5
*
Force TimeEntry#hours default to nil (#3075, #4449).
Jean-Philippe Lang
2009-12-23
1
-0
/
+1
*
Fixed: wiki pages in search results are referenced by project number, not by ...
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Fixes delimiters regexp.
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Adds a setting to remove incoming emails body after a delimiter (#4409).
Jean-Philippe Lang
2009-12-23
1
-3
/
+18
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+12
*
Added an optimization note for later.
Eric Davis
2009-12-20
1
-0
/
+1
*
Adds a 'no_permission_check' option to the MailHandler.
Jean-Philippe Lang
2009-12-19
1
-5
/
+17
*
Avoid a ruby warning.
Jean-Philippe Lang
2009-12-19
1
-1
/
+1
*
Fixes 'follows' relation validation.
Jean-Philippe Lang
2009-12-18
1
-3
/
+3
*
Adds 'follows' relation (#1432).
Jean-Philippe Lang
2009-12-18
1
-1
/
+16
*
By default, only show statuses that are used by the tracker on the workflow e...
Jean-Philippe Lang
2009-12-18
1
-0
/
+17
*
Make sure users don't get notified for thing they can not view (#3589).
Jean-Philippe Lang
2009-12-13
6
-19
/
+54
*
Moves watchers filtering logic to ActsAsWatchable.
Jean-Philippe Lang
2009-12-13
1
-7
/
+0
*
Makes user unwatch what he can no longer view after its permissions have chan...
Jean-Philippe Lang
2009-12-13
7
-2
/
+73
*
Copy issue relations when copying a project. (#3367)
Eric Davis
2009-12-13
1
-0
/
+31
*
Display users then groups on project memberships view (#4389).
Jean-Philippe Lang
2009-12-12
2
-6
/
+6
*
Issue#done_ratio should not break if status is nil.
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Retrieve root_url if needed (#4377).
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
Allow blank value for IssueStatus#default_done_ratio.
Jean-Philippe Lang
2009-12-12
2
-2
/
+3
*
Adds workflow copy functionality (#1727).
Jean-Philippe Lang
2009-12-12
3
-16
/
+50
*
Refactor conditions.
Eric Davis
2009-12-12
1
-1
/
+1
*
Search mail addresses in Principal#like
Eric Davis
2009-12-12
1
-2
/
+2
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
2
-1
/
+40
*
Fixes tracker_id and custom_field_values assignment order for issues (#4353).
Jean-Philippe Lang
2009-12-09
1
-0
/
+14
*
Ignore subversion root_url case when extracting relative url.
Jean-Philippe Lang
2009-12-09
1
-1
/
+1
*
Optimize updates of issue's shared versions.
Jean-Philippe Lang
2009-12-08
3
-10
/
+27
*
No need to update issues from the version's project.
Jean-Philippe Lang
2009-12-08
1
-1
/
+1
*
Optimize issue updates when a version sharing changes.
Jean-Philippe Lang
2009-12-08
3
-6
/
+10
*
Fixed: Subversion#latest_changesets ignores revision argument (#4360).
Jean-Philippe Lang
2009-12-08
1
-1
/
+1
*
Fixes Project#shared_versions for descendants sharing (#465).
Jean-Philippe Lang
2009-12-07
1
-2
/
+2
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
4
-10
/
+101
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
2
-1
/
+20
[next]