summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2009-01-15Added gQuick to album_top, started implementation, but incomplete so far. Nee...Chad Kieffer
2009-01-15Minor display updates for quick edit menu.Chad Kieffer
2009-01-15Rename 'xxx_changed' events to 'xxx_updated'Bharat Mediratta
2009-01-15Rename eventsBharat Mediratta
2009-01-15whitespace fix.Bharat Mediratta
2009-01-14Create Item_Model::thumb_tag() and Item_Model::resize_tag() to provideBharat Mediratta
2009-01-14Visually attach the quick edit menu to the thumbnail container. Added more ed...Chad Kieffer
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-14Initialize the model_cache:: as an array and use sub arrays to maintain the c...Tim Almdal
2009-01-14make model_cache::get() a static functionTim Almdal
2009-01-14Fix preambleBharat Mediratta
2009-01-14Correct the initial value get active blocksTim Almdal
2009-01-14Since module_Core is static the methods, get_var, set_var, etc should be staticTim Almdal
2009-01-13moved graphics toolkit logo images to g3. approval to redistribute from each ...Chris Kelly
2009-01-13Call 'site' themes 'Gallery' themes since site means less to users. Fix swap...Bharat Mediratta
2009-01-13Put up a nice message if there are no other themes available toBharat Mediratta
2009-01-13Change admin/themes to show both styles of themes side by side. ThisBharat Mediratta
2009-01-13Update quick edit markup, styles, js. One step towards jquery ui theme.Chad Kieffer
2009-01-13Make the admin/graphics UI mimic admin/themes with a single selectedBharat Mediratta
2009-01-13Fix indentation.Bharat Mediratta
2009-01-13Update translations to put anchors directly into the translation.Bharat Mediratta
2009-01-13Reverse the last change; forgot that {$key} is treated speciallyBharat Mediratta
2009-01-13Use variable interpolation to reduce code sizeBharat 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-12Keep CSS selector attribute definitions alphabetized.Chad Kieffer
2009-01-12Minor markup cleanup.Chad Kieffer
2009-01-12Theme admin refinement. Make more room to show the preview by enlarging the i...Chad Kieffer
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-12Dashboard blocks are now data driven, and you can add new blocks toBharat Mediratta
2009-01-12Gallery version now lives in a variableBharat Mediratta
2009-01-12Only the admin dashboard has a sidebar now.Bharat Mediratta
2009-01-11Fix up the colors and background images for rows in gAdminMaintenance.Bharat Mediratta
2009-01-11Change admin/graphics to avoid using radio buttons. Instead, when youBharat Mediratta
2009-01-11Deleted unused MY_Form_RadioBharat Mediratta
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