| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-03-06 | oops. fix accidental style change that slipped into last commit | Chris Kelly | |
| 2009-03-06 | Added json and filter as requirements | Chris Kelly | |
| 2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
| 2008-12-17 | Improve performance by finding the item without walking the tree. | Bharat Mediratta | |
| Instead, use the level and the name to get a short list of candidates, and check each one of those. In most cases, this query should give us the right result the first time. | |||
| 2008-12-17 | Change the album thumbnail/resize from _album.jpg to .album.pjg | Bharat Mediratta | |
| because the leading underscore confuses the Kohana router. | |||
| 2008-12-17 | Separate thumbnails out into var/thumbs. This clears up some ambiguity in ↵ | Bharat Mediratta | |
| Item_Model and simplifies file_proxy. It also means we can stop munging file names in the var/resizes hierarchy. In the process, rename "thumbnail" to "thumb" everywhere in honor of Chad (well, ok because it's shorter).. | |||
| 2008-12-16 | Add file_proxy. This is controller gets triggered by .htaccess | Bharat Mediratta | |
| protection on var/albums and var/resizes and only displays files to the user if they have "view" permission on the base ite. | |||
