Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

9550 2012-04-27 18:31 Jean-Philippe Lang

set_table_name deprecated.

9549 2012-04-27 18:28 Jean-Philippe Lang

set_table_name and set_locking_column are deprecated.

9538 2012-04-27 01:51 Toshi MARUYAMA

replace Rails2 "named_scope" to Rails3 "scope" at lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb

9533 2012-04-26 19:23 Jean-Philippe Lang

Moved Rails plugins required by the core to lib/plugins.

774 2007-09-29 12:37 Jean-Philippe Lang

Redmine acts_as_* plugins moved to vendor/plugins.

766 2007-09-27 19:28 Jean-Philippe Lang

Search engines now supports pagination.
Results are sorted in reverse chronological order.