Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |