summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Keep issue filter params on sort headers.Jean-Philippe Lang2011-04-031-2/+1
* 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-034-29/+14
* No PUT request to get previous/next month.Jean-Philippe Lang2011-04-011-1/+1
* Shortens filter param names.Jean-Philippe Lang2011-04-011-4/+4
* 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-013-11/+7
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-4/+4
* Save 2 queries when displaying a root issue.Jean-Philippe Lang2011-03-281-2/+3
* Adds support for saturday as the first week day (#7097).Jean-Philippe Lang2011-03-271-0/+2
* Fixed: unknown custom field format causes error when editing/bulk editing (#7...Jean-Philippe Lang2011-03-241-4/+4
* Silently ignore invalid status_by param.Jean-Philippe Lang2011-03-201-2/+1
* Adds an option to view issues count by status on the version page (#7921).Jean-Philippe Lang2011-03-201-3/+3
* Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil.Jean-Philippe Lang2011-03-201-0/+1
* Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8.Jean-Philippe Lang2011-03-201-0/+7
* scm: fix git and mecruial repository note in setting.Toshi MARUYAMA2011-03-191-5/+5
* scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9.Toshi MARUYAMA2011-03-191-1/+11
* scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.Toshi MARUYAMA2011-03-171-7/+6
* 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
* 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