summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-291-1/+1
* Adds a project specific css class to body (#14767).Jean-Philippe Lang2013-09-291-0/+1
* Fixed that standard fields disabled still appear in email notifications (#145...Jean-Philippe Lang2013-08-051-0/+22
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-041-1/+22
* remove trailing white-spaces from ApplicationHelperToshi MARUYAMA2013-08-031-6/+6
* replace tab to space at ApplicationHelperToshi MARUYAMA2013-08-031-1/+1
* Fixed that open/closed counts on issues summary are not displayed with SQLSer...Jean-Philippe Lang2013-07-281-1/+1
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-281-1/+20
* Test failures with ruby1.8.Jean-Philippe Lang2013-07-131-0/+1
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-132-6/+16
* Issue-notes Redmine links: append actual note reference to rendered links (#1...Jean-Philippe Lang2013-07-111-1/+1
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-2/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-122-6/+3
* Adds Watcher.any_watched? to check if at least one object of a collection is ...Jean-Philippe Lang2013-06-111-1/+1
* Prepends issue numbers with a number sign (#1005).Jean-Philippe Lang2013-06-061-2/+2
* Fixed that journal details about issue relations may disclose issues that are...Jean-Philippe Lang2013-06-061-2/+2
* remove "del" tag from deleted issue relation (#1005)Toshi MARUYAMA2013-05-191-1/+3
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-1/+12
* set default issue start/due datepicker from due/start date (#14024)Toshi MARUYAMA2013-05-191-3/+5
* Document project links in ApplicationHelper#parse_redmine_links (#6689).Jean-Baptiste Barth2013-05-081-0/+3
* Fixed test broken by r11787 (#13943).Jean-Philippe Lang2013-05-041-1/+1
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-043-9/+14
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-0/+14
* Pevents duplicate accesskeys (#12684).Jean-Philippe Lang2013-05-011-1/+5
* Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...Jean-Philippe Lang2013-04-031-0/+24
* Fixed commit link title escaping (fixes #13405).Etienne Massip2013-03-211-1/+1
* JQuery Datepicker popup is missing multiple month/year modifiers (#13260).Jean-Philippe Lang2013-03-191-1/+1
* PDF: fix incompatible character encodings: UTF-8 and ASCII-8BIT (#13354)Toshi MARUYAMA2013-03-161-1/+4
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-2/+2
* Performance: avoid one "SELECT 1 ..." query per project on user memberships f...Jean-Philippe Lang2013-03-011-1/+1
* Regexp not working as expected with ruby 2.0.Jean-Philippe Lang2013-03-011-1/+1
* Code cleanup.Jean-Philippe Lang2013-02-241-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+3
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-6/+9
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-0/+5
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+8
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-233-35/+20
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-3/+5
* Removed hard-coded style in watchers list.Jean-Philippe Lang2013-02-201-1/+1
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-3/+3
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-34/+6
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-192-21/+26
* replace tabs to spaces at app/helpers/application_helper.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tab from app/helpers/custom_fields_helper.rbToshi MARUYAMA2013-02-171-1/+1
* replace tabs to spaces at app/helpers/timelog_helper.rbToshi MARUYAMA2013-02-161-3/+3
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+1
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-22/+1
* Format all floats with 2 decimals in the issue list (#13126).Jean-Philippe Lang2013-02-111-6/+4
* Don't generate duplicate ids.Jean-Philippe Lang2013-02-101-1/+1