summaryrefslogtreecommitdiff
path: root/core/helpers/core_installer.php
AgeCommit message (Expand)Author
2009-04-05Add a weight column to the items model. Change the album ordering toTim Almdal
2009-03-24change version from "3.0 Alpha 3" to "3.0 pre-beta svn"Bharat Mediratta
2009-03-20Set our version to 3.0 Alpha 3 and add 'logs' as a dir we create at install timeBharat Mediratta
2009-03-19Rejigger the way we do reinstalls while Kohana is running.Bharat Mediratta
2009-03-18Remove semi-colons from single sql statements and correct anoterTim Almdal
2009-03-17Treat calls to install() with TEST_MODE set to be initial installs. At least...Bharat Mediratta
2009-03-16Set the sort_column and sort_order for the root albumBharat Mediratta
2009-03-09Restructure the sort order to maintain the sort column and sort orderTim Almdal
2009-03-09On second thought, make the description column varchar(2048) instead.Bharat Mediratta
2009-03-09Make the description a text column so that we can handle much largerBharat Mediratta
2009-03-08Log the user in as admin after running the web installer, and giveBharat Mediratta
2009-03-08Update sort order processing per Bharat's feedbackTim Almdal
2009-03-08Implement Sortable albums. Current sort fields include (CreationTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27* Refactor task management methods from admin_maintenance.php toTim Almdal
2009-02-26Update to image_block based on bharat's feedbackTim Almdal
2009-02-24Fix i18n create table sql (forgot to change core_install.php)Andy Staudacher
2009-02-10Move site default_locale into DB (vars) and add a per user locale preference.Andy Staudacher
2009-02-09Add local localization functionality. Local = no means to upload / download t...Andy Staudacher
2009-02-08rollback r20001-r19998, r19995. This may require a reinstallTim Almdal
2009-02-06Implement fix for ticket #35. *** Requires reinstall of core ***Tim Almdal
2009-01-19Put the <a> element inside the internationalized text.Bharat Mediratta
2009-01-18Drag and drop in the admin dashboard now saves the location.Bharat Mediratta
2009-01-18Refactor dashboard -> block_manager since it'll manage blocks siteBharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-13Change admin/themes to show both styles of themes side by side. ThisBharat Mediratta
2009-01-13Models should be named in adjective_noun form to make pluralizatoinBharat Mediratta
2009-01-12Refactor dashboard block handling out into a dashboard helper so thatBharat Mediratta
2009-01-12Implement deleting dashboard blocks.Bharat Mediratta
2009-01-12Dashboard blocks are now data driven, and you can add new blocks toBharat Mediratta
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin them...Felix Rabinovich
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08First step of i18n refactoring:Andy Staudacher
2008-12-31Preliminary "Edit Permissions" dialog. You can't change permissionsBharat Mediratta
2008-12-30Oops, this got left out of r19497Bharat Mediratta
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-29Oops, my last change broke the default resize dimensionsBharat Mediratta
2008-12-29Make graphics rules take named parameters. This will give us someBharat Mediratta
2008-12-28Expand on the maintenance code to make it more robust and give theBharat Mediratta
2008-12-28First round of a task framework. Tasks are job definitions stored inBharat Mediratta
2008-12-26Added the concept of "permanent" messages that we show to admins. UseBharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-23Allow the site admin to upload watermark images. Can't do much with them yet.Bharat Mediratta
2008-12-21Report actual log entries in the "log entries" admin block.Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta
2008-12-20Add "created" and "updated" timestamps to the items table.Bharat Mediratta
2008-12-20Add view counts and show them properly.Bharat Mediratta