index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
server_add
/
controllers
/
admin_server_add.php
Age
Commit message (
Expand
)
Author
2013-02-17
Fix up autocomplete for admin_server_add - found and fixed some bugs
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-19
Create an ajax response framework that inserts <meta> tags to guard
Bharat Mediratta
2012-05-19
Revert "Prevent server_add autocomplete from being interpreted as UTF-7. Fix...
Bharat Mediratta
2012-05-16
Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871.
Bharat Mediratta
2012-05-11
Improve the way server add deals with wacky directory names. Fixes #1857.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-10-23
Adjust order of items on server_add admin page. Restore autocomplete to the a...
Chad Kieffer
2009-10-18
Moved the short_form init function to gallery.common and made it jQuery plugi...
Chad Kieffer
2009-10-04
Renamed more CSS selectors from gName to g-name.
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-17
Don't show links as part of the auto complete list
Tim Almdal
2009-09-15
Adjust the text of the symlink error message.
Bharat Mediratta
2009-09-15
Forbid from add symbolink link in admin server add. Read ticket #744 for mor...
Jan Koprowski
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-02
Merge branch 'master' of git@github.com:/gallery/gallery3
Bharat Mediratta
2009-07-02
In remove_path(), if the path is invalid don't echo it back in the UI.
Bharat Mediratta
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-04-03
Fix for ticket #200. When an error occurs the current uri is no
Tim Almdal
2009-03-09
Fix for ticket #135
Tim Almdal
2009-03-05
Remove stray reference to server_add_dir_list.html.php
Bharat Mediratta
2009-03-05
Cleanups.
Bharat Mediratta
2009-03-04
Last of changes required from Bharat's 2nd review pass
Tim Almdal
2009-03-04
Rename local_import module to server_add
Tim Almdal