summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796)Toshi MARUYAMA2011-10-071-2/+5
* Rails3: model: replace deprecated errors.add_to_base at validate_issue of IssueToshi MARUYAMA2011-10-061-1/+1
* Rails3: model: replace deprecated errors.add_to_base at save_issue_with_child...Toshi MARUYAMA2011-10-061-1/+1
* Rails3: view: use html_safe for subprojects at projects/show.html.erbToshi MARUYAMA2011-10-061-1/+1
* 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
* Rails3: rename app/views/journals/index.rxml to app/views/journals/index.buil...Toshi MARUYAMA2011-10-041-0/+0
* 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 ApplicationController 'render_feed' (#6317)Toshi MARUYAMA2011-10-041-1/+2
* fix typo of fix_issue() at Changeset modelToshi MARUYAMA2011-10-041-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-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: 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
* 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
* Allow project column to be removed from the global issue list columns (#8411).Etienne Massip2011-09-261-9/+12
* 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
* replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mail...Toshi MARUYAMA2011-09-241-1/+1
* code layout clean up of reminder() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of render_multipart() at app/models/mailer.rbToshi MARUYAMA2011-09-231-3/+8
* code layout clean up of account_activation_request() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of wiki_content_updated() at app/models/mailer.rbToshi MARUYAMA2011-09-231-2/+6
* code layout clean up of wiki_content_added() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* Rails3: model: replace deprecated 'after_destroy' method at Message modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'after_update' method at Message modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'before_validation' method at TimeEntry modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'validate' method at TimeEntry modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'before_save' method at WikiPage modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'before_destroy' method at WikiPage modelToshi MARUYAMA2011-09-221-1/+2