Bradley W. Dutton
bad663e05e
Add dropzone js uploader as a replacement for uploadify. The latter still remains almost entirely intact.
2017-11-04 16:39:51 -07:00
shadlaws
62335da791
Follow-on from autocomplete updates.
...
(9345dde83e , d632ef3e50 )
- 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-26 13:07:00 +01:00
shadlaws
4bf41377b8
Moved autocomplete CSS to gallery.css to ensure it works for all themes (including admin_wind).
2013-02-18 18:29:31 +01:00
shadlaws
4dd7b708b2
Dialog sizing, titles, and z-index. This should ensure the small <500px dialogs
...
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
2013-02-15 19:31:20 +01:00
shadlaws
8300c867a1
#1931 , #1932 , #1933 , #1934 - movieplayer view and movie_img function in 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
2012-12-30 10:03:36 +01:00
epeay
d8dce1e3e5
Updated Select Photos button hitbox to cover full visible button area.
2012-10-08 16:41:02 -04:00
Bharat Mediratta
dfd50a6c1f
Partially revert the CSS change in 76a7ad3161
...
to center the "Select..." button because it was causing the SWF object to
vanish in Firefox. #1638 .
2011-04-23 15:18:23 -07:00
Bharat Mediratta
76a7ad3161
Overhaul of the uploader code:
...
- 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
2011-04-23 10:07:32 -07:00
Bharat Mediratta
391a90e3ce
Detect when a module fails to upgrade properly and put up an
...
informative message to help the user know that she needs to get a
newer copy of the module. Fixes ticket #1189 .
2010-09-08 20:36:22 -07:00
mamouneyya
318a94a5ef
flip the float value for RTL
2010-09-01 10:59:00 +08:00
Bharat Mediratta
db769b76ab
Expire completed uploads and introduce a text message that says how
...
many photos have been uploaded successfully. This is to pave the way
for retry code later on.
2010-08-31 00:03:46 -07:00
Tim Almdal
68b598d4fa
Remove style information regarding the permission dialog from the gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog.
2010-08-19 19:48:44 -07:00
Chad Kieffer
a8c629409b
Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the template. Minor code refactoring. Also seems to fix #1188 .
2010-07-17 15:49:47 -06:00
mamouneyya
ca09e98890
centerize the group labels in Edit Permission window.. i think it's much cleaner this way
2010-06-23 23:33:13 +08:00
Tim Almdal
a804c11513
1) revert e468ed7bd3
...
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.
2010-06-21 10:11:38 -07:00
mamouneyya
562fb174a7
Flip some margin/padding values for RTL
2010-06-18 14:08:08 +03:00
Chad Kieffer
0e9c626684
Add more padding to the top of the add-photos-canvas to avoid overlap with selected photos.
2010-03-16 23:10:15 -06:00
Chad Kieffer
5f985b3e2a
Updates to upload CSS to make it themeable and RTL compatible. Use absolute 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 .
2010-02-28 18:46:43 -07:00
Chad Kieffer
2846d81171
First pass at user profile formatting updates. Moved buttons to the top, simplified HTML and CSS.
2010-02-18 23:00:58 -07:00
Chad Kieffer
92c2dd61ff
Formated upgrader for RTL languages. Closes ticket #883
2010-02-09 21:57:04 -07:00
Tim Almdal
3c3671cff2
Remove the test-transform:uppercase from the l10n css as it was causing problems with other text fields in IE and it violates our case standards. Fixes ticket #912
2010-02-02 12:30:23 -08:00
Tim Almdal
ff5ccf0fb3
Specify the height and overflow-y on l10n-client translation element. fixes ticket #899 .
2010-01-22 14:38:58 -08:00
Tim Almdal
3b26d87f3a
Reformat the string list so that the search box does not get push off the end of the page.
2010-01-11 14:22:16 -08:00
Chad Kieffer
3aa7a3fcda
Address RTL issues reported in ticket #869 . Placement of checkboxes and radio buttons and sidebar block management lists.
2009-11-17 22:32:25 -07:00
Bharat Mediratta
d7b13ee167
Try to keep users from leaving the upgrade page, or running the
...
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 .
2009-11-15 17:12:26 -08:00
Bharat Mediratta
3481c8b58f
Change "confirmation" to "dialog" in preparation for putting up a
...
"we're working, stay tuned" message.
2009-11-15 16:21:45 -08:00
Bharat Mediratta
9e5714aee8
Tweak upgrader html and css so that we set opacity properly for rows
...
that are done, and disable the upgrade link when there're no actions
to take.
2009-11-15 16:14:30 -08:00
Bharat Mediratta
6ec81006e7
Fix a bug where we were using <? ?> tags in css to figure out whether we
...
should gray out an element.
2009-11-15 16:02:39 -08:00
Tim Almdal
421a975c0e
Improve error handling.
2009-11-11 18:47:10 -08:00
Tim Almdal
9546e19e34
Pass two of uploadify... remove the default.css file, removed the folder option and create a status area where succesful uploads are listed.
2009-11-10 12:49:13 -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
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
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
Chad Kieffer
04c10a0720
Minor css cleanup. Removed a few redundant and unused attributes, alphabetized attributes, white-space fixes.
2009-11-05 23:10:32 -07:00
Chad Kieffer
e0fcd8130e
Removed todos, they're done.
2009-11-05 22:37:57 -07: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
Chad Kieffer
c5faa3560e
Created gallery.css file, moved simple uploader, move, and permissions CSS there. Removed relocated styles from theme css.
2009-10-25 16:53:54 -06:00
Chad Kieffer
9136090a23
Quote Trebuchet MS since it contains a space.
2009-10-25 16:33:58 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
jhilden
8d256898c7
improved translation interface so that it now can be closed without going to the admin
2009-08-29 14:21:53 -04:00
Bharat Mediratta
52147cf6f8
Combine the quick menu and the thumb menu into a single menu called
...
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.
2009-08-03 21:45:54 -07:00
Bharat Mediratta
0546f0df13
Fix the bug that the quick menu fires for the wrong photo. This stems
...
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 .
2009-07-21 13:39:40 -07:00
Chad Kieffer
e0e450d90f
Position gItem and gPhoto relative, then position quick and thumb menus as absolute within them. Moved css from quick.js to quick.css.
2009-07-11 00:40:57 -06:00
Bharat Mediratta
5e8e3ab6b5
Rejigger the way we handle "done" status in the upgrader. Now we
...
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 .
2009-06-30 18:28:55 -07:00
Andy Staudacher
d4738ce484
Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client
2009-06-29 22:05:55 -07:00
Bharat Mediratta
ec61cd5031
Fix css indentation
2009-06-22 14:20:28 -07:00
Bharat Mediratta
ef7f1d07b2
Center the "all done" dialog. Use Jquery and externalize the CSS (I was being
...
too conservative before). Fixes ticket #413 .
2009-06-20 12:09:49 -07:00
Andy Staudacher
b9ee6f7d18
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 15:24:49 -07:00
Andy Staudacher
0e415dae9b
Preliminary BiDi support (needs *a lot* of tweaking)
2009-06-06 15:24:14 -07:00
Bharat Mediratta
4302406c96
Fix formatting in l10n client source box so that it wraps. Otherwise
...
long strings show up only on one line.
2009-06-06 12:19:26 -07:00