summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-21Check to make sure that our permission system is working and reportBharat Mediratta
back to our users in the edit permissions dialog.
2009-05-21Ignore query parameters in the file proxy. This strips off theBharat Mediratta
recently added cache buster query param.
2009-05-21Minor cleanups.Bharat Mediratta
2009-05-21Changed Name label to Username, closes ticket #93Chad Kieffer
2009-05-21Change $view->action to a absolute url.Bharat Mediratta
2009-05-21Redirect after success to the absolute urlBharat Mediratta
2009-05-21Set display_errors to false for security.Bharat Mediratta
2009-05-21Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em ↵Chad Kieffer
grouped
2009-05-21Provide delete confirmations in quick pane and organize features. IfTim Almdal
I've missed any spots let me know.
2009-05-21Fix the admin credits, tooBharat Mediratta
2009-05-21Move the credits string into core_theme::credits()Bharat Mediratta
2009-05-211) This provides the editting functionality for albums and photos in theTim Almdal
organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231
2009-05-20Move the first-admin-login steps out of the user module and into an event ↵Bharat Mediratta
listener in core
2009-05-20Always set the graphics_toolkit_path, even if we're on GD. That'llBharat Mediratta
force it to show up in Admin > Settings > Advanced so that people can easily forcefully change over to ImageMagick or GraphicsMagick.
2009-05-20Add a cache buster to thumbnail urls, using the item update time.Bharat Mediratta
Fixes ticket #121.
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat 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-20Avoid doing an expensive insert in available_tasks(). Partial fix for ↵Bharat Mediratta
ticket #235.
2009-05-20Don't import non-viewable image types (eg: psd). Swap in a brokenBharat Mediratta
image instead so that we at least have a target for comments. Fixes ticket #294
2009-05-20Add a default image quality level. There's no UI for it, except AdminBharat Mediratta
> Settings > Advanced. The default is 75.
2009-05-20Replace the old "add photo" form with the simple uploader version inBharat Mediratta
the "add a photo" quick menu option.
2009-05-20Fix a typo; swapped uninstalled and installed.Bharat Mediratta
2009-05-19Import album highlights. Fixes ticket #221.Bharat Mediratta
2009-05-19Collate install/uninstall messages. Fixes ticket #288Bharat Mediratta
2009-05-19Rolled back r20813 to restore jump to comments, at least for nowChad Kieffer
2009-05-19Added 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-19If there's a missing source image during import, swap in our "brokenBharat Mediratta
image" placeholder and keep on trucking. Oh, and notify the admin. Fixes ticket #287
2009-05-18This takes us the next step closer to providing bulk edit. We stillTim 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-18Turn on IN_PRODUCTION mode now across the board. Create our own errorBharat 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-18Update filtersBharat Mediratta
2009-05-18update PasswordHash pathBharat Mediratta
2009-05-18verify csrf when installing/uninstalling modulesBharat Mediratta
2009-05-18Clean up tmp when packagingBharat Mediratta
2009-05-18Restructure the code preamble checking tests to check all PHP files,Bharat Mediratta
not just the ones that we created ourselves.
2009-05-18Get rid of trailing whitespace in security preambleBharat Mediratta
2009-05-18Get rid of trailing whitespace in preambleBharat Mediratta
2009-05-18Update preamble to avoid extra opening php blockBharat Mediratta
2009-05-18Fix security preamblesBharat Mediratta
2009-05-18Add security preambleBharat Mediratta
2009-05-18Move 3rd party PasswordHash library into the "lib" dir forBharat Mediratta
consistency. No 3rd party libs in "libraries", at least for now.
2009-05-18Remove modules/unit_test/views; we don't use themBharat Mediratta
2009-05-18Merged /gallery3/vendor/forge/modified:r20843Bharat Mediratta
Added preamble to all Forge files.
2009-05-18Remove Forge files that we don't useBharat Mediratta
2009-05-18Define KOHANA as the front controller .php file.Bharat Mediratta
2009-05-18Add preamble. http://dev.kohanaphp.com/issues/1661Bharat Mediratta
2009-05-18There's a new view for CLI unit test output in the Unit_Test libraryBharat Mediratta
2009-05-18Updated kohana and modules/unit_test to upstream r4356Bharat Mediratta
2009-05-18Fix preambleBharat Mediratta
2009-05-17Update preamble test to list all broken files at onceBharat Mediratta
2009-05-17Update tests to reflect the new code that allows changing file and directory ↵Bharat Mediratta
names
2009-05-17Make our dependency on json_encode() an explicit requirementBharat Mediratta