summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+5
* Rails3: view: html_safe for principals_options_for_select in ApplicationHelperToshi MARUYAMA2012-04-211-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
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-241-1/+1
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-271-1/+1
* 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
* 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
* Fixed: wrong section edit links when a heading contains inline code (#10199).Jean-Philippe Lang2012-02-111-1/+4
* Moved #context_menu_link to a new helper.Jean-Philippe Lang2012-02-091-16/+0
* 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
* Adds a <<me>> option at the top of the assignee drop-down (#1102).Jean-Philippe Lang2012-01-211-0/+3
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-2/+5
* Removes spaces in versions anchors.Jean-Philippe Lang2012-01-081-0/+4
* Missing html_safe.Jean-Philippe Lang2012-01-021-2/+2
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-1/+3
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-091-4/+4
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-091-0/+14
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-091-0/+1
* Rails3: helper: html_safe for render_flash_messages method at ApplicationHelperToshi MARUYAMA2011-12-071-1/+1
* Rails3: helper: html_safe for "format_activity_description" methodToshi MARUYAMA2011-12-031-1/+2
* code layout clean up application helper "link_to_revision" methodToshi MARUYAMA2011-12-031-3/+5
* Rails3: helper: html_safe for robot_exclusion_tagToshi MARUYAMA2011-11-281-1/+1
* View cleanup.Jean-Philippe Lang2011-11-261-0/+7
* Html safe wiki page title.Etienne Massip2011-11-241-1/+1
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-241-4/+4
* Removed useless :lang option.Jean-Philippe Lang2011-11-231-1/+1
* Makes labelled_tabular_form_for accept different signatures.Jean-Philippe Lang2011-11-231-2/+5
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-231-1/+1
* Resourcified trackers.Jean-Philippe Lang2011-11-221-5/+5
* Strings as html safe.Jean-Philippe Lang2011-11-221-2/+2
* code layout clean up link_to_attachment of application helperToshi MARUYAMA2011-11-201-2/+4
* Moved the project name after the item in the html title (#9593).Jean-Philippe Lang2011-11-191-3/+2
* Wiki links for news and forums (#9600).Jean-Philippe Lang2011-11-191-1/+21
* Fixes section edit links when text includes pre/code tag (#2222).Jean-Philippe Lang2011-11-181-4/+4
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-4/+47
* Ruby 1.9: add "encoding: utf-8" header at application_helper.rbToshi MARUYAMA2011-11-131-0/+2
* Don't escape already parsed wiki link title (#9471).Etienne Massip2011-10-291-1/+1
* Rails3: helper: use html_safe at page_header_title of ApplicationHelperToshi MARUYAMA2011-10-061-1/+1
* code layout clean up of app/helpers/application_helper.rbToshi MARUYAMA2011-10-061-4/+12
* Rails3: helper: use html_safe at simple_format_without_paragraph of Applicati...Toshi MARUYAMA2011-10-061-1/+2
* Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelperToshi MARUYAMA2011-10-061-1/+1
* Rails3: helper: replace &#187; of page_header_title at ApplicationHelper to h...Toshi MARUYAMA2011-10-061-1/+1