Bharat Mediratta
d632ef3e50
Fix up autocomplete for admin_server_add - found and fixed some bugs
...
in gallery_autocomplete when "multiple" isn't set. Fixed some
harmless syntax issues that js2-mode helpfully pointed out.
2013-02-17 00:23:50 -05:00
Bharat Mediratta
a9be0691d9
Create an ajax response framework that inserts <meta> tags to guard
...
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 11:31:25 -07:00
Bharat Mediratta
74fa9422db
Revert "Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871."
...
This only fixes server_add, we need to fix it more systemically.
This reverts commit 88c0363344 .
2012-05-19 11:31:25 -07:00
Bharat Mediratta
88c0363344
Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871 .
2012-05-16 12:26:51 -07:00
Maxim Rubis
2475bcd60c
Fixed Delete button
2012-03-26 21:19:36 -04:00
Bharat Mediratta
efa3466a75
Oops, forgot to remove the reference to admin.js. Follow-on for #1686 .
2011-04-23 07:13:55 -07:00
Bharat Mediratta
80af9f0f17
Inline admin JS into admin_server_add.html.php. Fixes #1686 .
2011-04-23 07:05:15 -07:00
Andy Staudacher
ed0f93a965
Fix typo, thanks cajun100 for reporting!
2010-02-25 18:26:20 -08:00
Tim Almdal
7ea13b3869
Normalize capitalization ticket #596
2009-10-28 12:15:52 -07:00
Chad Kieffer
e3f90a889d
Adjust order of items on server_add admin page. Restore autocomplete to the add form. Created a server_add.css file.
2009-10-23 22:24:06 -06:00
Chad Kieffer
5f56cbf997
Wrap all admin views in g-block and g-block content. This provides the means 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-18 20:22:10 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Chad Kieffer
1f02c1ef6e
Apply gModuleStatus to server add status message.
2009-09-30 22:48:05 -06:00
Andy Staudacher
b9bd1681a3
Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly.
2009-08-29 22:54:20 -07:00
Andy Staudacher
0204617b60
XSS fixes
2009-08-29 15:41:02 -07:00
Bharat Mediratta
050c82cf80
Escape bare & symbols so that we use valid entities. Fixes ticket #577 .
2009-07-21 11:09:23 -07:00
Chad Kieffer
200e17c884
Use gMessage for "no paths defined" status message.
2009-06-23 23:44:08 -06:00
Bharat Mediratta
921f3a2eee
Put csrf token into Admin_View and Theme_View by default, then use it
...
directly wherever possible instead of access::csrf_token().
2009-03-27 03:43:21 +00:00
Bharat Mediratta
64b02026ed
Cleanups.
...
- 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 02:26:39 +00:00