summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-103-1/+34
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-1/+20
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-7/+0
* Add css classes to journals display to facilitate themingJean-Baptiste Barth2010-09-031-0/+7
* Refactor: extract common code to link_to_month.Eric Davis2010-08-261-8/+9
* Add the project_id to the Calendar link to month.Eric Davis2010-08-261-5/+7
* Refactor: extract target link generation.Eric Davis2010-08-261-6/+10
* Refactor: extract ternary operators to temps.Eric Davis2010-08-261-6/+30
* Refactor: extract link to previous and next month into helpers.Eric Davis2010-08-261-0/+14
* Add RTL support to the context menu. #6012Eric Davis2010-08-221-0/+5
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-0/+2
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-083-8/+23
* Added css classes to the HTML body based on the theme, controller, and action...Eric Davis2010-08-041-0/+13
* Use image_path for the favicon instead to pick up asset hosts. #3301Eric Davis2010-07-301-1/+1
* Add a favicon link with support for suburi. #3301Eric Davis2010-07-291-0/+4
* Set @project so macros will work on the welcome and project list. #5781Eric Davis2010-06-301-0/+4
* Make the Gantt zoom images more accessibleEric Davis2010-05-261-4/+8
* Refactor: extract gantt zoom links to a helper.Eric Davis2010-05-261-0/+22
* Fixes time report with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* 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