summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
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-10Move site status message to the very top of the page, before the header.Chad Kieffer
2009-01-09Theme Administration cleanup initializationFelix Rabinovich
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin ↵Felix Rabinovich
themes yet
2009-01-09Added gCommentsAdminMenu to clearfix.Chad Kieffer
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-08Added avatar.jpg and pager.html.php (used in comments module)Bharat Mediratta
2009-01-08Updated todosChad Kieffer
2009-01-07Make any ul.gMenu into a sf-menuBharat Mediratta
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-04Reattach event listeners to open modal dialogs.Bharat Mediratta
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-02Set the admin layout to 100% of the window. Add IE fix stylesheet for admin ↵Chad Kieffer
theme, reduce height of admin header.
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
2009-01-01Applied #gPager to next/last nav, moved up above photo and moved photo title ↵Chad Kieffer
back to below the photo.
2009-01-01Update the CSS item ID and class application for items and albums in albums. ↵Chad Kieffer
Miscellaneous CSS updates.
2009-01-01For album-specific JS, key off of #gAlbumGrid rather than .gItem.Chad Kieffer
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2009-01-01Move debug CSS into core/css/debug.css, and enable it for admin themes alsoBharat Mediratta
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta
2008-12-31Simplify the next/previous logic in the theme by passing in a nullBharat Mediratta
next/prev sib if one didn't exist. (that's what we were supposed to be doing in the first place, anyway)
2008-12-31PhotoID -> PhotoId for consistencyBharat Mediratta
2008-12-31Add Item_Model::url() and use it where appropriate. Cleans up someBharat Mediratta
grotty looking stuff in themes.
2008-12-31Add sibling information on photo pages and a very simple next/previous ↵Bharat Mediratta
interface.
2008-12-31Minor refactor. Move some stuff out of $("document").ready to functions. ↵Chad Kieffer
Comment updates.
2008-12-30Add site_status to the default theme. Only admins will see messages for ↵Bharat Mediratta
now, but it's nice for them to see messages when browsing instead of just in the site admin
2008-12-30Drop .gShortForm in favor of using specific form ids (gSearchForm, ↵Chad Kieffer
gAddTagForm). This maintains styles when forms are are reloaded into the DOM. Haven't figured out how to fire shortFormInit() when a form is reloaded into the DOM, as gAddTagForm is :(
2008-12-30Missed these in r19485.Chad Kieffer
2008-12-30Refactored. Simplified organization a bit by combining sections. Restored ↵Chad Kieffer
block titles to h2. Moved #gMessage to #gContent. Removed .gClearFix class in favor of specifying selectors that require a clear fix.
2008-12-29Apply button bg image to Superfish menu items. Chad Kieffer
2008-12-29Re-add $theme->messages(), which got accidentally removed.Bharat Mediratta
2008-12-29Separate permanent messages out of the message helper and put themBharat Mediratta
into site_status. Show site status in the header in the admin theme.
2008-12-28Tighten up album grid display. Vertically align thumbnail/metadata in gItem ↵Chad Kieffer
container. Brought back borders. Use a neutral bg color for albums. Link item titles, not just thumbnails.
2008-12-27Rename pagination icons to follow convention.Chad Kieffer