summaryrefslogtreecommitdiff
path: root/core/tests
AgeCommit message (Expand)Author
2008-12-13Fix a bug where parent permissions were not getting inherited to newlyBharat Mediratta
2008-12-13Make sure that access::can fails if the item is not loadedBharat Mediratta
2008-12-13Set the resize and thumbnail maximum dimension into the module vars tableTim Almdal
2008-12-12Move the view permission cache directly into the item table for efficiency. ...Bharat Mediratta
2008-12-12New scaffold images. Landscape, portrait, square.Chad Kieffer
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-11Correct testTim Almdal
2008-12-11Change the name of the implmentation of module parameters to module varsTim Almdal
2008-12-10Create a module parameter table. This will be useful if a module wants to st...Tim Almdal
2008-12-10Change all access API methods to take ORMs instead of ids. This willBharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09move user::delete() to User_Model::delete()Bharat Mediratta
2008-12-09Add access::can() which verifies that the user belongs to a group that has theBharat Mediratta
2008-12-08Rename access::can() to access::group_can()Bharat Mediratta
2008-12-08Ignore gallery_unit_test/views/kohana_*.phpBharat Mediratta
2008-12-08Refactor Menu code to create allow you to create menus using aBharat Mediratta
2008-12-08Restructure Menu processing to respect the differnent types of menu items (Me...Tim Almdal
2008-12-07Merge gallery3/branches/menus back into gallery3/trunkTim Almdal
2008-12-07Finish writing unit tests for Access. No bugs found!Bharat Mediratta
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-07Rename moveTo to move_to and extend the test a bit.Bharat Mediratta
2008-12-05* Add a moveTo unit testTim Almdal
2008-12-04Improvements to access helper.Bharat Mediratta
2008-12-04Implement ORM_MPTT::delete() properly.Bharat Mediratta
2008-12-04Rename Directory_Helper_Test to Dir_Helper_TestBharat Mediratta
2008-12-04Replace grow_test and constrict_test with add_hierarchy_test andBharat Mediratta
2008-12-04Add unit tests to test growing and contracting the left and right pointersTim Almdal
2008-12-03Rename file::unlink() to dir::unlink(). This creates an API that isBharat Mediratta
2008-12-03Add a MY_file class that extends the file helper by creating an unlink method...Tim Almdal
2008-12-03Implement two testsBharat Mediratta
2008-12-03Test stubsBharat Mediratta
2008-11-271) Create a Theme_View class that combines the functionality of the Theme cla...Tim Almdal
2008-11-26Some code audit fixes and adding some directory separator normalization code ...Andy Staudacher
2008-11-26Initial commit of the translation class, I18n_Core and some tests.Andy Staudacher
2008-11-22* Added test for rest::request_method().Jozef Selesi
2008-11-21Fixed a bug in the REST controller dispatcher and added a test case that exce...Jozef Selesi
2008-11-20Break dispatch tests up into little ones.Bharat Mediratta
2008-11-20Add unittest and caching for ORM_MTPP::descendantsTim Almdal
2008-11-20Limit File_Structure_Test to only apply the regex expression if views is cont...Tim Almdal
2008-11-20Add unittest and caching to ORM_MTPP::descendants_countTim Almdal
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Add the original item height and width to the item tableTim Almdal
2008-11-19Change the regex to assert true for files that match the pattern "#/views/.*?...Tim Almdal
2008-11-19Change the view_files_end_in_html_dot_php_test to view_files_correct_suffix_t...Tim Almdal
2008-11-19Update the unit test for mime types. Can't test it right now because routing...Bharat Mediratta
2008-11-11Updated for recent Item_Controller API changeBharat Mediratta
2008-11-11Reset PasswordHash.php to its original state and exclude it from the file_str...Tim Almdal
2008-11-10Add a test to make sure that we have no windows-style line endings.Bharat Mediratta
2008-11-10Tests for Item_ControllerBharat Mediratta
2008-11-09Rename tests to make room for controller testsBharat Mediratta