summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2008-12-15Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 ↵Chad Kieffer
and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :(
2008-12-15Fix the reference to jquery-ui.packed.jsTim Almdal
2008-12-15Should be ul, not u#gLoginLinkChad Kieffer
2008-12-15Renamed vars used in dialog init to avoid confusion and conflicts.Chad Kieffer
2008-12-15revert the creation of a global gallery3 javascript variableTim Almdal
2008-12-15Forgot the quotesTim Almdal
2008-12-15Set up a global gallery3 javascript variable where we can put things that ↵Tim Almdal
need to be passed into the javascript
2008-12-15Switched login display from display in the header to a dialog. Validation ↵Chad Kieffer
errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders.
2008-12-15added missing png file to admin themeFelix Rabinovich
2008-12-15added move handle icon to the sidebar blocksJakob Hilden
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-15Argh, fix a bad rename.Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-15Add proper preambleBharat Mediratta
2008-12-15Refactor admin dashboard.Bharat Mediratta
o Copy all the assets from default to default_admin so that they're totally separate o Get rid of $item_theme o Rename list_users.html.php to users.html.php o use __call in admin controller to allow us to load any admin page
2008-12-14load admin subpages AJAXy wayFelix Rabinovich
2008-12-14refactored admin views and added 'List User'Felix Rabinovich
2008-12-14clean the links and require authorization before showing admin pagesFelix Rabinovich
2008-12-141. fix up the <link> and <script> elements in the dashboard <head>.Felix Rabinovich
2. made the images work properly
2008-12-14Fixed tabs and line endingsFelix Rabinovich
2008-12-14Created admin controller and made admin obey admin theme settingsFelix Rabinovich
2008-12-14Removed call to jquery.dimensionChad Kieffer
2008-12-14Removed jquery.dimension. It's methods are part of jquery core.Chad Kieffer
2008-12-13Sidebar and comment white space and text size updates.Chad Kieffer
2008-12-13Layout cleanup and simplification. Move view-mode buttons into sidebar, ↵Chad Kieffer
search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search.
2008-12-13Whoops. Missed this in the last commit.Chad Kieffer
2008-12-13Admin menu now similar to Wordpress admin menu.Chad Kieffer
2008-12-12Dashboard protoype updates: Added welcome/general info block, logo, login ↵Chad Kieffer
menu, link to view gallery, close links for blocks, changed Logs to Statistics, and upped the font size.
2008-12-12Missed this on the last commit. (Menu updates and added Gallery Info block ↵Chad Kieffer
for admin dashboard prototype.)
2008-12-12Apply padding-left to avoid overlap of text on message type icons. Menu ↵Chad Kieffer
updates and added Gallery Info block for admin dashboard prototype.
2008-12-12Keep .gError and other message type classes from wallpapering bg icons on ↵Chad Kieffer
form and form child elements.
2008-12-11Remove the options menus from the albums and photo pages and move to the ↵Tim Almdal
site menu
2008-12-11Destroy the popup dialog when it closes so there is nothing hanging around ↵Tim Almdal
and we can reuse it for a different popup
2008-12-11remove the <span class="ui-tabs-nav"> from arround the site menu. It was ↵Tim Almdal
clashing with the superfish styling.
2008-12-11Changes to the Menu.php:Tim Almdal
1) separate the classes that are generated by the Menu class from what is used for the rendering. The classes that are generated are gMenu, gMenuElement, and gMenuDialog for the Menu, Menu_Element and MenuDialog classes respectively. 2) Changed the ui.init.js to add the appropriate rendering classes to the above classes. All gMenu elements have the sf-menu class added. All elements of class gMenuDialog have the gDialogLink class added. 3) Use Superfish for the menus so they now float properly.
2008-12-11In progress admin dashboard prototype. Chad Kieffer
2008-12-11Fixed message spacing, removed borders for .gMessagesChad Kieffer
2008-12-11Added status message styles, container (.gMessages) and message types ↵Chad Kieffer
complete with icons for message types ( .gSuccess, .gError, .gWarning, .gInfo, .gHelp).
2008-12-09Combine all the ui.jquery files into a single packed file at version ↵Tim Almdal
(1.6rc2) copied from the the corresponding vendor branch. Move into the application/lib directory and remove from the theme. Remove the ui.jquery javascript from the rearrange module and use the common library.
2008-12-09Remove tabs, fix indentation.Bharat Mediratta
2008-12-09fixed album view button display in IE, link text is now visually hiddenChad Kieffer
2008-12-09Checked in jQuery superfish menu plugin, applied to item options menu. ↵Chad Kieffer
Updated album/item view icons.
2008-12-07Move form.html.php from themes/default/views to core/viewsTim Almdal
2008-12-07Changed how drawForms handles hidden fields. I make the assumption that ↵Tim Almdal
hidden fields will never have an error or label so rather then recursing to draw the hidden fields, we just render them. Also moved the hidden fields outside the <ul>.
2008-12-071) Revert the changes to Form_Upload and Form_Textarea, so we don't have to ↵Tim Almdal
change third party code. 2) Change drawForm to check for a non empty $input->class in order to determime if the element should be wrapped in <li>...</li>. If $input->class is empty then treat as a hidden field.
2008-12-07Merge gallery3/branches/menus back into gallery3/trunkTim Almdal
2008-12-07Style cleanups to make File_Structure_Test pass.Bharat Mediratta
2008-12-07Yay! Working item upload dialog from the album page! Chad Kieffer
2008-12-07Let dialogs be draggable for now.Chad Kieffer
2008-12-07First go around at reusable modal dialogs. Moved jQuery UI CSS into ↵Chad Kieffer
screen.css, moved default theme JS to js folder. Named jQuery UI files to match the file names as they distribute them. Removed accordion, it's not used yet.