summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-29495-495/+495
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-276-20/+20
| | | | | | These revisions have performance regression on Rails 3.2.16. git-svn-id: http://svn.redmine.org/redmine/trunk@12735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: use awesome_nested_set 2.1.6 gemToshi MARUYAMA2014-01-2724-2708/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* move r12689 awesome_nested_set modification to ↵Toshi MARUYAMA2014-01-272-2/+19
| | | | | | config/initializers/10-patches.rb (#7920) git-svn-id: http://svn.redmine.org/redmine/trunk@12733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from TimeEntryQuery modelToshi MARUYAMA2014-01-271-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Principal modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Repository::Subversion modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Project modelToshi MARUYAMA2014-01-271-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from MemberRole modelToshi MARUYAMA2014-01-271-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Journal modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup Repository::Subversion modelToshi MARUYAMA2014-01-271-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssueStatus modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssueQuery modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Mailer modelToshi MARUYAMA2014-01-271-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssuePriority modelToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from WorkflowsControllerToshi MARUYAMA2014-01-271-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from Query modelToshi MARUYAMA2014-01-271-8/+8
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from Project modelToshi MARUYAMA2014-01-271-1/+1
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from Repository modelToshi MARUYAMA2014-01-271-4/+4
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from IssueQuery modelToshi MARUYAMA2014-01-271-5/+5
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from IssueCustomField modelToshi MARUYAMA2014-01-271-1/+1
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12716 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated #connection from Issue modelToshi MARUYAMA2014-01-271-1/+1
| | | | | | DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class. git-svn-id: http://svn.redmine.org/redmine/trunk@12715 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from UserTestToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from ProjectTestToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from PrincipalTestToshi MARUYAMA2014-01-271-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssueStatusTestToshi MARUYAMA2014-01-271-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12711 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssueTestToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add more comment about awesome_nested_set 2-1-stable branch regressionToshi MARUYAMA2014-01-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove Rails4 deprecated Relation#all from ↵Toshi MARUYAMA2014-01-261-1/+17
| | | | | | IssueTest#test_visible_and_nested_set_scopes and add awesome_nested_set regression test git-svn-id: http://svn.redmine.org/redmine/trunk@12708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#15962)Toshi MARUYAMA2014-01-261-9/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to back_url or referer when clicking "Sign in" while already ↵Jean-Philippe Lang2014-01-253-3/+24
| | | | | | logged-in (#15926). git-svn-id: http://svn.redmine.org/redmine/trunk@12705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API: Integer custom field validation fails when using non-string values ↵Jean-Philippe Lang2014-01-252-1/+49
| | | | | | (#15929). git-svn-id: http://svn.redmine.org/redmine/trunk@12704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish translation updated by Borja Campina (#15959)Toshi MARUYAMA2014-01-251-9/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation updated by Ivan Cenov (#15956)Toshi MARUYAMA2014-01-251-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation changed by Ivan Cenov (#15956)Toshi MARUYAMA2014-01-251-2/+2
| | | | | | | * notice_account_activated * setting_login_required git-svn-id: http://svn.redmine.org/redmine/trunk@12701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* move setting_default_projects_tracker_ids at de.yml to alphabetical orderToshi MARUYAMA2014-01-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* German translation updated by Daniel Felix (#15955)Toshi MARUYAMA2014-01-251-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation updated by Kirill Bezrukov (#15953)Toshi MARUYAMA2014-01-251-9/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pt-BR translation for trunk updated by Leandro Gehlen (#15961)Toshi MARUYAMA2014-01-251-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pt-BR translation for 2.4-stable updated by Leandro Gehlen (#15960)Toshi MARUYAMA2014-01-251-12/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix comment of awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* adjust tests to awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-244-57/+62
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds locales strings (#2691).Jean-Philippe Lang2014-01-2446-0/+184
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-2413-3/+77
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds firstname initials+lastname user format.Jean-Philippe Lang2014-01-242-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* graft r5285 to awesome_nested_set 2.1.6 (#7920)Toshi MARUYAMA2014-01-211-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add lib/plugins/awesome_nested_set/init.rbToshi MARUYAMA2014-01-211-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* import awesome_nested_set 2.1.6Toshi MARUYAMA2014-01-2113-61/+121
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6 git-svn-id: http://svn.redmine.org/redmine/trunk@12687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Project#acts_as_nested_set :order => 'name' optionToshi MARUYAMA2014-01-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12686 e93f8b46-1217-0410-a6f0-8f06a7374b81