summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-27Normalize root update time in the installerBharat Mediratta
Rebuild install.sql
2009-05-27Fix a typo in the class nameBharat Mediratta
2009-05-27Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-05-27standardize the version check between installer/index.php and index.phptim almdal
2009-05-27Manually updated to change 'core' to 'gallery'Bharat Mediratta
2009-05-27Convert a few more references of APPPATH to MODPATH/galleryBharat Mediratta
2009-05-27Show the scaffolding link if the controller is around.Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
gallery module. This type of mass update is prone to some small bugs.
2009-05-27Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ↵Bharat Mediratta
comfortable with us not clearly drawing the distinction about the fact that it's Kohana.
2009-05-27Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-05-27Restructure 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-27Add index.local.php to the .gitignoretim almdal
2009-05-27ignore index.local.phpBharat Mediratta
2009-05-27Regenerate the session id every time through login::_auth() to avoid session ↵Bharat Mediratta
trapping.
2009-05-27Use a random value for the password reset hash to reduce the chancesBharat Mediratta
that it can be guessed by an attacker.
2009-05-26Added -x table prefix docs.Bharat Mediratta
2009-05-26Refresh of SWFUpload 2.2.0.1 (functionally the same as before)Bharat Mediratta
2009-05-26Updated Forge to r179Bharat Mediratta
2009-05-26Update Kohana to r4357Bharat Mediratta
2009-05-26ignore the var directorytweety administrator
2009-05-26Since organize is now in the preview stage and will probably beTim Almdal
rewritten by beta2, pull all of its "tenticles" back into itself and out of core or tags module.
2009-05-26clean up whitespace errors introduced in last commitBharat Mediratta
2009-05-26Restructure 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-26Quick fix for ticket #144. Reapply event handler for delete link gDialog ↵Chad Kieffer
when group is refreshed.
2009-05-26Link to gallery.panel.js from the head, not body.Chad Kieffer
2009-05-26Fixed docblock referenceChad Kieffer
2009-05-26Ignore index.local.phpBharat Mediratta
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel ↵Chad Kieffer
toggle, and forms to external files.
2009-05-26White space fixesChad Kieffer
2009-05-25Changed name to username in user admin form labelsChad Kieffer
2009-05-25Delete placeholder comments.Bharat Mediratta
2009-05-24Partially revert r20906 -- it was breaking the test framework.Bharat Mediratta
2009-05-24Make img_dimensions() return early if the width or height is zero (probably ↵Bharat Mediratta
a broken image).
2009-05-24Change Kohana::include_path() to put APPPATH (core) at the end of theBharat Mediratta
module list so that all modules can override core views and helpers, etc for max application flexibility.
2009-05-24Ignore core when we're loading modules (it's not a module!)Bharat Mediratta
2009-05-24Use phpass as our hashing mechanism, and check for it first (insteadBharat Mediratta
of checking G1/G2 techniquew first).
2009-05-24Add 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-22Implement a basic tag management interface with the organize drawerTim Almdal
2009-05-22Set a minimum distance (10px) that the cursor has to move inorder forTim Almdal
the draggable functionality to be activated
2009-05-22Added album icon before album titles. Thx again Ben.Chad Kieffer
2009-05-21Standardize the method namesTim Almdal
2009-05-21Set the error level to E_NONE for production.Bharat Mediratta
2009-05-21Make our own cookie config and turn on the httponly setting.Bharat Mediratta
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