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
/
modules
/
gallery
/
helpers
/
item.php
Age
Commit message (
Expand
)
Author
2011-04-22
Do simple transliteration when converting filenames to slugs, but check
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-11
Update some comments.
Bharat Mediratta
2011-01-09
Moved item_Model::get_position() method to the Item helper. It now calls the...
Jérémy Subtil
2010-12-21
Implement item::find_by_relative_url with tests.
Bharat Mediratta
2010-12-21
Change item::find_by_path() to check the relative_path_cache first,
Bharat Mediratta
2010-12-21
Return an empty Item_Model when item::find_by_path fails
Bharat Mediratta
2010-12-21
Tighten up item::find_by_path slightly. Augment the tests to cover
Bharat Mediratta
2010-12-22
Minor changes to satisfy the G3 code standards.
Kriss Andsten
2010-12-22
Packaging + tests of Bharat's find_by_path routine.
Kriss Andsten
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-11-08
Updated item::random_query() PHPdoc to include example usage
Bharat Mediratta
2010-07-27
Don't invoke a graphics toolkit when setting the album cover from a
Bharat Mediratta
2010-07-10
Pass along the from_id in item::get_delete_form() and then check to
Bharat Mediratta
2010-06-20
Add a loading indicator to the delete form by tagging some JS on at
Bharat Mediratta
2010-06-15
Revert "Change the item rest update processing to call the
Bharat Mediratta
2010-06-15
Revert "Fix for ticket #1118. Create a item::save_with_retries helper
Bharat Mediratta
2010-06-15
Fix for ticket #1118. Create a item::save_with_retries helper method, which e...
Tim Almdal
2010-06-15
Change the item rest update processing to call the item::move(source, target)...
Tim Almdal
2010-06-10
Change the pattern used to convert the file name to a title. Fixes ticket#1061
Tim Almdal
2010-06-05
item::random_query() doesn't need to take a "where" clause because
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-09
Rename item name and slug if necessary to avoid a conflict when we
Bharat Mediratta
2010-01-20
Two fixes:
Bharat Mediratta
2010-01-19
Don't try to set the album cover for the grandparent if we don't have edit pe...
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-08
Move the random image functionality into the gallery REST helper since
Bharat Mediratta
2010-01-08
Remove debug code.
Bharat Mediratta
2010-01-08
Add item::random() to return a random Item_Model.
Bharat Mediratta
2009-12-30
Rollback the refactoring of the update into a helper method. Also remove the ...
Tim Almdal
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Forgot to commit local changes to item helper for K2.4
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-22
Add merge_or_where() to MY_Datatabase_Builder and use that instead of
Bharat Mediratta
2009-12-09
Refactor the code to check for name or slug conflicts and to update code out ...
Tim Almdal
2009-12-06
Remove the hidden form variable _method which was used in the no longer rest ...
Tim Almdal
2009-12-06
Further simplifications to viewable(). Stop trying to optimize for
Bharat Mediratta
2009-12-06
Get rid of unused _method param in the item edit form.
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-08
Fix line > 100 chars.
Bharat Mediratta
2009-09-08
Replace two preg_replace() calls with a single trim() call.
Bharat Mediratta
2009-09-08
Update item::convert_filename_to_slug() to eliminate leading and
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
[next]