summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Filter parent task issues in auto complete by open/closed status depending ↵Jean-Philippe Lang2017-01-213-1/+31
| | | | | | | | on the subtask status (#24877). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use EXISTS instead of IN subquery (#21608).Jean-Philippe Lang2017-01-211-1/+1
| | | | | | Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@16242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-214-5/+60
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation for trunk updated by Go MAEDA (#24751)Toshi MARUYAMA2017-01-201-6/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation of setting_text_formatting and ↵Toshi MARUYAMA2017-01-201-2/+2
| | | | | | setting_cache_formatted_text changed by Go MAEDA (#24750) git-svn-id: http://svn.redmine.org/redmine/trunk@16239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation updated and changed by ChunChang Lo (#24860)Toshi MARUYAMA2017-01-201-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation for 3.2-stable updated by Go MAEDA (#24751, #24886)Toshi MARUYAMA2017-01-201-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish label_search_open_issues_only: translation changed by Javier ↵Toshi MARUYAMA2017-01-201-1/+1
| | | | | | Menéndez (#24572) git-svn-id: http://svn.redmine.org/redmine/trunk@16233 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset locale to "en" before helpers tests.Jean-Philippe Lang2017-01-1915-29/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset current user before helpers tests.Jean-Philippe Lang2017-01-197-8/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds :field_updated_by and :field_last_updated_by strings to locales (#17720).Jean-Philippe Lang2017-01-1947-0/+94
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-197-8/+136
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Modify circular inclusion test to use page.id instead of page.title (#24869).Jean-Philippe Lang2017-01-191-2/+2
| | | | | | Patch by Michael Esemplare. git-svn-id: http://svn.redmine.org/redmine/trunk@16227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-182-0/+26
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds :warning_fields_cleared_on_bulk_edit string to locales (#22600).Jean-Philippe Lang2017-01-1847-0/+94
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add warning when loosing data from custom fields when bulk editing issues ↵Jean-Philippe Lang2017-01-186-0/+53
| | | | | | (#22600). git-svn-id: http://svn.redmine.org/redmine/trunk@16224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed #joins_for_order_statement (#24865).Jean-Philippe Lang2017-01-181-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16223 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#24865).Jean-Philippe Lang2017-01-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-182-6/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set inverse on custom_values association.Jean-Philippe Lang2017-01-181-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle csv columns selection in query to preload appropriate associations ↵Jean-Philippe Lang2017-01-186-24/+20
| | | | | | (#24865). git-svn-id: http://svn.redmine.org/redmine/trunk@16219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* regenerate translation for label_user_mail_option_only_(assigned|owner) in ↵Toshi MARUYAMA2017-01-1847-94/+94
| | | | | | all languages (#24177) git-svn-id: http://svn.redmine.org/redmine/trunk@16218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-172-1/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves sort joins for issues to IssueQuery.Jean-Philippe Lang2017-01-172-3/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation for trunk updated by ChunChang Lo (#24824)Toshi MARUYAMA2017-01-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16213 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation for 3.2-stable updated by ChunChang Lo (#24824)Toshi MARUYAMA2017-01-171-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-162-2/+2
| | | | | | Patch by Vincent Robert and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add .idea to svn:ignore (#24523)Toshi MARUYAMA2017-01-160-0/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove old and obsolete 'Content-Style-Type' meta tag (#24800).Jean-Philippe Lang2017-01-1598-98/+0
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax internal style sheets into an external one (#24800).Jean-Philippe Lang2017-01-1599-1274/+109
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax_detailed internal style sheets into an external one ↵Jean-Philippe Lang2017-01-1599-2646/+123
| | | | | | | | (#24800). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Source: ignore .idea (#24523).Jean-Philippe Lang2017-01-152-0/+2
| | | | | | Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Spent time clickable in issue lists (#24649).Jean-Philippe Lang2017-01-151-1/+5
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tooltip on trackers summary matrix (#24790).Jean-Philippe Lang2017-01-151-3/+4
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tooltip on Permissions report matrix (#24780).Jean-Philippe Lang2017-01-151-6/+9
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap conditions with a single if new_record?.Jean-Philippe Lang2017-01-151-8/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-154-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show "Jump to project" drop-down (#24833).Jean-Philippe Lang2017-01-152-14/+15
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove instance variable which is unused after r9603 (#24832).Jean-Philippe Lang2017-01-151-1/+0
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cast as decimal(30,0) instead of integer (#21249).Jean-Philippe Lang2017-01-141-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-142-6/+30
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure.Jean-Philippe Lang2017-01-141-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Group versions by status in version custom field filter (#23265).Jean-Philippe Lang2017-01-142-7/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "me" value for logged users only.Jean-Philippe Lang2017-01-141-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds :label_attribute_of_object string to locales (#21249).Jean-Philippe Lang2017-01-1447-0/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-145-2/+130
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter group should be a Symbol.Jean-Philippe Lang2017-01-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add margin between tables and the following headings (#24776).Jean-Philippe Lang2017-01-141-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16189 e93f8b46-1217-0410-a6f0-8f06a7374b81