summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added 2 tests about passing custom field filter to /issues.xmlEtienne Massip2011-10-051-3/+34
* Restrict anonymous read access with Redmine.pmToshi MARUYAMA2011-10-041-1/+24
* Rails3: rename app/views/journals/index.rxml to app/views/journals/index.buil...Toshi MARUYAMA2011-10-041-0/+0
* remove hard-coded '.rxml' from 'test_show_atom' at functional issues controll...Toshi MARUYAMA2011-10-041-1/+1
* Rails3: rename app/views/common/feed.atom.rxml to app/views/common/feed.atom....Toshi MARUYAMA2011-10-041-0/+0
* remove hard-coded '.rxml' from 'test_index_atom' at functional projects contr...Toshi MARUYAMA2011-10-041-1/+1
* remove hard-coded '.rxml' from ApplicationController 'render_feed' (#6317)Toshi MARUYAMA2011-10-041-1/+2
* fix typo of fix_issue() at Changeset modelToshi MARUYAMA2011-10-041-1/+1
* Escape image urls in wiki formatted HTML text (#9245).Etienne Massip2011-10-031-1/+1
* Qualify searchable @text@ column to prevent exception thrown when :content as...Etienne Massip2011-10-031-1/+1
* Rails3: mail: rename app/views/mailer/_issue_text_html.rhtml to app/views/mai...Toshi MARUYAMA2011-10-033-2/+2
* Rails3: mail: rename app/views/mailer/_issue_text_plain.rhtml to app/views/ma...Toshi MARUYAMA2011-10-033-2/+2
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-0216-16/+16
* Make sure that anchor names generated for headings fully match wiki links (#7...Etienne Massip2011-10-022-1/+16
* Prepend page title to anchor in single page wiki HTML export to make links mo...Etienne Massip2011-10-022-1/+32
* Fix generation of blank local link when no title is specified in wiki link.Etienne Massip2011-10-022-1/+21
* Use local links in wiki pages when possible (#3276).Etienne Massip2011-10-022-1/+32
* Rails3: lib: helper: use html_safe for GanttToshi MARUYAMA2011-10-011-21/+21
* Rails3: view: use html_safe for GanttToshi MARUYAMA2011-10-011-2/+2
* Rails3: model: replace deprecated 'validate_on_create' method at Message modelToshi MARUYAMA2011-10-011-1/+2
* add unit message test of cannot reply to a locked topicToshi MARUYAMA2011-10-011-0/+18
* code layout clean up of test/unit/message_test.rbToshi MARUYAMA2011-10-011-2/+6
* 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: view: use html_safe for :text_project_identifier_info at projects/_fo...Toshi MARUYAMA2011-09-301-1/+1
* 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
* Rails3: test: template must be specified as controller/action not with their ...Toshi MARUYAMA2011-09-281-5/+5
* Backed out r7541 which broke the build.Etienne Massip2011-09-271-2/+1
* Fix deprecated inclusion of RDoc rake tasks (#8611).Etienne Massip2011-09-271-1/+2
* Use prefered syntax for redmine:email:test definition (#8611).Etienne Massip2011-09-261-1/+1
* Allow project column to be removed from the global issue list columns (#8411).Etienne Massip2011-09-262-9/+33
* Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*...Toshi MARUYAMA2011-09-2617-1/+1
* Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/...Toshi MARUYAMA2011-09-2617-2/+2
* Rails3: mail: rename app/views/layouts/mailer.text.html.erb to app/views/layo...Toshi MARUYAMA2011-09-261-0/+0
* Rails3: mail: rename app/views/layouts/mailer.text.plain.erb to app/views/lay...Toshi MARUYAMA2011-09-262-2/+2
* code layout clean up of test_preview_issue_notes at test/functional/previews_...Toshi MARUYAMA2011-09-251-1/+3
* code layout clean up of 'should "allow adding a note when copying"' at test/f...Toshi MARUYAMA2011-09-251-1/+4
* code layout clean up of 'should "allow changing the issue's attributes"' at t...Toshi MARUYAMA2011-09-251-2/+6
* code layout clean up of 'should "allow not changing the issue's attributes"' ...Toshi MARUYAMA2011-09-251-1/+4