Vanilla Forum plugin
commitcfbe0b7a106ce212dd2bf7d49626159d652b0b85
authordiego <diego@017ae15a-7f68-4291-a4b8-69d4775fb1eb>
Sun, 12 Aug 2007 14:00:20 +0000 (12 14:00 +0000)
committerdiego <diego@017ae15a-7f68-4291-a4b8-69d4775fb1eb>
Sun, 12 Aug 2007 14:00:20 +0000 (12 14:00 +0000)
tree5dde1589ac85f68be7dea4f13a72ed98b720052a
parent07558df1b4d3016cb8cca4c559c694e3f547d7c9
Vanilla Forum plugin

git-svn-id: svn://svn.elgg.net/plugins@123 017ae15a-7f68-4291-a4b8-69d4775fb1eb
232 files changed:
vanillaforum/INSTALL [new file with mode: 0644]
vanillaforum/LICENSE [new file with mode: 0644]
vanillaforum/README.txt [new file with mode: 0644]
vanillaforum/lib.php [new file with mode: 0644]
vanillaforum/lib/user_info_menu.php [new file with mode: 0644]
vanillaforum/mysql.sql [new file with mode: 0644]
vanillaforum/vanilla/account.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/blockcategory.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/getusers.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/sortcategories.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/sortroles.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/switch.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/switchextension.php [new file with mode: 0644]
vanillaforum/vanilla/ajax/updatecheck.php [new file with mode: 0644]
vanillaforum/vanilla/appg/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/appg/database.php [new file with mode: 0644]
vanillaforum/vanilla/appg/headers.php [new file with mode: 0644]
vanillaforum/vanilla/appg/init_ajax.php [new file with mode: 0644]
vanillaforum/vanilla/appg/init_people.php [new file with mode: 0644]
vanillaforum/vanilla/appg/init_vanilla.php [new file with mode: 0644]
vanillaforum/vanilla/appg/settings.php [new file with mode: 0644]
vanillaforum/vanilla/categories.php [new file with mode: 0644]
vanillaforum/vanilla/changelog.txt [new file with mode: 0644]
vanillaforum/vanilla/comments.php [new file with mode: 0644]
vanillaforum/vanilla/conf/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/conf/database.php [new file with mode: 0755]
vanillaforum/vanilla/conf/extensions.php [new file with mode: 0755]
vanillaforum/vanilla/conf/language.php [new file with mode: 0755]
vanillaforum/vanilla/conf/readme.txt [new file with mode: 0644]
vanillaforum/vanilla/conf/settings.php [new file with mode: 0755]
vanillaforum/vanilla/conf/settings.php.old [new file with mode: 0755]
vanillaforum/vanilla/extension.php [new file with mode: 0644]
vanillaforum/vanilla/extensions/RSS2/default.php [new file with mode: 0644]
vanillaforum/vanilla/extensions/RSS2/functions.php [new file with mode: 0644]
vanillaforum/vanilla/extensions/RSS2/global_functions.php [new file with mode: 0644]
vanillaforum/vanilla/gpl.txt [new file with mode: 0644]
vanillaforum/vanilla/index.php [new file with mode: 0644]
vanillaforum/vanilla/js/ac.js [new file with mode: 0644]
vanillaforum/vanilla/js/ajax.js [new file with mode: 0644]
vanillaforum/vanilla/js/builder.js [new file with mode: 0644]
vanillaforum/vanilla/js/controls.js [new file with mode: 0644]
vanillaforum/vanilla/js/dragdrop.js [new file with mode: 0644]
vanillaforum/vanilla/js/effects.js [new file with mode: 0644]
vanillaforum/vanilla/js/global.js [new file with mode: 0644]
vanillaforum/vanilla/js/prototype.js [new file with mode: 0644]
vanillaforum/vanilla/js/scriptaculous.js [new file with mode: 0644]
vanillaforum/vanilla/js/slider.js [new file with mode: 0644]
vanillaforum/vanilla/js/vanilla.js [new file with mode: 0644]
vanillaforum/vanilla/languages/English/definitions.php [new file with mode: 0644]
vanillaforum/vanilla/languages/English/email_applicant.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/English/email_banned.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/English/email_password_request.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/English/email_role_change.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/None/definitions.php [new file with mode: 0644]
vanillaforum/vanilla/languages/None/email_applicant.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/None/email_banned.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/None/email_password_request.txt [new file with mode: 0644]
vanillaforum/vanilla/languages/None/email_role_change.txt [new file with mode: 0644]
vanillaforum/vanilla/library/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.AsyncUploader.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Checkbox.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.ConfigurationManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Context.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Control.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Database.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Delegation.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Email.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.ErrorManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Extension.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.File.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.MessageCollector.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.MySQL.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.ObjectFactory.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Page.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.PageList.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Parameters.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Radio.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.SQLite.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Select.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.SqlBuilder.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.SqlSearch.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.StringManipulator.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Uploader.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.Validator.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Class.XmlManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.ExtensionForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.Filler.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.Head.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.LanguageForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.NoticeCollector.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.PageEnd.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.Panel.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Control.UpdateCheck.php [new file with mode: 0644]
vanillaforum/vanilla/library/Framework/Framework.Functions.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.Authenticator.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.ElggAuthenticator.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.ElggUser.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.Role.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.RoleManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.SQLiteAuthenticator.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.Session.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.User.php.old [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.UserManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Class.UserRoleHistory.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.ApplicantsForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.ApplyForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.Leave.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.PasswordRequestForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.PasswordResetForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.PeopleFoot.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.PeopleMenu.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.RegistrationForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.RoleForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/People/People.Control.SignInForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/.htaccess [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.Category.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.CategoryManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.Comment.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.CommentManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.Discussion.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.DiscussionManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.Search.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.SearchManager.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Class.SignIn.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.Account.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.AccountRoleForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.CategoryForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.CategoryList.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.CommentFoot.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.CommentGrid.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.DiscussionForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.DiscussionGrid.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.Foot.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.GlobalsForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.IdentityForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.Menu.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.PasswordForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.PostBegin.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.PreferencesForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.SearchForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.SettingsHelp.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Control.ThemeAndStyleForm.php [new file with mode: 0644]
vanillaforum/vanilla/library/Vanilla/Vanilla.Functions.php [new file with mode: 0644]
vanillaforum/vanilla/people.php.old [new file with mode: 0644]
vanillaforum/vanilla/post.php [new file with mode: 0644]
vanillaforum/vanilla/readme.html [new file with mode: 0644]
vanillaforum/vanilla/search.php [new file with mode: 0644]
vanillaforum/vanilla/settings.php [new file with mode: 0644]
vanillaforum/vanilla/setup/fade.jpg [new file with mode: 0644]
vanillaforum/vanilla/setup/index.html [new file with mode: 0644]
vanillaforum/vanilla/setup/installer.php [new file with mode: 0644]
vanillaforum/vanilla/setup/leaf.gif [new file with mode: 0644]
vanillaforum/vanilla/setup/mysql.sql [new file with mode: 0644]
vanillaforum/vanilla/setup/style.css [new file with mode: 0644]
vanillaforum/vanilla/setup/upgrader.php [new file with mode: 0644]
vanillaforum/vanilla/termsofservice.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_identity_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_password_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_preferences_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_profile.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_profile_end.php [new file with mode: 0644]
vanillaforum/vanilla/themes/account_role_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/categories.php [new file with mode: 0644]
vanillaforum/vanilla/themes/comment_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/comments.php [new file with mode: 0644]
vanillaforum/vanilla/themes/comments.php.old [new file with mode: 0644]
vanillaforum/vanilla/themes/comments_foot.php [new file with mode: 0644]
vanillaforum/vanilla/themes/discussion.php [new file with mode: 0644]
vanillaforum/vanilla/themes/discussion_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/discussions.php [new file with mode: 0644]
vanillaforum/vanilla/themes/fatal_error.php [new file with mode: 0644]
vanillaforum/vanilla/themes/foot.php [new file with mode: 0644]
vanillaforum/vanilla/themes/head.php [new file with mode: 0644]
vanillaforum/vanilla/themes/menu.php [new file with mode: 0644]
vanillaforum/vanilla/themes/notices.php [new file with mode: 0644]
vanillaforum/vanilla/themes/page_end.php [new file with mode: 0644]
vanillaforum/vanilla/themes/panel.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_apply_form_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_apply_form_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_banner.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_foot.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_password_request_form_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_password_request_form_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_password_reset_form_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_password_reset_form_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_signin_form_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_signin_form_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_signout_form_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/people_signout_form_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/post_formatter.php [new file with mode: 0644]
vanillaforum/vanilla/themes/search_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/search_results_bottom.php [new file with mode: 0644]
vanillaforum/vanilla/themes/search_results_comments.php [new file with mode: 0644]
vanillaforum/vanilla/themes/search_results_top.php [new file with mode: 0644]
vanillaforum/vanilla/themes/search_results_users.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_applicants_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_category_edit.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_category_list.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_category_remove.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_extensions.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_globals_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_help.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_language_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_registration_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_role_edit.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_role_list.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_role_remove.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_theme_and_style_form.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_update_check_nopostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/settings_update_check_validpostback.php [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/readme.txt [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/alert.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/btn.remove.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/disabled-tile.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/favicon.ico [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/hidden-tile.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/hprogress.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/ico.alert.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/ico.check.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/ico.unknown.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/notice.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/panelfade.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/panelfadetop.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/people.css [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/preview.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/progress.gif [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/utility.css [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/vanilla.css [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/vanilla.print.css [new file with mode: 0644]
vanillaforum/vanilla/themes/vanilla/styles/default/waves.blue.gif [new file with mode: 0644]