Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-27 | Fix a typo in the class name | Bharat Mediratta | |
2009-05-27 | Convert a few more references of APPPATH to MODPATH/gallery | Bharat Mediratta | |
2009-05-27 | Show the scaffolding link if the controller is around. | Bharat Mediratta | |
2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
gallery module. This type of mass update is prone to some small bugs. | |||
2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
2009-05-27 | Regenerate the session id every time through login::_auth() to avoid session ↵ | Bharat Mediratta | |
trapping. | |||
2009-05-27 | Use a random value for the password reset hash to reduce the chances | Bharat Mediratta | |
that it can be guessed by an attacker. | |||
2009-05-26 | Updated Forge to r179 | Bharat Mediratta | |
2009-05-26 | Update Kohana to r4357 | Bharat Mediratta | |
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 | 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 | Use phpass as our hashing mechanism, and check for it first (instead | Bharat Mediratta | |
of checking G1/G2 techniquew first). | |||
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-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 | Provide delete confirmations in quick pane and organize features. If | Tim Almdal | |
I've missed any spots let me know. | |||
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 | 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-19 | Import album highlights. Fixes ticket #221. | Bharat Mediratta | |
2009-05-19 | Rolled back r20813 to restore jump to comments, at least for now | Chad Kieffer | |
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 | 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 | 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-17 | Skip over empty import modes. Fixes ticket #227 | Bharat Mediratta | |
2009-05-14 | Use ternary operators to tighten up some logic | Bharat Mediratta | |
2009-05-14 | Get rid of the 'View comments on this item' menu option for photos. | Bharat Mediratta | |
It doesn't fit in with the others and as Jakob points out, the scroll wheel on the mouse is perfectly sufficient. I'll leave the icon around, though. | |||
2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
2009-05-13 | Create a new "add" permission and require it at the controller level | Bharat Mediratta | |
when adding photos/movies/albums |