initial check-in: a copy of AFrame
authorCindy Li <cli@ocad.ca>
Mon, 26 Oct 2009 19:46:51 +0000 (19:46 -0000)
committerCindy Li <cli@ocad.ca>
Mon, 26 Oct 2009 19:46:51 +0000 (19:46 -0000)
commit5d881122f960b4bd9a4cfc3f94b127f0d2cf1cb0
treeb4783fe8c516ca5fc2d4d82b03193dcde2e3930d
initial check-in: a copy of AFrame
771 files changed:
docs/documentation/frame_content.php [new file with mode: 0644]
docs/documentation/frame_header.php [new file with mode: 0644]
docs/documentation/frame_toc.php [new file with mode: 0644]
docs/documentation/handbook_footer.inc.php [new file with mode: 0644]
docs/documentation/handbook_header.inc.php [new file with mode: 0644]
docs/documentation/index.php [new file with mode: 0644]
docs/documentation/oauth_server_api.php [new file with mode: 0644]
docs/documentation/print.php [new file with mode: 0644]
docs/documentation/search.php [new file with mode: 0644]
docs/documentation/web_service_api.php [new file with mode: 0644]
docs/home/index.php [new file with mode: 0644]
docs/images/arrow-closed.png [new file with mode: 0644]
docs/images/arrow-open.png [new file with mode: 0644]
docs/images/atrclogo.gif [new file with mode: 0644]
docs/images/bad.gif [new file with mode: 0644]
docs/images/calendar.gif [new file with mode: 0644]
docs/images/check.gif [new file with mode: 0644]
docs/images/clr.gif [new file with mode: 0644]
docs/images/double.png [new file with mode: 0644]
docs/images/error.png [new file with mode: 0644]
docs/images/feedback.gif [new file with mode: 0644]
docs/images/folder.gif [new file with mode: 0644]
docs/images/header.jpg [new file with mode: 0644]
docs/images/info.png [new file with mode: 0644]
docs/images/logo.png [new file with mode: 0644]
docs/images/paper.gif [new file with mode: 0644]
docs/images/warning.png [new file with mode: 0644]
docs/include/classes/DAO/ConfigDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/DAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/LangCodesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/LanguageTextDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/LanguagesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/MailQueueDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/MyownPatchesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/MyownPatchesDependentDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/MyownPatchesFilesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/OAuthClientServersDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/OAuthClientTokensDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/OAuthServerConsumersDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/OAuthServerTokensDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/PatchesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/PatchesFilesActionsDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/PatchesFilesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/PrivilegesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/ThemesDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/UserGroupPrivilegeDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/UserGroupsDAO.class.php [new file with mode: 0644]
docs/include/classes/DAO/UsersDAO.class.php [new file with mode: 0644]
docs/include/classes/Language/Language.class.php [new file with mode: 0644]
docs/include/classes/Language/LanguageEditor.class.php [new file with mode: 0644]
docs/include/classes/Language/LanguageManager.class.php [new file with mode: 0644]
docs/include/classes/Language/LanguageParser.class.php [new file with mode: 0644]
docs/include/classes/Language/LanguageUtility.class.php [new file with mode: 0644]
docs/include/classes/Language/LanguagesParser.class.php [new file with mode: 0644]
docs/include/classes/Language/RemoteLanguageManager.class.php [new file with mode: 0644]
docs/include/classes/Menu.class.php [new file with mode: 0644]
docs/include/classes/Message/Message.class.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Compiler.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Error.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Filter.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Plugin.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Savant2_Error_exception.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Savant2_Error_pear.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Savant2_Error_stack.php [new file with mode: 0644]
docs/include/classes/Savant2/Savant2/Savant2_Plugin_cycle.php [new file with mode: 0644]
docs/include/classes/User.class.php [new file with mode: 0644]
docs/include/classes/Utility.class.php [new file with mode: 0644]
docs/include/classes/phpmailer/aframemailer.class.php [new file with mode: 0644]
docs/include/classes/phpmailer/class.phpmailer.php [new file with mode: 0644]
docs/include/classes/phpmailer/class.smtp.php [new file with mode: 0644]
docs/include/classes/phpmailer/phpmailer.lang-en.php [new file with mode: 0644]
docs/include/classes/sqlutility.class.php [new file with mode: 0644]
docs/include/classes/zipfile.class.php [new file with mode: 0644]
docs/include/config.inc.php [new file with mode: 0644]
docs/include/constants.inc.php [new file with mode: 0644]
docs/include/footer.inc.php [new file with mode: 0644]
docs/include/handbook_pages.inc.php [new file with mode: 0644]
docs/include/handleResponse.php [new file with mode: 0644]
docs/include/header.inc.php [new file with mode: 0644]
docs/include/jscripts/handleResponse.js [new file with mode: 0644]
docs/include/jscripts/infusion/InfusionAll.js [new file with mode: 0644]
docs/include/jscripts/infusion/README.txt [new file with mode: 0644]
docs/include/jscripts/infusion/components/inlineEdit/css/InlineEdit.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/inlineEdit/js/InlineEdit.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/inlineEdit/js/InlineEditIntegrations.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/pager/css/Pager.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/pager/images/arrow-dn.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/pager/images/arrow-up.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/pager/js/Pager.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/progress/js/Progress.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/css/ImageReorderer.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/css/Reorderer.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/html/ImageReordererRSF.html [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Banana.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Blackberry.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Cherry.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Dragonfruit.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Fig.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Grapes.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Kiwano.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Kiwi.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Kumquat.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Lemon.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Mangosteen.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Orange.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/RedApple.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/images/Tamarillo.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/js/GeometricManager.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/js/ImageReorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/js/LayoutReorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/js/ModuleLayout.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/reorderer/js/Reorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/tableOfContents/html/TableOfContents.html [new file with mode: 0644]
docs/include/jscripts/infusion/components/tableOfContents/js/TableOfContents.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/css/Slider.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/css/UIOptions.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/css/UIOptionsPreview.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/html/UIOptions.html [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/html/UIOptionsPreview.html [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/500x327_mint_truffle.jpg [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/border_1.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/expand_collapse.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/h1.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/main_bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/images/mintleaf.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/js/UIEnhancer.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uiOptions/js/UIOptions.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/undo/js/Undo.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/ReadMe.txt [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/css/Uploader.css [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/html/Uploader.html [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/add.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/browse.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/error.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/gradient-file-green.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/gradient-file-grey.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/gradient-total-green.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/gradient-total-grey.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/gradient-total-yellow.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/remove.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/images/tick.png [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/js/DemoUploadManager.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/js/FileQueue.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/js/SWFUploadManager.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/js/Scroller.js [new file with mode: 0644]
docs/include/jscripts/infusion/components/uploader/js/Uploader.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/core/js/DataBinding.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/core/js/Fluid.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/core/js/FluidDOMUtilities.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/core/js/ProgressiveEnhancement.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/core/js/jquery.keyboard-a11y.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-JSR168Bridge.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-layout.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-reset.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-text.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-coal.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-debug.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-hc.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-hci.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-mist.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-rust.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/css/fss-theme-slate.css [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/exclamation.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/_common/exclamation.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/_common/gloss_25_repeater.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/_common/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/coal-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-widget-ShowSettings.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-light-content-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/tabs-med-content-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/coal/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-options-ListOrGrid.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-widget-ShowSettings.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/mist-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/mist/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/icon-options-ListOrGrid.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/icon-widget-Settings.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/menu-hover.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/rust/widget-earmark.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/slate-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/sprites.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/fss/images/themes/slate/widget-earmark.png [new file with mode: 0644]
docs/include/jscripts/infusion/framework/renderer/js/fluidParser.js [new file with mode: 0644]
docs/include/jscripts/infusion/framework/renderer/js/fluidRenderer.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/fastXmlPull/js/fastXmlPull.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/core/js/jquery.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/plugins/bgiframe/js/jquery.bgiframe.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/plugins/delegate/js/jquery.delegate.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/plugins/tooltip/css/jquery.tooltip.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/plugins/tooltip/js/jquery.tooltip.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/coal.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_flat_75_cccccc_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_25_575757_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_55_cccccc_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_65_000000_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_75_333333_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_75_666666_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_222222_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_333333_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_a3a3a3_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_cccccc_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hc/hc.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hc/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hc/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hc/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hc/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/hci.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_999999_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_fffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_0_2e83ff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_75_9dcaf6_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_75_d9e8f7_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_highlight-soft_55_9dcaf6_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_222222_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_454545_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_888888_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-mist/mist.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_666666_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_999999_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_cccccc_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_ebebeb_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_glass_75_666666_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_highlight-hard_100_ebebeb_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_highlight-soft_75_999999_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_inset-hard_100_ebebeb_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_666666_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_ebebeb_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/css/fl-theme-slate/slate.css [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui-FLUID-readme.txt [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui.accordion.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui.core.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui.dialog.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui.draggable.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/jquery/ui/js/ui.slider.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/json/js/json2.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/swfobject/js/swfobject.js [new file with mode: 0644]
docs/include/jscripts/infusion/lib/swfupload/flash/swfupload.swf [new file with mode: 0644]
docs/include/jscripts/infusion/lib/swfupload/js/swfupload.js [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/Infusion-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/fastXmlPull-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/fckeditor-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/jQuery-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/swfobject-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion/licenses/swfupload-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/InfusionAll.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/README.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/inlineEdit/css/InlineEdit.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/inlineEdit/js/InlineEdit.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/inlineEdit/js/InlineEditIntegrations.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/inlineEdit/js/jquery.tinymce.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/pager/css/Pager.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/pager/images/arrow-dn.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/pager/images/arrow-up.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/pager/js/Pager.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/progress/js/Progress.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/css/ImageReorderer.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/css/Reorderer.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/html/ImageReordererRSF.html [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Banana.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Blackberry.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Cherry.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Dragonfruit.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Fig.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Grapes.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Kiwano.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Kiwi.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Kumquat.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Lemon.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Mangosteen.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Orange.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/RedApple.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/images/Tamarillo.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/js/GeometricManager.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/js/ImageReorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/js/LayoutReorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/js/ModuleLayout.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/reorderer/js/Reorderer.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/tableOfContents/html/TableOfContents.html [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/tableOfContents/js/TableOfContents.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/css/Slider.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/css/UIOptions.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/css/UIOptionsPreview.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/html/UIOptions.html [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/html/UIOptionsPreview.html [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/500x327_mint_truffle.jpg [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/border_1.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/expand_collapse.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/h1.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/main_bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/images/mintleaf.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/js/UIEnhancer.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uiOptions/js/UIOptions.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/undo/js/Undo.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/ReadMe.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/css/Uploader.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/html/Uploader.html [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/add.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/browse.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/error.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/gradient-file-green.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/gradient-file-grey.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/gradient-total-green.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/gradient-total-grey.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/gradient-total-yellow.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/remove.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/images/tick.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/js/DemoUploadManager.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/js/FileQueue.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/js/SWFUploadManager.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/js/Scroller.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/components/uploader/js/Uploader.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/core/js/DataBinding.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/core/js/Fluid.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/core/js/FluidDOMUtilities.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/core/js/ProgressiveEnhancement.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/core/js/jquery.keyboard-a11y.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-JSR168Bridge.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-layout.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-reset.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-text.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-coal.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-debug.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-hc.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-hci.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-mist.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-rust.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/css/fss-theme-slate.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/exclamation.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/_common/exclamation.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/_common/gloss_25_repeater.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/_common/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/coal-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-widget-ShowSettings.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-light-content-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/tabs-med-content-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/coal/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-options-ListOrGrid.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-widget-ShowSettings.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/mist-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/mist/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/icon-menu-Delete.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/icon-options-ListOrGrid.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/icon-widget-Settings.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/menu-hover.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/rust/widget-earmark.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-titlebar-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/buttons-titlebar-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/icon-widget-Close.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/icon-widget-Less.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/icon-widget-More.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/icon-widget-gripper.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/slate-icons.psd [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/sprites.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-light-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-light-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-light-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-light-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-light-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-med-active-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-med-active-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-med-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-med-cap.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/tabs-med-container-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/widget-bg.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/fss/images/themes/slate/widget-earmark.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/renderer/js/fluidParser.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/framework/renderer/js/fluidRenderer.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/fastXmlPull/js/fastXmlPull.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/core/js/jquery.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/plugins/bgiframe/js/jquery.bgiframe.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/plugins/delegate/js/jquery.delegate.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/plugins/tooltip/css/jquery.tooltip.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/plugins/tooltip/js/jquery.tooltip.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/coal.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_flat_75_cccccc_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_25_575757_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_55_cccccc_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_65_000000_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_75_333333_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_highlight-soft_75_666666_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_222222_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_333333_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_a3a3a3_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_cccccc_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-coal/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hc/hc.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hc/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hc/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hc/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hc/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/hci.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_999999_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_fffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-hci/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_0_000000_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_0_2e83ff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_75_9dcaf6_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_glass_75_d9e8f7_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_highlight-soft_55_9dcaf6_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_222222_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_454545_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_888888_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-mist/mist.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_666666_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_999999_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_cccccc_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_ebebeb_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_flat_0_ffffff_40x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_glass_75_666666_1x400.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_highlight-hard_100_ebebeb_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_highlight-soft_75_999999_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-bg_inset-hard_100_ebebeb_1x100.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_000000_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_666666_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_ebebeb_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/css/fl-theme-slate/slate.css [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui-FLUID-readme.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui.accordion.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui.core.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui.dialog.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui.draggable.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/jquery/ui/js/ui.slider.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/json/js/json2.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/swfobject/js/swfobject.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/swfupload/flash/swfupload.swf [new file with mode: 0644]
docs/include/jscripts/infusion_old/lib/swfupload/js/swfupload.js [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/Infusion-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/fastXmlPull-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/fckeditor-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/jQuery-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/swfobject-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/infusion_old/licenses/swfupload-LICENSE.txt [new file with mode: 0644]
docs/include/jscripts/sha-1factory.js [new file with mode: 0644]
docs/include/lib/mime.inc.php [new file with mode: 0644]
docs/include/lib/output.inc.php [new file with mode: 0644]
docs/include/lib/pclzip.lib.php [new file with mode: 0644]
docs/include/page_constants.inc.php [new file with mode: 0644]
docs/include/phpCache/ChangeLog [new file with mode: 0644]
docs/include/phpCache/LICENSE [new file with mode: 0644]
docs/include/phpCache/README [new file with mode: 0644]
docs/include/phpCache/gc.php [new file with mode: 0644]
docs/include/phpCache/phpCache.inc.php [new file with mode: 0644]
docs/include/securimage/LICENSE.txt [new file with mode: 0644]
docs/include/securimage/README.txt [new file with mode: 0644]
docs/include/securimage/audio/0.wav [new file with mode: 0644]
docs/include/securimage/audio/1.wav [new file with mode: 0644]
docs/include/securimage/audio/2.wav [new file with mode: 0644]
docs/include/securimage/audio/3.wav [new file with mode: 0644]
docs/include/securimage/audio/4.wav [new file with mode: 0644]
docs/include/securimage/audio/5.wav [new file with mode: 0644]
docs/include/securimage/audio/6.wav [new file with mode: 0644]
docs/include/securimage/audio/7.wav [new file with mode: 0644]
docs/include/securimage/audio/8.wav [new file with mode: 0644]
docs/include/securimage/audio/9.wav [new file with mode: 0644]
docs/include/securimage/audio/A.wav [new file with mode: 0644]
docs/include/securimage/audio/B.wav [new file with mode: 0644]
docs/include/securimage/audio/C.wav [new file with mode: 0644]
docs/include/securimage/audio/D.wav [new file with mode: 0644]
docs/include/securimage/audio/E.wav [new file with mode: 0644]
docs/include/securimage/audio/F.wav [new file with mode: 0644]
docs/include/securimage/audio/G.wav [new file with mode: 0644]
docs/include/securimage/audio/H.wav [new file with mode: 0644]
docs/include/securimage/audio/I.wav [new file with mode: 0644]
docs/include/securimage/audio/J.wav [new file with mode: 0644]
docs/include/securimage/audio/K.wav [new file with mode: 0644]
docs/include/securimage/audio/L.wav [new file with mode: 0644]
docs/include/securimage/audio/M.wav [new file with mode: 0644]
docs/include/securimage/audio/N.wav [new file with mode: 0644]
docs/include/securimage/audio/O.wav [new file with mode: 0644]
docs/include/securimage/audio/P.wav [new file with mode: 0644]
docs/include/securimage/audio/Q.wav [new file with mode: 0644]
docs/include/securimage/audio/R.wav [new file with mode: 0644]
docs/include/securimage/audio/S.wav [new file with mode: 0644]
docs/include/securimage/audio/T.wav [new file with mode: 0644]
docs/include/securimage/audio/U.wav [new file with mode: 0644]
docs/include/securimage/audio/V.wav [new file with mode: 0644]
docs/include/securimage/audio/W.wav [new file with mode: 0644]
docs/include/securimage/audio/X.wav [new file with mode: 0644]
docs/include/securimage/audio/Y.wav [new file with mode: 0644]
docs/include/securimage/audio/Z.wav [new file with mode: 0644]
docs/include/securimage/elephant.ttf [new file with mode: 0644]
docs/include/securimage/gdfonts/automatic.gdf [new file with mode: 0644]
docs/include/securimage/gdfonts/bubblebath.gdf [new file with mode: 0644]
docs/include/securimage/gdfonts/caveman.gdf [new file with mode: 0644]
docs/include/securimage/gdfonts/crass.gdf [new file with mode: 0644]
docs/include/securimage/images/audio_icon.gif [new file with mode: 0644]
docs/include/securimage/images/refresh.gif [new file with mode: 0644]
docs/include/securimage/securimage.php [new file with mode: 0644]
docs/include/securimage/securimage_play.php [new file with mode: 0644]
docs/include/securimage/securimage_show.php [new file with mode: 0644]
docs/include/vitals.inc.php [new file with mode: 0644]
docs/index.php [new file with mode: 0644]
docs/install/db/Copy of language_text.sql [new file with mode: 0644]
docs/install/db/db_schema.sql [new file with mode: 0644]
docs/install/db/language_text.sql [new file with mode: 0644]
docs/install/images/bad.gif [new file with mode: 0644]
docs/install/images/feedback.gif [new file with mode: 0644]
docs/install/images/question.gif [new file with mode: 0644]
docs/install/include/classes/sqlutility.php [new file with mode: 0644]
docs/install/include/common.inc.php [new file with mode: 0644]
docs/install/include/config_template.php [new file with mode: 0644]
docs/install/include/footer.inc.php [new file with mode: 0644]
docs/install/include/header.inc.php [new file with mode: 0644]
docs/install/include/step1.php [new file with mode: 0644]
docs/install/include/step2.php [new file with mode: 0644]
docs/install/include/step3.php [new file with mode: 0644]
docs/install/include/step4.php [new file with mode: 0644]
docs/install/include/step5.php [new file with mode: 0644]
docs/install/include/step6.php [new file with mode: 0644]
docs/install/include/step7.php [new file with mode: 0644]
docs/install/include/upgrade_header.php [new file with mode: 0644]
docs/install/include/ustep1.php [new file with mode: 0644]
docs/install/include/ustep2.php [new file with mode: 0644]
docs/install/include/ustep3.php [new file with mode: 0644]
docs/install/include/ustep4.php [new file with mode: 0644]
docs/install/include/ustep5.php [new file with mode: 0644]
docs/install/index.php [new file with mode: 0644]
docs/install/install.php [new file with mode: 0644]
docs/install/not_installed.php [new file with mode: 0644]
docs/install/stylesheet.css [new file with mode: 0644]
docs/install/upgrade.php [new file with mode: 0644]
docs/language/index.php [new file with mode: 0644]
docs/language/index_inline_editor_submit.php [new file with mode: 0644]
docs/language/language_add_edit.php [new file with mode: 0644]
docs/language/language_delete.php [new file with mode: 0644]
docs/login.php [new file with mode: 0644]
docs/logout.php [new file with mode: 0644]
docs/oauth/access_token.php [new file with mode: 0644]
docs/oauth/authorization.php [new file with mode: 0644]
docs/oauth/classes/MyOAuthServer.class.php [new file with mode: 0644]
docs/oauth/common.inc.php [new file with mode: 0644]
docs/oauth/lib/OAuth.php [new file with mode: 0644]
docs/oauth/register_consumer.php [new file with mode: 0644]
docs/oauth/request_token.php [new file with mode: 0644]
docs/oauth_client.php [new file with mode: 0644]
docs/profile/change_email.php [new file with mode: 0644]
docs/profile/change_password.php [new file with mode: 0644]
docs/profile/index.php [new file with mode: 0644]
docs/register.php [new file with mode: 0644]
docs/svn.php [new file with mode: 0644]
docs/system/index.php [new file with mode: 0644]
docs/temp/debug.log [new file with mode: 0644]
docs/temp/updater/patch.xml [new file with mode: 0644]
docs/themes/default/change_password.tmpl.php [new file with mode: 0644]
docs/themes/default/confirmmessage.tmpl.php [new file with mode: 0644]
docs/themes/default/errormessage.tmpl.php [new file with mode: 0644]
docs/themes/default/feedbackmessage.tmpl.php [new file with mode: 0644]
docs/themes/default/forms.css [new file with mode: 0644]
docs/themes/default/handbook_styles.css [new file with mode: 0644]
docs/themes/default/home/index.tmpl.php [new file with mode: 0644]
docs/themes/default/images/add.gif [new file with mode: 0644]
docs/themes/default/images/add_group.gif [new file with mode: 0644]
docs/themes/default/images/arrow.gif [new file with mode: 0644]
docs/themes/default/images/arrow_ltr.gif [new file with mode: 0644]
docs/themes/default/images/atrclogo.gif [new file with mode: 0644]
docs/themes/default/images/delete.gif [new file with mode: 0644]
docs/themes/default/images/edit.gif [new file with mode: 0644]
docs/themes/default/images/guide.gif [new file with mode: 0644]
docs/themes/default/images/guide.jpg [new file with mode: 0644]
docs/themes/default/images/logo.png [new file with mode: 0644]
docs/themes/default/images/navl.gif [new file with mode: 0644]
docs/themes/default/images/navlh.gif [new file with mode: 0644]
docs/themes/default/images/navr.gif [new file with mode: 0644]
docs/themes/default/images/navrh.gif [new file with mode: 0644]
docs/themes/default/images/sort.gif [new file with mode: 0644]
docs/themes/default/include/footer.tmpl.php [new file with mode: 0644]
docs/themes/default/include/handbook_footer.tmpl.php [new file with mode: 0644]
docs/themes/default/include/handbook_header.tmpl.php [new file with mode: 0644]
docs/themes/default/include/header.tmpl.php [new file with mode: 0644]
docs/themes/default/infomessage.tmpl.php [new file with mode: 0644]
docs/themes/default/language/index.tmpl.php [new file with mode: 0644]
docs/themes/default/language/language_add_edit.tmpl.php [new file with mode: 0644]
docs/themes/default/login.tmpl.php [new file with mode: 0644]
docs/themes/default/password_reminder.tmpl.php [new file with mode: 0644]
docs/themes/default/password_reminder_feedback.tmpl.php [new file with mode: 0644]
docs/themes/default/profile/change_email.tmpl.php [new file with mode: 0644]
docs/themes/default/profile/change_password.tmpl.php [new file with mode: 0644]
docs/themes/default/profile/index.tmpl.php [new file with mode: 0644]
docs/themes/default/readme.txt [new file with mode: 0644]
docs/themes/default/register.tmpl.php [new file with mode: 0644]
docs/themes/default/rtl.css [new file with mode: 0644]
docs/themes/default/style_popup.css [new file with mode: 0644]
docs/themes/default/styles.css [new file with mode: 0644]
docs/themes/default/system/index.tmpl.php [new file with mode: 0644]
docs/themes/default/theme.cfg.php [new file with mode: 0644]
docs/themes/default/theme_info.xml [new file with mode: 0644]
docs/themes/default/updater/index.tmpl.php [new file with mode: 0644]
docs/themes/default/updater/myown_patches.tmpl.php [new file with mode: 0644]
docs/themes/default/updater/patch_create_edit.tmpl.php [new file with mode: 0644]
docs/themes/default/user/index.tmpl.php [new file with mode: 0644]
docs/themes/default/user/user_group.tmpl.php [new file with mode: 0644]
docs/themes/default/user/user_group_create_edit.tmpl.php [new file with mode: 0644]
docs/themes/default/user/user_password.tmpl.php [new file with mode: 0644]
docs/themes/default/warningmessage.tmpl.php [new file with mode: 0644]
docs/translation/index.php [new file with mode: 0644]
docs/updater/classes/Patch.class.php [new file with mode: 0644]
docs/updater/classes/PatchCreator.class.php [new file with mode: 0644]
docs/updater/classes/PatchListParser.class.php [new file with mode: 0644]
docs/updater/classes/PatchParser.class.php [new file with mode: 0644]
docs/updater/include/common.inc.php [new file with mode: 0644]
docs/updater/include/json.inc.php [new file with mode: 0644]
docs/updater/include/patch_xml_template.inc.php [new file with mode: 0644]
docs/updater/index.php [new file with mode: 0644]
docs/updater/myown_patches.php [new file with mode: 0644]
docs/updater/myown_patches_inline_editor_submit.php [new file with mode: 0644]
docs/updater/patch_create.php [new file with mode: 0644]
docs/updater/patch_creator.php [new file with mode: 0644]
docs/updater/patch_delete.php [new file with mode: 0644]
docs/updater/patch_edit.php [new file with mode: 0644]
docs/updater/sample_patch.xml [new file with mode: 0644]
docs/updater/sample_patch_list.xml [new file with mode: 0644]
docs/updater/xml_special_chars.txt [new file with mode: 0644]
docs/user/index.php [new file with mode: 0644]
docs/user/index_inline_editor_submit.php [new file with mode: 0644]
docs/user/user_create_edit.php [new file with mode: 0644]
docs/user/user_delete.php [new file with mode: 0644]
docs/user/user_group.php [new file with mode: 0644]
docs/user/user_group_create_edit.php [new file with mode: 0644]
docs/user/user_group_delete.php [new file with mode: 0644]
docs/user/user_group_inline_editor_submit.php [new file with mode: 0644]
docs/user/user_password.php [new file with mode: 0644]