summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fixed that watchers delete links are escaped on the issue view (#10932).Jean-Philippe Lang2012-05-151-4/+8
* Fixes custom_field_tag helper broken by r9682.Jean-Philippe Lang2012-05-131-1/+1
* Use content_tag helper.Jean-Philippe Lang2012-05-131-3/+3
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-4/+16
* Copyright update.Jean-Philippe Lang2012-05-0536-36/+36
* scm: fix git and mercurial branch list box actionToshi MARUYAMA2012-05-021-1/+2
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-11/+15
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-011-0/+8
* Adds an id to the flash message divs (#9034).Jean-Philippe Lang2012-04-291-1/+1
* Merged #merge! calls.Jean-Philippe Lang2012-04-291-2/+1
* helper: replace remote_form_for to form_for at labelled_remote_form_forToshi MARUYAMA2012-04-291-1/+2
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+4
* Adds support for :plugin option to image_tag helper.Jean-Philippe Lang2012-04-281-0/+12
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-0/+39
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-5/+8
* Rails3: helper: html_safe for watchers_checkboxes in WatchersHelperToshi MARUYAMA2012-04-221-2/+4
* Rails3: view: html_safe for principals_options_for_select in ApplicationHelperToshi MARUYAMA2012-04-211-1/+1
* CSV export breaks custom columns (#10168).Jean-Philippe Lang2012-04-091-1/+1
* Reverted r9368.Jean-Philippe Lang2012-04-081-6/+1
* Adds double quotes around issue change details in plain text notifications (#...Jean-Philippe Lang2012-04-081-1/+6
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-0/+1
* Do not display the magnifier for added files in email notifications (#4774).Jean-Philippe Lang2012-04-061-1/+1
* delete :only_path option from link_to options at application_helper link_to_a...Toshi MARUYAMA2012-04-061-0/+1
* fix attachment link has get parameter :class (#10602)Toshi MARUYAMA2012-04-061-1/+3
* add a view link to note attachment file (#4774)Toshi MARUYAMA2012-04-061-2/+9
* code layout cleanup app/helpers/issues_helper.rbToshi MARUYAMA2012-04-061-1/+2
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+8
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-241-1/+1
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-0/+3
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-272-8/+9
* Use controller_name and action_name instead of params.Jean-Philippe Lang2012-02-261-2/+2
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-0/+14
* Rails3: html_safe for project_tree_options_for_select method in application h...Toshi MARUYAMA2012-02-261-1/+1
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-251-0/+6
* Fixed escaping issues in #textilizable with Rails 3.1.Jean-Philippe Lang2012-02-251-9/+10
* Adds support for "Magic links" to notes (#2715).Jean-Philippe Lang2012-02-151-4/+5
* Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...Jean-Philippe Lang2012-02-141-0/+6
* Integrated revision graph into scmid column.Etienne Massip2012-02-111-17/+16
* Fixed: wrong section edit links when a heading contains inline code (#10199).Jean-Philippe Lang2012-02-111-1/+4
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+7
* Moved #context_menu_link to a new helper.Jean-Philippe Lang2012-02-092-16/+36
* Revision graph code cleanup.Etienne Massip2012-02-041-40/+45
* Fixed rounding issue on spent hours column in CSV export (#10150).Jean-Philippe Lang2012-02-041-1/+1
* Display of multi custom fields.Jean-Philippe Lang2012-01-293-3/+3
* Code cleanup.Jean-Philippe Lang2012-01-291-9/+9
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-293-9/+88
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-3/+2
* Accept project identifier with underscore.Jean-Philippe Lang2012-01-271-1/+1
* Adds support for multiple repositories to redmine links (#779).Jean-Philippe Lang2012-01-221-24/+44