summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: Error deleting issue with grandchild (#8880).Jean-Philippe Lang2011-07-242-8/+22
* Author should be displayed as assignable on a single issue right click menu (...Jean-Philippe Lang2011-07-231-2/+5
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-232-2/+14
* Assignee is removed on issue update if assignee account is locked (#8884).Jean-Philippe Lang2011-07-232-0/+10
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-237-5/+42
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-2361-41/+249
* Set menu item for IssueMovesController.Jean-Philippe Lang2011-07-231-0/+19
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-213-3/+15
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-213-2/+13
* Fixes assertions (#8836).Jean-Philippe Lang2011-07-201-2/+2
* Refactor: extract specific filter statements to methods.Jean-Philippe Lang2011-07-201-58/+63
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-202-12/+14
* Refactor builtin roles creation.Jean-Philippe Lang2011-07-201-17/+14
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-202-2/+19
* Removed calls to deprecated Object#type.Jean-Philippe Lang2011-07-192-2/+2
* Removed a few assertions.Jean-Philippe Lang2011-07-181-24/+0
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-188-11/+144
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...Toshi MARUYAMA2011-07-151-1/+1
* scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5