Bharat Mediratta
cda6e54aa4
add_group() was not getting $form before using it.
2009-04-24 00:33:27 +00:00
Tim Almdal
7bd44b22e2
1) Change the processing so the server_add start task can return done = 1
...
if there are no eligible files selected
2) Change the javascript to handle this condition and show a pop up
2009-04-23 21:42:34 +00:00
Tim Almdal
465182e58f
1) Move the progress bar to a dialog
...
2) Provide status and error messages back to the user
2009-04-23 20:48:09 +00:00
Tim Almdal
b1a15f2130
Implement a cancel button so that if an organize task is paused, it
...
can be cancelled.
2009-04-23 04:53:48 +00:00
Bharat Mediratta
1173b21f95
Fix bug in the item_before_delete() event handler
2009-04-23 04:53:19 +00:00
Bharat Mediratta
38b5c02cfc
Remember to import album highlights
2009-04-23 02:46:53 +00:00
Bharat Mediratta
778cf0254e
Use https if it's appropriate
2009-04-23 02:33:31 +00:00
Bharat Mediratta
dd0e69ba3a
Delete any comments associated with deleted items
2009-04-23 01:32:35 +00:00
Tim Almdal
933770cf0e
1) Fix index overflow issue.
...
2) Fix where the microthumb was removed even if the move was cancelled
2009-04-22 23:23:15 +00:00
Bharat Mediratta
98d085e55f
Minor cleanups:
...
* Delete g2_map records when the corresponding item is removed.
* Improve text on g2 import settings page
* Minor comment fixes.
2009-04-22 19:49:27 +00:00
Tim Almdal
475b8fe9ff
Dragging from the thumbgrid to an album in the tree now works.
...
Refactored the javascript to minimize duplication.
2009-04-22 16:09:57 +00:00
Tim Almdal
9d31564b7c
1) Disable drag when the rearrange task is running
...
2) Add the album name to the task name
2009-04-21 18:11:27 +00:00
Tim Almdal
0fdc4639c3
Remove duplicate word from status message
2009-04-21 14:41:06 +00:00
Tim Almdal
4e944577f4
The pause button now works.
2009-04-21 14:15:58 +00:00
Tim Almdal
c94fc344e8
Added progress bar and pause and continue functionality to rearrange
2009-04-21 06:04:03 +00:00
Bharat Mediratta
201e8cdf70
Highlight: we can now import photos and movies.
...
Notes:
* Don't store the g2->g3 map in the task; it gets too large and
overflows the context column.
* Import album sort orders
* Try to treat duplication in the summary and description fields
sensibly.
* Move the g2 import config page under the Settings menu
* Clean up the settings page slightly and send users to the
maintenance page to do the actual import (not an optimal UI, but it
works).
2009-04-21 04:21:34 +00:00
Bharat Mediratta
6c911d2d7c
Make the task iteration duration 1 second instead of 500ms.
2009-04-21 04:16:30 +00:00
Bharat Mediratta
ace6335e64
Add a key on item_id for the search_records table so that when we left
...
join it against the item table to find missing ids it's fast.
2009-04-21 03:12:14 +00:00
Tim Almdal
e8ea822801
Remove debugging statements
2009-04-20 18:47:38 +00:00
Tim Almdal
ad10584dc1
1) Add rearrange processing as a task
...
2) Improved drop location determination
3) Add a revert if dropped on an invalid target
4) Add a popup dialog to display ajax errors
Still to do progress bar, pause/continue and status messages
2009-04-20 18:44:19 +00:00
Tim Almdal
e8d99f22a1
Simplify the handling of moves to the beginning or end of the album
2009-04-19 18:42:53 +00:00
Tim Almdal
663c38a7e8
Continue javascript code cleanup
2009-04-19 18:33:35 +00:00
Tim Almdal
f1a9ac807c
Restructure the java script code (i.e. separate complex callbacks or
...
objects into variables)
2009-04-19 18:02:07 +00:00
Tim Almdal
aaec040716
- Improve the movement of the placeholder
...
- Make sure the thumbgrid will utoscroll when dragging
- And an ordinal attribute to the thumbnail when generated, based on the
current sort order of the album.
2009-04-19 03:51:29 +00:00
Bharat Mediratta
a8d60021ea
import album owners and be a little smarter about summary/description duplication
2009-04-19 00:58:56 +00:00
Bharat Mediratta
e7ba49b69c
Properly import groups and put users into groups. Mark admin users
...
appropriately.
2009-04-18 23:10:57 +00:00
Bharat Mediratta
6b89e7fa2a
Add user::lookup_by_name()
2009-04-18 23:06:38 +00:00
Bharat Mediratta
a3e8818449
Track what we've already imported in the G2_Map_Model and keep it
...
around in the task so that on subsequent import runs we don't try to
reimport stuff we've already pulled in. This also gives us a mapping
so that we will be able to translate old G2 urls into the hot new G3
urls.
2009-04-18 04:27:04 +00:00
Tim Almdal
1a332009c7
Change how mutiple requests for micro thumbnails is handler.
...
handle the edge cases where the draggable is dropped on the micro
thumbnail panel
2009-04-17 20:17:53 +00:00
Tim Almdal
16db338145
Fix typo that was causing an error
2009-04-17 14:33:09 +00:00
Bharat Mediratta
1d6554764c
Make the update_index task continue until it has used half a second
...
before stopping. This is *way* more efficient than just doing 2 per
request.
2009-04-17 10:02:13 +00:00
Bharat Mediratta
ff5afeb714
Import albums. Just the basics; misses permissions and a lot of
...
metadata, and doesn't import photos yet.
2009-04-17 09:05:12 +00:00
Tim Almdal
d8e9133873
Another iteration in the quest for the perfect organize module. At
...
this point you can select microthumbs, by clicking on them, ctrl-click
will add to the selection. You can select by drawing a lasso around
images. Holding the ctrl will add the lassoed thumbs to the selection.
Once slected, thumbs can be dragged and dropped within the current
At this point no background processing takes place
2009-04-17 02:06:00 +00:00
Andy Staudacher
6fae077b52
Fix i18n for "Logged in as" string
2009-04-17 02:04:25 +00:00
Bharat Mediratta
a7f345476f
Very early round of Gallery 2 import code. It can import users (with
...
the wrong password) and import groups, with a basic UI. Needs a ton
more work.
2009-04-15 07:23:22 +00:00
Bharat Mediratta
8c1d1a9d0d
Provate a way to set the hashed password directly
2009-04-15 07:18:19 +00:00
Chad Kieffer
9f488446d9
Fix up microthumb grid, changed unselect to deselect all, white space fixes.
2009-04-10 05:40:56 +00:00
Tim Almdal
91bc1292da
Don't try to import the staging directory as an album
2009-04-09 19:39:26 +00:00
Tim Almdal
49042345f6
Provide a translation of the titleon the fatal error dialog pop-up
2009-04-09 19:32:12 +00:00
Tim Almdal
e692868e8a
Create a pause method on the server_add controller and get rid of the
...
optional parameter/
2009-04-09 17:59:43 +00:00
Tim Almdal
093422bfbc
Fix server add to correctly ignore a authorized path if there are no
...
files to be uploaded from it.
2009-04-09 17:33:17 +00:00
Tim Almdal
898eba8e6f
Here is the current state of "organize". I'm having trouble getting
...
drag and drop to work. And to get it to layout properly. Any
thoughts would be appreciated.
2009-04-09 16:33:14 +00:00
Andy Staudacher
d558a88015
Fix for ticket 181: don't ignore the locale option when adding users
2009-04-09 02:41:29 +00:00
Bharat Mediratta
ff732d9c7e
Fix the spelling of "appearance_menu" and update user_menu so that the
...
user/groups admin menu option appears again.
2009-04-09 02:25:27 +00:00
Tim Almdal
523c467eed
Fixes issues with Server Add:
...
1) Fixes Ticket #208
2) Fixes Ticket #190
3) Fixes an unticketed issue where two items could collide when
creating the thumbnail and/or resize. For example, loading a.flv and
a.jpg would have generated the same thumbnail image. This change adds
a random value to the name to avoid conflicts.
4) Added item::__set() to clear the relative path if the name changes
2009-04-08 15:11:55 +00:00
Bharat Mediratta
4041c6a0b2
Fix whitespace
2009-04-06 08:55:33 +00:00
Bharat Mediratta
fb818f3c4d
Fix preamble
2009-04-06 08:53:37 +00:00
Chad Kieffer
0531c9262e
Visually connect the selected album to the album thumbnail grid. Edit item opacity, selected items become opaque.
2009-04-06 05:02:56 +00:00
Bharat Mediratta
8ae2305289
Hide the "no comments yet" text after the first comment is posted.
...
Fixes ticket #196 .
2009-04-06 00:27:24 +00:00
Tim Almdal
a4323c79ee
Fix for ticket #207 , which should then generate a whole bunch of
...
errors that are described in ticket #208 .
2009-04-06 00:15:45 +00:00