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