Project

General

Profile

Statistics
| Revision:

# Date Author Comment
14294 2015-05-31 09:19 Jean-Philippe Lang

acts_as_versioned not compatible with ActiveRecord 4.2.1 (#19957).

14030 2015-02-18 22:10 Jean-Philippe Lang

Removed no longer used :find_options option for acts_as_activity_provider.

13989 2015-02-08 16:13 Jean-Philippe Lang

Support for accent insensitive search with PostgreSQL (#18801).

If the unaccent extension is installed, the search engine will use it in order to do accent insensitive search.

13872 2015-01-11 10:09 Jean-Philippe Lang

Copyright update.

13858 2015-01-10 11:09 Jean-Philippe Lang

Option to search open issues only (#10734).

13856 2015-01-09 22:06 Jean-Philippe Lang

Option to search attachment filenames and description (#4383).

13855 2015-01-08 23:04 Jean-Philippe Lang

Search custom fields and journals with different queries to take advantage of indexes on text columns if present.

13812 2014-12-26 13:05 Jean-Philippe Lang

Updates comments for r13811.

13811 2014-12-26 13:03 Jean-Philippe Lang

Converts timestamps to integers in #search_result_ranks_and_ids.

13767 2014-12-15 20:22 Jean-Philippe Lang

Restore accent insensitive search with mysql (#18537).

13759 2014-12-14 14:55 Jean-Philippe Lang

Use custom SQL for MySQL to behave like others DBMS: case-insensitive search without ignoring accentuation (#18537).

13754 2014-12-13 19:36 Jean-Philippe Lang

Don't use #downcase on search tokens, let the database handle it (#18537).

13739 2014-12-12 21:49 Jean-Philippe Lang

Rewrites search engine to properly paginate results (#18631).

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.

13666 2014-11-29 14:52 Jean-Philippe Lang

Adds :inverse_of option.

13665 2014-11-29 14:41 Jean-Philippe Lang

Edit attachments after upload (#1326).

13482 2014-10-22 19:37 Jean-Philippe Lang

Merged rails-4.1 branch (#14534).

13358 2014-08-28 12:23 Toshi MARUYAMA

use rbpdf gem instead of bundled rfpdf (#17570)

Contributed by Jun NAITOH.

13148 2014-05-24 12:18 Toshi MARUYAMA

awesome_nested_set: not use cache for max rgt (#6579)

13146 2014-05-24 12:17 Toshi MARUYAMA

awesome_nested_set: add lib/plugins/awesome_nested_set/init.rb (#6579)

13145 2014-05-24 12:17 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 8eaab19868f326 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/8eaab19868f326

13144 2014-05-24 12:16 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 3d5ac746542b564 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564

13143 2014-05-24 12:16 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 606847769 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/606847769

13125 2014-05-02 09:38 Jean-Philippe Lang

Blank content type for attachments attached via Ajax file upload (Patch by Jens Krämer).

13059 2014-04-06 16:14 Toshi MARUYAMA

fix typos of source comments at acts_as_event.rb

13014 2014-03-26 12:46 Toshi MARUYAMA

fix awesome_nested_set test failure (#6579)

13013 2014-03-26 12:46 Toshi MARUYAMA

add missing awesome_nested_set 2.1.6 files (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6

13010 2014-03-26 02:48 Toshi MARUYAMA

awesome_nested_set: split highest rgt reader method (#6579)

13009 2014-03-26 02:47 Toshi MARUYAMA

fix always new lft and rgt are lft = 1, rgt = 2 (#6579)

13008 2014-03-26 02:47 Toshi MARUYAMA

use bundled awesome_nested_set (#6579)

13007 2014-03-26 02:47 Toshi MARUYAMA

import awesome_nested_set 2.1.6 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6

12736 2014-01-29 23:45 Toshi MARUYAMA

update copyright year (#15977)

Contributed by Daniel Felix.

12734 2014-01-27 07:48 Toshi MARUYAMA

Gemfile: use awesome_nested_set 2.1.6 gem

12733 2014-01-27 07:47 Toshi MARUYAMA

move r12689 awesome_nested_set modification to config/initializers/10-patches.rb (#7920)

12704 2014-01-25 13:08 Jean-Philippe Lang

REST API: Integer custom field validation fails when using non-string values (#15929).

12689 2014-01-21 08:55 Toshi MARUYAMA

graft r5285 to awesome_nested_set 2.1.6 (#7920)

12688 2014-01-21 08:55 Toshi MARUYAMA

add lib/plugins/awesome_nested_set/init.rb

12687 2014-01-21 08:54 Toshi MARUYAMA

import awesome_nested_set 2.1.6

https://github.com/collectiveidea/awesome_nested_set/commit/64cc8bc8cf93e8859a21bcf25c36675080e42ce6

12685 2014-01-21 07:51 Toshi MARUYAMA

graft r5285 to awesome_nested_set 2.1.5 (#7920)

12684 2014-01-21 07:51 Toshi MARUYAMA

back out r12679 awesome_nested_set 2.1.5 modification

12682 2014-01-20 18:54 Toshi MARUYAMA

move awesome_nested_set leaf? modification to config/initializers/10-patches.rb

12681 2014-01-20 14:35 Toshi MARUYAMA

back out r12680

  1) Failure:
test_children(ProjectTest) [test/unit/project_test.rb:374]:
<[5, 3, 4]> expected but was
<[3, 4, 5]>.
12680 2014-01-20 13:53 Toshi MARUYAMA

use :order_column option instead of :order for acts_as_nested_set

12679 2014-01-20 06:59 Toshi MARUYAMA

apply Redmine awesome_nested_set 2.1.5 modification

12678 2014-01-20 06:59 Toshi MARUYAMA

add lib/plugins/awesome_nested_set/init.rb

12677 2014-01-20 06:59 Toshi MARUYAMA

import awesome_nested_set 2.1.5

https://github.com/collectiveidea/awesome_nested_set/commit/60fe4f69e4d6c3052bb45fb3e0a118ca201d9054

12676 2014-01-20 03:19 Toshi MARUYAMA

svn propset svn:eol-style LF lib/plugins/awesome_nested_set/spec/*

12675 2014-01-20 02:53 Toshi MARUYAMA

svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.travis.yml

12674 2014-01-20 02:47 Toshi MARUYAMA

svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotest

12672 2014-01-19 10:59 Toshi MARUYAMA

add newline at end of lib/plugins/awesome_nested_set/init.rb

12526 2014-01-08 11:11 Toshi MARUYAMA

Rails4: replace deprecated Relation#update_all at acts_as_list

12504 2014-01-08 05:13 Toshi MARUYAMA

Rails4: replace deprecated Relation#update_all at acts_as_list

12487 2014-01-07 11:02 Toshi MARUYAMA

use lambda form in acts_as_tree scope (#12499)

12481 2014-01-05 15:23 Jean-Philippe Lang

Reduces the number of subqueries when searching with many custom fields set as searchable (#15781).

12445 2013-12-22 16:49 Jean-Philippe Lang

Fixed slow SELECT ... FOR UPDATE query when deleting an issue.

12400 2013-12-14 09:22 Jean-Philippe Lang

Merged custom fields format refactoring.

12222 2013-10-14 19:07 Jean-Philippe Lang

Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::Table failed error (#14773).

12189 2013-09-30 12:16 Toshi MARUYAMA

pdf: fix empty page attached when exporting (#13632)

Contributed by Jun NAITOH.

12108 2013-08-10 11:52 Toshi MARUYAMA

remove svn:executable from lib/plugins/rfpdf excluding lib/fonts/ttf2ufm/ttf2ufm(.exe)

12107 2013-08-10 11:37 Toshi MARUYAMA

remove unused lib/plugins/rfpdf/lib/fpdf/fpdf_eps.rb

This source has broken syntax "when :" on Ruby 1.9.

12012 2013-07-13 11:20 Jean-Philippe Lang

Role-based issue custom field visibility (#5037).

11960 2013-06-11 20:29 Jean-Philippe Lang

Code cleanup.

11958 2013-06-11 20:18 Jean-Philippe Lang

Code cleanup.

11896 2013-05-21 14:57 Toshi MARUYAMA

upgrade mocha 0.14 and remove deprecation warning

Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
11874 2013-05-18 22:09 Jean-Philippe Lang

Code cleanup.

11527 2013-03-03 11:25 Toshi MARUYAMA

Ruby2.0: remove "warning: class variable access from toplevel" in lib/plugins/rfpdf/lib/tcpdf.rb (#13338, #13329)

Contributed by Jun NAITOH.

11497 2013-02-28 19:47 Jean-Philippe Lang

Fixed that #reload raises a Stack too deep error with ruby 2.0.

11399 2013-02-15 14:24 Toshi MARUYAMA

not use htmlentities gem in rfpdf plugin (#13138)

Contributed by Jun NAITOH.

11349 2013-02-11 18:38 Jean-Philippe Lang

Fixed that custom_field_values are not reloaded on #reload (#13119).

11306 2013-02-03 06:44 Toshi MARUYAMA

pdf: fix broken new line in table (#11987)

Contributed by Jun NAITOH.

11169 2013-01-12 10:29 Jean-Philippe Lang

Copyright for 2013 (#12788).

Patch by Daniel Felix.

11026 2012-12-17 19:21 Jean-Philippe Lang

Replaces the classic_pagination plugin with a simple pagination module.

11011 2012-12-15 11:03 Jean-Philippe Lang

Verifies that the param is a Hash.

10951 2012-12-08 09:24 Jean-Philippe Lang

Group events in the activity view (#12542).

10948 2012-12-06 18:48 Jean-Philippe Lang

Adds an option for displaying the issue description on the issue list (#3447).

10931 2012-12-03 22:30 Jean-Philippe Lang

Replaces find(:first/:all) calls.

10930 2012-12-03 21:55 Jean-Philippe Lang

Replaces find(:first) calls.

10927 2012-12-02 23:13 Jean-Philippe Lang

Replaces find(:all) calls in acts_as_searchable.

10924 2012-12-02 22:21 Jean-Philippe Lang

Replaces find(:all) calls in classic_pagination.

10923 2012-12-02 22:20 Jean-Philippe Lang

Restores acts_as_tree instance methods removed in r10919.

10920 2012-12-02 21:42 Jean-Philippe Lang

Replaces find(:all) calls.

10919 2012-12-02 21:41 Jean-Philippe Lang

Replaces acts_as_tree #roots class method with a scope.

10917 2012-12-02 21:23 Jean-Philippe Lang

Replaces find(:all) calls.

10866 2012-11-23 18:39 Jean-Philippe Lang

Fixed that Project.rebuild! sorts projects by id instead of name (#12431).

10793 2012-11-07 19:45 Jean-Philippe Lang

Make sure that attachments are created in the same order they were selected (#12310).

10792 2012-11-07 19:06 Jean-Philippe Lang

Make sure that #attachments returns attachments with same timestamp in the order they were created (#12310).

10789 2012-11-05 16:49 Jean-Philippe Lang

Fixed that watchers receive notifications for private comments without permission (#12286).

10705 2012-10-23 20:45 Jean-Philippe Lang

Ability to delete a version from a wiki page history (#10852).

10401 2012-09-16 17:24 Jean-Philippe Lang

Adds a "depth" option to the child_pages macro (#10789).

10142 2012-07-31 19:17 Jean-Philippe Lang

Support for subforums (#3831).

10068 2012-07-22 15:29 Jean-Philippe Lang

JQuery in, Prototype/Scriptaculous out (#11445).

9974 2012-07-11 02:17 Etienne Massip

Fixes transparency issue.

9973 2012-07-11 02:14 Etienne Massip

File handling cleanup.

9972 2012-07-10 22:27 Etienne Massip

Use tabs instead of spaces for consistency.

9971 2012-07-10 22:23 Etienne Massip

Code cleanup.

9970 2012-07-10 22:16 Etienne Massip

Make sure that file handle is freed when an error is raised to prevent access exception on subsequent deletion attempt.

9969 2012-07-10 22:14 Etienne Massip

Use 1.8.7 compatible Pathname#to_s alias for Pathname#to_path.

9968 2012-07-10 21:53 Etienne Massip

Set temporary path cache variable as a String back again so that TCPDF handles error messages fine.

9853 2012-06-17 15:05 Toshi MARUYAMA

fix PDF export tables problems (#10688)

Contributed by Jun NAITOH.

9781 2012-06-09 09:27 Jean-Philippe Lang

Priorities have the same position and can't be reordered (#11098).

9743 2012-05-30 20:33 Etienne Massip

Get rid of ActiveSupport::Concern InstanceMethods deprecation warnings.