Commit Graph
2240 Commits
Author SHA1 Message Date
Tim Almdal ee0bd765b6 Implement a basic tag management interface with the organize drawer 2009-05-22 16:14:42 +00:00
Tim Almdal 0451351f51 Set a minimum distance (10px) that the cursor has to move inorder for
the draggable functionality to be activated
2009-05-22 16:13:37 +00:00
Chad Kieffer 11c8a84f49 Added album icon before album titles. Thx again Ben. 2009-05-22 00:12:37 +00:00
Tim Almdal de9f045094 Standardize the method names 2009-05-21 14:01:26 +00:00
Bharat Mediratta fdf7ce24f5 Set the error level to E_NONE for production. 2009-05-21 06:27:21 +00:00
Bharat Mediratta 79236fdaa7 Make our own cookie config and turn on the httponly setting. 2009-05-21 06:20:11 +00:00
Bharat Mediratta c9101bc086 Check to make sure that our permission system is working and report
back to our users in the edit permissions dialog.
2009-05-21 06:06:08 +00:00
Bharat Mediratta cce2f3e77a Ignore query parameters in the file proxy. This strips off the
recently added cache buster query param.
2009-05-21 05:54:59 +00:00
Bharat Mediratta 6f279e4c2d Minor cleanups. 2009-05-21 05:07:12 +00:00
Chad Kieffer cc329526c0 Changed Name label to Username, closes ticket #93 2009-05-21 04:48:53 +00:00
Bharat Mediratta 223669168b Change $view->action to a absolute url. 2009-05-21 04:05:37 +00:00
Bharat Mediratta ec6c9b635b Redirect after success to the absolute url 2009-05-21 03:50:48 +00:00
Bharat Mediratta b5ff14df33 Set display_errors to false for security. 2009-05-21 03:42:24 +00:00
Chad Kieffer 893243b048 Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em grouped 2009-05-21 03:38:24 +00:00
Tim Almdal 09c8953af7 Provide delete confirmations in quick pane and organize features. If
I've missed any spots let me know.
2009-05-21 02:24:37 +00:00
Bharat Mediratta d4189d947d Fix the admin credits, too 2009-05-21 02:03:21 +00:00
Bharat Mediratta 9d761b4a66 Move the credits string into core_theme::credits() 2009-05-21 02:00:17 +00:00
Tim Almdal a9e3692027 1) This provides the editting functionality for albums and photos in the
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-21 01:31:29 +00:00
Bharat Mediratta f24c8f66ea Move the first-admin-login steps out of the user module and into an event listener in core 2009-05-20 16:49:06 +00:00
Bharat Mediratta 3dc5571629 Always set the graphics_toolkit_path, even if we're on GD. That'll
force it to show up in Admin > Settings > Advanced so that people can
easily forcefully change over to ImageMagick or GraphicsMagick.
2009-05-20 16:42:49 +00:00
Bharat Mediratta 2e204cac78 Add a cache buster to thumbnail urls, using the item update time.
Fixes ticket #121.
2009-05-20 06:58:47 +00:00
Bharat Mediratta 774e0b3737 Avoid complex inserts in available_tasks() to make admin/maintenance
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 06:10:14 +00:00
Bharat Mediratta 54fe2c600e Avoid doing an expensive insert in available_tasks(). Partial fix for ticket #235. 2009-05-20 05:46:34 +00:00
Bharat Mediratta dc3df4d6ac Don't import non-viewable image types (eg: psd). Swap in a broken
image instead so that we at least have a target for comments.

Fixes ticket #294
2009-05-20 04:25:10 +00:00
Bharat Mediratta 0536025ff6 Add a default image quality level. There's no UI for it, except Admin
> Settings > Advanced.  The default is 75.
2009-05-20 04:04:50 +00:00
Bharat Mediratta 006e0b4f28 Replace the old "add photo" form with the simple uploader version in
the "add a photo" quick menu option.
2009-05-20 03:24:39 +00:00
Bharat Mediratta f850bf75cf Fix a typo; swapped uninstalled and installed. 2009-05-20 01:18:14 +00:00
Bharat Mediratta 170e9d6462 Import album highlights. Fixes ticket #221. 2009-05-19 07:31:21 +00:00
Bharat Mediratta a0e0c48e47 Collate install/uninstall messages. Fixes ticket #288 2009-05-19 05:59:30 +00:00
Chad Kieffer 730cc7aabb Rolled back r20813 to restore jump to comments, at least for now 2009-05-19 04:20:52 +00:00
Chad Kieffer 8855be0c33 Added the nice new icons for the view buttons. No need to have them in a jQuery UI button, they stand well on their own. Thx to Ben Dunkle! 2009-05-19 04:17:03 +00:00
Bharat Mediratta ad347c0456 If there's a missing source image during import, swap in our "broken
image" placeholder and keep on trucking.  Oh, and notify the admin.

Fixes ticket #287
2009-05-19 03:54:33 +00:00
Tim Almdal 762ca22544 This takes us the next step closer to providing bulk edit. We still
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 19:34:03 +00:00
Bharat Mediratta ad16488643 Turn on IN_PRODUCTION mode now across the board. Create our own error
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 06:30:32 +00:00
Bharat Mediratta 09d0cd6f01 Update filters 2009-05-18 06:22:16 +00:00
Bharat Mediratta bdd5c3a575 update PasswordHash path 2009-05-18 04:52:19 +00:00
Bharat Mediratta 13cc8bc706 verify csrf when installing/uninstalling modules 2009-05-18 04:21:02 +00:00
Bharat Mediratta 34d8b49aed Clean up tmp when packaging 2009-05-18 04:20:36 +00:00
Bharat Mediratta f660fa1e3b Restructure the code preamble checking tests to check all PHP files,
not just the ones that we created ourselves.
2009-05-18 04:15:35 +00:00
Bharat Mediratta 5f853b9a1b Get rid of trailing whitespace in security preamble 2009-05-18 04:13:09 +00:00
Bharat Mediratta 2867ca2bcd Get rid of trailing whitespace in preamble 2009-05-18 04:02:54 +00:00
Bharat Mediratta a1ad048ef2 Update preamble to avoid extra opening php block 2009-05-18 04:00:20 +00:00
Bharat Mediratta 29e8bd5230 Fix security preambles 2009-05-18 03:55:34 +00:00
Bharat Mediratta 39bfe5ee74 Add security preamble 2009-05-18 03:51:15 +00:00
Bharat Mediratta 993742feb3 Move 3rd party PasswordHash library into the "lib" dir for
consistency.  No 3rd party libs in "libraries", at least for now.
2009-05-18 03:39:42 +00:00
Bharat Mediratta 5133d2cbb9 Remove modules/unit_test/views; we don't use them 2009-05-18 03:34:12 +00:00
Bharat Mediratta abeec7c7b8 Merged /gallery3/vendor/forge/modified:r20843
Added preamble to all Forge files.
2009-05-18 03:28:46 +00:00
Bharat Mediratta 2cf9b95f5f Remove Forge files that we don't use 2009-05-18 00:31:03 +00:00
Bharat Mediratta 59b0e40f65 Define KOHANA as the front controller .php file. 2009-05-18 00:28:20 +00:00
Bharat Mediratta 70184a041d Add preamble. http://dev.kohanaphp.com/issues/1661 2009-05-18 00:21:05 +00:00