summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable "Select project modules" permission does not apply to the new ↵Jean-Philippe Lang2016-08-303-3/+63
| | | | | | project form (#23470). git-svn-id: http://svn.redmine.org/redmine/trunk@15752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-302-5/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15751 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that restricted custom permissions on for non member/anonymous does ↵Jean-Philippe Lang2016-08-302-1/+25
| | | | | | not work (#23655). git-svn-id: http://svn.redmine.org/redmine/trunk@15750 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating a wiki page named "Sidebar" without proper permission raises an ↵Jean-Philippe Lang2016-08-302-1/+12
| | | | | | exception (#23700). git-svn-id: http://svn.redmine.org/redmine/trunk@15749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#23410).Jean-Philippe Lang2016-08-202-3/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15748 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-202-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue#editable_custom_field_values very slow for issues with many custom ↵Jean-Philippe Lang2016-08-201-1/+2
| | | | | | | | fields (#23334). Patch by Stephane Evr. git-svn-id: http://svn.redmine.org/redmine/trunk@15742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds :error_no_projects_with_tracker_allowed_for_new_issue i18n string (#23410).Jean-Philippe Lang2016-08-2047-0/+94
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-204-8/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
| | | | | | Patch by Vasil Kovalevsky. git-svn-id: http://svn.redmine.org/redmine/trunk@15739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-206-6/+147
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MySQL: You can't specify target table for update in FROM clause (#23347).Jean-Philippe Lang2016-08-181-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* upgrade Rails to 4.2.7.1Toshi MARUYAMA2016-08-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't call #slice on association proxy.Jean-Philippe Lang2016-07-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use render :text => "".Jean-Philippe Lang2016-07-218-7/+67
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-212-1/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't check that params[:settings] is a Hash.Jean-Philippe Lang2016-07-211-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-2111-45/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-212-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-218-311/+274
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-2117-355/+333
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation for label_commits_per_author changed by Go MAEDA (#23359)Toshi MARUYAMA2016-07-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese "issue" translation in r15716 change (#23117, #23374)Toshi MARUYAMA2016-07-202-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese textile and markdown help translation updated by ↵Toshi MARUYAMA2016-07-202-36/+36
| | | | | | ChunChang Lo (#23117) git-svn-id: http://svn.redmine.org/redmine/trunk@15716 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-199-168/+107
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15715 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplified Chinese translation for 3.3-stable updated by Tigergm Wu (#23171)Toshi MARUYAMA2016-07-191-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplified Chinese translation for 3.1-stable updated by Tigergm Wu (#23375, ↵Toshi MARUYAMA2016-07-191-4/+4
| | | | | | #23171) git-svn-id: http://svn.redmine.org/redmine/trunk@15704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese "issue" translation in r15702 change (#20720, #23171, ↵Toshi MARUYAMA2016-07-191-1/+1
| | | | | | #23373, #23374) git-svn-id: http://svn.redmine.org/redmine/trunk@15703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation updated by Tigergm Wu (#23171, #23373, #23374)Toshi MARUYAMA2016-07-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Catalan translation fixed by Jordi Mas (#23250)Toshi MARUYAMA2016-07-191-18/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Korean translation updated by Yonghwan SO (#23134)Toshi MARUYAMA2016-07-191-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix encoding error in de.yml (#23369, #21421)Toshi MARUYAMA2016-07-191-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-1832-598/+358
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-173-11/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-172-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-172-5/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-172-2/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-172-3/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-173-3/+32
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-174-4/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-1714-26/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-167-7/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #update! instead of #update_attribute.Jean-Philippe Lang2016-07-161-27/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use add_on_empty.Jean-Philippe Lang2016-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a class for testing helpers.Jean-Philippe Lang2016-07-1619-18/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dup @generated_changeset_rev.Jean-Philippe Lang2016-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include URL helpers.Jean-Philippe Lang2016-07-161-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15681 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Passing arguments to assert_nothing_raised is deprecated in Rails 5.Jean-Philippe Lang2016-07-161-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15680 e93f8b46-1217-0410-a6f0-8f06a7374b81