| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-11 | Bag the header("Location:", ...);exit() and replace with | Tim Almdal | |
| url:site(url::abs_file(...)) Create a login_page.html to be used when there is no guest access to the root album. It doesn't have a sidebar nor breadcrumb. | |||
| 2009-03-11 | Force a login if everybody does not have access to the root | Tim Almdal | |
| item. ticket #118. | |||
| 2009-03-05 | Implement a Maintenance mode as per ticket: #15 | Tim Almdal | |
| 2009-02-26 | Support adding custom header/footer text to themes via admin/theme_details | Bharat Mediratta | |
| 2009-02-25 | Restore sidebar_top() | Chad Kieffer | |
| 2009-02-25 | Add support MP4 movies also. Flowplayer supports them and can stream | Bharat Mediratta | |
| them using the h264streaming plugin. Everything else is a fairly minor change. | |||
| 2009-02-23 | Restored txtright class that I'd deleted and forgotten to restore during ↵ | Chad Kieffer | |
| debugging | |||
| 2009-02-23 | Partial next/last pager fix for IE 6 and 7. Button's width is still foced to ↵ | Chad Kieffer | |
| 100%. Think this is a jQuery UI CSS issue and I haven't figured out an override for it yet. | |||
| 2009-02-22 | Need to have next/previous in place in a disabled state to maintain pager ↵ | Chad Kieffer | |
| layout. | |||
| 2009-02-22 | Very basic movie support. You can upload a FLV file, we use ffmpeg to | Bharat Mediratta | |
| extract a thumbnail out of it and if you click through we show it using flowplayer. | |||
| 2009-02-22 | Apply button styles to pager buttons and position in consistent locations. | Chad Kieffer | |
| 2009-02-20 | Change #Breadcrumbs to a css class. This allows the formatting to be | Tim Almdal | |
| used multiple times on the same page. (For example in a dialog box such as in jhilden's upload mockup) | |||
| 2009-02-15 | Hide the menu until we can superfish it so that we don't see the | Bharat Mediratta | |
| unstyled list appear which causes the page layout to flicker. | |||
| 2009-02-13 | Ticket #2. Tighten up search results UI. | Chad Kieffer | |
| 2009-02-12 | Added a show comment form button. Add comment form is revealed when the ↵ | Chad Kieffer | |
| button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page. | |||
| 2009-02-12 | Fixed gViewMenu button issues. Fixed major admin_default theme issues, ↵ | Chad Kieffer | |
| content now clears the menu. Added IE-specific stylesheet to admin theme. | |||
| 2009-02-10 | Simplify some logic. | Bharat Mediratta | |
| 2009-02-08 | Superfish is now in gallery3/trunk/lib/superfish | Bharat Mediratta | |
| 2009-02-08 | Move jQuery UI ThemeRoller css and images to lib. Should simplify future ↵ | Chad Kieffer | |
| updates, keep default theme directories clean. | |||
| 2009-02-06 | Apply default link styles to links in dialogs, including the Forgot Password ↵ | Chad Kieffer | |
| link. | |||
| 2009-02-04 | Drop request for jquery.listen.js, we don't use it | Bharat Mediratta | |
| 2009-01-16 | Don't show breadcrumb if there are no parents, not just on pages that aren't ↵ | Bharat Mediratta | |
| tags | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-14 | Create Item_Model::thumb_tag() and Item_Model::resize_tag() to provide | Bharat Mediratta | |
| an abstraction for when we add movie support. | |||
| 2009-01-12 | Implement 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-12 | Make the logos link back to the main album page for easy navigation. | Bharat Mediratta | |
| 2009-01-12 | Add 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-10 | Switch 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-10 | Site message placement and style adjustments. | Chad Kieffer | |
| 2009-01-10 | Updated 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-08 | i18n 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-04 | Started 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-03 | Stay 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-03 | Added a jump to comments button with a scroll to effect. | Chad Kieffer | |
| 2009-01-03 | Add a new quick-edit mode for editing photos when viewing albums. | Bharat Mediratta | |
| Implement image rotation this way. | |||
| 2009-01-03 | Added 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-02 | More 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-02 | Add dimensions to logo. | Bharat Mediratta | |
| 2009-01-01 | Applied #gPager to next/last nav, moved up above photo and moved photo title ↵ | Chad Kieffer | |
| back to below the photo. | |||
| 2009-01-01 | Update the CSS item ID and class application for items and albums in albums. ↵ | Chad Kieffer | |
| Miscellaneous CSS updates. | |||
| 2009-01-01 | Change 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-01 | Refactor common dialog JS code out into lib/gallery.dialog.js | Bharat Mediratta | |
| 2008-12-31 | Simplify the next/previous logic in the theme by passing in a null | Bharat 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-31 | PhotoID -> PhotoId for consistency | Bharat Mediratta | |
| 2008-12-31 | Add Item_Model::url() and use it where appropriate. Cleans up some | Bharat Mediratta | |
| grotty looking stuff in themes. | |||
| 2008-12-31 | Add sibling information on photo pages and a very simple next/previous ↵ | Bharat Mediratta | |
| interface. | |||
| 2008-12-30 | Add 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-30 | Missed these in r19485. | Chad Kieffer | |
| 2008-12-29 | Apply button bg image to Superfish menu items. | Chad Kieffer | |
| 2008-12-28 | Tighten 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. | |||
