summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-261-0/+1
* fix non-ascii attachment file name get corrupted in IE11 (#16711)Toshi MARUYAMA2014-04-171-1/+1
* fix typo at app/controllers/repositories_controller.rbToshi MARUYAMA2014-04-161-1/+1
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
* replace tabs to spaces at app/models/query.rbToshi MARUYAMA2014-04-151-2/+2
* mark deprecated Enumeration#overridding_change? which was changed in r13056Toshi MARUYAMA2014-04-081-0/+6
* remove trailing white-spaces from Issue#count_and_group_by SQLToshi MARUYAMA2014-04-081-6/+6
* remove trailing white-spaces from Issue#by_subproject SQLToshi MARUYAMA2014-04-081-5/+5
* remove trailing white-spaces from app/models/issue.rbToshi MARUYAMA2014-04-081-9/+9
* code format clean up Issue#update_versions_from_hierarchy_changeToshi MARUYAMA2014-04-081-1/+4
* fix typos of source comments at Query modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-071-3/+3
* fix typos of source comments at Member modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Issue modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Enumeration modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at ApplicationHelperToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Version modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at WikiContent modelToshi MARUYAMA2014-04-061-1/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-061-2/+2
* fix typo of Enumeration#overridding_change?Toshi MARUYAMA2014-04-062-3/+3
* Fixed that Link custom fields are not displayed as links on the issue list (#...Jean-Philippe Lang2014-04-063-24/+38
* Missing closing tag (#3177).Jean-Philippe Lang2014-04-061-1/+1
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-1/+1
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-2/+2
* Adds "Check for updates" for installed plugins (#3177).Jean-Philippe Lang2014-04-052-1/+53
* Potentiel data leak in "Invalid form authenticity token" error screen (#16511).Jean-Philippe Lang2014-04-051-0/+1
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-1/+1
* Remove users from cc if they are already notified (#16415).Jean-Philippe Lang2014-03-291-1/+1
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-1/+1
* remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_roleToshi MARUYAMA2014-03-261-4/+2
* fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...Toshi MARUYAMA2014-03-261-2/+1
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-3/+1
* remove unneeded Relation#all from Issue#workflow_rule_by_attributeToshi MARUYAMA2014-03-241-1/+1
* remove unneeded Relation#all from WorkflowsController#editToshi MARUYAMA2014-03-241-1/+1
* Use named routes.Jean-Philippe Lang2014-03-211-5/+11
* Disable children when checking parent notifiable.Jean-Philippe Lang2014-03-211-6/+18
* Don't abort processing of emails when an email triggers a parsing exception (...Jean-Philippe Lang2014-03-211-0/+8
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+10
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-3/+4
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-212-6/+10
* Fixed: Error generated on 'search for watchers to add' after clicking add wit...Jean-Philippe Lang2014-03-211-0/+3
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-4/+10
* Fixed flawed regexp for removing pre blocks when quoting messages (#16353).Jean-Philippe Lang2014-03-171-1/+1
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-3/+5
* Select proper tracker and status for when hitting F5 with browsers that prese...Jean-Philippe Lang2014-03-151-0/+8
* Fixed flawed regexp for removing pre blocks when quoting notes (#16353).Jean-Philippe Lang2014-03-151-1/+1
* Use #read/#write_attribute instead of #super when overwriting default accesso...Jean-Philippe Lang2014-03-151-2/+3
* Always load formatter scripts for when the description is read-only on page l...Jean-Philippe Lang2014-02-281-0/+2