summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+10
* Hide "Groups" tab on user form if no group exist.Jean-Philippe Lang2009-12-241-1/+4
* Remove invalid escaping in version field (#4460).Jean-Philippe Lang2009-12-231-2/+2
* Move API setting to Authentication tab and add translations strings.Jean-Philippe Lang2009-12-231-2/+1
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-231-1/+2
* Added the revision title to any revision links.Eric Davis2009-12-221-0/+9
* Adds helpers for setting field tags.Jean-Philippe Lang2009-12-191-2/+46
* Added a setting to configure the day that week start on (Monday or Sunday). (...Eric Davis2009-12-131-0/+10
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-121-0/+2
* Fixed: Bulk edit of issues throws 500 if no versions are defined on the proje...Jean-Philippe Lang2009-12-091-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-063-3/+34
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-031-4/+15
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-021-35/+29
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-211-1/+1
* Fixed roadmap progress display error (#4255).Jean-Philippe Lang2009-11-211-3/+4
* Add a setting to pick alternative Gravatar images. #2734Eric Davis2009-11-171-1/+1
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+9
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-151-0/+1
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-1/+1
* Don't reveal issue subjects if user is only allowed to view spent time (#3187).Jean-Philippe Lang2009-11-141-2/+19
* Clean up ticket auto links.Jean-Philippe Lang2009-11-141-2/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-143-4/+24
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-111-3/+8
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-042-11/+3
* Sort the list of users to add to a group or project (#4150).Jean-Philippe Lang2009-11-041-1/+1
* Fixes users links.Jean-Philippe Lang2009-10-291-2/+2
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-3/+2
* Fixed error on repository when there are no comments in a changeset (#4126).Jean-Philippe Lang2009-10-291-1/+1
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-1/+16
* Removes debug code.Jean-Philippe Lang2009-10-241-1/+0
* Small fix to HTML title.Jean-Philippe Lang2009-10-241-1/+2
* Sets the current project as the default value of project jump box (#4053).Jean-Philippe Lang2009-10-241-2/+2
* Fixed some merge bugs. #4077Eric Davis2009-10-211-3/+3
* Added a Activities tab to Project SettingsEric Davis2009-10-211-1/+2
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-211-3/+9
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-4/+11
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-1/+4
* Change the order of checkboxes for boolean custom fields.Eric Davis2009-10-211-1/+1
* Fixes project shortcut combo.Jean-Philippe Lang2009-10-111-2/+2
* Completes r2856 (#3979).Jean-Philippe Lang2009-10-101-7/+2
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-122-5/+14
* User groups branch merged.Jean-Philippe Lang2009-09-124-2/+50
* Changing l10n messages (fixes #3807)Azamat Hackimov2009-09-041-3/+3
* Add some margin to journal notes if Gravatars are enabled. (#3771)Eric Davis2009-09-011-1/+4
* Enable SSL gravatars when Redmine is using https. (#2718)Eric Davis2009-08-021-0/+1
* Fixed: custom fields are not displayed in the same order on issue form and view.Jean-Philippe Lang2009-07-291-0/+19
* Fixes artefacts in truncated search results (#3622).Jean-Philippe Lang2009-07-181-1/+2
* Do not require a non-word character after a comma in Redmine links (#3561).Jean-Philippe Lang2009-07-041-1/+1
* Adds issue last update timestamp (#3565).Jean-Philippe Lang2009-07-041-5/+10