Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-20 | Always set the graphics_toolkit_path, even if we're on GD. That'll | Bharat Mediratta | |
force it to show up in Admin > Settings > Advanced so that people can easily forcefully change over to ImageMagick or GraphicsMagick. | |||
2009-05-20 | Add a cache buster to thumbnail urls, using the item update time. | Bharat Mediratta | |
Fixes ticket #121. | |||
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-20 | Add a default image quality level. There's no UI for it, except Admin | Bharat Mediratta | |
> Settings > Advanced. The default is 75. | |||
2009-05-20 | Replace the old "add photo" form with the simple uploader version in | Bharat Mediratta | |
the "add a photo" quick menu option. | |||
2009-05-20 | Fix a typo; swapped uninstalled and installed. | Bharat Mediratta | |
2009-05-19 | Import album highlights. Fixes ticket #221. | Bharat Mediratta | |
2009-05-19 | Collate install/uninstall messages. Fixes ticket #288 | Bharat Mediratta | |
2009-05-19 | Rolled back r20813 to restore jump to comments, at least for now | Chad Kieffer | |
2009-05-19 | Added the nice new icons for the view buttons. No need to have them in a ↵ | Chad Kieffer | |
jQuery UI button, they stand well on their own. Thx to Ben Dunkle! | |||
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 | Turn on IN_PRODUCTION mode now across the board. Create our own error | Bharat Mediratta | |
page where we'll show whatever information is useful. Get rid of the IN_PRODUCTION hack in MY_View.php that we no longer need. | |||
2009-05-18 | Update filters | Bharat Mediratta | |
2009-05-18 | update PasswordHash path | Bharat Mediratta | |
2009-05-18 | verify csrf when installing/uninstalling modules | Bharat Mediratta | |
2009-05-18 | Clean up tmp when packaging | Bharat Mediratta | |
2009-05-18 | Restructure the code preamble checking tests to check all PHP files, | Bharat Mediratta | |
not just the ones that we created ourselves. | |||
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 | Define KOHANA as the front controller .php file. | Bharat Mediratta | |
2009-05-18 | Add preamble. http://dev.kohanaphp.com/issues/1661 | 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-18 | Fix preamble | Bharat Mediratta | |
2009-05-17 | Update preamble test to list all broken files at once | Bharat Mediratta | |
2009-05-17 | Update tests to reflect the new code that allows changing file and directory ↵ | Bharat Mediratta | |
names | |||
2009-05-17 | Make our dependency on json_encode() an explicit requirement | Bharat Mediratta | |
2009-05-17 | Define TMPPATH | Bharat Mediratta | |
2009-05-17 | Add var/tmp | Bharat Mediratta | |
2009-05-17 | Rollback some of the changes from r20822. But still pull the | Tim Almdal | |
determination of the function name and arguments to outside the module loop | |||
2009-05-17 | Skip over empty import modes. Fixes ticket #227 | Bharat Mediratta | |
2009-05-16 | Silently drop trailing periods in the album name so that we don't have | Bharat Mediratta | |
to throw up an error message (since we don't accept them in album names). | |||
2009-05-16 | Don't allow photos, albums or movies to have a trailing period to avoid | Bharat Mediratta | |
security problems. Ref http://dev.kohanaphp.com/issues/684). This plus r20823 resolves ticket #248. | |||
2009-05-16 | Don't allow albums/photos/movies to end in "." because it risks | Bharat Mediratta | |
securit issues (and so Kohana won't route them, see http://dev.kohanaphp.com/issues/684). Partial fix for ticket #248. | |||
2009-05-16 | Modify the module::event method to accept 2 additional parameters | Tim Almdal | |
instead of a variable list and then pass both of these parameters by reference to the event handlers. 2 parameters cover 100% of our existing event calls. | |||
2009-05-16 | Support renaming albums, photos and movies. | Bharat Mediratta | |
Fixes ticket #278. | |||
2009-05-16 | Don't allow the various ::create() methods to take "/" in the name. | Bharat Mediratta | |
2009-05-16 | Item_Model::rename() cannot accept new filenames that contain "/" | Bharat Mediratta | |
2009-05-16 | Implement Item_Model::rename(), with unit tests. | Bharat Mediratta | |
2009-05-16 | Rename the theme menu options under the Appearance menu. | Bharat Mediratta | |