ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Revision:

Revisions

# Date Author Comment
a68d8a7b 2009-10-24 01:29 pm Jean-Philippe Lang

Sets the current project as the default value of project jump box (#4053).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2959 e93f8b46-1217-0410-a6f0-8f06a7374b81

2cec9f87 2009-10-24 01:22 pm Jean-Philippe Lang

Translation updates (closes #4054, #4060, #4075).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2958 e93f8b46-1217-0410-a6f0-8f06a7374b81

cabf0521 2009-10-24 01:08 pm Jean-Philippe Lang

Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2957 e93f8b46-1217-0410-a6f0-8f06a7374b81

24452509 2009-10-22 07:51 pm Jean-Philippe Lang

Fixes form buttons on projects/settings/activities (closes #4083).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2956 e93f8b46-1217-0410-a6f0-8f06a7374b81

6ffe1926 2009-10-22 07:46 pm Jean-Philippe Lang

Remove hard coded string in a view (closes #4076).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2955 e93f8b46-1217-0410-a6f0-8f06a7374b81

04ae25f6 2009-10-22 07:42 pm Jean-Philippe Lang

Do not render hidden news edit form if user is not allowed to edit (closes #4068).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2954 e93f8b46-1217-0410-a6f0-8f06a7374b81

e5c4cfc6 2009-10-22 07:39 pm Jean-Philippe Lang

Add missing strings (rake locales:update).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2953 e93f8b46-1217-0410-a6f0-8f06a7374b81

ff3d0fe4 2009-10-22 12:35 am Eric Davis

Fixed some merge bugs. #4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2952 e93f8b46-1217-0410-a6f0-8f06a7374b81

2e0cbd28 2009-10-22 12:34 am Eric Davis

Added all list and boolean custom data fields to the Time Report. #4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2951 e93f8b46-1217-0410-a6f0-8f06a7374b81

37d401ac 2009-10-22 12:34 am Eric Davis

When a specific TimeEntryActivity are change, associated TimeEntries will be
re-assigned to the correct record.

  • Renamed build to create since the methods now create objects.
  • Removed call to Project#save that isn't needed since objects are saved directly now....
5833ba9f 2009-10-22 12:34 am Eric Davis

Added a Activities tab to Project Settings

  • Changed Project#activities to allow getting inactive Activities also: * Changed the Enumeration#all named_scope to exclude project specific Activities * Changed the Project has_many time_entry_activities to include all by default...
e615266e 2009-10-22 12:34 am Eric Davis

Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities

  • Added Project#activities to return all the Systemwide and Project specific
    activities, excluding Systemwide ones that are overridden.
  • Added some tests for TimelogHelper....
29301c8a 2009-10-22 12:34 am Eric Davis

Added project specific Enumeration overrides.

These will be used to track if Enumeration's custom data or active state
is overridden on a project. An overridden Enumeration is one that is associated
with a parent Enumeration.

#4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2947 e93f8b46-1217-0410-a6f0-8f06a7374b81

e76d4c5c 2009-10-22 12:34 am Eric Davis

Added an active field track if an Enumeration is active on the frontend view.

  • Changed TimelogHelper#activity_collection_for_select_options to only use
    active TimeEntryActivities.
  • Changed TimelogHelper#activity_collection_for_select_options to return a blank...
ac4937a7 2009-10-22 12:34 am Eric Davis

Enumerations can now have custom fields defined on them. #4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2945 e93f8b46-1217-0410-a6f0-8f06a7374b81

29ab7b41 2009-10-22 12:34 am Eric Davis

Updated the unit test so Enumerations are tested separately from the subclasses.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2944 e93f8b46-1217-0410-a6f0-8f06a7374b81

07aa3c55 2009-10-21 07:07 pm Jean-Philippe Lang

Contextual quick search (#3263).
Eg. when viewing issues, the quick search will search issues only.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2943 e93f8b46-1217-0410-a6f0-8f06a7374b81

739e1170 2009-10-21 05:31 am Eric Davis

Change the order of checkboxes for boolean custom fields.

Broken in r2887 for the Rails 2.3.4 upgrade.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2942 e93f8b46-1217-0410-a6f0-8f06a7374b81

d40756d6 2009-10-21 05:21 am Eric Davis

Renamed Project#public named_scope so it will not override Ruby's public method

#4056

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2941 e93f8b46-1217-0410-a6f0-8f06a7374b81

50bab8b4 2009-10-21 05:13 am Eric Davis

Mocha is needed for tests.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2940 e93f8b46-1217-0410-a6f0-8f06a7374b81

a41ba2ae 2009-10-20 07:06 am Eric Davis

Renamed the default "Assigned" status to "In Progress". #3605

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2939 e93f8b46-1217-0410-a6f0-8f06a7374b81

b887cef7 2009-10-20 02:36 am Eric Davis

Moved object daddy helpers to their own module.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2938 e93f8b46-1217-0410-a6f0-8f06a7374b81

6456f7c4 2009-10-20 02:36 am Eric Davis

Updated some object_daddy exemplars for the Models.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2937 e93f8b46-1217-0410-a6f0-8f06a7374b81

61c09b64 2009-10-19 02:27 am Eric Davis

Added shoulda macros to test Project's associations

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2936 e93f8b46-1217-0410-a6f0-8f06a7374b81

257c92f8 2009-10-19 02:27 am Eric Davis

Replaced a custom test with a shoulda macro.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2935 e93f8b46-1217-0410-a6f0-8f06a7374b81

« Previous 1 ... 127 128 129 130 131 ... 225 Next » (3201-3225/5613)

Also available in: Atom