Go to file
2011-02-12 14:27:36 +13:00
api ENHANCEMENT XMLDataFormatter::convertDataObjectWithoutHeader() now escapes HTML fields using CDATA (thanks random-value!) 2010-12-20 04:51:24 +00:00
cache MINOR Documentation in SS_Cache 2010-12-05 19:46:21 +00:00
cli MINOR Cleaned up tabbing and code formatting in automated task classes (from r99753) 2010-05-25 02:58:59 +00:00
conf ENHANCEMENT: new schema constant supported, used by Postgres at the moment 2010-11-25 03:50:11 +00:00
core MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
css ENHANCEMENT Using jQuery UI datepicker in DateField and DatetimeField instead of outdated DHTML calendar.js (fixes #5397) 2010-10-15 03:48:39 +00:00
dev MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
docs MINOR Fixed spacing in docs 2011-02-12 12:20:57 +13:00
email MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
filesystem API CHANGE Deprecated TreeTitle(), use getTreeTitle() (in SiteTree, File, Group) 2010-12-16 05:16:06 +00:00
forms BUGFIX #6299 TableListField::Link() includes $action value twice (thanks ajshort!) (from r115379) 2011-01-10 03:46:28 +00:00
images MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
integration BUGFIX: fixed accessing private variable from Geoip. ENHANCEMENT: added Geoip::get_default_country_code(). Fixes #6315 2011-01-09 05:55:17 +00:00
javascript MINOR Added it_IT javascript translation (fixes #6265, thanks giulio) 2010-12-16 08:14:25 +00:00
lang ENHANCEMENT: user-friendly error now present for unwanted upload file types 2010-11-24 06:23:47 +00:00
parsers MINOR: Fix links etc, and remove www. from SS urls (from r109105) 2010-10-19 00:56:25 +00:00
profiler MINOR: Misc merges from branches/2.4 2010-10-13 03:53:12 +00:00
search BUGFIX: check the search var exists before replacing the default value 2010-12-11 00:57:11 +00:00
security BUGFIX #6287 open_basedir restriction breaks RandomGenerator when trying to read dev/urandom (from r115314) 2010-12-22 21:01:27 +00:00
tasks MINOR Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists 2010-11-30 05:13:09 +00:00
templates APICHANGE: changed BaseHref to AbsoluteBaseURL for consistency. FEATURE: added BaseURL for getting non absolute value. PATCH via muzdowski (#6158) 2010-12-11 02:01:13 +00:00
tests MINOR #6397 CoreTest should use test specific paths, otherwise conflicts can occur in certain environments (from r115854) 2011-01-26 22:51:08 +00:00
thirdparty BUGFIX: javascript console replacement's condition is incorrect 2010-12-17 01:39:56 +00:00
widgets Revert "BUGFIX: sort order of widgets is now fixed." 2010-10-19 01:21:10 +00:00
_config.php BUGFIX EMAIL_BOUNCEHANDLER_KEY cannot be defined (from r108513) 2010-10-19 00:46:46 +00:00
_register_database.php MINOR: repair installer for sqlite (from r109787) 2010-10-19 01:26:27 +00:00
.htaccess BUGFIX Disallow web access to sapphire/silverstripe_version to avoid information leakage 2010-12-09 22:53:24 +00:00
cli-script.php BUGFIX Setting $_REQUEST['url'] in cli-script.php to emulate normal request processing 2010-12-16 04:04:06 +00:00
main.php MINOR Database quoting in TreeDropdownField (fixes #5484) (from r103515) 2010-10-13 03:56:48 +00:00
main.php5 MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Makefile BUGFIX Removed references to "php5" and replace with "php" in Makefile (it's now consistent with 2.4 build branch) 2010-10-12 00:53:53 +00:00
README.md MINOR Added README 2011-02-12 14:27:36 +13:00
sake ENHANCEMENT Making "sake" script more portable by using "/usr/bin/env" shebang instead of "/bin/bash" (fixes #6045, thanks sychan) (from r111495) 2010-10-19 04:50:34 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00
static-main.php ENHANCEMENT BASE_URL calculation now uses realpath() to calculate any symlinks in environment variable SCRIPT_FILENAME 2010-12-15 04:59:54 +00:00
web.config BUGFIX Disallow web access to sapphire/silverstripe_version to avoid information leakage 2010-12-09 22:53:24 +00:00

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.