summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2008-12-071) Change the photo description field to a text areaTim Almdal
2008-12-07Finish writing unit tests for Access. No bugs found!Bharat Mediratta
2008-12-07Leave all locking in ORM_MPTT::move_to, don't worry about it inBharat Mediratta
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-07Adjust exception text to our normal form.Bharat Mediratta
2008-12-07fix a couple of typos.Bharat Mediratta
2008-12-07Rename moveTo to move_to and extend the test a bit.Bharat Mediratta
2008-12-07Style cleanups to make File_Structure_Test pass.Bharat Mediratta
2008-12-07Fix a bug in the redirect after adding photos.Bharat Mediratta
2008-12-07* Don't call _getadd_photo_html() when we don't have an items table.Bharat Mediratta
2008-12-06Implemented photo::_get_photo_add(). You need to create the var/uploads dire...Tim Almdal
2008-12-06Correct @todo's in Item_ControllerTim Almdal
2008-12-05Fix a bug where any uninstall removed the entire database.Bharat Mediratta
2008-12-05* Add a moveTo unit testTim Almdal
2008-12-04Tweak some issues with the moveTo ProcessingTim Almdal
2008-12-04Moving albums around with a drag and drop interface seems to work and preserv...Tim Almdal
2008-12-04Change the startup code to only put installed modules on the autoloadBharat Mediratta
2008-12-04Improvements to access helper.Bharat Mediratta
2008-12-04Get rid of the rearrange helper as the code could be inlinedTim Almdal
2008-12-04Fix indentationBharat 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-04Before deleting an item, save the path to the image in the var directory as o...Tim Almdal
2008-12-03Fix internationalized string.Bharat Mediratta
2008-12-03Rename file::unlink() to dir::unlink(). This creates an API that isBharat Mediratta
2008-12-03Remove @todoTim Almdal
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-03Fix a bug where we weren't actually deleting permissions (hooray for unit tes...Bharat Mediratta
2008-12-03If the the post and get arrays don't contain a _method parameter, then use th...Tim Almdal
2008-12-03Test stubsBharat Mediratta
2008-12-03Move the form html into the controllerBharat Mediratta
2008-12-03Add /welcome/form/add/photos to give you the add photo form.Bharat Mediratta
2008-12-03Re-enable access_cache propagation now that we've patched the MySQL driver.Bharat Mediratta
2008-12-03get rid of a stray space that was breaking the File_Structure_TestBharat Mediratta
2008-12-03Temporarily disable some code to get tests to pass.Bharat Mediratta
2008-12-03Drop the right tables at uninstall timeBharat Mediratta
2008-12-03Fix a bad copy/pasted commentBharat Mediratta
2008-12-02Remove the variable from inside _()Tim Almdal
2008-12-02The rearrange module will now add an album if you drag the "new album" onto t...Tim Almdal
2008-12-02Oops, this was missing from the last fix.Bharat Mediratta
2008-12-02Fix a problem in _update_access_cache() where if the intent isBharat Mediratta
2008-12-01Tighten up ul.permissionsBharat Mediratta
2008-12-01Fix profiler settings in the scaffoldingBharat Mediratta
2008-12-01style the permission tree a little tighterBharat Mediratta
2008-12-01Add access::reset() so that you can specify your intent to use theBharat Mediratta
2008-12-01Clean up styles a bit to make it more obvious what's going on. ShowBharat Mediratta
2008-12-01Add @todosBharat Mediratta