summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails3: replace » of breadcrumb() at ApplicationHelper to hexadecimal UT...Toshi MARUYAMA2011-08-211-1/+1
* Rails3: use String#html_safe for javascript_heads() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for progress_bar() at ApplicationHelper.Toshi MARUYAMA2011-08-201-5/+5
* Rails3: use String#html_safe for check_all_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for parse_redmine_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for parse_wiki_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for parse_inline_attachments() at ApplicationHel...Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for parse_non_pre_blocks() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for authoring() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for principals_check_box_tags() at ApplicationH...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for principals_check_box_tags() at ApplicationHe...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for project_nested_ul() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for project_tree_options_for_select() at Applica...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_project_jump_box() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_flash_messages() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from ApplicationHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for favicon in ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* replace « and » at app/helpers/application_helper.rb to hexadecimal...Toshi MARUYAMA2011-08-061-2/+8
* HTML escape at app/helpers/application_helper.rb.Toshi MARUYAMA2011-08-021-6/+6
* html_escape issue fieldsToshi MARUYAMA2011-07-291-1/+1
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-231-0/+14
* Do not show 'Send information' checkbox if email delivery is not configured.Jean-Philippe Lang2011-07-031-0/+4
* remove trailing white-spaces from application helper source.Toshi MARUYAMA2011-05-181-44/+44
* Skip memberships query for anonymous user.Jean-Philippe Lang2011-04-141-0/+1
* Skip a count query.Jean-Philippe Lang2011-04-141-1/+1
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-121-0/+4
* Changes pagination links to non-AJAX requests (#5138).Jean-Philippe Lang2011-04-031-4/+1
* Makes all pagination-like links use #link_to_content_update (#5138).Jean-Philippe Lang2011-04-031-10/+6
* Keep filter params in 'Per page' links.Jean-Philippe Lang2011-04-011-5/+2
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-2/+0
* Adds support for saturday as the first week day (#7097).Jean-Philippe Lang2011-03-271-0/+2
* Saves an extra SQL query on each request.Jean-Philippe Lang2011-03-161-2/+1
* Use names instead of ids for wiki anchors (#6905).Jean-Philippe Lang2011-03-141-1/+1
* Adds an option to #render_page_hierarchy to add timestamp titles.Jean-Philippe Lang2011-03-121-3/+3
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-2/+2
* Warning on leaving a page with unsaved content in textarea (#2910).Jean-Philippe Lang2011-02-211-0/+9
* Moves link_to_message to ApplicationHelper to make it available to redmine li...Jean-Philippe Lang2011-01-231-7/+15
* Adds visible scope to redmine links queries.Jean-Philippe Lang2011-01-231-8/+9
* Adds support for cross project Redmine links (#7409).Jean-Philippe Lang2011-01-231-7/+16
* scm: use scmid for "commit:xxx" link if available (#3724).Toshi MARUYAMA2011-01-111-1/+1
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-1/+3
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-8/+20
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-0/+12
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-0/+10
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+1
* Render level 4 headings in TOC (#5494).Jean-Philippe Lang2010-11-071-1/+1
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-5/+17
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-3/+35
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-1/+2