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-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