Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-02 | Whitespace cleanup. | Bharat Mediratta | |
2009-04-23 | 1) Change the processing so the server_add start task can return done = 1 | Tim Almdal | |
if there are no eligible files selected 2) Change the javascript to handle this condition and show a pop up | |||
2009-04-09 | Don't try to import the staging directory as an album | Tim Almdal | |
2009-04-09 | Provide a translation of the titleon the fatal error dialog pop-up | Tim Almdal | |
2009-04-09 | Create a pause method on the server_add controller and get rid of the | Tim Almdal | |
optional parameter/ | |||
2009-04-09 | Fix server add to correctly ignore a authorized path if there are no | Tim Almdal | |
files to be uploaded from it. | |||
2009-04-08 | Fixes issues with Server Add: | Tim Almdal | |
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-06 | Fix for ticket #207, which should then generate a whole bunch of | Tim Almdal | |
errors that are described in ticket #208. | |||
2009-04-03 | Fix for ticket #200. When an error occurs the current uri is no | Tim Almdal | |
longer admin/server_add but admin/server_add/add_path and the equality check fails. | |||
2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
directly wherever possible instead of access::csrf_token(). | |||
2009-03-25 | Fix for ticket #184. Sort the output children as DirectoryIterator | Tim Almdal | |
does not provide a sort order. Separate the directory and files, sort them individually and then merge them together so directories are at the top of the list | |||
2009-03-24 | Fix the problem I created by trying to run the task again after it was ↵ | Tim Almdal | |
completed. | |||
2009-03-24 | Add a pause button to the server add dialog and if it is clicked then | Tim Almdal | |
the upload is paused. If the dialog is closed and the task is not complete then a warning message is displayed on the album. | |||
2009-03-17 | Switch from using SimpleUploader to using swfUpload as our flash based | Bharat Mediratta | |
uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css | |||
2009-03-16 | Get rid of $hidden; it was never defined | Bharat Mediratta | |
2009-03-16 | clean up style attr | Bharat Mediratta | |
2009-03-16 | Remove unnecessary slash from url::site() arg. | Bharat Mediratta | |
2009-03-11 | Refine the task api but removing the optional parameters on the | Tim Almdal | |
task::create method call | |||
2009-03-10 | Refactor the server add module to make use of the task api (Ticket | Tim Almdal | |
#125). Haven't quite figured out what to do with the errors in the context. Maybe they should show on the mainenance screen? | |||
2009-03-10 | access::allow/deny/reset functions will now throw an exception if you | Bharat Mediratta | |
don't pass in a Group_Model as the argument. This prevents us from setting permissions on the wrong group by accidentally passing in a User_Model. | |||
2009-03-09 | Fix for ticket #135 | Tim Almdal | |
2009-03-05 | Don't clean out the authorized_paths var at install time, so that ↵ | Bharat Mediratta | |
uninstall/reinstall doesn't mean starting over | |||
2009-03-05 | Remove stray reference to server_add_dir_list.html.php | Bharat Mediratta | |
2009-03-05 | Cleanups. | Bharat Mediratta | |
- Show the "Server Add needs configuration" message whenever there are no paths. - Un-ajaxify the admin code to remove complexity and allow us to update the status message as appropriate. - Rename server_add_admin.html.php to admin_server_add.html.php for consistency. - Fix up form to properly display error messages - Get rid of server_add_dir_list.html.php now that we're non-ajaxified. - Change delete <span> to an <a> for non-ajax world. | |||
2009-03-05 | Minor cleanups. | Bharat Mediratta | |
2009-03-05 | Change how the urls are built in the java script | Tim Almdal | |
2009-03-05 | Clean up no authorized directoriesmessage | Tim Almdal | |
2009-03-05 | Correct typo | Tim Almdal | |
2009-03-04 | Remove addition options to the autocomplete call. No point in sending | Tim Almdal | |
csrf if we are not verifying it. Remove the must match flag so non-existent paths don't cause the input box to empty | |||
2009-03-04 | Last of changes required from Bharat's 2nd review pass | Tim Almdal | |
2009-03-04 | Continuation of the rename of jquery.autocomplete.pack.js | Tim Almdal | |
2009-03-04 | move server_add styles into the theme screen.css files | Tim Almdal | |
2009-03-04 | Move the autocomplete js and css files to lib | Tim Almdal | |
2009-03-04 | Changed $uid to $tree_id, so not to confuse anyone between and acroynm | Tim Almdal | |
for unique identifier as opposed to user id. :-) | |||
2009-03-04 | Rename local_import module to server_add | Tim Almdal | |