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
*
Ability to save "sort order" in custom queries (#2899).
Jean-Philippe Lang
2009-03-12
1
-1
/
+2
*
Reorder links refactoring (follows r2526).
Jean-Philippe Lang
2009-03-01
5
-66
/
+0
*
Adds some functional tests.
Jean-Philippe Lang
2009-03-01
1
-1
/
+1
*
Removes unused code.
Jean-Philippe Lang
2009-03-01
1
-36
/
+0
*
Fixed that some error messages were not displayed (#2866).
Jean-Philippe Lang
2009-03-01
1
-4
/
+2
*
Allow My Page blocks to be added to from a plugin (#2840).
Jean-Philippe Lang
2009-02-26
1
-4
/
+4
*
Allow underscore in block partial name (#2840).
Jean-Philippe Lang
2009-02-26
1
-10
/
+12
*
Trackers controller refactoring.
Jean-Philippe Lang
2009-02-26
1
-20
/
+4
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
2
-13
/
+15
*
Sort changesets in the same order as comments on the issue details view (#1546).
Jean-Philippe Lang
2009-02-22
1
-0
/
+2
*
Limit the size of repository files displayed inline too.
Jean-Philippe Lang
2009-02-21
1
-2
/
+2
*
Fixes new setting name.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Adds a setting to limit the size of text attachments that can be displayed by...
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
3
-18
/
+28
*
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
Jean-Philippe Lang
2009-02-20
1
-1
/
+0
*
Send an email to the user when an administrator activates a registered user (...
Jean-Philippe Lang
2009-02-20
1
-1
/
+5
*
Fixed the bug in the OpenID registration where the form wouldn't take a login
Eric Davis
2009-02-20
1
-3
/
+3
*
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
Eric Davis
2009-02-20
1
-3
/
+11
*
Replaces Enumeration.get_values and Enumeration.default with named scopes.
Jean-Philippe Lang
2009-02-15
4
-8
/
+8
*
Timelog is ignored when updating an issue if user is admin but not a project ...
Jean-Philippe Lang
2009-02-13
1
-1
/
+1
*
Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...
Jean-Philippe Lang
2009-02-12
1
-1
/
+1
*
Added a system setting for allowing OpenID logins and registrations
Eric Davis
2009-02-11
1
-3
/
+3
*
Prevent registration via OpenID if self registration is off. #699
Eric Davis
2009-02-11
1
-0
/
+3
*
Refactored common methods out of register and open_id_authenticate
Eric Davis
2009-02-11
1
-43
/
+49
*
Added user setup needed based on the system's registration settings
Eric Davis
2009-02-11
1
-7
/
+41
*
Added tests for the other OpenID authentication cases. #699
Eric Davis
2009-02-11
1
-3
/
+3
*
Hooked up on the fly OpenID user creation.
Eric Davis
2009-02-11
1
-11
/
+11
*
Added the ability to login via OpenID.
Eric Davis
2009-02-11
1
-17
/
+58
*
Replaces the repositories management SOAP API with a simple REST API.
Jean-Philippe Lang
2009-02-10
1
-23
/
+27
*
Fixed: TypeError (can't modify frozen string) on settings view (#2700).
Jean-Philippe Lang
2009-02-09
1
-1
/
+1
*
Adds a setting to limit the number of revisions displayed on a repository fil...
Jean-Philippe Lang
2009-02-01
1
-1
/
+1
*
Removes Issue.visible_by
Jean-Philippe Lang
2009-01-31
1
-4
/
+4
*
Adds projects association on tracker form (#2578).
Jean-Philippe Lang
2009-01-29
1
-0
/
+4
*
Adds an helper to render other formats download links.
Jean-Philippe Lang
2009-01-29
1
-2
/
+2
*
Fixed an error when downloading gantt png at global level.
Jean-Philippe Lang
2009-01-29
1
-1
/
+1
*
Fixed: users should not be able to add relations with issues they're not allo...
Jean-Philippe Lang
2009-01-27
1
-0
/
+3
*
Replaces the obsolete robots.txt with a cached action (#2491).
Jean-Philippe Lang
2009-01-27
2
-0
/
+12
*
Ability to bulk edit custom fields of type 'list' (#461).
Jean-Philippe Lang
2009-01-25
1
-0
/
+3
*
Render the project list as a tree on Move form.
Jean-Philippe Lang
2009-01-25
1
-1
/
+1
*
Adds ability to bulk copy issues (#1847).
Jean-Philippe Lang
2009-01-25
1
-1
/
+1
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
5
-31
/
+16
*
Fix in AttachmentsController#show.
Jean-Philippe Lang
2009-01-18
1
-1
/
+1
*
User custom fields can now be set as editable so that users can edit them on ...
Jean-Philippe Lang
2009-01-17
1
-0
/
+1
*
CustomFieldsController#list moved to #index.
Jean-Philippe Lang
2009-01-17
1
-14
/
+8
*
CustomFieldsController refactoring.
Jean-Philippe Lang
2009-01-17
1
-13
/
+8
*
Make use of tracker_ids association in issue custom field form.
Jean-Philippe Lang
2009-01-17
1
-4
/
+0
*
Adds a 'Create and continue' button on the new issue form, that will create t...
Jean-Philippe Lang
2009-01-16
1
-1
/
+2
*
Added two new plugin hooks to IssuesController:
Eric Davis
2009-01-12
1
-0
/
+2
*
Slight changes to ease Rails 2.2 support.
Jean-Philippe Lang
2009-01-04
1
-1
/
+1
*
Move PDF stuff to a single helper.
Jean-Philippe Lang
2009-01-04
2
-7
/
+4
[next]