summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move method to helper.Eric Davis2010-04-271-0/+34
* Let custom field formats control how they are edited.Eric Davis2010-04-161-3/+5
* Refactor: Move methodEric Davis2010-04-161-9/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-1/+1
* Linkify folder names on revision view (#5164).Jean-Philippe Lang2010-04-111-14/+20
* Slight optimization in issue tree rendering.Jean-Philippe Lang2010-03-281-1/+1
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-273-7/+26
* Adds parent issue id to the issues CSV export.Jean-Philippe Lang2010-03-271-0/+2
* Adds text formatting to documents index (#202).Jean-Philippe Lang2010-03-181-0/+10
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-0/+6
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Inlines some code to speed up large ticket history rendering.Jean-Philippe Lang2010-03-161-3/+3
* Fixed: Wrong label in issue-journal for subtask-changes (#5090).Jean-Philippe Lang2010-03-161-0/+5
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+4
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-5/+30
* Extract parsing of inline attachments, wiki links and redmine links.Jean-Philippe Lang2010-03-151-60/+60
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-4/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-5/+4
* Move issue watchers to the sidebar.Jean-Philippe Lang2010-03-131-5/+7
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-131-3/+3
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+28
* Refactor: Remove duplicated case statements.Eric Davis2010-03-081-22/+6
* Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.Eric Davis2010-03-081-15/+25
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-041-0/+11
* Allow multiple selected projects in #project_tree_options_for_selectEric Davis2010-03-031-1/+6
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-3/+3
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...Jean-Philippe Lang2010-02-181-6/+6
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-1/+1
* Adds projects links (#4812).Jean-Philippe Lang2010-02-131-1/+11
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-062-4/+6
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-061-2/+3
* Fixed some labels to be more accessible.Eric Davis2010-01-211-1/+1
* Fixed: error when exporting an issue with target version to PDF (#4556).Jean-Philippe Lang2010-01-131-2/+2
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-071-1/+0
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-031-0/+20
* Moves attachments parsing after textile parsing so that:Jean-Philippe Lang2009-12-271-7/+10
* 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