| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-01 | Fix a typo in the Doctype. Fixes ticket #497. | Bharat Mediratta | |
| 2009-06-29 | Fix for ticket 86 - Make Cancel button in doalogs localizable. | Andy Staudacher | |
| 2009-06-29 | Remove fix-ie.css scripts from the combined bundle, since we only want | Bharat Mediratta | |
| to load them conditionally. | |||
| 2009-06-29 | *Note* work in progress. | Tim Almdal | |
| Implement the combined css functionality. Local url references and replace with absolute urls instead of relative. | |||
| 2009-06-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| Conflicts: modules/gallery/libraries/Theme_View.php themes/admin_default/views/admin.html.php | |||
| 2009-06-28 | Rename $theme->url() to $theme->theme_url() for consistency wiht | Bharat Mediratta | |
| $theme->theme_script(). | |||
| 2009-06-28 | Clean up the combined javascript change and refactor out the | Bharat Mediratta | |
| Gallery_View base class from Theme_View and Admin_View. 1) Move all the theme specific jquery stuff from gallery_theme::head() and admin_head() into the theme files. Use $theme->script() as appropriate. 2) Get rid of the extra boolean on $theme->url() that we were using so that we could call $theme->script($theme->url(...)) -- add $theme->theme_script() instead (poorly named, but still clearer than what we had before) 3) Fix the bug that combined scripts didn't work at all in the admin theme. 4) Get rid of $theme->display() in favor of new View(...) | |||
| 2009-06-26 | 1) Move the generation of script tags to gallery_theme::head and ↵ | Tim Almdal | |
| gallery_theme::admin_head. This allows us to potentially manage the scripts like we do in g2 (single file and compressed) 2) Change Theme_View::_call to always call the gallery_theme::$function first. | |||
| 2009-06-16 | Change the page.html file so that if the type of page is login, the sidebar ↵ | Tim Almdal | |
| contents are are not shown | |||
| 2009-06-15 | Fix the bug introduced by r79582ee, where we try to set the title of the tag ↵ | Tim Almdal | |
| album to tag->title. which doesn't exist. | |||
| 2009-06-15 | Fix up the titles in the default theme. They've been broken for a | Bharat Mediratta | |
| while. This fixes ticket #342. The bug is that we were using $item instead of $theme->item(). But we were also not special casing tags properly, and they are effectively first class citizens (at least for now) so treat them properly. Also, set page_title by default in the theme so that we don't have to do an empty() check on it (makes the theme easier to read) and move the title out of Tags_Controller so that the theme has more control over it. | |||
| 2009-06-14 | Move jquery local scroll module from default theme to lib, only load it if ↵ | Chad Kieffer | |
| viewing photo view. White space cleanup, removed debug print from template. | |||
| 2009-06-08 | Rename main_element_attributes() callback to body_attributes() to be | Bharat Mediratta | |
| more intuitive for themers. | |||
| 2009-06-06 | Preliminary BiDi support (needs *a lot* of tweaking) | Andy Staudacher | |
| 2009-05-31 | Merge branch 'master' of git://github.com/gallery/gallery3 | Bharat Mediratta | |
| 2009-05-31 | Run all variables containing user-entered text through p::clean() | Bharat Mediratta | |
| 2009-05-30 | Focus IE fixes on versions less than 8 | Chad Kieffer | |
| 2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
| toggle, and forms to external files. | |||
| 2009-04-22 | Added method to determine proportion of current thumb_size to the default, ↵ | Chad Kieffer | |
| 150. Use this in the the default theme, or any other, to reduce the size of CSS widths and heights in albums, including .gItem. | |||
| 2009-03-20 | rollback of r20469... see trac #161 | Tim Almdal | |
| 2009-03-20 | Rather than moving the themeroller and all of its associated files | Tim Almdal | |
| into each theme. I chose to create methods Theme_View::file($path) and Admin_View::file($path). These methods check for a theme override file in the theme and return a link to it if it exists. So to override the themeroller files. just create a lib/themeroller in the theme and the files will be picked up. | |||
| 2009-03-19 | Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML. | Chad Kieffer | |
| 2009-03-12 | Move the setting of the page title into the controller that is | Tim Almdal | |
| creating the page. Provide for a default page title if none is set. This allows less changes to page.html.php as different modules want to change the page title. | |||
| 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-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-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-04 | Drop request for jquery.listen.js, we don't use it | 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 | 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-03 | Added a jump to comments button with a scroll to effect. | Chad Kieffer | |
| 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-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-30 | Missed these in r19485. | Chad Kieffer | |
| 2008-12-29 | Apply button bg image to Superfish menu items. | Chad Kieffer | |
| 2008-12-25 | Move jquery.listen.js out to lib | Bharat Mediratta | |
| 2008-12-25 | jquery-ui.packed.js --> jquery-ui.js | Bharat Mediratta | |
| 2008-12-22 | Add messaging system for reporting actions back to the user. Make | Bharat Mediratta | |
| module install/uninstall work and tie it into the messaging system. | |||
| 2008-12-15 | Convert tabs to spaces | Bharat Mediratta | |
| 2008-12-15 | Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 ↵ | Chad Kieffer | |
| and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :( | |||
| 2008-12-15 | Fix the reference to jquery-ui.packed.js | Tim Almdal | |
| 2008-12-15 | revert the creation of a global gallery3 javascript variable | Tim Almdal | |
| 2008-12-15 | Forgot the quotes | Tim Almdal | |
| 2008-12-15 | Set up a global gallery3 javascript variable where we can put things that ↵ | Tim Almdal | |
| need to be passed into the javascript | |||
| 2008-12-15 | Switched login display from display in the header to a dialog. Validation ↵ | Chad Kieffer | |
| errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders. | |||
| 2008-12-15 | Argh, fix a bad rename. | Bharat Mediratta | |
