summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HTML escape at app/views/attachments/diff.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/common/_diff.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/helpers/search_helper.rb.Toshi MARUYAMA2011-08-021-6/+7
* HTML escape at app/views/attachments/_links.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/activities/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/helpers/timelog_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/helpers/repositories_helper.rb.Toshi MARUYAMA2011-08-021-4/+4
* HTML escape at app/helpers/reports_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/helpers/queries_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/helpers/app/helpers/issues_helper.rb.Toshi MARUYAMA2011-08-021-4/+4
* HTML escape at app/helpers/calendars_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/helpers/application_helper.rb.Toshi MARUYAMA2011-08-021-6/+6
* HTML escape at app/views/repositories/_dir_list_content.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/search/index.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* remove trailing white-spaces from app/views/search/index.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/roles/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/helpers/sort_helper.rb.Toshi MARUYAMA2011-08-021-25/+25
* remove trailing white-spaces from app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-08-021-5/+5
* remove trailing white-spaces from app/views/reports/_simple.rhtml.Toshi MARUYAMA2011-08-021-10/+10
* remove trailing white-spaces from app/views/reports/_details.rhtml.Toshi MARUYAMA2011-08-021-14/+14
* remove trailing white-spaces from app/views/projects/show.rhtml.Toshi MARUYAMA2011-08-021-8/+8
* remove trailing white-spaces from app/views/issues/_relations.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* remove trailing white-spaces from app/views/issue_statuses/index.html.erb.Toshi MARUYAMA2011-08-021-2/+2
* remove trailing white-spaces from app/views/versions/_issue_counts.rhtml.Toshi MARUYAMA2011-08-021-3/+3
* remove trailing white-spaces from app/views/versions/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/wiki/history.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* wrap @diff.content_to.author.name with link_to_user() at app/views/wiki/diff....Toshi MARUYAMA2011-08-021-1/+1
* Slight change to the style of formatting buttons.Jean-Philippe Lang2011-08-011-4/+5
* Removed hard-coded styles in filters.Jean-Philippe Lang2011-07-312-5/+9
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-313-3/+28
* Fixes wrong string.Jean-Philippe Lang2011-07-301-1/+1
* HTML escape.Jean-Philippe Lang2011-07-301-1/+1
* HTML escape.Jean-Philippe Lang2011-07-301-2/+2
* Adds an id attribute to the private label on the issue form (#8894).Jean-Philippe Lang2011-07-301-1/+1
* Additional escaping.Jean-Philippe Lang2011-07-3013-19/+19
* html_escape issue fieldsToshi MARUYAMA2011-07-292-4/+4
* Fixes mail handler for when there's no attachments (#8651).Jean-Philippe Lang2011-07-291-1/+1
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-293-1/+251
* Use #blank? instead.Jean-Philippe Lang2011-07-291-1/+1
* Test that forms are well-formed for issue attachment upload.Jean-Philippe Lang2011-07-291-0/+24
* Additional functional tests for issue attachment upload.Jean-Philippe Lang2011-07-291-4/+41
* Fixed: file uploads broken by r6312 (#8912).Jean-Philippe Lang2011-07-292-2/+24
* Traditional Chinese translation updated by ChunChang Lo (#8944, #8941).Toshi MARUYAMA2011-07-291-1/+0
* Traditional Chinese translation updated by ChunChang Lo (#8941).Toshi MARUYAMA2011-07-291-0/+1
* Bulgarian translation updated by Ivan Cenov (#8920).Toshi MARUYAMA2011-07-281-1/+2
* Remove autologin cookie on unverified request.Jean-Philippe Lang2011-07-251-1/+4
* Sets forgery protection filter first.Jean-Philippe Lang2011-07-251-1/+2
* Fixed: pagination do not show total visible issue count (#8633).Jean-Philippe Lang2011-07-242-2/+16
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-244-3/+40
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-244-9/+36