Go to file
2012-07-05 20:54:19 +12:00
_config MINOR: remove dependency on RootURLController and show a default Controller template as a failback. 2012-06-20 16:28:02 +02:00
admin Merge branch '3.0' 2012-06-25 10:01:34 +12:00
api
cache
cli
conf
control MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
core ENHANCEMENT: Add method to disable automatic limiting on PaginagedLists. 2012-06-21 21:21:34 +02:00
css MINOR: Remove unnecessarily repeated mixins 2012-06-20 10:42:20 +12:00
dev MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
docs Merge pull request #566 from pitchandtone/patch-4 2012-06-24 15:05:41 -07:00
email
filesystem ENHANCEMENT: remove dependencies between framework tests and cms module. 2012-06-20 16:28:06 +02:00
forms BUGFIX: Alignment of http label in insert media 2012-06-22 18:04:13 +12:00
i18n Revert "MINOR Updated sfYaml parser dependency to 2.0.14, use it in ConfigManifest and i18nTextCollector" 2012-06-21 21:11:48 +02:00
images
javascript Merge branch '3.0' 2012-06-25 10:01:34 +12:00
lang MINOR Updated translations 2012-07-05 20:54:19 +12:00
model BUG: exclude() clears previously selected filters() (Trac #7529) 2012-06-22 16:31:29 +12:00
oembed ENHANCEMENT Oembed.enabled config property 2012-06-08 18:40:34 +02:00
parsers
scss Merge pull request #551 from adrexia/scss-tidy 2012-06-21 12:13:40 -07:00
search BUGFIX DataList used in SearchContext::getQuery() should be returned so limit() and sort() are applied correctly 2012-06-15 16:20:45 +12:00
security ENHANCEMENT: remove dependencies between framework tests and cms module. 2012-06-20 16:28:06 +02:00
tasks
templates MINOR: remove dependency on RootURLController and show a default Controller template as a failback. 2012-06-20 16:28:02 +02:00
tests Merge branch '3.0' 2012-06-22 17:20:07 +12:00
thirdparty Revert "MINOR Updated sfYaml parser dependency to 2.0.14, use it in ConfigManifest and i18nTextCollector" 2012-06-21 21:11:48 +02:00
view BUGFIX: Make themedCSS use {theme}_{module}/css/{name}.css files if they exist 2012-06-22 13:34:03 +12:00
_config.php
_register_database.php
.gitignore
.htaccess
cli-script.php
config.rb
main.php
main.php5
Makefile
README.md
sake
silverstripe_version
static-main.php
web.config

Overview

PHP5 framework forming the base for the SilverStripe CMS (http://silverstripe.org). Requires a silverstripe-installer base project. Typically used alongside the cms module.

Installation

See installation on different platforms, and installation from source.

License

Copyright (c) 2007-2011, SilverStripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the 
      documentation and/or other materials provided with the distribution.
    * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software 
      without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.

Attribution