| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-20 | Change the $thumb_proportions variable to be a theme callback which | Bharat Mediratta | |
| takes an item as an argument. This will let us figure out proportions in the case where a module has defined custom thumbnail sizes. | |||
| 2011-03-05 | Put external CSS before external JS, per: | Bharat Mediratta | |
| http://code.google.com/speed/page-speed/docs/rtt.html#PutStylesBeforeScripts ref: http://gallery.menalto.com/node/100693 Thanks Serge! Fixes #1633. | |||
| 2011-01-31 | Did a git pull, but had to manually merge a conflict. | Nathan Kinkade | |
| 2011-01-21 | Add "html_attributes" theme callback to allow modules to inject attributes into | Bharat Mediratta | |
| the <html> element, including things like namespaces. Fixes #1615. | |||
| 2011-01-17 | Display a message in the "Check for Gallery upgrades" block when | Bharat Mediratta | |
| there's a newer version available, even if the user has dismissed the site status message. #1605. | |||
| 2011-01-14 | Git pull from devel line. | Nathan Kinkade | |
| 2011-01-10 | Create new APIs for allowing themers to control what CSS/JS get | Bharat Mediratta | |
| combined and when. Backwards compatible in that old themes will work, but their CSS/JS will no longer be combined unless they make some changes. Fixes #1600. | |||
| 2010-12-31 | Identify the case where the active sidebar blocks didn't produce any | Bharat Mediratta | |
| content and print out a more informative message in that case. Fixes | |||
| 2010-12-29 | Add a minified version of json2.js from ↵ | Bharat Mediratta | |
| https://github.com/douglascrockford/JSON-js/blob/master/json2.js by Douglas Crockford at 8d11dc6950eafc7d01f141ce91d4f585caa29f3b. Fixes #1351. | |||
| 2010-12-24 | Use the item title wherever possible as the page title and get rid of | Bharat Mediratta | |
| the "Browse Album" text which shows up way too much. Fixes #1520. | |||
| 2010-12-23 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2010-12-09 | Fixed path to loading-small.gif. Thanks serged! | Chad Kieffer | |
| 2010-10-06 | git-pulled, but had to manuall fix some conflicts. | Nathan Kinkade | |
| 2010-09-21 | Override the jQuery autocomplete loading indicator with the theme specific ↵ | Tim Almdal | |
| small loading icon. | |||
| 2010-09-21 | Cleanup links to some of the image links. | Tim Almdal | |
| 2010-09-20 | Move the image files into the themes. Leave the favicon and logo in lib/images. | Tim Almdal | |
| 2010-09-19 | When the lib/gallery.common.css was combined, the image urls did not point ↵ | Tim Almdal | |
| to the correct location. So lets fix that up. But first undo the reverts: 93d1a8103e757a87fb006f2389f0ee24497367a7 "Revert 'Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.'" f14290f34f097f525a56bc00070b73fba1fb8e2c "Revert 'Clean up white space'" ff8ee5bdfcc0d35e14f3124d349625814ec8771a "Revert 'Add some whitespace.'" | |||
| 2010-09-18 | Revert "Move the contents of lib/gallery.common.css into ↵ | Bharat Mediratta | |
| themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway." This reverts commit 42517041753d460c337a2086c0346018ad582e8d. | |||
| 2010-09-18 | Revert "Clean up white space" | Bharat Mediratta | |
| This reverts commit a1e25313e34b608206d9d1dc8f9b4c01116c9b46. | |||
| 2010-09-18 | Revert "Add some whitespace." | Bharat Mediratta | |
| This reverts commit 207d848989880edbbbbc852a366bf3bbaf505d2a. | |||
| 2010-09-17 | Add some whitespace. | Tim Almdal | |
| 2010-09-17 | Pulled latest source from upstream. | Nathan Kinkade | |
| 2010-09-15 | Clean up white space | Tim Almdal | |
| 2010-09-15 | Move the contents of lib/gallery.common.css into themes/wind/css/screen.php ↵ | Tim Almdal | |
| and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway. | |||
| 2010-09-10 | After replacing thumbnails, resize all .g-item boxes down to just a | Bharat Mediratta | |
| bit larger than the image and then do equal_heights() on them. This tightens the grid back up again when appropriate after a rotation. | |||
| 2010-09-09 | Resize the .g-item to contain the rotated image, and make all | Bharat Mediratta | |
| .g-item's the same height and realign the photo vertically, both on the .g-item and the hover placeholder. Fixes ticket #1354. | |||
| 2010-09-09 | Vertically realign thumbnails after rotation so that they stay | Bharat Mediratta | |
| centered. Partial fix for #1354. | |||
| 2010-09-09 | Replace the hook function hack I introduced in | Bharat Mediratta | |
| cbba45fffc7368280e9529f55e108d0080175b6a with a namespaced jQuery custom event. This is way more portable. | |||
| 2010-09-08 | Remove unnecessary g2_import CSS (which we were loading on every page | Bharat Mediratta | |
| -- doh!) and replace it with a new "enumeration" list style in the admin_wind CSS. Reshuffle the page a little bit to make it look cleaner. | |||
| 2010-09-04 | Fix full size dimensions after rotating an image on the photo view page. | Bharat Mediratta | |
| The photo view page caches the dimensions of the full size and then renders it in Javascript. But after rotation, those dimensions are no longer valid. Create a new function on the items controller that returns the appropriate dimensions, then add a hook on $.gallery_replace_image and implement the hook on the photo view page to have it make an async call to get the new dimensions. Fixes ticket #1317 | |||
| 2010-09-04 | Make .g-unavailable a little more legible. | Bharat Mediratta | |
| 2010-09-02 | Don't try to compare ORM instances; compare their ids instead. | Bharat Mediratta | |
| Follow on to the fix for #1318 that caused the show= param to get dropped in the breadcrumbs. See http://gallery.menalto.com/node/97790 | |||
| 2010-09-01 | Manually merged changes to .htaccess file resolving conflicts due to my ↵ | Nathan Kinkade | |
| changes of the file. | |||
| 2010-08-30 | Don't put in an <img> tag for non-existent thumbnails. Fixes ticket #1211. | Bharat Mediratta | |
| 2010-08-29 | Revert "Change the theme option page to display using tabs if the site theme ↵ | Bharat Mediratta | |
| has an admin page." This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd. Conflicts: modules/gallery/helpers/theme.php modules/gallery/views/admin_theme_options.html.php themes/admin_wind/css/screen.css | |||
| 2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta | |
| expose in Admin > Appearance > Theme Options and defaults to lib/images/favicon.ico. Thix fixes ticket #1312. | |||
| 2010-08-28 | Add a "visible_title_length" variable that defaults to 15 and use that | Bharat Mediratta | |
| as the max title length when we do title truncation in the wind theme. Bump the gallery module to 35. | |||
| 2010-08-25 | More clearly visually distinguish the active album in the permissions ↵ | Bharat Mediratta | |
| breadcrumbs. Fixes ticket #1187. | |||
| 2010-08-20 | Removed titles from dynamic pages like for viewing tags. | Nathan Kinkade | |
| 2010-08-20 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2010-08-19 | Remove style information regarding the permission dialog from the ↵ | Tim Almdal | |
| gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog. | |||
| 2010-08-20 | Get rid of wind_npk theme, since now I've got regular Wind theme under ↵ | Nathan Kinkade | |
| version control I can just edit it directly without worry. | |||
| 2010-08-20 | Cause default Wind them to not display photo titles either on album or photo ↵ | Nathan Kinkade | |
| view. | |||
| 2010-08-19 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2010-08-19 | Copied default Gallery3 Wind theme to a new one so that I could make mods, ↵ | Nathan Kinkade | |
| such as hiding image titles. | |||
| 2010-08-16 | Added text and submit classes to search form input and submit buttons, ↵ | Chad Kieffer | |
| respectively. Fixed the width of the search form in IE. Button height's off in IE 8 compatbility mode. | |||
| 2010-08-11 | Fix for ticket #1288. Add a containing <ul> element for the footer on the ↵ | Tim Almdal | |
| admin page. Also respect the "show credits" variable setting. | |||
| 2010-08-06 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
| 2010-08-04 | Update the wind theme thumbnail to be more reflective of the actual theme ↵ | Tim Almdal | |
| (i.e. the layout has changed since the thumbnail was created.) | |||
| 2010-07-20 | Cleanup on the Admin > Languages page. | Bharat Mediratta | |
| Hide the fieldset and legend in the theme, since they don't add any value. Change l10n_client::_server_url() to use the short style GMC urls and make the API a little tighter. | |||
