summaryrefslogtreecommitdiffstats
path: root/lib/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-135-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@15240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* acts_as_versioned not compatible with ActiveRecord 4.2.1 (#19957).Jean-Philippe Lang2015-05-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed no longer used :find_options option for acts_as_activity_provider.Jean-Philippe Lang2015-02-181-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-081-3/+6
| | | | | | If the unaccent extension is installed, the search engine will use it in order to do accent insensitive search. git-svn-id: http://svn.redmine.org/redmine/trunk@13989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-115-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-34/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13856 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search custom fields and journals with different queries to take advantage ↵Jean-Philippe Lang2015-01-081-30/+69
| | | | | | of indexes on text columns if present. git-svn-id: http://svn.redmine.org/redmine/trunk@13855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates comments for r13811.Jean-Philippe Lang2014-12-261-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Converts timestamps to integers in #search_result_ranks_and_ids.Jean-Philippe Lang2014-12-261-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-151-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ↵Jean-Philippe Lang2014-12-141-13/+27
| | | | | | without ignoring accentuation (#18537). git-svn-id: http://svn.redmine.org/redmine/trunk@13759 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13754 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-37/+45
| | | | | | Instead of counting and retrieving results based on their timestamps, we now load all result ids then load the appropriate results by their ids. This also brings a 2x performance improvement as we search tokens in one of the 2 queries only. git-svn-id: http://svn.redmine.org/redmine/trunk@13739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds :inverse_of option.Jean-Philippe Lang2014-11-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2247-3163/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-2898-25029/+0
| | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@13358 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: not use cache for max rgt (#6579)Toshi MARUYAMA2014-05-241-12/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: add lib/plugins/awesome_nested_set/init.rb (#6579)Toshi MARUYAMA2014-05-241-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: import git 2-1-stable branch revision 8eaab19868f326 (#6579)Toshi MARUYAMA2014-05-245-8/+28
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/8eaab19868f326 git-svn-id: http://svn.redmine.org/redmine/trunk@13145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: import git 2-1-stable branch revision 3d5ac746542b564 ↵Toshi MARUYAMA2014-05-244-5/+14
| | | | | | | | (#6579) https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564 git-svn-id: http://svn.redmine.org/redmine/trunk@13144 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: import git 2-1-stable branch revision 606847769 (#6579)Toshi MARUYAMA2014-05-2426-918/+1278
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/606847769 git-svn-id: http://svn.redmine.org/redmine/trunk@13143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Blank content type for attachments attached via Ajax file upload (Patch by ↵Jean-Philippe Lang2014-05-021-1/+1
| | | | | | Jens Krämer). git-svn-id: http://svn.redmine.org/redmine/trunk@13125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos of source comments at acts_as_event.rbToshi MARUYAMA2014-04-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix awesome_nested_set test failure (#6579)Toshi MARUYAMA2014-03-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13014 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing awesome_nested_set 2.1.6 files (#6579)Toshi MARUYAMA2014-03-265-0/+51
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6 git-svn-id: http://svn.redmine.org/redmine/trunk@13013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* awesome_nested_set: split highest rgt reader method (#6579)Toshi MARUYAMA2014-03-261-6/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use bundled awesome_nested_set (#6579)Toshi MARUYAMA2014-03-261-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13008 e93f8b46-1217-0410-a6f0-8f06a7374b81
* import awesome_nested_set 2.1.6 (#6579)Toshi MARUYAMA2014-03-2622-0/+2707
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6 git-svn-id: http://svn.redmine.org/redmine/trunk@13007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-295-5/+5
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: use awesome_nested_set 2.1.6 gemToshi MARUYAMA2014-01-2723-2708/+0
| | | | 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-271-2/+0
| | | | | | config/initializers/10-patches.rb (#7920) git-svn-id: http://svn.redmine.org/redmine/trunk@12733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API: Integer custom field validation fails when using non-string values ↵Jean-Philippe Lang2014-01-251-1/+3
| | | | | | (#15929). git-svn-id: http://svn.redmine.org/redmine/trunk@12704 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
* graft r5285 to awesome_nested_set 2.1.5 (#7920)Toshi MARUYAMA2014-01-211-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* back out r12679 awesome_nested_set 2.1.5 modificationToshi MARUYAMA2014-01-211-6/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* move awesome_nested_set leaf? modification to config/initializers/10-patches.rbToshi MARUYAMA2014-01-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* back out r12680Toshi MARUYAMA2014-01-201-4/+5
| | | | | | | | | | | <pre> 1) Failure: test_children(ProjectTest) [test/unit/project_test.rb:374]: <[5, 3, 4]> expected but was <[3, 4, 5]>. </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12681 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use :order_column option instead of :order for acts_as_nested_setToshi MARUYAMA2014-01-201-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* apply Redmine awesome_nested_set 2.1.5 modificationToshi MARUYAMA2014-01-201-3/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12679 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add lib/plugins/awesome_nested_set/init.rbToshi MARUYAMA2014-01-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* import awesome_nested_set 2.1.5Toshi MARUYAMA2014-01-2024-918/+696
| | | | | | https://github.com/collectiveidea/awesome_nested_set/commit/60fe4f69e4d6c3052bb45fb3e0a118ca201d9054 git-svn-id: http://svn.redmine.org/redmine/trunk@12677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/spec/*Toshi MARUYAMA2014-01-2011-1176/+1176
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.travis.ymlToshi MARUYAMA2014-01-201-13/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotestToshi MARUYAMA2014-01-201-12/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12674 e93f8b46-1217-0410-a6f0-8f06a7374b81