| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-03-25 | Fix unit tests where the albums, resizes and thumbs directory were | Tim Almdal | |
| being deleted. Fix for ticket #182 | |||
| 2009-03-17 | Fix minor correctness issues | Bharat Mediratta | |
| 2009-03-11 | Fix the test failures. If albums are created manually instead of | Tim Almdal | |
| calling album::create, then the default sourt column needs to be set to id. | |||
| 2009-01-11 | Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in ↵ | Andy Staudacher | |
| inserts, it doesn't have a default value). | |||
| 2008-12-31 | Fix a bug where we were accidentally allowing view permissions when | Bharat Mediratta | |
| allowing or resetting permission further down in the tree. This bug was introduced when I refactored the view permission cache into the items table. Updated test to catch it. | |||
| 2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
| 2008-12-23 | Change photo::create() and album::create() to take ORM instances | Bharat Mediratta | |
| instead of ids. | |||
| 2008-12-16 | Fix a bug where we were not deleting the .htaccess file on access::reset() | Bharat Mediratta | |
| 2008-12-16 | Create and delete .htaccess files based on the view permissions for | Bharat Mediratta | |
| the group::everybody() user. | |||
| 2008-12-16 | Permission only function on albums. | Bharat Mediratta | |
| 2008-12-15 | Update to reflect changes in Kohana ORM relationship code. | Bharat Mediratta | |
| Now you must call ORM::save() after ORM::add() and ORM::remove(). | |||
| 2008-12-13 | Fix a bug where parent permissions were not getting inherited to newly | Bharat Mediratta | |
| created albums and photos. | |||
| 2008-12-13 | Make sure that access::can fails if the item is not loaded | Bharat Mediratta | |
| 2008-12-12 | Move the view permission cache directly into the item table for efficiency. ↵ | Bharat Mediratta | |
| Unit tests ftw! | |||
| 2008-12-12 | Get rid of all pseudo users and pseudo groups, while preserving all | Bharat Mediratta | |
| other functionality. This makes our user/group and access code fully consistent. | |||
| 2008-12-10 | Change all access API methods to take ORMs instead of ids. This will | Bharat Mediratta | |
| minimize reloading objects from the database. | |||
| 2008-12-09 | Move code to delete users and add/remove users from groups into the | Bharat Mediratta | |
| model. | |||
| 2008-12-09 | move user::delete() to User_Model::delete() | Bharat Mediratta | |
| 2008-12-09 | Add access::can() which verifies that the user belongs to a group that has the | Bharat Mediratta | |
| given permission. | |||
| 2008-12-08 | Rename access::can() to access::group_can() | Bharat Mediratta | |
| 2008-12-07 | Finish writing unit tests for Access. No bugs found! | Bharat Mediratta | |
| 2008-12-07 | Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so | Bharat Mediratta | |
| that it's consistent with ORM_MPTT::move_to() | |||
| 2008-12-04 | Improvements to access helper. | Bharat Mediratta | |
| o Rename access::remove_group() to access::delete_group() for consistency. o Wrote more unit tests o Tests found a bug in access::remove_item() .. yay! | |||
| 2008-12-03 | Implement two tests | Bharat Mediratta | |
| 2008-12-03 | Test stubs | Bharat Mediratta | |
