Bharat Mediratta
88c0363344
Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871 .
2012-05-16 12:26:51 -07:00
Bharat Mediratta
ca037dc955
Improve the way server add deals with wacky directory names. Fixes #1857 .
2012-05-11 15:58:46 -07:00
Bharat Mediratta
bf2bb3e1ea
Update copyright to 2012. #1822
2012-02-27 09:48:23 -08:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
ckieffer
f1076590f1
Add page_title to admin views. Closes #1038 .
2010-04-30 00:08:37 -06:00
Bharat Mediratta
c3c2b45280
Update the copyright to 2010. It's only 3 months into the year :-)
2010-03-03 10:15:34 -08:00
Bharat Mediratta
8b9a02084a
Updates for the latest version of Kohana 2.4:
...
1) Controller::$input is gone -- use Input::instance() now
2) Handle new 'database.<default>.connection.params' parameter
3) Handle new 'cache.<default>.prefix' parameter
2009-12-21 21:27:43 -08: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
c9ccc24618
Moved the short_form init function to gallery.common and made it jQuery plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}.
2009-10-18 10:32:08 -06:00
Chad Kieffer
d581bbbd1e
Renamed more CSS selectors from gName to g-name.
2009-10-04 15:53:00 -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
Tim Almdal
a5af531fbe
Don't show links as part of the auto complete list
2009-09-17 07:04:11 -07:00
Bharat Mediratta
c3f8b62376
Adjust the text of the symlink error message.
2009-09-15 19:57:12 -07:00
Jan Koprowski
7cc37451f4
Forbid from add symbolink link in admin server add. Read ticket #744 for more details.
2009-09-15 19:55:16 -07:00
Andy Staudacher
c01ac42c46
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeString::purify().
...
Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway.
2009-08-29 12:48:40 -07:00
Bharat Mediratta
eb5538d135
Merge branch 'master' of git@github.com:/gallery/gallery3
...
Conflicts:
modules/server_add/controllers/admin_server_add.php
2009-07-02 18:00:22 -07:00
Bharat Mediratta
14d7797cda
In remove_path(), if the path is invalid don't echo it back in the UI.
2009-07-02 04:35:03 -07:00
Bharat Mediratta
8f9a943f55
Fix a bunch of XSS vulnerabilities turned up by manual inspection
...
using the checklist in ticket #385 .
2009-07-01 17:57:39 -07:00
Bharat Mediratta
5495037a3d
Gee it's May already. Update copyright to 2009.
2009-05-13 20:04:58 +00:00
Tim Almdal
d35a0cdb61
Fix for ticket #200 . When an error occurs the current uri is no
...
longer admin/server_add but admin/server_add/add_path and the equality
check fails.
2009-04-03 15:40:41 +00:00
Tim Almdal
5da29b8837
Fix for ticket #135
2009-03-09 16:03:48 +00:00
Bharat Mediratta
05f22b47d8
Remove stray reference to server_add_dir_list.html.php
2009-03-05 02:29:02 +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
Tim Almdal
705e6d62b7
Last of changes required from Bharat's 2nd review pass
2009-03-04 20:09:53 +00:00
Tim Almdal
f7d82ec52f
Rename local_import module to server_add
2009-03-04 15:46:10 +00:00