##// END OF EJS Templates
When a specific TimeEntryActivity are change, associated TimeEntries will be...
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 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2950 e93f8b46-1217-0410-a6f0-8f06a7374b81
Eric Davis -
r2836:37d401ac58c3
Show More
Name Size Modified Last Commit Author
/ test / functional
account_controller_test.rb Loading ...
admin_controller_test.rb Loading ...
application_controller_test.rb Loading ...
attachments_controller_test.rb Loading ...
boards_controller_test.rb Loading ...
custom_fields_controller_test.rb Loading ...
documents_controller_test.rb Loading ...
enumerations_controller_test.rb Loading ...
groups_controller_test.rb Loading ...
issue_categories_controller_test.rb Loading ...
issue_relations_controller_test.rb Loading ...
issues_controller_test.rb Loading ...
journals_controller_test.rb Loading ...
mail_handler_controller_test.rb Loading ...
members_controller_test.rb Loading ...
messages_controller_test.rb Loading ...
my_controller_test.rb Loading ...
news_controller_test.rb Loading ...
projects_controller_test.rb Loading ...
queries_controller_test.rb Loading ...
reports_controller_test.rb Loading ...
repositories_bazaar_controller_test.rb Loading ...
repositories_controller_test.rb Loading ...
repositories_cvs_controller_test.rb Loading ...
repositories_darcs_controller_test.rb Loading ...
repositories_git_controller_test.rb Loading ...
repositories_mercurial_controller_test.rb Loading ...
repositories_subversion_controller_test.rb Loading ...
roles_controller_test.rb Loading ...
search_controller_test.rb Loading ...
settings_controller_test.rb Loading ...
sys_controller_test.rb Loading ...
timelog_controller_test.rb Loading ...
trackers_controller_test.rb Loading ...
users_controller_test.rb Loading ...
versions_controller_test.rb Loading ...
watchers_controller_test.rb Loading ...
welcome_controller_test.rb Loading ...
wiki_controller_test.rb Loading ...
wikis_controller_test.rb Loading ...
workflows_controller_test.rb Loading ...