Commit Graph

812 Commits

Author SHA1 Message Date
Tim Almdal
2bbce8dddb Fix for ticket #1117 align videos to the center. 2010-06-17 09:10:01 -07:00
Tim Almdal
6e54286ef2 Add the theme::resize_top and theme::resize_bottom to the movie view to be consistent with the photo view. 2010-06-17 09:03:39 -07:00
Bharat Mediratta
6b01022a97 Hide the admin menu and show it after it's loaded to minimize flicker.
Normalize the comment text about this interaction between admin_wind
and wind.
2010-06-13 20:44:13 -07:00
Bharat Mediratta
1240878df0 Fix-ups for d98b85f7d3
- Pass the CSS selector of the active image in as an arg to site_menu
  so that quick operations know what they're operating on.
- Change the ids from g-{photo,movie}-id to the generic g-item-id
- Initialize ajax handlers for site menu on the photo and movie page
- Drop the movie context menu, it's now in the site menu
2010-05-14 16:55:15 -07:00
Bharat Mediratta
dc4fdca2ab Localize "Gallery Admin" 2010-05-14 16:54:50 -07:00
ckieffer
d98b85f7d3 Drop context_menu for wind's photo/resize view. Move photo edit options to the site_menu. 2010-05-14 17:14:34 -06:00
ckieffer
dcd09c09e8 Missed this in commit 9e3c0c08849b5842f9c345d7b4f90ee82359dedb. 2010-05-14 17:13:35 -06:00
Chad Kieffer
e8eb23db42 Increase specificity for .g-item width to ensure it overrides the wind theme's default width when thumbnails are something other than the default. Fixes ticket #1053. 2010-03-20 14:55:41 -06:00
Romain LE DISEZ
06d0ed57a7 Fix a typo. 2010-03-03 02:32:49 +08:00
Andy Staudacher
a19b97f8d6 First step towards fixing ticket #1038: Allowing for custom page <title> in admin pages, just like in non-admin pages.
TODO: Set $view->page_title in the many admin controllers we have. I just set it for admin_maintenance.php to show how it's intended to be used. I copied the title from views/admin_maintenance.html.php to the controller.
2010-02-28 13:35:58 -08:00
Chad Kieffer
c1b13ddd9f Apply zoom to g-photo and g-movie to hold height and properly position g-context-menu, closes #1018 2010-02-15 19:05:45 -07:00
Chad Kieffer
7b08be1139 Initialize context-menu hover using g-photo/g-movie, not the image or movie object. Closes ticket #808 2010-02-15 13:24:28 -07:00
Chad Kieffer
4204d554b8 On search results, if g-item's onhover height is less than it's siblings set height, set the hover item's height equal to its siblings. 2010-02-14 17:27:08 -07:00
Chad Kieffer
ed401fc8a6 Add zoom attribute to #g-banner to fix issue banner display. Closes #863 2010-02-14 15:05:38 -07:00
Andy Staudacher
2dad1d7cd1 Some HTML validation fixes (don't render empty <ul> lists, empty id attributes, use &amp; not &) 2010-02-14 07:15:57 -08:00
Andy Staudacher
4977c00db1 Merge commit 'upstream/master' 2010-02-06 11:32:53 -08:00
Tim Almdal
aa4ed45473 Differentiate between selected and non selected items. 2010-02-04 07:46:41 -08:00
Andy Staudacher
be5f38adea Minir l10n message cleanup. Avoid <br/> in messages since the server normalizes them to <br />, i.e. leading to a mismatch. 2010-01-31 14:03:32 -08:00
Tim Almdal
abdeb21ccb Add a user_menu method to the Admin_View and then use this method to get the
user menu.  Since the information displayed is identical in both admin and
theme views, it makes sense to combine the generation to it is done in a common
location.
2010-01-23 13:29:49 -08:00
Bharat Mediratta
25f936e1ed Show context menus for movie items. Fix for ticket #960. 2009-12-31 18:13:42 -08:00
Bharat Mediratta
8b7ef66065 Don't show the breadcrumb if we have no item 2009-11-25 14:50:04 -08:00
Bharat Mediratta
005cf8e828 Duh. Really make the site menu invisible this time around. 2009-11-20 20:25:19 -08:00
Bharat Mediratta
abad4aae33 Hide the site menu and make it visible after the page has loaded, to minimize menu flicker 2009-11-20 20:22:08 -08:00
Tim Almdal
f5b0ce1f47 Revert "Currently Admin_Theme_Options controller assumes that all the themes will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme."
This reverts commit 1692ee1308.
2009-11-19 11:44:09 -08:00
Tim Almdal
57adefc5ba Revert "Create theme::get_var(), theme::set_var() methods to set the options of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme."
This reverts commit 26114972c3.
2009-11-19 11:44:01 -08:00
Tim Almdal
8ce1d18806 Merge branch 'master' into talmdal_dev 2009-11-19 07:47:04 -08:00
Chad Kieffer
a4d5269db5 Apply g-first to the sole breadcrumb when viewing the root album. 2009-11-18 23:02:15 -07:00
Chad Kieffer
e232c39fe5 Rename g-pager to g-paginator after the recent pagination update. 2009-11-18 18:51:18 -07:00
Tim Almdal
26114972c3 Create theme::get_var(), theme::set_var() methods to set the options of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme. 2009-11-18 15:36:13 -08:00
Tim Almdal
1692ee1308 Currently Admin_Theme_Options controller assumes that all the themes will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme. 2009-11-18 14:37:49 -08:00
Tim Almdal
fc41d09134 Revert "Simplify the maintenance of the xss golden file by having each module contibute its own golden file to a consolidated one. This will make it easier for -contrib modules or themes to be included in the xss security test w/o having to keep modifying a central golden file."
This reverts commit 4fe5801c88.
2009-11-18 10:54:01 -08:00
Tim Almdal
4fe5801c88 Simplify the maintenance of the xss golden file by having each module contibute its own golden file to a consolidated one. This will make it easier for -contrib modules or themes to be included in the xss security test w/o having to keep modifying a central golden file. 2009-11-18 10:34:39 -08:00
Chad Kieffer
9d45cc040d Flip the breadcrumb separator and play slideshow button for RTL languages. 2009-11-17 22:48:10 -07:00
Bharat Mediratta
1067e68292 Redesign the way that we consider page types to create buckets of page
types, and a subtype for specifics.  Currently the top level bucket

   collection, item, other

Here are the core subtypes so far:

   collection: album, search, tag
   item: movie, photo
   other: login, reset, comment-fragment, comment

It's legal to create new page_subtypes whenever you want.  Use the
appropriate page_type to get the coarse grain behavior that you want.
2009-11-17 14:04:45 -08:00
Chad Kieffer
f4ad53d28b Be a bit more explicit in the application of the album icon. Apply it as a class to the span to hopefully make it's purpose a bit more obvious. 2009-11-15 22:57:27 -07:00
Bharat Mediratta
967b17204b Moved night_wind to contrib 2009-11-14 20:28:20 -08:00
Bharat Mediratta
29efb6ba9f Rename "pager" to "paginator" so that we differentiate page.html.php
from paginator.html.php
2009-11-14 16:20:36 -08:00
Bharat Mediratta
081ce9f6ca Normalize pagination so that pager.html.php can handle pagination for
both albums and movies.  Kohana's paginator is not quite sufficient
for this, so create our own pagination logic in Theme_View with only
the stuff we need.

Clearly document the variables available in pager.html so that themers
know how to use it.

Fixes ticket #626.
2009-11-14 14:25:39 -08:00
Tim Almdal
d8beb6f530 First cut at replacing swfupload with uploadify. Probably need to review the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10. 2009-11-09 13:54:55 -08:00
Chad Kieffer
6ddbef3dcd Add a bit more space back inbetween admin form inputs on pages 2009-11-08 23:13:02 -07:00
Chad Kieffer
e184b5b6b1 Apply borders and padding back to theme choices. 2009-11-08 22:46:26 -07:00
Chad Kieffer
2bd4fa4b43 Remove g-actions, it doesn't serve any real purpose in styling or JavaScript. 2009-11-08 21:46:09 -07:00
Chad Kieffer
56c543dbe4 Removed todo, it's done :) 2009-11-08 21:41:11 -07:00
Chad Kieffer
176ca8cb33 Move g-panel styles into gallery.common and tighten up form layout a bit. 2009-11-08 19:21:06 -07:00
Chad Kieffer
46fda847ad Moved movie context-menu up to just under the movie. Fixed contextual menu font size on resize and movie pages. 2009-11-08 18:13:26 -07:00
Chad Kieffer
07268d5c52 Key off of g-photo, rather than g-item, when fitting resized photos inside their parent. 2009-11-08 18:07:58 -07:00
Chad Kieffer
ecadec6b84 Wrap movies in #g-movie, apply ui-helper-clearfix to the pager and g-moive to fix clear issues reported in ticket #873. 2009-11-08 13:07:12 -07:00
Chad Kieffer
d73de4f0a2 No need to abbreviate text in CSS class names. Thx bharat! 2009-11-08 09:00:49 -07:00
Chad Kieffer
95ffb393d3 Restore padding and border for admin dashboard blocks, minor table margin adjustments. 2009-11-07 15:34:34 -07:00
Chad Kieffer
322422e785 Remove borders and padding on blocks in the content area to clean things up in the admin views a bit. 2009-11-07 14:03:10 -07:00