Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-20 | Avoid complex inserts in available_tasks() to make admin/maintenance | Bharat Mediratta | |
run faster. This fixes ticket #235. Incidentally, refactor exif and search to use the same patterns overall so that if you understand one, you understand the other and they generally use the same strings for localization. | |||
2009-05-20 | Avoid doing an expensive insert in available_tasks(). Partial fix for ↵ | Bharat Mediratta | |
ticket #235. | |||
2009-05-20 | Don't import non-viewable image types (eg: psd). Swap in a broken | Bharat Mediratta | |
image instead so that we at least have a target for comments. Fixes ticket #294 | |||
2009-05-19 | Import album highlights. Fixes ticket #221. | Bharat Mediratta | |
2009-05-19 | Rolled back r20813 to restore jump to comments, at least for now | Chad Kieffer | |
2009-05-19 | If there's a missing source image during import, swap in our "broken | Bharat Mediratta | |
image" placeholder and keep on trucking. Oh, and notify the admin. Fixes ticket #287 | |||
2009-05-18 | This takes us the next step closer to providing bulk edit. We still | Tim Almdal | |
can't edit, but we are getting closer :-). This change sets up a framework for modules to contribute edit panels to the organize drawer. Currently implemented General (albums and photos), Sort Order (albums only) and Manage Tags | |||
2009-05-18 | Get rid of trailing whitespace in security preamble | Bharat Mediratta | |
2009-05-18 | Get rid of trailing whitespace in preamble | Bharat Mediratta | |
2009-05-18 | Update preamble to avoid extra opening php block | Bharat Mediratta | |
2009-05-18 | Fix security preambles | Bharat Mediratta | |
2009-05-18 | Add security preamble | Bharat Mediratta | |
2009-05-18 | Move 3rd party PasswordHash library into the "lib" dir for | Bharat Mediratta | |
consistency. No 3rd party libs in "libraries", at least for now. | |||
2009-05-18 | Remove modules/unit_test/views; we don't use them | Bharat Mediratta | |
2009-05-18 | Merged /gallery3/vendor/forge/modified:r20843 | Bharat Mediratta | |
Added preamble to all Forge files. | |||
2009-05-18 | Remove Forge files that we don't use | Bharat Mediratta | |
2009-05-18 | There's a new view for CLI unit test output in the Unit_Test library | Bharat Mediratta | |
2009-05-18 | Updated kohana and modules/unit_test to upstream r4356 | Bharat Mediratta | |
2009-05-17 | Skip over empty import modes. Fixes ticket #227 | Bharat Mediratta | |
2009-05-14 | Use ternary operators to tighten up some logic | Bharat Mediratta | |
2009-05-14 | Get rid of the 'View comments on this item' menu option for photos. | Bharat Mediratta | |
It doesn't fit in with the others and as Jakob points out, the scroll wheel on the mouse is perfectly sufficient. I'll leave the icon around, though. | |||
2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
2009-05-13 | Create a new "add" permission and require it at the controller level | Bharat Mediratta | |
when adding photos/movies/albums | |||
2009-05-13 | Set the default transparency to 1 (no transparency at all) | Bharat Mediratta | |
2009-05-13 | Don't allow admins to delete the guest user. Fixes ticket #213 | Bharat Mediratta | |
2009-05-13 | Make the 'this user cannot be deleted' link actually not clickable. | Bharat Mediratta | |
2009-05-13 | Variety of changes to the way we do user editing: | Bharat Mediratta | |
1) Allow admins to edit the admin bit of other admins 2) Don't allow admins to delete themselves (partial fix for ticket #213) 3) Inline user::update(). Don't do form processing in helper methods! 4) Inline user::_get_edit_form() so that we can treat edit forms differently. Trying to hard to make common functions makes for weird edge cases. | |||
2009-05-13 | Colorize admin user rows to make them stand out | Bharat Mediratta | |
2009-05-13 | Use the name field if the full_name field is empty. | Bharat Mediratta | |
2009-05-13 | Allow users to enter multiple tags at once, split by space, semicolon | Bharat Mediratta | |
or comma. Fixes ticket #193. | |||
2009-05-13 | Log password reset attempts. Fixes ticket #251. | Bharat Mediratta | |
2009-05-13 | Fix the logical inversion of the transparency field. Now, 100% is max | Bharat Mediratta | |
transparency and 1% is min transparency (no transparency at all). Fixes ticket #204. | |||
2009-05-12 | Use the module_change event to figure out if the rss module is | Bharat Mediratta | |
inactive. If it is, we need to alert the admin user. | |||
2009-05-12 | Gracefully handle duplicate groups. Fixes ticket #280 | Bharat Mediratta | |
2009-05-12 | Add group::lookup_by_name() | Bharat Mediratta | |
2009-05-12 | Fix a comment. | Bharat Mediratta | |
2009-05-12 | Deal with the user-entered g2 embed.php path a little more sanely so that if ↵ | Bharat Mediratta | |
the user enters the path to G2 itself, we find the embed.php path from there. | |||
2009-05-12 | Beautify the status text | Bharat Mediratta | |
2009-05-12 | Skip the copy if the watermark module is enabled *and* there's a watermark. | Bharat Mediratta | |
2009-05-12 | Import keywords as tags. | Bharat Mediratta | |
Refactor the general flow of g2_import_task::import() to simplify it and make it more sensible. It had gotten a little overgrown. It's still a little overgrown, but I don't see an easy way to simplify it from here. | |||
2009-05-12 | Don't divide by zero if there are no photos in the Gallery. | Bharat Mediratta | |
2009-05-12 | Import tags. | Bharat Mediratta | |
2009-05-12 | Deal gracefully with the case that the Gallery 2 instance didn't have | Bharat Mediratta | |
any resizes (or thumbnails). Fix a case where we were over-weighting the max dimension for square resizes and thumbs. | |||
2009-05-11 | Import comments. This was a lot easier than I thought it would be | Bharat Mediratta | |
2009-05-11 | Refactor to support pagination and simplify the code. | Bharat Mediratta | |
- Simplify the public controller methods - Fix a bug where missing thumbnails would cause a divide by zero error - actually pay attention to the page # for pagination and limit the query accordingly. | |||
2009-05-11 | Update exif lib to upstream r3901 which resolves the following tickets: | Bharat Mediratta | |
http://www.zenphoto.org/trac/ticket/1117 http://www.zenphoto.org/trac/ticket/1118 | |||
2009-05-11 | Framework for importing comments -- we don't actually do the import yet | Bharat Mediratta | |
2009-05-11 | Add some comments | Bharat Mediratta | |
2009-05-11 | Don't attempt to interact with comments if the Gallery2 comment module is ↵ | Bharat Mediratta | |
not installed. Resolves ticket #276 | |||
2009-05-11 | Correct the reference to $item->id | Tim Almdal | |