summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speeds up WikiHelper#wiki_page_options_for_select.Jean-Philippe Lang2011-03-101-7/+10
* Code cleanup.Jean-Philippe Lang2011-03-101-6/+0
* scm: git: add path encoding select box at setting (#5251).Toshi MARUYAMA2011-03-081-2/+6
* scm: mercurial: add path encoding select box at setting (#2664).Toshi MARUYAMA2011-03-041-2/+6
* scm: code clean up repositories_helper.rb.Toshi MARUYAMA2011-03-031-11/+12
* scm: filesystem: add note "Default: UTF-8" in path encoding setting (#2274).Toshi MARUYAMA2011-03-021-2/+4
* scm: code clean up repositories_helper.rb.Toshi MARUYAMA2011-03-021-5/+17
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-3/+9
* scm: add notes "local repository" in Git and Mercurial setting.Toshi MARUYAMA2011-03-011-2/+4
* scm: return if str.blank? in to_utf8(str).Toshi MARUYAMA2011-02-281-0/+1
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-3/+12
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-39/+2
* scm: filesystem: fix mistake of respository select box on r4943 (#2274).Toshi MARUYAMA2011-02-241-1/+1
* scm: filesystem: add path encoding select item (#2274).Toshi MARUYAMA2011-02-241-0/+2
* scm: code clean up repositories_helper.rb.Toshi MARUYAMA2011-02-241-11/+24
* scm: Ruby 1.9 compatibility for diff, cat and blame (#2664).Toshi MARUYAMA2011-02-221-2/+4
* scm: Ruby 1.9 compatibility for browsing repository tree (#2664, #2274).Toshi MARUYAMA2011-02-221-3/+10
* scm: prevent diff shows trace if UTF-8 is invalid in Ruby 1.9.Toshi MARUYAMA2011-02-211-0/+4
* Preserve Issues/Gantt/Calendar tab when displaying a saved query (#7605).Jean-Philippe Lang2011-02-211-1/+4
* Splits private/public issue queries in the sidebar (#1067).Jean-Philippe Lang2011-02-211-1/+17
* Warning on leaving a page with unsaved content in textarea (#2910).Jean-Philippe Lang2011-02-211-0/+9
* scm: git: change select label to 'Path to repository'.Toshi MARUYAMA2011-02-191-1/+3
* Moves link_to_message to ApplicationHelper to make it available to redmine li...Jean-Philippe Lang2011-01-232-17/+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-022-6/+12
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-012-2/+14
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-1/+7
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-8/+20
* Code cleanup.Jean-Philippe Lang2010-12-121-0/+4
* 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
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+11
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+14
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+1
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-4/+3
* 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
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-1/+1
* Provides a default string for untranslated search types.Jean-Philippe Lang2010-11-011-1/+1
* 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
* Makes zoom buttons on gantt looks like the others.Jean-Philippe Lang2010-10-231-10/+8
* Refactor: move method to model with compatibility wrapperEric Davis2010-10-221-8/+3
* Moves a method to the appropriate helper.Jean-Philippe Lang2010-10-222-26/+27