summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2009-01-11Site menu restructure:Bharat Mediratta
2009-01-11Merge the site admin menu in under the regular Admin menu.Bharat Mediratta
2009-01-11Remove path normalization, the current normalization code didn't go far enoug...Andy Staudacher
2009-01-11MySQL strict fix for Item_Model test. Set all fields that have no default value.Andy Staudacher
2009-01-11Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, it...Andy Staudacher
2009-01-11Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in insert...Andy Staudacher
2009-01-11Fix all file structure issues (tabs, bad preambles, etc).Bharat Mediratta
2009-01-11Remove stray blank line, convert single to double quotes.Bharat Mediratta
2009-01-11Fix windows-style line endings.Bharat Mediratta
2009-01-11Allow .txt.php viewsBharat Mediratta
2009-01-11Reset module_names / modules early in load_modules() so that unit test framew...Bharat Mediratta
2009-01-11Rework the way we do theme selection. Show the currently active themeBharat Mediratta
2009-01-11Let admins override the theme with a query paramBharat Mediratta
2009-01-10Save individual theme valuesFelix Rabinovich
2009-01-10Submit theme valuesFelix Rabinovich
2009-01-10Display theme detailsFelix Rabinovich
2009-01-10Markup cleanup. It's more semantic now, but it doesn't look quite as nice (y...Bharat Mediratta
2009-01-10style cleanup.Bharat Mediratta
2009-01-10Split themes into two tabs for regular and admin themesFelix Rabinovich
2009-01-10Use the theme's avatar as the default if Gravatar doesn't have one.Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-09Theme Administration cleanup initializationFelix Rabinovich
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin them...Felix Rabinovich
2009-01-09Un hook the installer from load_modules, so testers can get to the scaffoldin...Tim Almdal
2009-01-09Stage 1 of the installer. basically check that we can start as far as Kohana ...Tim Almdal
2009-01-09HTML fixesAndy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08First step of i18n refactoring:Andy Staudacher
2009-01-08Don't toggle akismet::test_mode if akismet isn't installed.Bharat Mediratta
2009-01-08Add akismet::$test_mode, initialize it to TEST_MODE and don't contactBharat Mediratta
2009-01-08module::event now takes an unlimited number of argsBharat Mediratta
2009-01-08Update event calls to take the orig and new models so that event listeners ca...Bharat Mediratta
2009-01-07Properly implement 'root' as a legal factory typeBharat Mediratta
2009-01-07Add 'root' as a legal factory typeBharat Mediratta
2009-01-07Turn statistics into a menuBharat Mediratta
2009-01-07Rebuild 2 images at a time.Bharat Mediratta
2009-01-06Wrap permissions in a <fieldset> so that we get a label for the dialogBharat Mediratta
2009-01-06Add graphics::Can() to let us determine whether the active toolkitBharat Mediratta
2009-01-06Add pause and done buttons to the progressbarBharat Mediratta
2009-01-06Don't include jQuery. This means that the form won't work by itself, but we ...Bharat Mediratta
2009-01-06Don't make the overlay opaque when we're doing a dialog-based edit.Bharat Mediratta
2009-01-06Tabs -> spacesBharat Mediratta
2009-01-05Quick edit dialogs should stay on the same page and trigger a reload.Bharat Mediratta
2009-01-05Add silk edit imageBharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
2009-01-04Rename:Bharat Mediratta
2009-01-04Fix message line so that uploads workBharat Mediratta
2009-01-04Allow passing a query string as an argument to Item_Model::url()Bharat Mediratta
2009-01-04Linked up a photo's return to parent album view.Chad Kieffer
2009-01-04Guard against missing apache_get_version()Bharat Mediratta