Will Rossiter
|
84c16c66c8
|
BUGFIX: updated FormTest with fullstop
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73603 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Will Rossiter
|
09bd69cdd4
|
MINOR: added full stop to required labels for consistency
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73596 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
bb583293a6
|
BUGFIX Fix call to undefined "_12Hour" function (merged from r73523)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73533 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Michael Andrewartha
|
07ef4d77f9
|
MINOR check for existing file object
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73529 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sam Minnee
|
b4921db9d7
|
BUGFIX: Get installer working with php_short_tags off (Merged r73481-3 from trunk)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73484 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
4513631a54
|
BUGFIX Fixed possible SQL injection in file name part for File::find()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73437 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Normann Lou
|
3973a6a47e
|
ENHANCEMENT: more robust conditional check before we go to foreach loop, more robust conditional checking before we call a FormField function where we are not sure the caller is a FormField object.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73435 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sam Minnee
|
bb4fe5299d
|
Disallow access of cli-script.php through a browser
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73395 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
bd6185aed8
|
BUGFIX Added missing action 'DeleteImageForm' to Image::$allowed_actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73318 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
49367c87d3
|
BUGFIX Added missing action 'EditImageForm' to Image::$allowed_actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73304 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
22a1bf8781
|
BUGFIX Fixed too strict permission checking on Image::$allowed_actions. Replaced broken * permission check with explicit method names
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73301 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
359eb306f6
|
BUGFIX Fixed array to string conversion caused by patch commited in r73285
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73299 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
e46ecdc1f8
|
BUGFIX Using $allowed_actions in Image_Uploader (Merged from r73255)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73291 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:11 +13:00 |
|
Sean Harvey
|
7169b9aee7
|
BUGFIX Validating $_FILES in Upload->validate() (Merged from r73254)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73290 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sean Harvey
|
26b37970f8
|
BUGFIX Existence check for Member autologin token (Merged from r73253)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73289 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sean Harvey
|
9426be792f
|
BUGFIX Checking for Director::is_site_url() before redirecting in Controller->redirectBack() and MemberLoginForm (Merged from r73252)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73288 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sean Harvey
|
d61ba29d42
|
BUGFIX Added isDev() and Permission::check() directives to DatabaseAdmin and DevelopmentAdmin (Merged from r73251)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73286 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sean Harvey
|
5ddfb9e2e0
|
BUGFIX Fixed Director::makeRelative() to accept https:// protocol
BUGFIX Fixed GET-parameter replacement in Director::is_absolute_url()
ENHANCEMENT Added Director::is_relative_url() and Director::is_site_url()
BUGFIX Validating $_FILES array in Director::direct()
(Merged from r73250)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73285 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sam Minnee
|
87da8341a0
|
BUGFIX: Interpret 401s and 403s created init() methods as 'finished' requests
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73261 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Andrew O'Neil
|
66a1610d48
|
ENHANCEMENT: Allow calling methods on DataObjects using RESTful API. Methods which can be called must be specified in the $allowed_actions array of the DataObject.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73149 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sam Minnee
|
eeb07e221f
|
BUGFIX: Fix notice-level error in rewriteless operation of homepage when db needs to be created
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@73099 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Andrew O'Neil
|
842ae9f540
|
MINOR: Remove debug message
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72963 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Andrew O'Neil
|
a7d8b91b4f
|
MINOR: Make pass use a password field, dont require call by reference
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72930 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:10 +13:00 |
|
Sam Minnee
|
fbbee0f354
|
BUGFIX #3591: Make Controller::isAjax() more reliable
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72926 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
2a5c2910b8
|
BUGFIX: #3529 - SilverStripeNavigator causes strict XHTML pages to fail in Firefox (michaek)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72854 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
0a6f963048
|
MINOR: #3675 - Correct phpdoc of DataObjectSet sort functions (bgribaudo)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72800 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
f8df717e48
|
FEATURE: #3614 - Allow spell checking in HTMLEditorField when used outside of the CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72791 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
70cdd94321
|
FEATURE: #3612 - Option to auto-login with basic auth (jshipman)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72788 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Ingo Schommer
|
ad15e09235
|
MINOR merged from trunk
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72777 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
43f62244df
|
FEATURE: #3610 - Require ADMIN permissions for ?flush=all
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72763 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Andrew O'Neil
|
ad063f6106
|
BUGFIX: Make sure "Template to install" retains its value when rechecking requirements
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72760 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Sam Minnee
|
abd3ac4979
|
BUGFIX #3590: Allow subclassing of Folder
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72694 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Sam Minnee
|
c5ad96953a
|
ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72574 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Sam Minnee
|
8dc652aaa8
|
BUGFIX: Updated i18n javascript system so that the i18n javascript needs to be explicitly included, so that it doesn't poke its nose in where it's not wanted.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72563 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:09 +13:00 |
|
Sam Minnee
|
4e28b8d865
|
BUGFIX #3418: Remove jQuery coupling from Email field focus, and only include email focus when validation is enabled
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72557 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Andrew O'Neil
|
9919f5383e
|
FEATURE: Allow access to the live site via RESTful api
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72517 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
a1e48eff8e
|
ENHANCEMENT: Database will fix itself if you view the site and the database doesn't exist
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72497 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
d904c0b8d0
|
ENHANCEMENT: Added BASE_SCRIPT_URL that lets you run a site without rewriting rules
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72496 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Andrew O'Neil
|
7684133012
|
BUGFIX: #3644 - _ss_environment.php search creates open_basedir error (ed)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72457 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Ingo Schommer
|
dd6ff797e2
|
MINOR Merged from trunk
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72384 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
3222a080a4
|
ENHANCEMENT: Added onBeforeSecurityLogin event handler to Security/login, for extensions to plug into
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72346 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
15e91d6c97
|
BUGFIX: Ensure that $this->class is set on ArrayData objects
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72341 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
5319534891
|
BUGFIX: Allow SilverStripe to work when asp_tags is on
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72338 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Sam Minnee
|
5a602720e6
|
BUGFIX: Memory usage improvements to CsvBulkLoader and Member::onBeforeWrite()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72252 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Ingo Schommer
|
9e32f24279
|
ENHANCEMENT Fixed invalid RSSFeed format - added <atom:link> and <dc:creator> elements, removed <author> element (invalid unless it contains an email address)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72229 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:08 +13:00 |
|
Will Rossiter
|
7ead4294b1
|
BUGFIX: fixed syntax fail in silverstripe navigator
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72201 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:07 +13:00 |
|
Sam Minnee
|
c931eb10fb
|
BUGFIX: Prevent infinite redirection when the homepage isn't available, when using modules such as subsites.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72200 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:07 +13:00 |
|
Will Rossiter
|
a2ffe586a1
|
BUGFIX: escaped filename before querying with it - #ajoneil
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72190 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:07 +13:00 |
|
Sam Minnee
|
027cf020b7
|
ENHANCEMENT #3232 lenix: Added Date::FormatI18N()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72119 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:07 +13:00 |
|
Sam Minnee
|
0712a516e0
|
API CHANGE: SS_USE_BASIC_AUTH is available when using ConfigureFromEnv.php
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@72050 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:27:07 +13:00 |
|