summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-072-4/+13
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-3/+3
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc...Toshi MARUYAMA2014-02-061-3/+11
* code format clean up ApplicationHelper#parse_redmine_linksToshi MARUYAMA2014-02-051-7/+15
* code format clean up ApplicationHelper#link_to_issueToshi MARUYAMA2014-02-051-1/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-2940-40/+40
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-1/+1
* Adds #favicon_path and #favicon_url helpers.Jean-Philippe Lang2014-01-121-2/+15
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-1/+2
* Rails4: replace deprecated Relation#count with finder options at UsersHelper#...Toshi MARUYAMA2014-01-101-1/+1
* remove unneeded Relation#all from RepositoriesHelper#render_changeset_changesToshi MARUYAMA2014-01-101-1/+1
* Rails4: deprecated find_by methods with options at ApplicationHelperToshi MARUYAMA2014-01-071-2/+3
* Fixed that magic links to existing attachments are not converted when preview...Jean-Philippe Lang2014-01-031-1/+2
* back out r12441Toshi MARUYAMA2013-12-221-2/+2
* Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at App...Toshi MARUYAMA2013-12-221-2/+2
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-1/+2
* Fixed that links for relations in notifications do not include hostname (#156...Jean-Philippe Lang2013-12-152-3/+4
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-144-93/+66
* Fixed that CSS class for done ratio is not properly generated (#15523).Jean-Philippe Lang2013-11-291-1/+1
* Extract generic formatting options to an helper.Jean-Philippe Lang2013-11-232-37/+39
* Fixed that the sidebar may be displayed empty (#15414).Jean-Philippe Lang2013-11-201-8/+3
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-1/+2
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-261-1/+1
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-1/+1
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-8/+8
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-3/+15
* 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