diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-24 14:18:15 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-24 14:18:15 -0700 |
commit | 078c77a62b623322956457bfd7bfbdaf56203b00 (patch) | |
tree | 941a39067f101b4773a642572f24575ffc43db3e /modules/gallery/tests/xss_data.txt | |
parent | fa1d32e6466d8c6ffe77d163e2da9c71688a3c61 (diff) |
Add tag autocomplete to the album and photo edit pop up dialogs.
This required putting a wrapper view around the forms and passing
this view as the parameter to the item_edit_form event. The view
contains a $script variable that the modules can add script to be
included in the form html when rendered as part of the ajax response.
Diffstat (limited to 'modules/gallery/tests/xss_data.txt')
-rw-r--r-- | modules/gallery/tests/xss_data.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/tests/xss_data.txt b/modules/gallery/tests/xss_data.txt index 981bf31e..2940a8df 100644 --- a/modules/gallery/tests/xss_data.txt +++ b/modules/gallery/tests/xss_data.txt @@ -207,6 +207,8 @@ modules/gallery/views/admin_themes_preview.html.php 4 DIRTY $info->na modules/gallery/views/admin_themes_preview.html.php 7 DIRTY $url modules/gallery/views/after_install.html.php 11 $user->name modules/gallery/views/after_install.html.php 15 DIRTY $user->id +modules/gallery/views/item_edit.html.php 4 DIRTY $script +modules/gallery/views/item_edit.html.php 8 DIRTY $form modules/gallery/views/kohana_error_page.php 102 DIRTY $message modules/gallery/views/kohana_error_page.php 104 DIRTY $file modules/gallery/views/kohana_error_page.php 104 DIRTY $line |