summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* fix csv decimal separator of time entry csv (#8368)Toshi MARUYAMA2011-11-271-5/+6
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-271-1/+2
* backout r6356: HTML escape of app/helpers/timelog_helper.rbToshi MARUYAMA2011-11-271-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
* remove unused Iconv from issues helper "issues_to_csv" method (#4742)Toshi MARUYAMA2011-11-201-1/+0
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-51/+28
* scm: attachment: remove "to_utf8" methods from helpers (#2371)Toshi MARUYAMA2011-11-202-8/+0
* attachment: use repositories setting to convert contents character encoding (...Toshi MARUYAMA2011-11-201-13/+1
* 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
* move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...Toshi MARUYAMA2011-11-171-28/+1
* fix malformed issues csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-3/+6
* fix malformed time entry report csv encoding in case of unable to convert (#8...Toshi MARUYAMA2011-11-161-7/+6
* fix malformed time log csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-3/+6
* Ruby 1.9: add "encoding: utf-8" header at application_helper.rbToshi MARUYAMA2011-11-131-0/+2
* scm: git: mercurial: add a new feature of revision graph (#5501)Toshi MARUYAMA2011-11-031-0/+56
* Don't escape already parsed wiki link title (#9471).Etienne Massip2011-10-291-1/+1
* [#9489] added invisible project scope labelToshi MARUYAMA2011-10-291-0/+1
* Reverted removal of project assignment to query (#9108).Etienne Massip2011-10-261-2/+3
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-20/+21
* 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 » of page_header_title at ApplicationHelper to h...Toshi MARUYAMA2011-10-061-1/+1
* Rails3: helper: replace … of page_header_title at ApplicationHelper to ...Toshi MARUYAMA2011-10-061-1/+1
* Make sure that anchor names generated for headings fully match wiki links (#7...Etienne Massip2011-10-021-1/+6
* Prepend page title to anchor in single page wiki HTML export to make links mo...Etienne Massip2011-10-021-1/+3
* Fix generation of blank local link when no title is specified in wiki link.Etienne Massip2011-10-021-1/+1
* Use local links in wiki pages when possible (#3276).Etienne Massip2011-10-021-1/+5
* Rails3: helper: use html_safe for Subversion settingToshi MARUYAMA2011-09-301-1/+2
* Rails3: helper: use html_safe for filesysytem scm settingToshi MARUYAMA2011-09-301-1/+1
* Rails3: helper: use html_safe for cvs settingToshi MARUYAMA2011-09-301-1/+1
* Rails3: helper: use html_safe for git settingToshi MARUYAMA2011-09-301-2/+2
* Rails3: helper: use html_safe for Mercurial settingToshi MARUYAMA2011-09-301-2/+2
* Rails3: helper: use html_safe at render_properties(properties) of Repositorie...Toshi MARUYAMA2011-09-301-2/+2
* Rails3: helper: use html_safe at render_changes_tree(tree) of RepositoriesHelperToshi MARUYAMA2011-09-301-4/+4
* Rails3: helper: use html_safe in SettingsHelperToshi MARUYAMA2011-09-291-16/+16
* HTML escape at context_menu_link() of app/helpers/application_helper.rb (#9252)Toshi MARUYAMA2011-09-161-1/+1
* HTML escape at parse_redmine_links() of app/helpers/application_helper.rb (#9...Toshi MARUYAMA2011-09-161-2/+2