summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed relative "source" links in email notifications (#3483).Jean-Philippe Lang2014-07-051-1/+1
| | | | | | Patch by William Baum. git-svn-id: http://svn.redmine.org/redmine/trunk@13219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to render boolean custom fields as a single check box or radio ↵Jean-Philippe Lang2014-07-051-2/+6
| | | | | | buttons (#17003). git-svn-id: http://svn.redmine.org/redmine/trunk@13216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-261-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at ApplicationHelperToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Link custom fields are not displayed as links on the issue list ↵Jean-Philippe Lang2014-04-062-20/+19
| | | | | | (#16496). git-svn-id: http://svn.redmine.org/redmine/trunk@13054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "Check for updates" for installed plugins (#3177).Jean-Philippe Lang2014-04-051-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use named routes.Jean-Philippe Lang2014-03-211-5/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable children when checking parent notifiable.Jean-Philippe Lang2014-03-211-6/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-211-0/+9
| | | | | | Patch by Michael Esemplare. git-svn-id: http://svn.redmine.org/redmine/trunk@12986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed hard-coded strings (#16164).Jean-Philippe Lang2014-02-251-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-4/+54
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12924 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-151-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes #watcher_link return an empty string when given nil.Jean-Philippe Lang2014-02-091-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show tabs for existing custom field types only and adds a view for choosing ↵Jean-Philippe Lang2014-02-072-4/+13
| | | | | | the type when adding a new custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@12849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-1/+1
| | | | | | at ApplicationHelper#format_activity_description git-svn-id: http://svn.redmine.org/redmine/trunk@12835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-1/+1
| | | | | | at ApplicationHelper#link_to_message git-svn-id: http://svn.redmine.org/redmine/trunk@12834 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-1/+1
| | | | | | at ApplicationHelper#parse_redmine_links git-svn-id: http://svn.redmine.org/redmine/trunk@12833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-3/+3
| | | | | | at ApplicationHelper#link_to_issue git-svn-id: http://svn.redmine.org/redmine/trunk@12831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing ↵Toshi MARUYAMA2014-02-061-3/+11
| | | | | | truncate_single_line git-svn-id: http://svn.redmine.org/redmine/trunk@12830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelper#parse_redmine_linksToshi MARUYAMA2014-02-051-7/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelper#link_to_issueToshi MARUYAMA2014-02-051-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-2940-40/+40
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-241-1/+1
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds #favicon_path and #favicon_url helpers.Jean-Philippe Lang2014-01-121-2/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-1/+2
| | | | | | Patch by Felix Schäfer modified by Jean-Philippe Lang. git-svn-id: http://svn.redmine.org/redmine/trunk@12646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#count with finder options at ↵Toshi MARUYAMA2014-01-101-1/+1
| | | | | | UsersHelper#users_status_options_for_select git-svn-id: http://svn.redmine.org/redmine/trunk@12612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from RepositoriesHelper#render_changeset_changesToshi MARUYAMA2014-01-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: deprecated find_by methods with options at ApplicationHelperToshi MARUYAMA2014-01-071-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that magic links to existing attachments are not converted when ↵Jean-Philippe Lang2014-01-031-1/+2
| | | | | | previewing issue notes. git-svn-id: http://svn.redmine.org/redmine/trunk@12476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* back out r12441Toshi MARUYAMA2013-12-221-2/+2
| | | | | | It is not compatible with Ruby 1.8.7. git-svn-id: http://svn.redmine.org/redmine/trunk@12443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at ↵Toshi MARUYAMA2013-12-221-2/+2
| | | | | | ApplicationHelper git-svn-id: http://svn.redmine.org/redmine/trunk@12441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that links for relations in notifications do not include hostname ↵Jean-Philippe Lang2013-12-152-3/+4
| | | | | | (#15677). git-svn-id: http://svn.redmine.org/redmine/trunk@12415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-144-93/+66
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that CSS class for done ratio is not properly generated (#15523).Jean-Philippe Lang2013-11-291-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@12349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract generic formatting options to an helper.Jean-Philippe Lang2013-11-232-37/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that the sidebar may be displayed empty (#15414).Jean-Philippe Lang2013-11-201-8/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12310 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-1/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Avoid lots of CustomField.find_by_id calls when displaying an issue history ↵Jean-Philippe Lang2013-10-131-8/+8
| | | | | | with custom fields (#15072). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-3/+15
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-291-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a project specific css class to body (#14767).Jean-Philippe Lang2013-09-291-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that standard fields disabled still appear in email notifications ↵Jean-Philippe Lang2013-08-051-0/+22
| | | | | | (#14584). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-041-1/+22
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from ApplicationHelperToshi MARUYAMA2013-08-031-6/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tab to space at ApplicationHelperToshi MARUYAMA2013-08-031-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12074 e93f8b46-1217-0410-a6f0-8f06a7374b81