| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-09 | Combine 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-09 | Remove tabs, fix indentation. | Bharat Mediratta | |
| 2008-12-09 | Checked in jQuery superfish menu plugin, applied to item options menu. ↵ | Chad Kieffer | |
| Updated album/item view icons. | |||
| 2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
| 2008-12-07 | Changed 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-07 | 1) 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-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |
| 2008-12-07 | Style cleanups to make File_Structure_Test pass. | Bharat Mediratta | |
| 2008-12-07 | Yay! Working item upload dialog from the album page! | Chad Kieffer | |
| 2008-12-07 | First 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. | |||
| 2008-12-06 | Switch the slideshow link from text to icon. | Chad Kieffer | |
| 2008-12-05 | Added album and item view icons (album, hybrid, slideshow, full size). Added ↵ | Chad Kieffer | |
| "Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views. | |||
| 2008-12-01 | In place editing in breadcrumbs is a bit much, plus, it breaks the layout. ↵ | Chad Kieffer | |
| Removing, at least for now. | |||
| 2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of ↵ | Chad Kieffer | |
| specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup. | |||
| 2008-11-28 | Dynamically reset the dimensions of resized photos to fit if they're too wide. | Chad Kieffer | |
| 2008-11-28 | Add credits theme callback, point the powered-by link at GMC | Bharat Mediratta | |
| 2008-11-28 | Move the form drawing code back into form.html.php -- I'm going to | Bharat Mediratta | |
| take a shot at fixing it up in the view file so that it's mostly HTML, not mostly PHP. If that fails, I'll move it back into a helper. | |||
| 2008-11-27 | Make header buttons, line them up nicely and float them to the right | Bharat Mediratta | |
| so that they don't push the album grid down. | |||
| 2008-11-27 | Create a form_helper class containing the function Draw_Form so we don't ↵ | Tim Almdal | |
| have to always check to see if the DrawForm method is already defined in pages that could have multiple forms. | |||
| 2008-11-27 | 1) Create a Theme_View class that combines the functionality of the Theme ↵ | Tim Almdal | |
| class with the View class. 2) Only define the form.html.php::DrawForm method once if there are multiple forms on the page (i.e. comments and add tags) | |||
| 2008-11-27 | Move the ADMIN global nav option into the core module and only show it if ↵ | Bharat Mediratta | |
| we're logged in as an admin user | |||
| 2008-11-27 | Add navigation_top() and navigation_bottom() insertion points | Bharat Mediratta | |
| Move "My Gallery" navigation tab into the user module and only show it if you're logged in | |||
| 2008-11-27 | Use the dimensions of the real image | Bharat Mediratta | |
| 2008-11-27 | Don't wrap hidden elements in list items | Bharat Mediratta | |
| 2008-11-27 | Move javascript from default theme to appropriate modules | Tim Almdal | |
| 2008-11-26 | Add a new "tag" page type. | Bharat Mediratta | |
| Create the concept of "page types" which let us specify the kind of page that we're rendering in high level terms. Currently there are three page types: album, photo and tag. The tag page type uses slightly different variables. It has a $tag but no $item. Adjust all sidebar_block() functions to avoid printing stuff that's dependent on the item if there is no item. Simplify the tag code to stop trying to fake an item. Update the theme slightly to use $item and $tag where appropriate (notably, for making the <title> element). | |||
| 2008-11-26 | Indentation fix. | Bharat Mediratta | |
| 2008-11-25 | Move album_top back inside gAlbumHeader so that the slideshow link appears ↵ | Bharat Mediratta | |
| on the same line as the title/description. | |||
| 2008-11-25 | Move the in-place-edit JS into the page_footer callback and out of | Bharat Mediratta | |
| Theme.php. | |||
| 2008-11-25 | Reposition album_top and album_bottom slightly | Bharat Mediratta | |
| 2008-11-25 | Move comment listing into the comment module | Bharat Mediratta | |
| 2008-11-24 | Revert the site_title change | Tim Almdal | |
| 2008-11-23 | This should have been checked in with r18815. | Chad Kieffer | |
| 2008-11-23 | Add a site-config parameter to the config.php file. Created a ↵ | Tim Almdal | |
| core_block:head method to insert the title into the head section. If the config value is false, the default Browse Photos::$item->title is used. A string value with a trailing '-' will append the config value to $item-title. Otherwise, the page title is set with the supplied value. | |||
| 2008-11-23 | Move search out into its own module and have it display its link at | Bharat Mediratta | |
| the header_bottom() insertion point. | |||
| 2008-11-23 | Fixed up the pager a bit, added missing images. Let's float items instead of ↵ | Chad Kieffer | |
| using absolute positioning (slideshow link). CSS comment org and comment updates. | |||
| 2008-11-22 | Create thumbnail insertion points (top/bottom/info) and move | Bharat Mediratta | |
| the generic item info into the info module. | |||
| 2008-11-22 | Move all block callbacks from View::block_type() to | Bharat Mediratta | |
| $theme->block_type() so that the themer has a consistent interface. Also added a bunch more callbacks and normalized the names so that the module author has plenty of options for where stuff gets put on the page. Especially renamed album/photo/sidebar to be album_blocks() photo_blocks() and sidebar_blocks() to make it clear that those are going to be larger content sections and not just basic insertion points. Used __call() to collapse all functions in the theme, which incidentally makes it trivially easy to add a new insertion point. | |||
| 2008-11-22 | Added a label for the search form. Even if we place labels in text input ↵ | Chad Kieffer | |
| fields as we currently do w/ the search form, a label should be included to maintain accessibility. Set label display to none if it shouldn't be displayed. | |||
| 2008-11-22 | Convert gmaps, info, and tag modules to the new block module | Tim Almdal | |
| 2008-11-21 | Convert the carousel module to provide its block through the new api | Tim Almdal | |
| 2008-11-21 | Be consistent in naming the album_top block | Tim Almdal | |
| 2008-11-21 | Use the new block mechanism to insert user related content into the html pages | Tim Almdal | |
| 2008-11-21 | 2nd attempt at inserting html by modules. | Tim Almdal | |
| 2008-11-21 | Restored most heading styles, still need to restore table and list styles. ↵ | Chad Kieffer | |
| Removed unused CSS. CSS format updates. Applied jQuery tab styles to gSiteMenu. Removed gBlockHeader, all we need is a good old h3 element for a heading. | |||
| 2008-11-21 | Revert module block approach | Tim Almdal | |
| 2008-11-21 | Add jQuery UI, tabs, and accordion JS and CSS to build Adam Torres' hi-fi ↵ | Chad Kieffer | |
| prototype. Dropped YUI Base CSS in favor of defining our own base styles in screen.css, headings will and other items may not look right until I do. Need to figure out how jQuery ThemeRoller CSS should be integrated, if at all. | |||
| 2008-11-20 | A look at away to allow modules to define html head contents (links and js) ↵ | Tim Almdal | |
| and also allow modules to contribute blocks to the layout. | |||
| 2008-11-20 | Content type and character encoding should be defined before <title> | Chad Kieffer | |
| 2008-11-19 | slideshow::link() returns the entire anchor element | Tim Almdal | |
