Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-26 | ignore the var directory | tweety administrator | |
2009-05-26 | Since organize is now in the preview stage and will probably be | Tim Almdal | |
rewritten by beta2, pull all of its "tenticles" back into itself and out of core or tags module. | |||
2009-05-26 | clean up whitespace errors introduced in last commit | Bharat Mediratta | |
2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta | |
Install: <module>_installer::install() is called, any necessary tables are created. Activate: <module>_installer::activate() is called. Module controllers are routable, helpers are accessible, etc. The module is in use. Deactivate: <module>_installer::deactivate() is called. Module code is not accessible or routable. Module is *not* in use, but its tables are still around. Uninstall: <module>_installer::uninstall() is called. Module is completely removed from the database. Admin > Modules will install and activate modules, but will only deactivate (will NOT uninstall modules). | |||
2009-05-26 | Quick fix for ticket #144. Reapply event handler for delete link gDialog ↵ | Chad Kieffer | |
when group is refreshed. | |||
2009-05-26 | Link to gallery.panel.js from the head, not body. | Chad Kieffer | |
2009-05-26 | Fixed docblock reference | Chad Kieffer | |
2009-05-26 | Ignore index.local.php | Bharat Mediratta | |
2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
toggle, and forms to external files. | |||
2009-05-26 | White space fixes | Chad Kieffer | |
2009-05-25 | Changed name to username in user admin form labels | Chad Kieffer | |
2009-05-25 | Delete placeholder comments. | Bharat Mediratta | |
2009-05-24 | Partially revert r20906 -- it was breaking the test framework. | Bharat Mediratta | |
2009-05-24 | Make img_dimensions() return early if the width or height is zero (probably ↵ | Bharat Mediratta | |
a broken image). | |||
2009-05-24 | Change Kohana::include_path() to put APPPATH (core) at the end of the | Bharat Mediratta | |
module list so that all modules can override core views and helpers, etc for max application flexibility. | |||
2009-05-24 | Ignore core when we're loading modules (it's not a module!) | Bharat Mediratta | |
2009-05-24 | Use phpass as our hashing mechanism, and check for it first (instead | Bharat Mediratta | |
of checking G1/G2 techniquew first). | |||
2009-05-24 | Add support for index.local.php where you can override any existing settings ↵ | Bharat Mediratta | |
(useful for developers). This might be a bad idea; trying it out for now. | |||
2009-05-22 | Implement a basic tag management interface with the organize drawer | Tim Almdal | |
2009-05-22 | Set a minimum distance (10px) that the cursor has to move inorder for | Tim Almdal | |
the draggable functionality to be activated | |||
2009-05-22 | Added album icon before album titles. Thx again Ben. | Chad Kieffer | |
2009-05-21 | Standardize the method names | Tim Almdal | |
2009-05-21 | Set the error level to E_NONE for production. | Bharat Mediratta | |
2009-05-21 | Make our own cookie config and turn on the httponly setting. | Bharat Mediratta | |
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 |