Age | Commit message (Collapse) | Author |
|
(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)
|
|
(including admin_wind).
|
|
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
|
|
items model
Many changes to movieplayer view and movie_img function in items model:
- include control bar height when dimensioning movie player
- provide a default "guess" at height and width when they are set as zero in items table
- resize movie player once the video is loaded based on its actual metadata
- add get_movie_img event to provide flexibility for altering/replacing the default Flowplayer v3
--HG--
extra : rebase_source : 5d1e9bb66ebf3e3fed5e1b9ee63790a204f21450
|
|
|
|
to center the "Select..." button because it was causing the SWF object to
vanish in Firefox. #1638.
|
|
- Propagate size limits (including detecting memory limits from GD) down to the
Flash so that we don't even start uploads that won't work
- Improve the error messages to be more user meaningful and provide links to the
codex for errors
- Tell the user up front what the file size limit is.
Fixes #1638
|
|
informative message to help the user know that she needs to get a
newer copy of the module. Fixes ticket #1189.
|
|
|
|
many photos have been uploaded successfully. This is to pave the way
for retry code later on.
|
|
gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog.
|
|
template. Minor code refactoring. Also seems to fix #1188.
|
|
cleaner this way
|
|
2) Add the padding to both the button and flash object so they always line up
3) Add some top padding to the uploadifyQueue panel to seprate it from the button.
|
|
|
|
selected photos.
|
|
positioning to handle upload button positioning. Remove color definitions to allow jQuery UI theme to set button colors. Consolidate upload dialog CSS to modules/css/gallery.css. Closes #885.
|
|
simplified HTML and CSS.
|
|
|
|
problems with other text fields in IE and it violates our case standards. Fixes ticket #912
|
|
ticket #899.
|
|
end of the page.
|
|
radio buttons and sidebar block management lists.
|
|
upgrade twice.
1) Disable the "Upgrade all" link once clicked
2) Put up a "upgrade in progress" link to show that there's something
happening.
Fixes ticket #837.
|
|
"we're working, stay tuned" message.
|
|
that are done, and disable the upgrade link when there're no actions
to take.
|
|
should gray out an element.
|
|
|
|
option and create a status area where succesful uploads are listed.
|
|
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.
|
|
g-in-place-edit-message.
2) Make sure the cancel button works and cleans up the dom appropriately.
|
|
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.
|
|
alphabetized attributes, white-space fixes.
|
|
|
|
artifacts.
|
|
there. Removed relocated styles from theme css.
|
|
|
|
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
|
|
the admin
|
|
the "context" menu.
This new context menu is generated using the typical event processing
system, like our other menus. The specialized quick CSS and JS is now
gone, replaced by our generic menu handling code. It's all rolled
together currently using the thumb_menu UI for easy packaging. All
the CSS and JS is updated.
NOTE: the non-dialog links (rotate, album_cover) have a broken UI
because they return JSON which the quick.js code handled specially,
but we don't handle properly now. I need to fix this.
|
|
from using a single gQuickPane <div> that we move around. A race
condition happens when you mouse over two thumbnails quickly.
Whichever server response loses the race gets displayed, and sometimes
it's the one that you're no longer hovering over.
Fix it by changing gQuickPane to be a class and creating a <div> per
thumbnail.
Fixes ticket #290.
|
|
absolute within them. Moved css from quick.js to quick.css.
|
|
present the done box if you're done and let you get rid of it if you
want. It's not beautiful, by any means, but it gives you an easy link
back to your Gallery when you're finished.
Fixes ticket #479.
|
|
|
|
|
|
too conservative before). Fixes ticket #413.
|
|
|
|
|
|
long strings show up only on one line.
|
|
Ticket 148.
|