Tom Rix
|
27f20c5948
|
ENHANCEMENT you can now choose your site locale at install time
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100769 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:52 +13:00 |
|
Mateusz Uzdowski
|
67c9412225
|
BUGFIX: Date::now() supplies wrong string - it misses leading zeroes on hours
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100767 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:52 +13:00 |
|
Mateusz Uzdowski
|
2a6f36e4f9
|
BUGFIX: added uniqueness id, to prevet multiple VirtuaLage reloads on publish
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100763 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:52 +13:00 |
|
Ingo Schommer
|
618d7e60a3
|
BUGFIX TreeSelectorField doubles up on concating base_url, doesn't include the security ID (#5164, thanks marcus)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100755 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:52 +13:00 |
|
Ingo Schommer
|
9e7611e891
|
ENHANCEMENT Added 'updateImageForm', 'updateFlashForm', 'updateLinkForm' hooks to HtmlEditorField (the imageform hook was necessary to make the 'pixlr' module work) (see #3938)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100753 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:52 +13:00 |
|
Sean Harvey
|
2b69344d39
|
BUGFIX #5099 FileIFrameField fails when using it with a locale different to the default
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100747 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Sean Harvey
|
55eda363f4
|
MINOR Added more allowed extensions to File::$allowed_extensions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100740 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Tom Rix
|
102fc47b58
|
MINOR make cache header clearer
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100732 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Tom Rix
|
74293ba3d7
|
BUGFIX allow selection of database adpater
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100727 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Tom Rix
|
fa761d32b4
|
BUGFIX misspelled variable
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100726 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Ingo Schommer
|
83675fc248
|
BUGFIX Fixed SapphireTest->loginWithPermission() and MemberAuthenticatorTest to use existing Members based on their unique_identifier_field (if existing) to accommodate recent Member->onBeforeWrite() changes (see r100705)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100723 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Ingo Schommer
|
90e8171536
|
API CHANGE Removed "auto-merging" of member records from Member->onBeforeWrite() due to security reasons - please use DataObject->merge() explicitly if this is desired behaviour (from r100705)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100718 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Ingo Schommer
|
d61f45ea61
|
BUGFIX Fixing Member_ProfileForm to validate for existing members via Member_Validator to avoid CMS users to switch to another existing user account by using their email address (from r100704)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100717 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Tom Rix
|
1a3225f4f0
|
MINOR remove the sqlite databases from the installer list.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100697 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Tom Rix
|
015336e54d
|
ENHANCEMENT show all database systems we support, along with messages if the user cannot use them. Also allow 3rd parties to register their own database classes to appear in this list.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100696 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:51 +13:00 |
|
Geoff Munn
|
7af896d9ec
|
BUG FIX: column names quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100693 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
4b14821bee
|
BUG FIX: column names quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100692 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
37d915bb40
|
BUG FIX: column names quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100691 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
9ebabb1785
|
BUG FIX: column names quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100690 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
bcc6590799
|
BUG FIX: column names quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100687 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
535698a997
|
BUG FIX: the default value for decimals are now cast as (doubles)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100686 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Sam Minnee
|
507da370ff
|
MINOR: Director::currentPage() is deprecated but shouldn't throw a notice-level error until the next major release.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100670 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Sean Harvey
|
f6b40002ff
|
MINOR Added note about other databases
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100669 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
95dead09a6
|
BUG FIX: tables and columns now quoted properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100657 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Geoff Munn
|
4289a338e6
|
API CHANGE: dbDataType function created
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100651 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Ingo Schommer
|
3533c1f287
|
BUGFIX Fixed SiteTree->MetaTags() to either use <meta name=> or <meta http-equiv=>, and only using the "http-equiv" attribute for valid HTTP headers (see http://www.w3.org/TR/html4/struct/global.html#edef-META) (from r100631)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100632 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:50 +13:00 |
|
Sean Harvey
|
f6f909ae87
|
BUGFIX DB::getConnect() should be properly declared as a static function
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100627 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
3944339bd7
|
MINOR BasicAuth - removed unncessary extending of Object since this class only has a bunch of static functions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100626 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
e9aca56fad
|
MINOR Cookie - removed unncessary extending of Object since this class only has a bunch of static functions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100625 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
757c28f7ae
|
MINOR Convert - removed unncessary extending of Object since this class only has a bunch of static functions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100624 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
adc4ffe772
|
MINOR ArrayLib - removed unncessary extending of Object since this class only has a bunch of static functions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100623 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
d1294f5026
|
MINOR When the installer is using the environment for configuration, disable the development servers textarea as it's automatically configured from environment
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100622 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
63e8a02c92
|
MINOR Removed double slashes from path in Requirements_Backend::process_combined_files()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100618 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
5d47b22c44
|
BUGFIX Fixed filemtime() check in Requirements_Backend::process_combined_files() not getting the right path
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100616 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
e078013547
|
MINOR Requirements_Backend::process_combined_files() only needs one location where the combined file is
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100615 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
59b4ab4550
|
BUGFIX Proper check for combined file path in Requirements_Backend::process_combined_files()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100614 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
b35fb2b5ad
|
BUGFIX #4572 Fixed Windows failure on SS_Cli::supports_colour() because posix functions are not supported
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100560 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:49 +13:00 |
|
Sean Harvey
|
1e46412cdb
|
MINOR Wording change in installer for database details not correct
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100552 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
1e59be7137
|
MINOR Fixed undefined variable $error in MySQLDatabaseConfigurationHelper
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100550 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
87c03b4750
|
BUGFIX If fixture file is NULL don't cause the test framework to break down because of it
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100548 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
dd64c562cb
|
ENHANCEMENT Stored combined files in assets/_combinedfiles by default
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100536 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
bfa13f2404
|
MINOR Reverted default location for combined JS/CSS as you can't customise this easily
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100534 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
84a7755e4e
|
MINOR Removed Requirements:: static call and replace with instance
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100533 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
6288d4a3ab
|
ENHANCEMENT Combined files now live in assets/.combinedfiles by default
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100529 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
975e3b5a82
|
ENHANCEMENT #3387 Requirements now has a new static function called Requirements::set_combined_files_folder() for setting where the combined files should belong
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100528 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Luke Hudson
|
5feb78c04f
|
BUGFIX: Set Member default Locale
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100527 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Tom Rix
|
908d3ebbe9
|
BUGFIX get TreeMultiselectField working with an array of items, rather than a relation.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100525 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Normann Lou
|
138e8c5df4
|
BUGFIX: add 'var' to local variable 'constructor' inside of function definition which break IE8 (8.0.6001.18702 +)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100519 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
d730def583
|
MINOR Removed whitespace
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100517 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:48 +13:00 |
|
Sean Harvey
|
ddf0f35d27
|
MINOR Removed end php tag for Requirements and RequirementsTest
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100514 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-02-02 14:18:47 +13:00 |
|