Comment 8 for bug 1298646

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3288
Committed: http://gitorious.org/mahara/mahara/commit/3ba72d71f6243ff9cba51d9c3b1888d5ed56df55
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 3ba72d71f6243ff9cba51d9c3b1888d5ed56df55
Author: Yuliya Bozhko <email address hidden>
Date: Thu Apr 24 10:43:41 2014 +1200

Some artefact refactoring (Bug #1298646)

Fixes in this patch:

- Moved artefact.php to artefacts directory to separate it from pages.
- Fixed reference to a wrong 'artefactonlyviewableinview' string.
- Removed add_to_render_path() and its calls which have no purpose at all.
- Removed 'artefact_parent_cache' table.
- Removed cron jobs related to 'artefact_parent_cache' from DB.
- Added 'path' column in 'artefact' table to easier calculate hierarchy.
- Added ArtefactTest.php for artefacts unit tests

Change-Id: Ia14cd85b94c32a950354446ee3565bd2964c625c
Signed-off-by: Yuliya Bozhko <email address hidden>