Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-21 | Check to make sure that our permission system is working and report | Bharat Mediratta | |
back to our users in the edit permissions dialog. | |||
2009-05-21 | Ignore query parameters in the file proxy. This strips off the | Bharat Mediratta | |
recently added cache buster query param. | |||
2009-05-21 | Minor cleanups. | Bharat Mediratta | |
2009-05-21 | Changed Name label to Username, closes ticket #93 | Chad Kieffer | |
2009-05-21 | Change $view->action to a absolute url. | Bharat Mediratta | |
2009-05-21 | Redirect after success to the absolute url | Bharat Mediratta | |
2009-05-21 | Set display_errors to false for security. | Bharat Mediratta | |
2009-05-21 | Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em ↵ | Chad Kieffer | |
grouped | |||
2009-05-21 | Provide delete confirmations in quick pane and organize features. If | Tim Almdal | |
I've missed any spots let me know. | |||
2009-05-21 | Fix the admin credits, too | Bharat Mediratta | |
2009-05-21 | Move the credits string into core_theme::credits() | Bharat Mediratta | |
2009-05-21 | 1) This provides the editting functionality for albums and photos in the | Tim 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-20 | Move the first-admin-login steps out of the user module and into an event ↵ | Bharat Mediratta | |
listener in core | |||
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 | |