Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Let dialogs be draggable for now. | 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 | Make sure the pager clears the album grid. | 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-05 | Read that $("#Selector").length was a good way to check whether an element ↵ | Chad Kieffer | |
exists in the DOM/jQuery object. | |||
2008-12-05 | Removed right border off of #Content container, don't need the separation ↵ | Chad Kieffer | |
between it and the Sidebar. | |||
2008-12-03 | Grouped Ajax/Dom scripting related styles (gInPlaceEdit, gClose, etc.). ↵ | Chad Kieffer | |
Began gInPlaceEdit styles. | |||
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-29 | Changed CSS organization, removed form section. Moved generic form CSS up to ↵ | Chad Kieffer | |
top of sheet and specific form styles to be adjacent to related content. This should ensure inheritance works generic down to specific. Removed #gAddTags in favor of #gTags form. | |||
2008-11-28 | Use .width() instead of .innerWidth(). Now photo resize works in IE 7. | Chad Kieffer | |
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 | Make tags look a little better. | Bharat Mediratta | |
2008-11-27 | Style form#gAddTag nicely | 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-27 | Remove slideshow.js as it is not required | 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-26 | Style the tag cloud add form. | Bharat Mediratta | |
2008-11-26 | Simplify tags code some more: | Bharat Mediratta | |
1) change buckets to be 1-7 not 0-6.. zero-based indicies don't make sense in the real world and are liable to confuse themers. 2) Change tag API to popular_tags($count) which just returns the popular tags. Let the block code massage it into the right format for the view. 3) Move alphasort into the block code, simplify it and rename it to sort_by_name so that it's more descriptive 4) Do the bucketing in the view; this allows the themer to override it and create their own bucketing algorithm to go with the theme's CSS. 5) Don't create any temporary objects. | |||
2008-11-26 | Remove the more or less links | Tim Almdal | |
2008-11-25 | Moving right along on tags. Now the threshold for which tags can be ↵ | Tim Almdal | |
changed. The default is to show all the tags (i.e. count >= the minimum frequency) by clicking on the "See Less" link, the tag cloud will not show the minimum frequency, so the number of tags shown is smaller. The "See More" link works the opposite way. | |||
2008-11-25 | Display tag block using data from the database | Tim Almdal | |
2008-11-25 | Make the album_top and header_bottom annotated theme blocks look a little ↵ | Bharat Mediratta | |
bit nicer (but not perfect) | |||
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 | Make the annotated block titles 10% larger. | Bharat Mediratta | |
2008-11-25 | Remove a stray comma that was making IE sad. | Bharat Mediratta | |
2008-11-25 | Round the corners on the annotated titles, gently. | Bharat Mediratta | |
2008-11-25 | Add theme debugging. Activate it in the [info] tab in the | Bharat Mediratta | |
scaffolding, then browse around your Gallery3 to see where you can add visible elements via modules. | |||
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 | Changed comment sort order asc. Changed ajax comment add to append comment ↵ | Chad Kieffer | |
li to comment thread ul. Added fadeIn for user login. | |||
2008-11-24 | Revert the site_title change | Tim Almdal | |