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
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
2009-09-07
Remove unused item::validate_no_name_conflict() and a debug line.
Bharat Mediratta
2009-09-07
Add item::validate_url_safe() with a test.
Bharat Mediratta
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-19
Change the setting of page type from "item" to "photo". Thre is no page type
Tim Almdal
2009-08-18
Refactor the get maximum weight functionality into a method in the item helpe...
Tim Almdal
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-06-14
Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355.
Chad Kieffer
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
[prev]