index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2008-12-08
Rename access::can() to access::group_can()
Bharat Mediratta
2008-12-08
Ignore gallery_unit_test/views/kohana_*.php
Bharat Mediratta
2008-12-08
Only add the unit_test and gallery_unit_test modules if we're in TEST_MODE
Bharat Mediratta
2008-12-08
Refactor Menu code to create allow you to create menus using a
Bharat Mediratta
2008-12-08
Replace protected array and __get() with just class variables. This is faste...
Bharat Mediratta
2008-12-08
Minor cleanups.
Bharat Mediratta
2008-12-08
Minor cleanups.
Bharat Mediratta
2008-12-08
Tighten up head()
Bharat Mediratta
2008-12-08
Restructure Menu processing to respect the differnent types of menu items (Me...
Tim Almdal
2008-12-07
Move form.html.php from themes/default/views to core/views
Tim Almdal
2008-12-07
correct menu processing such that urls=# aren't given class gDialogLink
Tim Almdal
2008-12-07
Change the menu processing to add the gDialogLink class if the url starts wit...
Tim Almdal
2008-12-07
Remove debugging code
Tim Almdal
2008-12-07
Merge gallery3/branches/menus back into gallery3/trunk
Tim Almdal
2008-12-07
1) Change the photo description field to a text area
Tim Almdal
2008-12-07
Finish writing unit tests for Access. No bugs found!
Bharat Mediratta
2008-12-07
Leave all locking in ORM_MPTT::move_to, don't worry about it in
Bharat Mediratta
2008-12-07
Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so
Bharat Mediratta
2008-12-07
Adjust exception text to our normal form.
Bharat Mediratta
2008-12-07
fix a couple of typos.
Bharat Mediratta
2008-12-07
Rename moveTo to move_to and extend the test a bit.
Bharat Mediratta
2008-12-07
Style cleanups to make File_Structure_Test pass.
Bharat Mediratta
2008-12-07
Fix 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-06
Implemented photo::_get_photo_add(). You need to create the var/uploads dire...
Tim Almdal
2008-12-06
Correct @todo's in Item_Controller
Tim Almdal
2008-12-05
Fix a bug where any uninstall removed the entire database.
Bharat Mediratta
2008-12-05
* Add a moveTo unit test
Tim Almdal
2008-12-04
Tweak some issues with the moveTo Processing
Tim Almdal
2008-12-04
Moving albums around with a drag and drop interface seems to work and preserv...
Tim Almdal
2008-12-04
Change the startup code to only put installed modules on the autoload
Bharat Mediratta
2008-12-04
Improvements to access helper.
Bharat Mediratta
2008-12-04
Get rid of the rearrange helper as the code could be inlined
Tim Almdal
2008-12-04
Fix indentation
Bharat Mediratta
2008-12-04
Implement ORM_MPTT::delete() properly.
Bharat Mediratta
2008-12-04
Rename Directory_Helper_Test to Dir_Helper_Test
Bharat Mediratta
2008-12-04
Replace grow_test and constrict_test with add_hierarchy_test and
Bharat Mediratta
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-12-04
Before deleting an item, save the path to the image in the var directory as o...
Tim Almdal
2008-12-03
Fix internationalized string.
Bharat Mediratta
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-03
Remove @todo
Tim Almdal
2008-12-03
Add a MY_file class that extends the file helper by creating an unlink method...
Tim Almdal
2008-12-03
Implement two tests
Bharat Mediratta
2008-12-03
Fix a bug where we weren't actually deleting permissions (hooray for unit tes...
Bharat Mediratta
2008-12-03
If the the post and get arrays don't contain a _method parameter, then use th...
Tim Almdal
2008-12-03
Test stubs
Bharat Mediratta
2008-12-03
Move the form html into the controller
Bharat Mediratta
2008-12-03
Add /welcome/form/add/photos to give you the add photo form.
Bharat Mediratta
2008-12-03
Re-enable access_cache propagation now that we've patched the MySQL driver.
Bharat Mediratta
[next]