Menu

Source Commit Log


Commit Date  
[r2958] by jplang

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

2009-10-24 11:22:06 Tree
[r2957] by jplang

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

2009-10-24 11:08:09 Tree
[r2956] by jplang

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

2009-10-22 17:51:23 Tree
[r2955] by jplang

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

2009-10-22 17:46:54 Tree
[r2954] by jplang

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

2009-10-22 17:42:17 Tree
[r2953] by jplang

Add missing strings (rake locales:update).

2009-10-22 17:39:12 Tree
[r2952] by edavis10

Fixed some merge bugs. #4077

2009-10-21 22:35:03 Tree
[r2951] by edavis10

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

2009-10-21 22:34:57 Tree
[r2950] by edavis10

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.
* Wrapped the activity creation and updates in a SQL transaction so TimeEntries
will remain in a consistent state if there is an error.
* When a Project's TimeEntryActivities are destroyed, they are now
reassigned to the parent TimeEntryActivity.

#4077

2009-10-21 22:34:52 Tree
[r2949] by edavis10

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
and provided an #active method to filter them to active ones only
* Split Project#activities to two methods and gave it a parameter that is used
to determine if inactive activities are included (default is no)
* Added a reset button to delete all project specific activities.
* Added ProjectsController#reset_activities to remove the project
specific activities
* Added a HTTP DELETE route for reset_activities
* Changed the permissions for managing project activities to have access to the
ProjectsController#reset_activities action
* Added a way to bulk save Project specific Activities in ProjectsController
* #save_activities will save all the changed activities, including update the
existing records
* Added helper methods to the controller which will be refactored later
* Allow the same TimeEntryActivity names on different projects

#4077

2009-10-21 22:34:45 Tree
Older >