summaryrefslogtreecommitdiff
path: root/modules/server_add/helpers
AgeCommit message (Collapse)Author
2009-04-08Fixes 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-03Fix for ticket #200. When an error occurs the current uri is noTim Almdal
longer admin/server_add but admin/server_add/add_path and the equality check fails.
2009-03-16Remove unnecessary slash from url::site() arg.Bharat Mediratta
2009-03-10Refactor the server add module to make use of the task api (TicketTim 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-10access::allow/deny/reset functions will now throw an exception if youBharat 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-09Fix for ticket #135Tim Almdal
2009-03-05Don't clean out the authorized_paths var at install time, so that ↵Bharat Mediratta
uninstall/reinstall doesn't mean starting over
2009-03-05Cleanups.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-05Minor cleanups.Bharat Mediratta
2009-03-05Change how the urls are built in the java scriptTim Almdal
2009-03-05Clean up no authorized directoriesmessageTim Almdal
2009-03-05Correct typoTim Almdal
2009-03-04Last of changes required from Bharat's 2nd review passTim Almdal
2009-03-04Continuation of the rename of jquery.autocomplete.pack.jsTim Almdal
2009-03-04move server_add styles into the theme screen.css filesTim Almdal
2009-03-04Move the autocomplete js and css files to libTim Almdal
2009-03-04Rename local_import module to server_addTim Almdal