summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2013-03-11Merge pull request #204 from jozefs/issue1838Bharat Mediratta
#1838 - thumb_proportion should have a minimum size.
2013-03-11#2053 - Change all .bind() to .on() for jQuery future-proofing.shadlaws
- on/off are preferred to bind/unbind, live/die, and delegate/undelegate in jQuery 1.7+ - they're likely on the road toward deprecation, so let's replace them now.
2013-03-11Themes can choose child thumbnail when asking for proportion.Jozef Selesi
This helps themes better calculate an item's container size, for cases when the first item significantly differs in size from the rest. Trac-Ticket: #1838
2013-03-11Themes can set minimum thumbnail size when calculating proportions.Jozef Selesi
This prevents broken item rendering when thumbnails are smaller than the theme design allows. Trac-Ticket: #1838
2013-03-09#2046 - Change Gallery over to using MediaElementJS as its movie player.shadlaws
2013-03-04Follow-on to #2033 - Change variables and js script loading for Flash ↵shadlaws
Flowplayer. - changed movie_img event variable names to have "flash" in them. - moved flowplayer.js loading from page.html.php to movieplayer-flash. - removed conditional loading for small, photo-specific JS files in page.html.php to keep combined JS consistent between page types (better for caching).
2013-03-02#2033 - Add Flowplayer 5 to play HTML5 videos.shadlaws
- add Flowplayer 5 to lib/flowplayer-html5 - move existing Flash Flowplayer to lib/flowplayer-flash - update page.html.php and movieplayer.html.php --HG-- rename : lib/flowplayer.controls.swf => lib/flowplayer-flash/flowplayer.controls.swf rename : lib/flowplayer.js => lib/flowplayer-flash/flowplayer.js rename : lib/flowplayer.pseudostreaming-byterange.swf => lib/flowplayer-flash/flowplayer.pseudostreaming-byterange.swf rename : lib/flowplayer.pseudostreaming.swf => lib/flowplayer-flash/flowplayer.pseudostreaming.swf rename : lib/flowplayer.swf => lib/flowplayer-flash/flowplayer.swf
2013-03-02Merge pull request #175 from shadlaws/fix_1639Bharat Mediratta
#1639 - Make dialog "Cancel" links into buttons like "Submit"
2013-03-02#2032 - Fix short form submit/cancel button formatting.shadlaws
- fixed the height of the submit buttons to match the input box - changed the cancel links into cancel buttons - added the hover effect to the buttons when used in in_place_edit (e.g. admin/tags)
2013-03-02#1639 - Make dialog "Cancel" links into buttons like "Submit"shadlaws
- modified gallery.dialog.js: made cancel a <button>, added same classes as submit - modified screen.css to size/position the cancel buttons correctly
2013-02-28Merge pull request #173 from shadlaws/fix_2024Bharat Mediratta
#2024 - In Wind thumb view, hide movie names just like photo names.
2013-02-28#2024 - In Wind thumb view, hide movie names just like photo names.shadlaws
2013-02-28#2018 follow-on and #2023 - Fixed issues with thumb hover effects.shadlaws
- cleaned up resize after hover: more efficient, totally browser-compatible (IE7-10, FF, Chrome tested!). - cleaned up resize on hover: more efficient, fixed bug with neighbors that are bigger but only by a little. - fixed bugs when moving off item with expanded context menu and then quickly back: oversized hover, flicker. - cleaned up formatting, removed unneeded code, and added comments.
2013-02-27Update Themeroller v1.10.0 -> v1.10.1 (in sync with gallery3-vendor)shadlaws
2013-02-26Follow-on from autocomplete updates.shadlaws
(9345dde83e1f092a9309c45282dc21e3fd408875, d632ef3e50252d388c272cacd29e8cc6e4949cec) - gallery module: added loading-small.gif (so all themes have it by default) - gallery module: added css for .ui-autocomplete-loading (copied from .g-loading-small in wind, but without !important so other themes can override it) - gallery module: updated upgrader.html.php to use new image (removes theme dependence) - wind theme: removed outdated css for .ac_loading (not used in v3.0.5, either) - server_add module: removed multiple argument from autocomplete (doesn't work well with it)
2013-02-25#2018 - Make ui.init.js thumbnail hover effect more robust.shadlaws
- changed thumbnail hover effect to store its original height on mouseenter, then return to it on mouseleave. - removed previous routine which depended on the height of its siblings and was incompatible with some IE versions.
2013-02-18Moved autocomplete CSS to gallery.css to ensure it works for all themes ↵shadlaws
(including admin_wind).
2013-02-15Dialog sizing, titles, and z-index. This should ensure the small <500px dialogsshadlaws
are correct, all titles are correctly sized, and the dialog boxes go to the top for older themes, too.
2013-02-14Merge pull request #141 from shadlaws/jquery_19_dialog_sizingBharat Mediratta
Dialog centering, sizing, etc. seem to be fixed!
2013-02-14Merge pull request #142 from shadlaws/jquery_19_themerollerBharat Mediratta
Updated Themeroller for wind and admin_wind.
2013-02-13Fix Cancel link positioning, fix watermark error reply (seems to have ↵shadlaws
already been broken in v3.0.4...)
2013-02-13Updated Themeroller for wind and admin_wind.shadlaws
2013-02-12Changing 2 library names back to (less-standardized) original names.shadlaws
json2.js -> json2-min.js ; jquery.localScroll.js -> jquery.localscroll.js While this is irrelevant for Wind, changing the filenames back to what we used to have ensures that we don't break contributed themes. --HG-- rename : lib/jquery.localScroll.js => lib/jquery.localscroll.js
2013-02-12Updated json.js libraryshadlaws
- json.js 2012/10/08 - used non-minified to be consistent with other libraries - updated filename in page.html.php call
2013-02-12Changed case of call to jquery.localScroll.js to match new standard.shadlaws
2013-02-03Force dialogs to the top of the page.Bharat Mediratta
2013-02-03Super first pass:Bharat Mediratta
- jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there
2013-01-24#1960 - Add unit test to look for extra spaces at end of lineshadlaws
- Added no_extra_spaces_at_end_of_line_test to File_Structure_Test. - Updated Gallery_Filters to exclude testing code that isn't ours. - Removed existing extra spaces. New test now passes.
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
codex.gallery2.org -> codex.galleryproject.org Fixes #1957.
2012-11-06Elevate X-Frame-Options from all admin and user pages to all PHPBharat Mediratta
responses. Fixes #1922.
2012-11-01Don't show the sidebar on error pages - it just increases the chancesBharat Mediratta
that we'll compound the error. Instead, focus on the error or the login form. Fixes #1921.
2012-05-19Differentiate between photos and movies in album children. Fixes #1861.Bharat Mediratta
2012-05-05Add "X-Frame-Options: SAMEORIGIN" to all pages. Fixes #1850.Bharat Mediratta
2012-05-05Clean up title handling code in organize and wind theme for consistency.Bharat Mediratta
Fixes #1847.
2011-11-03Revert "Fix a bug introduced in dc21cf36b606048dc24532407d39bc8f5b4211fa where"Bharat Mediratta
It doesn't work for search because there are no children. And this just feels clunky to me - we should arrange for the root album to have the right dimensions of thumbnail instead. This reverts commit 4cb49b9152e82d0ab53b1038c7a7d7203c8bf97d.
2011-11-03Fix a bug introduced in dc21cf36b606048dc24532407d39bc8f5b4211fa whereBharat Mediratta
we're basing the thumb proportions on the album's thumbnail, but this will be messed up in the case of the root album which may not have a properly update thumbnail, so its proportions may not be representative of the album's contents. So instead, base the thumb proportions on the first child of the album.
2011-10-02Close the breadcrumb listTim Almdal
2011-08-27Merge branch 'master' into bharat_devBharat Mediratta
2011-08-07Initial commit of a patch for Ticket #1764. as discussed here: ↵Tim Almdal
https://github.com/gallery/gallery3/pull/58/files#r72949. Create a Breadcrumb library which has two static methods for_item (which takes a an item and builds the entire breadcrumb for the item) or build (which takes a variable number of Breadcrumb elements and creates a breadcrumb based on the specified elements). Used tag->url() to build the tag album url. Escaped the query string for the search. Tightened up the breadcrumb code in page.html.php. When adding the show query parameter, we can't blindly concatenate using the ? separator. We have to check that we use a & if a query parameter already exists.
2011-06-23Yet another RTL review for the admin thememamouneyya
2011-06-23RTLing the comment admin section tabs (the right one)mamouneyya
2011-06-23revert 4650347a672296e4d1ac, it sould be applied to the admin thememamouneyya
2011-06-23Add RTL paginator for Admin Wind (copied from Wind CSS)mamouneyya
2011-06-23RTLing the tabs of admin comment sectionmamouneyya
2011-05-16Stop IE 9 album grid craziness. Thanks floridave. Fixes #1430.Chad Kieffer
2011-04-28remove .rtl class from properties as they're now separated in a different ↵mamouneyya
file that is being called after screen.css. Also reset the left margin for list elements
2011-04-26Add right padding to list elements in the new g-text class.Chad Kieffer
2011-04-26Move wind and admin_wind RTL style definitions out to their own file. Call ↵Chad Kieffer
that file when an RTL language is selected.
2011-04-26Include jquery.scrollTo.js. Fixes #1720.Bharat Mediratta
2011-04-26Hide the paginator when there are no children. #1721.Bharat Mediratta