- Converted most htmlentities_utf8(var) to AT_print(var, namespace)
authorharris wong <hwong@ocad.ca>
Wed, 12 Jan 2011 17:59:21 +0000 (17:59 -0000)
committerharris wong <hwong@ocad.ca>
Wed, 12 Jan 2011 17:59:21 +0000 (17:59 -0000)
commit6cf4c8c8474acd32f0ffeeb06118280b13eebd28
tree30ac87417e3d27f15e0152bb7068e9e5511e85e7
parent480ff3fa780a7e35bd93b9552fce71375c8d06e7
- Converted most htmlentities_utf8(var) to AT_print(var, namespace)
- Fixed XSS issues on sublinks.php and module_news.php in multiple modules
- Fixed XSS in photo albums
- Fixed XSS in reading_list
- Fixed preg_match errors for the search function in photo album

http://atutor.ca/atutor/mantis/view.php?id=4609
http://atutor.ca/atutor/mantis/view.php?id=4685
115 files changed:
docs/include/lib/constants.inc.php
docs/include/lib/output.inc.php
docs/mods/_core/backups/admin/edit.php
docs/mods/_core/backups/admin/index.php
docs/mods/_core/backups/delete.php
docs/mods/_core/backups/edit.php
docs/mods/_core/backups/index.php
docs/mods/_core/editor/edit_content.php
docs/mods/_core/editor/editor_tabs/glossary.inc.php
docs/mods/_core/glossary/dropdown/glossary.inc.php
docs/mods/_core/glossary/sublinks.php
docs/mods/_core/glossary/tools/index.php
docs/mods/_core/groups/create_automatic.php
docs/mods/_core/groups/create_manual.php
docs/mods/_core/groups/delete_group.php
docs/mods/_core/groups/edit_group.php
docs/mods/_core/groups/groups.php
docs/mods/_core/groups/index.php
docs/mods/_core/groups/members.php
docs/mods/_standard/announcements/delete_news.php
docs/mods/_standard/announcements/edit_news.php
docs/mods/_standard/announcements/index.php
docs/mods/_standard/assignments/add_assignment.php
docs/mods/_standard/assignments/delete_assignment.php
docs/mods/_standard/assignments/index_instructor.php
docs/mods/_standard/blogs/add_post.php
docs/mods/_standard/blogs/delete_comment.php
docs/mods/_standard/blogs/edit_post.php
docs/mods/_standard/blogs/index.php
docs/mods/_standard/blogs/module_news.php
docs/mods/_standard/blogs/post.php
docs/mods/_standard/blogs/sublinks.php
docs/mods/_standard/faq/add_question.php
docs/mods/_standard/faq/delete_question.php
docs/mods/_standard/faq/delete_topic.php
docs/mods/_standard/faq/edit_question.php
docs/mods/_standard/faq/edit_topic.php
docs/mods/_standard/faq/index.php
docs/mods/_standard/faq/index_instructor.php
docs/mods/_standard/faq/module_news.php
docs/mods/_standard/faq/sublinks.php
docs/mods/_standard/file_storage/index.php
docs/mods/_standard/file_storage/sublinks.php
docs/mods/_standard/forums/admin/forum_edit.php
docs/mods/_standard/forums/admin/forums.php
docs/mods/_standard/forums/edit_forum.php
docs/mods/_standard/forums/edit_post.php
docs/mods/_standard/forums/forum/delete_thread.php
docs/mods/_standard/forums/forum/list.php
docs/mods/_standard/forums/forum/move_thread.php
docs/mods/_standard/forums/html/new_thread.inc.php
docs/mods/_standard/forums/module_news.php
docs/mods/_standard/forums/sublinks.php
docs/mods/_standard/links/add.php
docs/mods/_standard/links/sublinks.php
docs/mods/_standard/links/tools/add.php
docs/mods/_standard/links/tools/delete.php
docs/mods/_standard/links/tools/index.php
docs/mods/_standard/photos/delete_album.php
docs/mods/_standard/photos/include/classes/PhotoAlbum.class.php
docs/mods/_standard/photos/include/lib.inc.php
docs/mods/_standard/photos/index_admin.php
docs/mods/_standard/photos/search.php
docs/mods/_standard/photos/sublinks.php
docs/mods/_standard/polls/dropdown/poll.inc.php
docs/mods/_standard/polls/index.php
docs/mods/_standard/polls/module_news.php
docs/mods/_standard/polls/sublinks.php
docs/mods/_standard/polls/tools/delete.php
docs/mods/_standard/polls/tools/edit.php
docs/mods/_standard/polls/tools/index.php
docs/mods/_standard/reading_list/add_resource_av.php
docs/mods/_standard/reading_list/add_resource_book.php
docs/mods/_standard/reading_list/add_resource_file.php
docs/mods/_standard/reading_list/add_resource_handout.php
docs/mods/_standard/reading_list/add_resource_url.php
docs/mods/_standard/reading_list/delete_reading.php
docs/mods/_standard/reading_list/delete_resource.php
docs/mods/_standard/reading_list/display_resource.php
docs/mods/_standard/reading_list/display_resources.php
docs/mods/_standard/reading_list/edit_reading_av.php
docs/mods/_standard/reading_list/edit_reading_book.php
docs/mods/_standard/reading_list/edit_reading_file.php
docs/mods/_standard/reading_list/edit_reading_handout.php
docs/mods/_standard/reading_list/edit_reading_url.php
docs/mods/_standard/reading_list/index.php
docs/mods/_standard/reading_list/index_instructor.php
docs/mods/_standard/reading_list/reading_details.php
docs/mods/_standard/social/connections.php
docs/mods/_standard/social/lib/classes/Activity.class.php
docs/mods/_standard/social/lib/classes/Member.class.php
docs/mods/_standard/tests/html/tests_questions.inc.php
docs/mods/_standard/tests/questions.php
docs/themes/default/include/header.tmpl.php
docs/themes/default/photos/admin/pa_index.tmpl.php
docs/themes/default/photos/pa_albums.tmpl.php
docs/themes/default/photos/pa_edit_album.tmpl.php
docs/themes/default/photos/pa_edit_photos.tmpl.php
docs/themes/default/photos/pa_index.tmpl.php
docs/themes/default/photos/pa_organize_photos.tmpl.php
docs/themes/default/photos/pa_photo.tmpl.php
docs/themes/default/photos/pa_profile_albums.tmpl.php
docs/themes/default/photos/pa_search.tmpl.php
docs/themes/default/social/edit_profile.tmpl.php
docs/themes/default/social/edit_profile/edit_additional.tmpl.php
docs/themes/default/social/edit_profile/edit_contact.tmpl.php
docs/themes/default/social/edit_profile/edit_education.tmpl.php
docs/themes/default/social/edit_profile/edit_personal.tmpl.php
docs/themes/default/social/edit_profile/edit_representation.tmpl.php
docs/themes/default/social/edit_profile/edit_websites.tmpl.php
docs/themes/default/social/sprofile.tmpl.php
docs/themes/default/users/browse.tmpl.php
docs/themes/default/users/index.tmpl.php
docs/themes/default16/include/header.tmpl.php
docs/themes/mobile/social/edit_profile/edit_additional.tmpl.php