summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* prevent "can't modify frozen String" exception when mail sending error (#17235)Toshi MARUYAMA2014-07-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r13183 (#17151)Toshi MARUYAMA2014-06-251-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-06-251-1/+3
| | | | | | Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix variable name confusion at AttachmentsController#thumbnailToshi MARUYAMA2014-06-081-3/+3
| | | | | | | This is suggested by Rails team. https://github.com/rails/rails/issues/15471#issuecomment-45419147 git-svn-id: http://svn.redmine.org/redmine/trunk@13176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant empty lines from app/models/auth_source_ldap.rbToshi MARUYAMA2014-05-251-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13168 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-242-5/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces (#16795)Toshi MARUYAMA2014-05-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).Jean-Philippe Lang2014-05-241-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve performance of Principal.member_of scopeJean-Baptiste Barth2014-05-191-1/+1
| | | | | | | | | The 'join' turns to be slow for large numbers of members (>20k). Using a sub-query like in Principal.not_member_of is more efficient and performance is the same for smaller values. git-svn-id: http://svn.redmine.org/redmine/trunk@13139 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo of app/models/repository/mercurial.rbToshi MARUYAMA2014-05-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo of app/models/repository/cvs.rbToshi MARUYAMA2014-05-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository identifiers can be reserved words (#16564).Jean-Philippe Lang2014-05-021-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13127 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mailer.token_for generates invalid message_id when using from address with ↵Jean-Philippe Lang2014-05-021-1/+1
| | | | | | full name (#16619). git-svn-id: http://svn.redmine.org/redmine/trunk@13126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-022-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* introduce request_store to ensure that the current user doesn't leak across ↵Toshi MARUYAMA2014-05-011-2/+2
| | | | | | | | request boundaries (#16685) Contributed by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@13110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't submit the form when tabs are inside a form (#16708).Jean-Philippe Lang2014-04-261-2/+2
| | | | | | Patch by Nicolas Rodriguez. git-svn-id: http://svn.redmine.org/redmine/trunk@13108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-261-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default start date on issues created by email if ↵Jean-Philippe Lang2014-04-261-0/+1
| | | | | | default_issue_start_date_to_creation_date is set (#16655). git-svn-id: http://svn.redmine.org/redmine/trunk@13104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix non-ascii attachment file name get corrupted in IE11 (#16711)Toshi MARUYAMA2014-04-171-1/+1
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo at app/controllers/repositories_controller.rbToshi MARUYAMA2014-04-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/models/query.rbToshi MARUYAMA2014-04-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* mark deprecated Enumeration#overridding_change? which was changed in r13056Toshi MARUYAMA2014-04-081-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from Issue#count_and_group_by SQLToshi MARUYAMA2014-04-081-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from Issue#by_subproject SQLToshi MARUYAMA2014-04-081-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from app/models/issue.rbToshi MARUYAMA2014-04-081-9/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up Issue#update_versions_from_hierarchy_changeToshi MARUYAMA2014-04-081-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Query modelToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-071-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Member modelToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Issue modelToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Enumeration modelToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at ApplicationHelperToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Version modelToshi MARUYAMA2014-04-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at WikiContent modelToshi MARUYAMA2014-04-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-061-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo of Enumeration#overridding_change?Toshi MARUYAMA2014-04-062-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Link custom fields are not displayed as links on the issue list ↵Jean-Philippe Lang2014-04-063-24/+38
| | | | | | (#16496). git-svn-id: http://svn.redmine.org/redmine/trunk@13054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing closing tag (#3177).Jean-Philippe Lang2014-04-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13044 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "Check for updates" for installed plugins (#3177).Jean-Philippe Lang2014-04-052-1/+53
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Potentiel data leak in "Invalid form authenticity token" error screen (#16511).Jean-Philippe Lang2014-04-051-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove users from cc if they are already notified (#16415).Jean-Philippe Lang2014-03-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13029 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_roleToshi MARUYAMA2014-03-261-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix race condition of highest rgt at ↵Toshi MARUYAMA2014-03-261-2/+1
| | | | | | Issue#update_nested_set_attributes_on_parent_change (#6579) git-svn-id: http://svn.redmine.org/redmine/trunk@13011 e93f8b46-1217-0410-a6f0-8f06a7374b81