Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
commit659bd59130ecf7ba0c3e4e06f1c4ca4448abf860
authorElijah Lofgren <elijahlofgren@kubuntu.(none)>
Tue, 7 Aug 2007 21:45:52 +0000 (7 16:45 -0500)
committerElijah Lofgren <elijahlofgren@kubuntu.(none)>
Tue, 7 Aug 2007 21:45:52 +0000 (7 16:45 -0500)
tree52eb2fa731bc93100c9b9958852c53b918e1fe96
parent7d088b7cef229da2eb4d6fa673d74121e800d2ab
Move to sane directory structure. Don't make 'cms' the top level of the silverstripe-elijah git repo. Move it to 'silverstripe-gsoc/cms/'.
261 files changed:
silverstripe-gsoc/cms/_config.php [new file with mode: 0644]
silverstripe-gsoc/cms/code/AssetAdmin.php [moved from code/AssetAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/AssetTableField.php [moved from code/AssetTableField.php with 100% similarity]
silverstripe-gsoc/cms/code/BulkLoader.php [moved from code/BulkLoader.php with 100% similarity]
silverstripe-gsoc/cms/code/BulkLoaderAdmin.php [moved from code/BulkLoaderAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/CMSActionOptionsForm.php [moved from code/CMSActionOptionsForm.php with 100% similarity]
silverstripe-gsoc/cms/code/CMSHelp.php [moved from code/CMSHelp.php with 100% similarity]
silverstripe-gsoc/cms/code/CMSMain.php [moved from code/CMSMain.php with 100% similarity]
silverstripe-gsoc/cms/code/Diff.php [moved from code/Diff.php with 100% similarity]
silverstripe-gsoc/cms/code/FileList.php [moved from code/FileList.php with 100% similarity]
silverstripe-gsoc/cms/code/GenericDataAdmin.php [moved from code/GenericDataAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/ImageEditor.php [moved from code/ImageEditor.php with 100% similarity]
silverstripe-gsoc/cms/code/ImprintStats.php [moved from code/ImprintStats.php with 100% similarity]
silverstripe-gsoc/cms/code/LeftAndMain.php [moved from code/LeftAndMain.php with 100% similarity]
silverstripe-gsoc/cms/code/MemberList.php [moved from code/MemberList.php with 100% similarity]
silverstripe-gsoc/cms/code/MemberTableField.php [moved from code/MemberTableField.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/BatchProcess.php [moved from code/Newsletter/BatchProcess.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/BouncedList.php [moved from code/Newsletter/BouncedList.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/Newsletter.php [moved from code/Newsletter/Newsletter.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/NewsletterEmailProcess.php [moved from code/Newsletter/NewsletterEmailProcess.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/NewsletterList.php [moved from code/Newsletter/NewsletterList.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/NewsletterType.php [moved from code/Newsletter/NewsletterType.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/RecipientImportField.php [moved from code/Newsletter/RecipientImportField.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/SubscribeForm.php [moved from code/Newsletter/SubscribeForm.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/TemplateList.php [moved from code/Newsletter/TemplateList.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/Unsubscribe.php [moved from code/Newsletter/Unsubscribe.php with 100% similarity]
silverstripe-gsoc/cms/code/Newsletter/UnsubscribedList.php [moved from code/Newsletter/UnsubscribedList.php with 100% similarity]
silverstripe-gsoc/cms/code/NewsletterAdmin.php [moved from code/NewsletterAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/PageTypes/UserDefinedForm.php [moved from code/PageTypes/UserDefinedForm.php with 100% similarity]
silverstripe-gsoc/cms/code/ReportAdmin.php [moved from code/ReportAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/SecurityAdmin.php [moved from code/SecurityAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/SideReport.php [moved from code/SideReport.php with 100% similarity]
silverstripe-gsoc/cms/code/StaticExporter.php [moved from code/StaticExporter.php with 100% similarity]
silverstripe-gsoc/cms/code/StatisticsAdmin.php [moved from code/StatisticsAdmin.php with 100% similarity]
silverstripe-gsoc/cms/code/ThumbnailStripField.php [moved from code/ThumbnailStripField.php with 100% similarity]
silverstripe-gsoc/cms/code/sitefeatures/Akismet.php [moved from code/sitefeatures/Akismet.php with 100% similarity]
silverstripe-gsoc/cms/code/sitefeatures/PageComment.php [moved from code/sitefeatures/PageComment.php with 100% similarity]
silverstripe-gsoc/cms/code/sitefeatures/PageCommentInterface.php [moved from code/sitefeatures/PageCommentInterface.php with 100% similarity]
silverstripe-gsoc/cms/code/sitefeatures/SSAkismet.php [moved from code/sitefeatures/SSAkismet.php with 100% similarity]
silverstripe-gsoc/cms/css/GenericDataAdmin.css [moved from css/GenericDataAdmin.css with 100% similarity]
silverstripe-gsoc/cms/css/ImageEditor/ImageEditor.css [moved from css/ImageEditor/ImageEditor.css with 100% similarity]
silverstripe-gsoc/cms/css/Image_iframe.css [moved from css/Image_iframe.css with 100% similarity]
silverstripe-gsoc/cms/css/LeftAndMain_printable.css [moved from css/LeftAndMain_printable.css with 100% similarity]
silverstripe-gsoc/cms/css/StatisticsAdmin.css [moved from css/StatisticsAdmin.css with 100% similarity]
silverstripe-gsoc/cms/css/cms_left.css [moved from css/cms_left.css with 100% similarity]
silverstripe-gsoc/cms/css/cms_right.css [moved from css/cms_right.css with 100% similarity]
silverstripe-gsoc/cms/css/dialog.css [moved from css/dialog.css with 100% similarity]
silverstripe-gsoc/cms/css/layout.css [moved from css/layout.css with 100% similarity]
silverstripe-gsoc/cms/css/typography.css [moved from css/typography.css with 100% similarity]
silverstripe-gsoc/cms/images/ImageEditor/clickBox.JPG [new file with mode: 0644]
silverstripe-gsoc/cms/images/ImageEditor/indicator.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/add.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/alert-bad.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/alert-good.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/block.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/button-bg.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/button-left.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/button-right.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/check.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/delete-small.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/delete.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/dialogs/alert.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/dialogs/alert.png [new file with mode: 0644]
silverstripe-gsoc/cms/images/down.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/edit.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/loading.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/locked.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/content.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/content.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/emails.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/files.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/help.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/help.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/logo-smallwhite.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/logo.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/logo.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/members.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/members.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/mgmt.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/reports.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/statistics.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/mainmenu/top-bg.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/network-save-bw.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/network-save.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/network-saveOLD.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-export.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-first-g.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-first.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-last-g.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-last.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-next-g.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-next.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-prev-g.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-prev.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/pagination/record-print.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/panels/EditPage.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/panels/MySite.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/right.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/show.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/statistics/bg_header.jpg [new file with mode: 0644]
silverstripe-gsoc/cms/images/tables/checkbox.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/tables/thead.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/ToolBar.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/bottom.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/obar-18.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/obar-light.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/obar.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/textures/seperator.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/tickbox-canttick.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/tickbox-greyticked.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/tickbox-ticked.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/tickbox-unticked.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/treeicons/book-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/book-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/book-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/brokenlink-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/brokenlink-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/brokenlink-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/draft-file.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/draft-folder.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/element-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/element-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/element-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/folder-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/folder-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/folder-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/home-file (1).png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/home-file.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/multi-user.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/multi-user.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/page-gold-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/page-gold-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/page-gold-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/page-shortcut-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/page-shortcut-gold-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/preferences-closedfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/preferences-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/preferences-openfolder.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/reports-file.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/reports-foldericon.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/reports-openfoldericon.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/root.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/sent-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/sent-folder.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/task-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/treeicons/user-file.gif [new file with mode: 0755]
silverstripe-gsoc/cms/images/unlocked.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/unlockedled.gif [new file with mode: 0644]
silverstripe-gsoc/cms/images/workflow/note_edit.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/workflow/note_new.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/workflow/note_view.png [new file with mode: 0755]
silverstripe-gsoc/cms/images/workflow/rubberstamp.png [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/.CMSMain_left.js~ [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/.NewsletterAdmin_left.js~ [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/.SecurityAdmin_left.js~ [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/AssetAdmin.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/BulkLoaderAdmin.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/CMSMain.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/CMSMain_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/CMSMain_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/CommentList.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/ForumAdmin.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/GenericDataAdmin_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/GenericDataAdmin_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/ImageEditor/Activator.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Crop.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/DocumentBody.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Effects.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Environment.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Image.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/ImageBox.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/ImageEditor.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/ImageHistory.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/ImageTransformation.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Require.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Resize.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Resizeable.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImageEditor/Utils.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/ImprintStats.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/LeftAndMain.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/LeftAndMain_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/LeftAndMain_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/MemberList.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/MemberTableField.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/MemberTableField_popup.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/NewsletterAdmin_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/NewsletterAdmin_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/NewsletterMemberList.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/Newsletter_UploadForm.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/PageCommentInterface.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/ReportAdmin_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/ReportAdmin_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/SecurityAdmin_left.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/SecurityAdmin_right.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/SideReports.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/SideTabs.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/SitetreeAccess.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/TaskList.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/ThumbnailStripField.js [new file with mode: 0755]
silverstripe-gsoc/cms/javascript/Upload.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/dialog.js [new file with mode: 0644]
silverstripe-gsoc/cms/javascript/tinymce.template.js [new file with mode: 0755]
silverstripe-gsoc/cms/lang/en_US.php [new file with mode: 0755]
silverstripe-gsoc/cms/lang/es_ES.php [new file with mode: 0755]
silverstripe-gsoc/cms/quickstart/default.sql [new file with mode: 0644]
silverstripe-gsoc/cms/silverstripe_version [new file with mode: 0644]
silverstripe-gsoc/cms/templates/AssetAdmin_uploadiframe.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/BulkLoaderAdmin_iframe.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/BulkLoaderAdmin_preview.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/CMSMain_dialog.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/CMSMain_versions.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/CommentList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Dialog.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/ImageEditor.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/AssetAdmin_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/AssetAdmin_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/AssetTableField.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/BulkLoaderAdmin_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/BulkLoaderAdmin_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/CMSLeft.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/CMSMain_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/CMSMain_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/CMSMain_rightbottom.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/CMSRight.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/Editor_toolbar.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/GenericDataAdmin_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/GenericDataAdmin_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/LeftAndMain_rightbottom.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/MemberList_PageControls.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/MemberList_Table.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/MemberTableField.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/NewsletterAdmin_BouncedList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/NewsletterAdmin_SiteTree.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/NewsletterAdmin_UnsubscribedList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/NewsletterAdmin_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/NewsletterAdmin_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/ReportAdmin_SiteTree.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/ReportAdmin_left.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/ReportAdmin_right.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Includes/SecurityAdmin_left.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/SecurityAdmin_right.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/StatisticsAdmin_Graph.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/StatisticsAdmin_left.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/Includes/StatisticsAdmin_right.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/LeftAndMain.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/LeftAndMain_printable.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/MemberList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/NewsletterList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Newsletter_RecipientImportField.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Newsletter_RecipientImportField_Table.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/Newsletter_SentStatusReport.ss [new file with mode: 0644]
silverstripe-gsoc/cms/templates/PageCommentInterface.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/PageCommentInterface_singlecomment.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/ReceivedFormSubmission.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/TaskList.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/ThumbnailStripField.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/WaitingOn.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/email/SubmittedFormEmail.ss [new file with mode: 0755]
silverstripe-gsoc/cms/templates/email/ViewArchivedEmail.ss [new file with mode: 0644]
silverstripe-gsoc/cms/tests/LoginTest.html [new file with mode: 0755]
silverstripe-gsoc/cms/tests/SaveAndLoadTest.html [new file with mode: 0755]