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
Age
Commit message (
Expand
)
Author
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-23
Don't use ORM_MPTT::move_to directly, it's protected.
Bharat Mediratta
2010-01-22
Create symmetrical relationship collections: item_tags and tag_items
Bharat Mediratta
2010-01-22
Don't try to access ORM::$changed externally; it's protected.
Bharat Mediratta
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Change "fetch translations" task to fetch them in batches.
Andy Staudacher
2010-01-22
Moved to Item_Rest_Helper_Test.php
Bharat Mediratta
2010-01-22
Reload items after saving so that we convert their members to strings.
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
New tests for tag_item_rest
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tag_rest.
Bharat Mediratta
2010-01-22
output_type --> output
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tags_rest.
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of gallery_rest -> item_rest.
Bharat Mediratta
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-21
Use Unicode instead of HTML entity (since the l10n server normalizes this way...
Andy Staudacher
2010-01-21
Guard against division by zero.
Bharat Mediratta
2010-01-21
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-21
Internationalize all strings in admin_modules.hmtl and corrected comments.
Tim Almdal
2010-01-21
We don't need CSRF in Rest_Controller::__call() because we use access tokens.
Bharat Mediratta
2010-01-21
Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...
Bharat Mediratta
2010-01-21
whitespace.
Bharat Mediratta
2010-01-21
Make sure that we actually don't have permissions, to avoid contamination w/ ...
Bharat Mediratta
2010-01-21
Exclude modules/gallery_unit_test/views/kohana/error.php
Bharat Mediratta
2010-01-21
Simplify the test using the test helper.
Bharat Mediratta
2010-01-21
Add random_group().
Bharat Mediratta
2010-01-21
Fix a minor bad expectation.
Bharat Mediratta
2010-01-21
Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead.
Bharat Mediratta
2010-01-21
Convert the slideshow module to use the new check environment and pre_deactiv...
Tim Almdal
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2010-01-21
Reload the album after adding the photo so that MPTT pointers are correct.
Bharat Mediratta
2010-01-20
Whitespace.
Bharat Mediratta
2010-01-20
Two fixes:
Bharat Mediratta
2010-01-20
Make move_to protected since we don't want folks calling it on
Bharat Mediratta
2010-01-20
Remove debug code.
Bharat Mediratta
2010-01-20
Oops, bug in save() -- we weren't returning the saved value!
Bharat Mediratta
2010-01-20
improve comment.
Bharat Mediratta
2010-01-20
Use the exception itself to print out a nice text message.
Bharat Mediratta
2010-01-20
Fix maintenance tasks / language admin for bug introduced earlier by no longe...
Andy Staudacher
2010-01-20
Guard against missing/empty $description.
Bharat Mediratta
2010-01-20
Move the error page to the expected location for K24.
Bharat Mediratta
2010-01-20
Delete MY_ORM::original(). We did not have proper containment to
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original()
Bharat Mediratta
2010-01-20
Fix typo: edit_user -> add_user.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-20
Throw Kohana_Exception instead of Exception on access denied, since that may ...
Bharat Mediratta
[next]