Commit Graph
794 Commits
Author SHA1 Message Date
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
Tim Almdal e300ede3d8 1) Change the name of the form and message to g-in-place-edit-form and g-in-place-edit-message.
2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-07 00:05:49 -08:00
Chad Kieffer c9d38e606f Add a bit of white space under fieldsets. 2009-11-07 00:13:31 -07:00
Tim Almdal f102693966 Correct some speeling errors 2009-11-06 22:19:01 -08:00
Chad Kieffer 3e0a81a394 Move log viewing and translation CSS from admin_wind to gallery.css. Explicitly set widths on all admin forms to 270px, all work better at a narrower width than the 500px default set by gallery.dialog.js. 2009-11-06 21:35:32 -07:00
Tim Almdal b5f2dbc2c4 Create a user_menu for the top of the page. Change the login, edit profile and logout portions of the banner to be rendered by the Theme_View::user_menu callback. This fires the user_menu event. Fixes Ticket #871. 2009-11-06 14:08:46 -08:00
Tim Almdal 6984737a54 Clean up problem with cancelling the inplace edit left a whole bunch of css artifacts. 2009-11-05 21:35:40 -08:00
jhilden 9a8e9bc7f5 Small CSS fix for language admin 2009-11-03 17:40:39 -05:00
Chad Kieffer e9e871acfc Docblock and todo updates. 2009-11-01 23:02:09 -07:00
Chad Kieffer e95c0dcf2b Rename Default to Wind and Admin Wind themes respectively in CSS docblocks. 2009-11-01 22:15:06 -07:00
Chad Kieffer 80dedf77d8 Cleanup RTL styles even further. I think this gets wind and admin_wind looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning. 2009-11-01 19:11:58 -07:00
Chad Kieffer 6524aa55b3 Add g-first to first li of pagers. 2009-11-01 18:01:08 -07:00
Chad Kieffer 03b4b27498 Add type attribute to rest of our script tags. 2009-10-30 00:14:57 -06:00
Tim Almdal 7ea13b3869 Normalize capitalization ticket #596 2009-10-28 12:15:52 -07:00
Chad Kieffer fbc5517711 Initial RTL update work. Consolidated shared rtl-related css selectors in gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo. 2009-10-28 00:15:08 -06:00
Chad Kieffer 27571a1467 We really only need one "back to the Gallery" link in the banner. Replace the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items. 2009-10-27 23:18:45 -06:00
Chad Kieffer 4241e03d75 Breadcrumb updates. Apply g-first and g-active consistently, use ems instead of px for nicer proportions, make font-size the same whether on the page or in a dialog. 2009-10-27 23:03:43 -06:00
Chad Kieffer 90cedf1ed0 Move .g-message font-size to the theme from gallery.common. Let the theme set the size. 2009-10-27 22:53:52 -06:00
Chad Kieffer 927c4d10fd Group and place font-size specs at the top of the sheet to make them more accessible. 2009-10-27 22:50:57 -06:00