Initial Phing Setup
authorLaury GvR <laury@gaslightmedia.com>
Thu, 17 Jul 2014 14:14:15 +0000 (10:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 17 Jul 2014 14:14:15 +0000 (10:14 -0400)
commit11e6535fc57ad85127e8c7eb9ca9f109db4a0a6a
treee5f3d75259a194cddaaaa4f985e3600d44d15cda
Initial Phing Setup
578 files changed:
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0644]
Toolkit/BaseControllerAbstract.php [new file with mode: 0644]
Toolkit/Blocks/Admin/EditPage.php [new file with mode: 0644]
Toolkit/Blocks/Admin/ListPages.php [new file with mode: 0644]
Toolkit/Blocks/Admin/PageTree.php [new file with mode: 0644]
Toolkit/Blocks/Block.php [new file with mode: 0644]
Toolkit/Blocks/Database/application.sql [new file with mode: 0644]
Toolkit/Blocks/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Blocks/Database/tables/blocks.sql [new file with mode: 0644]
Toolkit/Blocks/Database/upgrade.sql [new file with mode: 0644]
Toolkit/Blocks/Display.php [new file with mode: 0644]
Toolkit/Blocks/IndexController.php [new file with mode: 0644]
Toolkit/Blocks/application.ini [new file with mode: 0644]
Toolkit/Blocks/assets/btn_add.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_add_sm.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_back.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_delete.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_edit.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_link.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_update.gif [new file with mode: 0755]
Toolkit/Blocks/assets/btn_upload.gif [new file with mode: 0755]
Toolkit/Blocks/assets/left_circle.gif [new file with mode: 0755]
Toolkit/Blocks/assets/right_circle.gif [new file with mode: 0755]
Toolkit/Blocks/css/style.css [new file with mode: 0644]
Toolkit/Blocks/js/column.js [new file with mode: 0644]
Toolkit/Blocks/js/editPage.js [new file with mode: 0644]
Toolkit/Blocks/js/jquery.columnview.js [new file with mode: 0644]
Toolkit/Blocks/js/listPages.js [new file with mode: 0644]
Toolkit/Blocks/positionBlock.php [new file with mode: 0644]
Toolkit/Blocks/templates/editPage.html [new file with mode: 0644]
Toolkit/Blocks/templates/listPages.html [new file with mode: 0644]
Toolkit/BreadCrumbsFactory.php [new file with mode: 0644]
Toolkit/CKImages/Connector.php [new file with mode: 0644]
Toolkit/CKImages/Database/Import.php [new file with mode: 0755]
Toolkit/CKImages/Database/application.sql [new file with mode: 0644]
Toolkit/CKImages/Database/data/applicationData.sql [new file with mode: 0644]
Toolkit/CKImages/Database/importHtImages.php [new file with mode: 0755]
Toolkit/CKImages/Database/phpImageEditorUpdates.sql [new file with mode: 0644]
Toolkit/CKImages/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/CKImages/Database/tables/ckeditor_folders.sql [new file with mode: 0644]
Toolkit/CKImages/Database/tables/ckeditor_images.sql [new file with mode: 0644]
Toolkit/CKImages/Exception.php [new file with mode: 0644]
Toolkit/CKImages/Factory.php [new file with mode: 0644]
Toolkit/CKImages/Folders.php [new file with mode: 0644]
Toolkit/CKImages/ImageUpdater.php [new file with mode: 0644]
Toolkit/CKImages/assets/.keepme [new file with mode: 0644]
Toolkit/CKImages/assets/night-fate-stock2.jpg [new file with mode: 0755]
Toolkit/CKImages/browser.php [new file with mode: 0644]
Toolkit/CKImages/controller.php [new file with mode: 0644]
Toolkit/CKImages/imageFetch.php [new file with mode: 0644]
Toolkit/CKImages/libjs/image_selector.js [new file with mode: 0644]
Toolkit/CKImages/styles.css [new file with mode: 0755]
Toolkit/CKImages/templates/thumbnails.html [new file with mode: 0755]
Toolkit/Common.php [new file with mode: 0644]
Toolkit/Contacts/Admin/EditContact.php [new file with mode: 0644]
Toolkit/Contacts/ContactUs.php [new file with mode: 0755]
Toolkit/Contacts/Database/application.sql [new file with mode: 0644]
Toolkit/Contacts/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Contacts/Database/tables/contact.sql [new file with mode: 0644]
Toolkit/Contacts/Database/tables/contact_inq.sql [new file with mode: 0644]
Toolkit/Contacts/Database/tables/inq_group.sql [new file with mode: 0644]
Toolkit/Contacts/Database/tables/news_response.sql [new file with mode: 0644]
Toolkit/Contacts/Database/tables/query_db.sql [new file with mode: 0644]
Toolkit/Contacts/ENewsSignup.php [new file with mode: 0755]
Toolkit/Contacts/SaveTripPlanner.php [new file with mode: 0755]
Toolkit/Contacts/SendTripPlanner.php [new file with mode: 0755]
Toolkit/Contacts/StreamSend.php [new file with mode: 0755]
Toolkit/Contacts/VisitorGuide.php [new file with mode: 0755]
Toolkit/Contacts/application.ini [new file with mode: 0644]
Toolkit/Contacts/assets/.keepme [new file with mode: 0644]
Toolkit/Contacts/config.ini [new file with mode: 0644]
Toolkit/Contacts/database-table-modifiers.sql [new file with mode: 0644]
Toolkit/Contacts/database-tables.sql [new file with mode: 0644]
Toolkit/Contacts/templates/brochurePage.html [new file with mode: 0755]
Toolkit/Contacts/templates/contactForm.html [new file with mode: 0644]
Toolkit/Contacts/templates/currentTables/Element.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/currentTables/Form.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/currentTables/Group.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/currentTables/GroupElement.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/currentTables/Header.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/currentTables/RequiredNote.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/direct-list.html [new file with mode: 0755]
Toolkit/Contacts/templates/emailOwner.tpl [new file with mode: 0755]
Toolkit/Contacts/templates/friendEmail.html [new file with mode: 0644]
Toolkit/Contacts/templates/pdfDownloadEmail.html [new file with mode: 0755]
Toolkit/DataGridBuilder.php [new file with mode: 0644]
Toolkit/Database.php [new file with mode: 0644]
Toolkit/Events/AddCommonEventForm.php [new file with mode: 0644]
Toolkit/Events/AddEventForm.php [new file with mode: 0755]
Toolkit/Events/Ajax.php [new file with mode: 0644]
Toolkit/Events/Auxiliary.php [new file with mode: 0644]
Toolkit/Events/Calendar.php [new file with mode: 0755]
Toolkit/Events/CategoryBlocks.php [new file with mode: 0644]
Toolkit/Events/Database/addJustHideAddress.sql [new file with mode: 0644]
Toolkit/Events/Database/addJustHideAddressNoSchema.sql [new file with mode: 0644]
Toolkit/Events/Database/application.sql [new file with mode: 0644]
Toolkit/Events/Database/applicationWithMembers.sql [new file with mode: 0644]
Toolkit/Events/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Events/Database/tables/event.sql [new file with mode: 0644]
Toolkit/Events/Database/tables/event_recur.sql [new file with mode: 0644]
Toolkit/Events/Database/tables/event_with_members.sql [new file with mode: 0644]
Toolkit/Events/Database/tables/topic.sql [new file with mode: 0644]
Toolkit/Events/Database/updateEventsTable.sql [new file with mode: 0644]
Toolkit/Events/Database/updateEventsTableNoSchema.sql [new file with mode: 0644]
Toolkit/Events/Display.php [new file with mode: 0755]
Toolkit/Events/EventCalendar.php [new file with mode: 0755]
Toolkit/Events/EventHomePage.php [new file with mode: 0644]
Toolkit/Events/Forms/Admin/EditEvent.php [new file with mode: 0755]
Toolkit/Events/Forms/Admin/EditTopics.php [new file with mode: 0644]
Toolkit/Events/HomeEvents.php [new file with mode: 0644]
Toolkit/Events/ListEvents.php [new file with mode: 0644]
Toolkit/Events/QueryBuilder.php [new file with mode: 0644]
Toolkit/Events/SmallCal.php [new file with mode: 0644]
Toolkit/Events/UserSearchForm.php [new file with mode: 0644]
Toolkit/Events/assets/.keepme [new file with mode: 0644]
Toolkit/Events/assets/arrowDown.png [new file with mode: 0755]
Toolkit/Events/assets/arrowUp.png [new file with mode: 0755]
Toolkit/Events/assets/go.png [new file with mode: 0755]
Toolkit/Events/config.ini [new file with mode: 0644]
Toolkit/Events/css/edit-topic.css [new file with mode: 0644]
Toolkit/Events/css/event.css [new file with mode: 0755]
Toolkit/Events/getEvents.php [new file with mode: 0644]
Toolkit/Events/libjs/addEvent.js [new file with mode: 0644]
Toolkit/Events/libjs/calendar.js [new file with mode: 0644]
Toolkit/Events/libjs/edit-event.js [new file with mode: 0644]
Toolkit/Events/libjs/edit-topic.js [new file with mode: 0644]
Toolkit/Events/libjs/editEvent.js [new file with mode: 0644]
Toolkit/Events/libjs/eventLoader.js [new file with mode: 0644]
Toolkit/Events/libjs/eventRotate.js [new file with mode: 0644]
Toolkit/Events/libjs/events.js [new file with mode: 0644]
Toolkit/Events/libjs/geoCoder.js [new file with mode: 0644]
Toolkit/Events/templates/currentTables/Element.tpl [new file with mode: 0755]
Toolkit/Events/templates/currentTables/Form.tpl [new file with mode: 0755]
Toolkit/Events/templates/currentTables/Group.tpl [new file with mode: 0755]
Toolkit/Events/templates/currentTables/GroupElement.tpl [new file with mode: 0755]
Toolkit/Events/templates/currentTables/Header.tpl [new file with mode: 0755]
Toolkit/Events/templates/currentTables/RequiredNote.tpl [new file with mode: 0755]
Toolkit/Events/templates/editTopics.html [new file with mode: 0644]
Toolkit/Events/templates/emailOwner.tpl [new file with mode: 0755]
Toolkit/Events/templates/eventDetail.html [new file with mode: 0755]
Toolkit/Events/templates/eventFeed.html [new file with mode: 0644]
Toolkit/Events/templates/eventHomePage.html [new file with mode: 0644]
Toolkit/Events/templates/eventPage.html [new file with mode: 0644]
Toolkit/Events/templates/eventSearchForm.html [new file with mode: 0755]
Toolkit/Events/templates/events.html [new file with mode: 0755]
Toolkit/FileServer/AdapterAbstract.php [new file with mode: 0644]
Toolkit/FileServer/Exception.php [new file with mode: 0644]
Toolkit/FileServer/FileAdapter.php [new file with mode: 0644]
Toolkit/FileServer/ImageAdapter.php [new file with mode: 0644]
Toolkit/FileServer/Mock/ImageAdapter.php [new file with mode: 0644]
Toolkit/FlexyDataGridBuilder.php [new file with mode: 0644]
Toolkit/Form.php [new file with mode: 0644]
Toolkit/FormBuilder.php [new file with mode: 0644]
Toolkit/Forms/Rules/Date.php [new file with mode: 0644]
Toolkit/Forms/Rules/Image.php [new file with mode: 0644]
Toolkit/Forms/Rules/ShortUrl.php [new file with mode: 0644]
Toolkit/Forms/Rules/Url.php [new file with mode: 0644]
Toolkit/Forms/templates/tables/Element.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Form.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Group.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/GroupElement.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Header.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/RequiredNote.tpl [new file with mode: 0644]
Toolkit/IController.php [new file with mode: 0644]
Toolkit/IMapper.php [new file with mode: 0644]
Toolkit/INavigation.php [new file with mode: 0644]
Toolkit/ITable.php [new file with mode: 0644]
Toolkit/Image/Converter.php [new file with mode: 0644]
Toolkit/Image/Server.php [new file with mode: 0755]
Toolkit/LeadManager/Affiliates/ConstantContact.php [new file with mode: 0644]
Toolkit/LeadManager/Affiliates/StreamSend.php [new file with mode: 0755]
Toolkit/LeadManager/ConstantContact.php [new file with mode: 0644]
Toolkit/LeadManager/Contact.php [new file with mode: 0644]
Toolkit/LeadManager/Customer.php [new file with mode: 0644]
Toolkit/LeadManager/Lead.php [new file with mode: 0644]
Toolkit/LeadManager/Observer.php [new file with mode: 0644]
Toolkit/LeadManager/StreamSend.php [new file with mode: 0644]
Toolkit/LeadManager/Subject.php [new file with mode: 0644]
Toolkit/Logger.php [new file with mode: 0644]
Toolkit/NavigationAbstract.php [new file with mode: 0644]
Toolkit/NavigationFactoryAbstract.php [new file with mode: 0644]
Toolkit/PHPImageEditor/classes/phpimageeditor.php [new file with mode: 0644]
Toolkit/PHPImageEditor/config.php [new file with mode: 0644]
Toolkit/PHPImageEditor/css/jquery.jcrop.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/style.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/ui.resizable.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/ui.slider.css [new file with mode: 0644]
Toolkit/PHPImageEditor/images/crop_view.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/edit.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/empty.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/jcrop.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/slider_pointer.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/slider_track.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_body.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_not_selected.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_selected.png [new file with mode: 0644]
Toolkit/PHPImageEditor/includes/constants.php [new file with mode: 0644]
Toolkit/PHPImageEditor/includes/functions.php [new file with mode: 0644]
Toolkit/PHPImageEditor/index.php [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/effects.core.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/joomla_editimagelink.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery-1.3.2.min.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery.jcrop.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery.numeric.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/phpimageeditor.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.core.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.resizable.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.slider.js [new file with mode: 0644]
Toolkit/PHPImageEditor/language/en-GB/en-GB.com_admin.ini [new file with mode: 0644]
Toolkit/Page.php [new file with mode: 0755]
Toolkit/Registry.php [new file with mode: 0644]
Toolkit/RotatingImages/ActiveImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/Database/application.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/tables/application.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/tables/rotating_images.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/tables/rotating_images_transitions.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/upgradeApp.sql [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/Admin.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/Anchor.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/DecoratorAbstract.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/IDecoratorsIterator.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/Image.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/Thumbnail.php [new file with mode: 0644]
Toolkit/RotatingImages/Decorator/User.php [new file with mode: 0644]
Toolkit/RotatingImages/EditImageController.php [new file with mode: 0644]
Toolkit/RotatingImages/Forms/EditImage.php [new file with mode: 0644]
Toolkit/RotatingImages/Forms/TransitionSettings.php [new file with mode: 0644]
Toolkit/RotatingImages/Gateway.php [new file with mode: 0644]
Toolkit/RotatingImages/IImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/Image.php [new file with mode: 0644]
Toolkit/RotatingImages/ImagesDataGridAbstract.php [new file with mode: 0644]
Toolkit/RotatingImages/InactiveImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/IndexController.php [new file with mode: 0644]
Toolkit/RotatingImages/Navigation.php [new file with mode: 0644]
Toolkit/RotatingImages/NodesIterator.php [new file with mode: 0644]
Toolkit/RotatingImages/PreviewIframe.php [new file with mode: 0644]
Toolkit/RotatingImages/PreviewJavascript.php [new file with mode: 0644]
Toolkit/RotatingImages/TransitionGateway.php [new file with mode: 0644]
Toolkit/RotatingImages/ajax.php [new file with mode: 0644]
Toolkit/RotatingImages/assets/.keepme [new file with mode: 0644]
Toolkit/RotatingImages/config.ini [new file with mode: 0644]
Toolkit/RotatingImages/libjs/sortable.js [new file with mode: 0644]
Toolkit/RotatingImages/libjs/user.php [new file with mode: 0644]
Toolkit/RotatingImages/styles.css [new file with mode: 0644]
Toolkit/RotatingImages/templates/currentTables/Element.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Form.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Group.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/GroupElement.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Header.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/RequiredNote.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/imagesDataGrid.html [new file with mode: 0644]
Toolkit/RotatingImages/templates/instructions.html [new file with mode: 0644]
Toolkit/RotatingImages/templates/rotatingImages.html [new file with mode: 0644]
Toolkit/Router.php [new file with mode: 0644]
Toolkit/ShortURL.php [new file with mode: 0755]
Toolkit/SiteMap.php [new file with mode: 0755]
Toolkit/SiteMapXml.php [new file with mode: 0644]
Toolkit/SortForm.php [new file with mode: 0644]
Toolkit/Table.php [new file with mode: 0644]
Toolkit/Template/BreadCrumbs.php [new file with mode: 0644]
Toolkit/Template/DraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Template/DraftController.php [new file with mode: 0644]
Toolkit/Template/Exception.php [new file with mode: 0644]
Toolkit/Template/Image/Factory.php [new file with mode: 0644]
Toolkit/Template/Image/ImageAbstract.php [new file with mode: 0644]
Toolkit/Template/Image/Left.php [new file with mode: 0644]
Toolkit/Template/Image/Null.php [new file with mode: 0644]
Toolkit/Template/Image/Right.php [new file with mode: 0644]
Toolkit/Template/IndexController.php [new file with mode: 0644]
Toolkit/Template/KeywordReplacement.php [new file with mode: 0644]
Toolkit/Template/Navigation/AllInOneSideNav.php [new file with mode: 0755]
Toolkit/Template/Navigation/Factory.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationAbstract.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationAllInOne.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationDynamic.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationStatic.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeLastLi.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeLiId.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeSideNavTitle.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeUlId.php [new file with mode: 0644]
Toolkit/Template/Navigation/SideNavigation.php [new file with mode: 0644]
Toolkit/Template/Page.php [new file with mode: 0644]
Toolkit/Template/Page/Bad.php [new file with mode: 0644]
Toolkit/Template/Page/BodyFactory.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Abstract.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Factory.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/File.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Image.php [new file with mode: 0644]
Toolkit/Template/Page/GLMSearch.php [new file with mode: 0644]
Toolkit/Template/Page/GoogleSearch.php [new file with mode: 0644]
Toolkit/Template/Page/IBody.php [new file with mode: 0644]
Toolkit/Template/Page/Member.php [new file with mode: 0644]
Toolkit/Template/Page/SiteMap.php [new file with mode: 0644]
Toolkit/Template/Page/Toolbox.php [new file with mode: 0644]
Toolkit/Template/PageControllerAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/BreadCrumbsAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/Database/addIncludeCoupons.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/addIncludeMembers.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/application.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/data/applicationData.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/check_pages_pos_consistency.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/check_paragraph_pos_consistency.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/delete_subtree.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/files_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/files_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/pages_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/pages_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_draft_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_mobile.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_preview.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_preview.sql [new file with mode: 0644]
Toolkit/Toolbox/DraftPagesTree.php [new file with mode: 0644]
Toolkit/Toolbox/EditDraftController.php [new file with mode: 0644]
Toolkit/Toolbox/EditPageController.php [new file with mode: 0644]
Toolkit/Toolbox/Exception.php [new file with mode: 0644]
Toolkit/Toolbox/FileExtension.php [new file with mode: 0644]
Toolkit/Toolbox/FormControllerAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/EditPage.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/EditParagraph.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/SearchForm.php [new file with mode: 0644]
Toolkit/Toolbox/GatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/GatewayFactoryAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/IndexController.php [new file with mode: 0644]
Toolkit/Toolbox/ListDraftsController.php [new file with mode: 0644]
Toolkit/Toolbox/Navigation.php [new file with mode: 0644]
Toolkit/Toolbox/Page.php [new file with mode: 0644]
Toolkit/Toolbox/PageBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/PageDraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayDraft.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayDraftFactory.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayPublish.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayPublishFactory.php [new file with mode: 0644]
Toolkit/Toolbox/PagesTree.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphDraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayDraft.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayDraftFactory.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayPublish.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayPublishFactory.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsController.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsDraftController.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsDraftTree.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsTree.php [new file with mode: 0644]
Toolkit/Toolbox/SearchController.php [new file with mode: 0644]
Toolkit/Toolbox/SearchTree.php [new file with mode: 0644]
Toolkit/Toolbox/TreeAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/assets/.keepme [new file with mode: 0644]
Toolkit/Toolbox/assets/arrow.png [new file with mode: 0755]
Toolkit/Toolbox/assets/arrowClosed.png [new file with mode: 0755]
Toolkit/Toolbox/assets/arrowOpen.png [new file with mode: 0755]
Toolkit/Toolbox/assets/collapse.png [new file with mode: 0755]
Toolkit/Toolbox/assets/expand.png [new file with mode: 0755]
Toolkit/Toolbox/assets/grnball.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/mobilemgreen.jpg [new file with mode: 0644]
Toolkit/Toolbox/assets/mobilemred.jpg [new file with mode: 0644]
Toolkit/Toolbox/assets/redball.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template1.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template2.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template3.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template4.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template5.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template6.gif [new file with mode: 0644]
Toolkit/Toolbox/config.ini [new file with mode: 0644]
Toolkit/Toolbox/fixPageNoContent.php [new file with mode: 0644]
Toolkit/Toolbox/fixPagePos.php [new file with mode: 0644]
Toolkit/Toolbox/libjs/edit-page.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/edit-paragraph.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/pagesTree.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/paragraph-tree.js [new file with mode: 0644]
Toolkit/Toolbox/moveBySelect.php [new file with mode: 0644]
Toolkit/Toolbox/moveBySelectPara.php [new file with mode: 0644]
Toolkit/Toolbox/pageChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/pageMobileChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/pageMove.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphFileUpload.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphMove.php [new file with mode: 0644]
Toolkit/Toolbox/styles.css [new file with mode: 0644]
Toolkit/qfcaptcha.php [new file with mode: 0755]
admin/.htaccess [new file with mode: 0644]
admin/Contact/contact_inquiry.phtml [new file with mode: 0755]
admin/Contact/contact_setup.inc [new file with mode: 0755]
admin/Contact/del_query.phtml [new file with mode: 0755]
admin/Contact/download.phtml [new file with mode: 0755]
admin/Contact/edit_autoresponse.phtml [new file with mode: 0755]
admin/Contact/edit_contact.php [new file with mode: 0644]
admin/Contact/edit_group.php [new file with mode: 0644]
admin/Contact/edit_inquiry.phtml [new file with mode: 0755]
admin/Contact/emails.php [new file with mode: 0644]
admin/Contact/form.js [new file with mode: 0755]
admin/Contact/help/contact.phtml [new file with mode: 0755]
admin/Contact/htmlarea.css [new file with mode: 0644]
admin/Contact/index.phtml [new file with mode: 0755]
admin/Contact/list_contact.phtml [new file with mode: 0755]
admin/Contact/list_groups.php [new file with mode: 0644]
admin/Contact/list_query.phtml [new file with mode: 0755]
admin/Contact/mailout.phtml [new file with mode: 0644]
admin/Contact/main.css [new file with mode: 0755]
admin/Contact/msg.js [new file with mode: 0755]
admin/Contact/newsletter_template.html [new file with mode: 0755]
admin/Contact/notes/ChangeLog [new file with mode: 0755]
admin/Contact/notes/Contact [new file with mode: 0755]
admin/Contact/notes/contact.sql [new file with mode: 0755]
admin/Contact/preview.phtml [new file with mode: 0755]
admin/Contact/query_contact.phtml [new file with mode: 0755]
admin/Contact/query_db.phtml [new file with mode: 0755]
admin/Contact/query_save.phtml [new file with mode: 0755]
admin/Contact/update_autoresponse.phtml [new file with mode: 0755]
admin/Contact/update_contact.phtml [new file with mode: 0755]
admin/Contact/update_inquiry.phtml [new file with mode: 0755]
admin/Contact/verify.js [new file with mode: 0755]
admin/Contact/view_newsletter.phtml [new file with mode: 0755]
admin/Contact/wm.js [new file with mode: 0755]
admin/Events/down.gif [new file with mode: 0755]
admin/Events/editEvent.php [new file with mode: 0644]
admin/Events/editTopics.php [new file with mode: 0644]
admin/Events/event.css [new file with mode: 0644]
admin/Events/event.js [new file with mode: 0644]
admin/Events/event_setup.inc [new file with mode: 0755]
admin/Events/events.sql [new file with mode: 0644]
admin/Events/importEvents.php [new file with mode: 0755]
admin/Events/index.phtml [new file with mode: 0755]
admin/Events/left.gif [new file with mode: 0755]
admin/Events/list_events.phtml [new file with mode: 0755]
admin/Events/setupEventsRecur.php [new file with mode: 0644]
admin/Events/topic_action.php [new file with mode: 0644]
admin/Events/up.gif [new file with mode: 0755]
admin/blocks.php [new file with mode: 0644]
admin/index.phtml [new file with mode: 0755]
admin/main.css [new file with mode: 0755]
admin/nav.phtml [new file with mode: 0644]
admin/rotatingImages.php [new file with mode: 0644]
admin/splash.phtml [new file with mode: 0755]
admin/toolbox.php [new file with mode: 0644]
assets/accreditationsBg.png [new file with mode: 0644]
assets/bg.jpg [new file with mode: 0644]
assets/bgInside.jpg [new file with mode: 0644]
assets/bgRepeat.png [new file with mode: 0644]
assets/divider.png [new file with mode: 0644]
assets/footerBg.png [new file with mode: 0644]
assets/logo.png [new file with mode: 0644]
assets/navbgHover.png [new file with mode: 0644]
assets/newsletter/header.jpg [new file with mode: 0644]
assets/subnavBg.jpg [new file with mode: 0644]
assets/toolboxTMP.gif [new file with mode: 0644]
classes/class_db.inc [new file with mode: 0755]
classes/class_template.inc [new file with mode: 0644]
classes/class_toolbox.inc [new file with mode: 0755]
combine.php [new file with mode: 0644]
config/application.ini [new file with mode: 0644]
config/eventCalendar.ini [new file with mode: 0644]
config/server.ini [new file with mode: 0644]
config/site.ini [new file with mode: 0644]
css/contactform.css [new file with mode: 0644]
css/dev/email.css [new file with mode: 0755]
css/dev/gsearch.css [new file with mode: 0755]
css/dev/ie7.css [new file with mode: 0755]
css/email.css [new file with mode: 0644]
css/gsearch.css [new file with mode: 0755]
css/ie7.css [new file with mode: 0644]
css/prod/email.css [new file with mode: 0644]
css/prod/gsearch.css [new file with mode: 0644]
css/prod/ie7.css [new file with mode: 0644]
css/prod/styles.css [new file with mode: 0644]
css/siteMap.css [new file with mode: 0644]
images/add.png [new file with mode: 0755]
images/amenities/1182867688waterfront.gif [new file with mode: 0644]
images/amenities/1182867790sauna.gif [new file with mode: 0644]
images/amenities/barrierfree.gif [new file with mode: 0644]
images/amenities/beachaccess.gif [new file with mode: 0644]
images/amenities/breakfast.gif [new file with mode: 0644]
images/amenities/cable.gif [new file with mode: 0644]
images/amenities/conference.gif [new file with mode: 0644]
images/amenities/cont_break.gif [new file with mode: 0644]
images/amenities/eff.gif [new file with mode: 0644]
images/amenities/excersize.gif [new file with mode: 0644]
images/amenities/free_internet.gif [new file with mode: 0644]
images/amenities/guest_laundry.gif [new file with mode: 0644]
images/amenities/internet.gif [new file with mode: 0644]
images/amenities/kidfriendly.gif [new file with mode: 0644]
images/amenities/meeting.gif [new file with mode: 0644]
images/amenities/pets.gif [new file with mode: 0644]
images/amenities/pool-out.gif [new file with mode: 0644]
images/amenities/pool.gif [new file with mode: 0644]
images/amenities/restaurant.gif [new file with mode: 0644]
images/amenities/restnear.gif [new file with mode: 0644]
images/amenities/sauna.gif [new file with mode: 0644]
images/amenities/smokefree.gif [new file with mode: 0644]
images/amenities/snowmobile.gif [new file with mode: 0644]
images/amenities/waterfront.gif [new file with mode: 0644]
images/amenities/waterview.gif [new file with mode: 0644]
images/amenities/wireless.gif [new file with mode: 0644]
images/application_edit.png [new file with mode: 0644]
images/cross.png [new file with mode: 0644]
images/delete.png [new file with mode: 0644]
images/error.gif [new file with mode: 0644]
images/file-ext/cad.gif [new file with mode: 0644]
images/file-ext/doc.gif [new file with mode: 0644]
images/file-ext/download.gif [new file with mode: 0644]
images/file-ext/gif.gif [new file with mode: 0644]
images/file-ext/html.gif [new file with mode: 0644]
images/file-ext/jpg.gif [new file with mode: 0644]
images/file-ext/movie.gif [new file with mode: 0755]
images/file-ext/mp3.gif [new file with mode: 0644]
images/file-ext/pdf.png [new file with mode: 0644]
images/file-ext/ppt.gif [new file with mode: 0644]
images/file-ext/rar.gif [new file with mode: 0644]
images/file-ext/rm.gif [new file with mode: 0644]
images/file-ext/txt.png [new file with mode: 0644]
images/file-ext/xls.gif [new file with mode: 0644]
images/file-ext/zip.png [new file with mode: 0644]
images/find.png [new file with mode: 0644]
images/flag_green.png [new file with mode: 0644]
images/folder.png [new file with mode: 0755]
images/folder_add.png [new file with mode: 0755]
images/folder_delete.png [new file with mode: 0755]
images/grnball.gif [new file with mode: 0755]
images/help.gif [new file with mode: 0755]
images/html.gif [new file with mode: 0755]
images/img.gif [new file with mode: 0755]
images/left.gif [new file with mode: 0644]
images/loadingAnimation.gif [new file with mode: 0644]
images/logo.gif [new file with mode: 0755]
images/magnifier.png [new file with mode: 0755]
images/members/add.png [new file with mode: 0755]
images/members/application_edit.png [new file with mode: 0755]
images/members/cancel.png [new file with mode: 0755]
images/members/cardamex.gif [new file with mode: 0644]
images/members/carddinner.gif [new file with mode: 0644]
images/members/carddiscover.gif [new file with mode: 0644]
images/members/cardmaster.gif [new file with mode: 0644]
images/members/cardvisa.gif [new file with mode: 0644]
images/members/cross.png [new file with mode: 0755]
images/members/delete.png [new file with mode: 0755]
images/members/find.png [new file with mode: 0755]
images/members/img.gif [new file with mode: 0644]
images/members/lock.png [new file with mode: 0755]
images/members/note_edit.png [new file with mode: 0755]
images/members/page_edit.png [new file with mode: 0755]
images/members/tick.png [new file with mode: 0755]
images/members/user_add.png [new file with mode: 0755]
images/members/user_edit.png [new file with mode: 0755]
images/note_edit.png [new file with mode: 0644]
images/page_edit.png [new file with mode: 0644]
images/redball.gif [new file with mode: 0755]
images/right.gif [new file with mode: 0644]
images/shadowb.gif [new file with mode: 0644]
images/shadowr.gif [new file with mode: 0644]
images/size.sh [new file with mode: 0755]
images/tick.png [new file with mode: 0644]
images/top2.jpg [new file with mode: 0755]
images/user_add.png [new file with mode: 0644]
images/user_edit.png [new file with mode: 0644]
index.php [new file with mode: 0644]
libjs/dev/newsletterSignup.js [new file with mode: 0644]
libjs/prod/newsletterSignup.js [new file with mode: 0644]
setup.phtml [new file with mode: 0644]
setup_functions.phtml [new file with mode: 0644]
styles.css [new file with mode: 0644]
templates/siteMap.html [new file with mode: 0644]
templates/template.html [new file with mode: 0644]
webTemplate.html [new file with mode: 0644]