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
*
Adds buttons to scroll the tabs when they overflow.
Jean-Philippe Lang
2009-12-14
1
-0
/
+9
*
Moved charset meta tag before title (#4320).
Jean-Philippe Lang
2009-12-13
1
-1
/
+1
*
Make sure user can not watch what he is not allowed to view.
Jean-Philippe Lang
2009-12-13
1
-1
/
+5
*
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
*
Added a setting to configure the day that week start on (Monday or Sunday). (...
Eric Davis
2009-12-13
2
-0
/
+13
*
Copy issue relations when copying a project. (#3367)
Eric Davis
2009-12-13
1
-0
/
+31
*
Roadmap: sort issues by project and prepend project name if different (#4373).
Jean-Philippe Lang
2009-12-12
3
-4
/
+6
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
4
-80
/
+4
*
Display users then groups on project memberships view (#4389).
Jean-Philippe Lang
2009-12-12
2
-6
/
+6
*
Sort groups on user groups setting (#4389).
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
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
3
-3
/
+4
*
Locales update.
Jean-Philippe Lang
2009-12-12
1
-1
/
+2
*
Adds workflow copy functionality (#1727).
Jean-Philippe Lang
2009-12-12
8
-19
/
+114
*
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
10
-3
/
+73
*
Makes target version field on update form use the grouped combo.
Jean-Philippe Lang
2009-12-10
1
-1
/
+1
*
Fix target version field on issue update form.
Jean-Philippe Lang
2009-12-10
1
-1
/
+1
*
Fixes that issue copy/move throws an error when status is not changed (#4369).
Jean-Philippe Lang
2009-12-09
1
-1
/
+3
*
Cleaning workflow edit view.
Jean-Philippe Lang
2009-12-09
1
-27
/
+20
*
Moves submit button to tracker form.
Jean-Philippe Lang
2009-12-09
3
-2
/
+1
*
Adds custom field selection on tracker form.
Jean-Philippe Lang
2009-12-09
1
-0
/
+14
*
Slight change to the breadcrumb on custom field admin views.
Jean-Philippe Lang
2009-12-09
2
-4
/
+6
*
Fixed: Bulk edit of issues throws 500 if no versions are defined on the proje...
Jean-Philippe Lang
2009-12-09
1
-1
/
+1
*
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
*
Display shared versions in project settings (#4357).
Jean-Philippe Lang
2009-12-08
1
-10
/
+12
*
Fixes broken admin menu extension (#4351).
Jean-Philippe Lang
2009-12-07
1
-3
/
+3
*
Fixes Project#shared_versions for descendants sharing (#465).
Jean-Philippe Lang
2009-12-07
1
-2
/
+2
*
Remove edit link on wiki page diff (#4346).
Jean-Philippe Lang
2009-12-06
1
-1
/
+0
*
Removes the 'Copy' checkbox on the copy/move form.
Jean-Philippe Lang
2009-12-06
3
-12
/
+14
*
Ability to add a new version from the issue form (#4315).
Jean-Philippe Lang
2009-12-06
2
-4
/
+30
*
Fixed: error when changing tracker on the new issue form (#4345).
Jean-Philippe Lang
2009-12-06
1
-3
/
+3
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
18
-45
/
+225
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
5
-8
/
+59
*
Do not notify users that are no longer allowed to view an issue (#3589, #4263).
Jean-Philippe Lang
2009-12-03
2
-5
/
+20
*
Fixed: News from a project with 'news' module disabled, are still diplayed in...
Jean-Philippe Lang
2009-12-03
1
-1
/
+1
*
Add a second action menu to IssuesController#show. (#4331)
Eric Davis
2009-12-03
4
-13
/
+44
*
Fixed: no error message when creating a category from the issue form fails (#...
Jean-Philippe Lang
2009-12-02
1
-10
/
+19
*
Removes useless class.
Jean-Philippe Lang
2009-12-02
1
-1
/
+0
*
Replaces 'New category' link on the issue form with an icon.
Jean-Philippe Lang
2009-12-02
1
-3
/
+6
*
Make use of #watched_by? in issue form.
Jean-Philippe Lang
2009-12-02
1
-1
/
+1
[next]