| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-17 | Fix up autocomplete for admin_server_add - found and fixed some bugs | Bharat Mediratta | |
| in gallery_autocomplete when "multiple" isn't set. Fixed some harmless syntax issues that js2-mode helpfully pointed out. | |||
| 2012-05-19 | Create an ajax response framework that inserts <meta> tags to guard | Bharat Mediratta | |
| against UTF-7, and create a $.gallery_autocomplete variant of jQuery's autocomplete that expects the first line to be a <meta> tag and discards it. More complete fix for #1871. | |||
| 2012-05-19 | Revert "Prevent server_add autocomplete from being interpreted as UTF-7. ↵ | Bharat Mediratta | |
| Fixes #1871." This only fixes server_add, we need to fix it more systemically. This reverts commit 88c0363344860ff87bb7fa2d084b8ab190b364cb. | |||
| 2012-05-16 | Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871. | Bharat Mediratta | |
| 2012-03-26 | Fixed Delete button | Maxim Rubis | |
| 2011-04-23 | Oops, forgot to remove the reference to admin.js. Follow-on for #1686. | Bharat Mediratta | |
| 2011-04-23 | Inline admin JS into admin_server_add.html.php. Fixes #1686. | Bharat Mediratta | |
| 2010-02-25 | Fix typo, thanks cajun100 for reporting! | Andy Staudacher | |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-23 | Adjust order of items on server_add admin page. Restore autocomplete to the ↵ | Chad Kieffer | |
| add form. Created a server_add.css file. | |||
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
| to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-09-30 | Apply gModuleStatus to server add status message. | Chad Kieffer | |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | XSS fixes | Andy Staudacher | |
| 2009-07-21 | Escape bare & symbols so that we use valid entities. Fixes ticket #577. | Bharat Mediratta | |
| 2009-06-23 | Use gMessage for "no paths defined" status message. | Chad Kieffer | |
| 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-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. | |||
