summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-2/+2
* Refactor: move method to model with compatibility wrapperEric Davis2010-10-221-8/+3
* Removes duplicate helper introduced in r4072.Jean-Philippe Lang2010-10-221-5/+0
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-2/+2
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-2/+2
* Revert part of r4064.Eric Davis2010-10-151-16/+2
* Turn on ssl Gravatars for all SSL requests. #5929Eric Davis2010-09-201-1/+1
* Fix links to activity pages broken with r4047. #6392Jean-Baptiste Barth2010-09-161-1/+1
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+7
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-1/+20
* Add RTL support to the context menu. #6012Eric Davis2010-08-221-0/+5
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-6/+21
* Added css classes to the HTML body based on the theme, controller, and action...Eric Davis2010-08-041-0/+13
* Use image_path for the favicon instead to pick up asset hosts. #3301Eric Davis2010-07-301-1/+1
* Add a favicon link with support for suburi. #3301Eric Davis2010-07-291-0/+4
* Adds text formatting to documents index (#202).Jean-Philippe Lang2010-03-181-0/+10
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-0/+6
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+4
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-5/+30
* Extract parsing of inline attachments, wiki links and redmine links.Jean-Philippe Lang2010-03-151-60/+60
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-141-4/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-5/+4
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-041-0/+11