summaryrefslogtreecommitdiff
path: root/themes/default
AgeCommit message (Collapse)Author
2009-01-16Comment and code format fixesChad Kieffer
2009-01-16Added drop target style, other minor admin dashboard style updates.Chad Kieffer
2009-01-16Don't show breadcrumb if there are no parents, not just on pages that aren't ↵Bharat Mediratta
tags
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Create Item_Model::thumb_tag() and Item_Model::resize_tag() to provideBharat Mediratta
an abstraction for when we add movie support.
2009-01-14Visually attach the quick edit menu to the thumbnail container. Added more ↵Chad Kieffer
edit options (move, select as album cover, delete, additional options). Need to decide which belong in the bar and which belong in a dropdown menu under "options."
2009-01-13Change admin/themes to show both styles of themes side by side. ThisBharat Mediratta
eliminates the menu, which is kind of clunky. While I'm at it, let's call the "regular" themes a "site theme" so we have "site" and "admin" themes.
2009-01-13Fixed vertical alignment of thumbs.Chad Kieffer
2009-01-12Updated vertical alignment of thumbnails.Chad Kieffer
2009-01-12Implement deleting dashboard blocks.Bharat Mediratta
* Refactor blocks so that they have a separate id vs css_id. This way we can have a unique identifier for each visual block. * Store blocks with a random id as their unique identifier * Add Admin_Dashboard::remove_block() and modify themes/admin_default/views/block.html.php to call it when you click the remove box.
2009-01-12Restored .understate for use to visually mute type (gray out).Chad Kieffer
2009-01-12Removed tabs. We're not using it now.Chad Kieffer
2009-01-12Make the logos link back to the main album page for easy navigation.Bharat Mediratta
2009-01-12Fix spelling of 'separator', which incidentally matches what's in the CSSBharat Mediratta
2009-01-12Fix spelling of 'resizable' and remove a duplicate.Bharat Mediratta
2009-01-12Missed an image.Chad Kieffer
2009-01-12Add all the files jquery ui needs, including css for each widget. ui.all.css ↵Chad Kieffer
includes calls to the widget css we're currently using. Add new widget css here.
2009-01-11Fix up the colors and background images for rows in gAdminMaintenance.Bharat Mediratta
2009-01-11Moved admin css that needs a home to admin theme. Removed bg texture from ↵Chad Kieffer
default theme's site menu and buttons. Leave 'em with a flat color for now.
2009-01-11Change admin/graphics to avoid using radio buttons. Instead, when youBharat Mediratta
hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit.
2009-01-11Rework the way we do theme selection. Show the currently active themeBharat Mediratta
and then thumbnails for all the other available themes. If you select one of the other available themes, it gives you a preview pane where you can look at either the main page or the site admin page with the new theme, then choose to activate it if you like it.
2009-01-11Improve name/descriptionsBharat Mediratta
2009-01-10(no commit message)Chad Kieffer
2009-01-10Switch the pager to use themeroller's icon sprites. I applied jquery ui css ↵Chad Kieffer
classes to newly added span classes in the pager templates directly, will likely move these out and apply through ui.init.js later.
2009-01-10Deleted icons used before jquery ui 1.6rc4 update. Renamed breadcrumb ↵Chad Kieffer
seperator to just seperator.
2009-01-10Site message placement and style adjustments.Chad Kieffer
2009-01-10Split themes into two tabs for regular and admin themesFelix Rabinovich
2009-01-10Add missing semicolonBharat Mediratta
2009-01-10Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and ↵Chad Kieffer
icons. No need to fix position dialogs anymore. Included the following in the combined file + i18n files. Requires push back up to vendor branch. UI Core Effects Core Draggable - Req'd by Sortable Resizeable - Image/watermark/avatar scaling Sortable - Rearrange Dialog - All over :) Datepicker - Edit albums/items Progressbar Highlight - Message display, comment addition Transfer - Adding tags from available list to field Not fully integrated into the default theme yet.
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin ↵Felix Rabinovich
themes yet
2009-01-09Reformated comment admin table layout. Added bulk action checkboxes and ↵Chad Kieffer
menu, reply link, and edit link, all of which need to be wired up.
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-08Updated todosChad Kieffer
2009-01-07Extract the Akismet driver from the Spam_Filter module into a moduleBharat Mediratta
in its own right. Clean up the tests, streamline the code and improve the admin interaction. Add a working stats page.
2009-01-07Default theme album thumbnailChad Kieffer
2009-01-06Refactor the way that dialogs work:Bharat Mediratta
1) Get rid of the resizing behavior; create the dialog in the right place and then show it. 2) Grab the fieldset legend and put it into the title of the dialog, so that we don't have to use title="" params in anchors. 3) Stop using fixed buttons and let the form define its own buttons. 4) Stop suppressing all form buttons.
2009-01-04Attempting to delete lightbox. Didn't mean to check this in.Chad Kieffer
2009-01-04Started to wire up album and photo view menus. Need photo's parent album ↵Chad Kieffer
link added. Also need add the slideshow link to the menu.
2009-01-04Fix windows-style line endingsBharat Mediratta
2009-01-03Stay on the right page when we navigate up in the breadcrumb.Bharat Mediratta
Introduce a "show" parameter which contains the id of the item that we want to show when we go to the parent's page.
2009-01-03Added a jump to comments button with a scroll to effect.Chad Kieffer
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.
2009-01-03Inject the drag and drop handle style via jQuery. Restore background color ↵Chad Kieffer
bars behind admin block titles.
2009-01-03Added default user avatar. Comment thread updates, including display of ↵Chad Kieffer
avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css.
2009-01-02More admin menu cleanup to reduce it's height. Removed redundant admin theme ↵Chad Kieffer
images, these are included in the default theme. Added a favicon.
2009-01-02Remove Superfish navbar CSS. It's not being used.Chad Kieffer
2009-01-02Added basic table styles. Fixed width issue on gContent in the admin theme. ↵Chad Kieffer
Only display background colors on gInfo, gError, gWarning, etc. if they appear in gSiteStatus or gMessage. Miscellaneous form style updates.
2009-01-02Forgot to make updates for IE after removing gClearfix.Chad Kieffer
2009-01-02Switched admin menu from navbar back to plain menu, plain dropdowns are more ↵Chad Kieffer
usable. Minor text formatting updates.
2009-01-02Add dimensions to logo.Bharat Mediratta