summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from app/models/member_role.rb.Toshi MARUYAMA2011-08-211-11/+11
* remove trailing white-spaces from app/models/enumeration.rb.Toshi MARUYAMA2011-08-211-16/+16
* replace tabs to spaces at app/views/trackers/index.html.erb.Toshi MARUYAMA2011-08-211-3/+3
* replace <br> to <br /> at app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-08-211-2/+2
* Rails3: use String#html_safe for render_custom_fields_rows() at IssuesHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_descendants_tree() at IssuesHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_issue_subject_with_tree() at IssuesHe...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_issue_tooltip() at IssuesHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for javascript_heads() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_project_hierarchy() at ProjectsHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for parent_project_select_tag() at ProjectsHelper.Toshi MARUYAMA2011-08-201-1/+1
* replace &#171; and &#187; at app/views/gantts/show.html.erb to hexadecimal UT...Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for progress_bar() at ApplicationHelper.Toshi MARUYAMA2011-08-201-5/+5
* Rails3: use String#html_safe for check_all_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe at GanttHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for parse_redmine_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for parse_wiki_links() at ApplicationHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for parse_inline_attachments() at ApplicationHel...Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for parse_non_pre_blocks() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for authoring() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_hours for principals_check_box_tags() at ApplicationH...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for principals_check_box_tags() at ApplicationHe...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for project_nested_ul() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for project_tree_options_for_select() at Applica...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_project_jump_box() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_flash_messages() at ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for custom_field_label_tag() at CustomFieldsHelper.Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from GanttHelper.Toshi MARUYAMA2011-08-201-3/+3
* remove trailing white-spaces from ApplicationHelper.Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe for favicon in ApplicationHelper.Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from app/models/query.rb.Toshi MARUYAMA2011-08-201-17/+17
* Replace hardcoded string "diff" in Wiki#show (#9043).Toshi MARUYAMA2011-08-121-1/+1
* Replace hardcoded string "diff" in Repositories_Helper (#9043).Toshi MARUYAMA2011-08-121-1/+1
* remove trailing white-spaces from app/views/wiki/show.rhtml.Toshi MARUYAMA2011-08-111-1/+1
* replace &#171; and &#187; at app/views/wiki/show.rhtml to hexadecimal UTF-8 s...Toshi MARUYAMA2011-08-061-2/+2
* replace &#171; and &#187; at app/views/search/index.rhtml to hexadecimal UTF-...Toshi MARUYAMA2011-08-061-4/+6
* replace &#171; and &#187; at app/helpers/application_helper.rb to hexadecimal...Toshi MARUYAMA2011-08-061-2/+8
* Replaced french word "anonyme" at app/views/wiki/show.rhtml with label_user_a...Toshi MARUYAMA2011-08-061-4/+11
* Replaced french word "anonyme" at app/views/wiki/diff.rhtml with label_user_a...Toshi MARUYAMA2011-08-061-4/+12
* Replaced french word "anonyme" at app/views/wiki/annotate.rhtml with label_us...Toshi MARUYAMA2011-08-061-4/+11
* fix calendar links for previous/next month (#8989).Toshi MARUYAMA2011-08-051-2/+4
* remove duplicate h() from app/views/wiki/diff.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove duplicate h() from app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/diff.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/versions/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/annotate.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/wikis/destroy.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/wiki/show.rhtml.Toshi MARUYAMA2011-08-021-2/+2