Go to file
2013-08-22 14:10:54 +02:00
_config API UploadField functions on new records 2013-05-27 15:22:59 +12:00
.tx Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
admin API Provide a thin alternative to loadPanel/submitForm. 2013-08-22 15:16:13 +12:00
api Correct line length and indentation 2013-08-21 18:54:05 +12:00
cache Correct line length and indentation 2013-08-21 18:54:05 +12:00
cli
conf Merge remote-tracking branch 'origin/3.0' into 3.1 2013-06-19 14:03:43 +02:00
control Merge pull request #2201 from hafriedlander/fix/session 2013-07-06 18:59:07 -07:00
core Merge remote-tracking branch 'origin/3.0' into 3.1.0 2013-08-20 20:49:01 +02:00
css FIX UploadField: IE10 single click for upload trigger 2013-06-25 15:35:45 +02:00
dev Merge remote-tracking branch 'origin/3.1.0' into 3.1 2013-08-22 13:00:25 +02:00
docs API Provide a thin alternative to loadPanel/submitForm. 2013-08-22 15:16:13 +12:00
email FIX preg_replace_callback in emailer was broken 2013-07-15 16:50:41 +12:00
filesystem Correct line length and indentation 2013-08-21 18:54:05 +12:00
forms Correct line length and indentation 2013-08-21 18:54:05 +12:00
i18n Correct line length and indentation 2013-08-21 18:54:05 +12:00
images BUG: Display of AssetUpload upload fields 2013-05-25 18:01:07 +12:00
javascript Merge branch '3.1.0' into 3.1 2013-08-20 16:58:40 +02:00
lang Updated translations 2013-08-09 15:33:01 +02:00
model Merge remote-tracking branch 'origin/3.1.0' into 3.1 2013-08-22 13:00:25 +02:00
oembed
parsers Correct line length and indentation 2013-08-21 18:54:05 +12:00
scss FIX UploadField: IE10 single click for upload trigger 2013-06-25 15:35:45 +02:00
search Quote table/column names when falling back to $fullName 2013-07-05 10:41:18 +12:00
security Correct line length and indentation 2013-08-21 18:54:05 +12:00
tasks NEW Merge i18nTextCollector with existing (fixes #1838) 2013-06-02 20:17:28 +02:00
templates Merge pull request #2275 from ARNHOE/3.1-updatefieldgroupstyle 2013-08-15 12:14:05 -07:00
tests Fixed 3.1-specific switchToWindow() behat feature 2013-08-22 14:10:54 +02:00
thirdparty Merge branch '3.1.0' into 3.1 2013-08-20 16:58:40 +02:00
view Correct line length and indentation 2013-08-21 18:54:05 +12:00
_config.php
_register_database.php
.gitignore
.htaccess
.scrutinizer.yml Exclude docs and images foldes from Scrutinizer 2013-08-21 21:02:12 +12:00
.travis.yml Merge branch '3.0' into 3.1 2013-07-05 10:17:14 +12:00
cli-script.php Correct line length and indentation 2013-08-21 18:54:05 +12:00
composer.json
config.rb
CONTRIBUTING.md
main.php FIX flushing on non-dev when Session::cookie_secure is true 2013-08-21 09:50:07 +12:00
main.php5
Makefile
README.md Fixed broken github issue tracker link 2013-07-04 16:41:53 +01:00
sake
silverstripe_version
web.config

SilverStripe Framework

Build Status

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.

Bugtracker

Bugs are tracked on github.com. Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.

License

Copyright (c) 2007-2013, 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