Hamish Friedlander
|
88535a43c5
|
BUGFIX: Clean up escaped character handling in SSViewer, and rework the Text rule to avoid a segfault problem with pcre regular expressions
|
2011-03-17 13:31:56 +13:00 |
|
Sean Harvey
|
ebe94ae601
|
MINOR Removed $allowedExtensions property from SimpleImageField which is deprecated
|
2011-03-17 13:30:33 +13:00 |
|
Sean Harvey
|
e0e1f81186
|
API CHANGE Removed deprecated RestrictedTextField, UniqueTextField and UniqueRestrictedTextField
|
2011-03-17 12:34:22 +13:00 |
|
Sean Harvey
|
53f43f5176
|
API CHANGE Removed deprecated $allowHTML parameter from HeaderField constructor. Use allowHTML() method instead
|
2011-03-17 12:13:27 +13:00 |
|
Sean Harvey
|
180185db43
|
API CHANGE Removed $className and $allowHTML from DatalessField constructor to support LabelField changes
|
2011-03-17 12:07:56 +13:00 |
|
Sean Harvey
|
2c6cdd8015
|
MINOR Code formatting for HiddenField::create()
|
2011-03-17 12:05:49 +13:00 |
|
Sean Harvey
|
18fb465c51
|
API CHANGE Removed deprecated $className and $allowHTML parameters to LabelField
|
2011-03-17 12:03:54 +13:00 |
|
Sean Harvey
|
454023c666
|
API CHANGE Remove deprecated methods getAllowedMaxFileSize, setAllowedMaxSize, getAllowedExtensions and setAllowedExtensions on FileField
|
2011-03-17 11:29:03 +13:00 |
|
Ingo Schommer
|
09db4ba695
|
BUGFIX Using setStatusCode() in HTTPResponse->redirect() in order to update status description accordingly (fixes #6495, thanks florian.thoma)
|
2011-03-16 22:18:57 +13:00 |
|
Ingo Schommer
|
2b7c633e6e
|
MINOR Rewrite of PermissionCheckboxSetField.js from Behaviour.js to jQuery.entwine
|
2011-03-16 14:18:30 +13:00 |
|
Ingo Schommer
|
efe710e2d3
|
MINOR Removed unnecessary SiteTree->Status setting in ContentController, ErrorPage and SiteTree - now controlled via getters like isPublished()
|
2011-03-16 13:31:51 +13:00 |
|
Ingo Schommer
|
c9c794a75b
|
MINOR Removed thirdparty/calendar (falsely readded through 2.4 merge)
|
2011-03-16 13:31:51 +13:00 |
|
Ingo Schommer
|
c6f3a08b7b
|
BUGFIX Set title automatically for empty groups in Group->populateDefaults()
|
2011-03-16 13:31:50 +13:00 |
|
Ingo Schommer
|
c6af46f066
|
BUGFIX jQuery 1.5 compatibility for jQuery.ondemand, by using jQuery.Deferred and the 'beforeSend' callback instead of monkeypatching jQuery.ajax
|
2011-03-16 13:31:50 +13:00 |
|
Ingo Schommer
|
31d7a00eb7
|
MINOR Fixed merge errors
|
2011-03-16 13:31:46 +13:00 |
|
Ingo Schommer
|
dd6f9ed005
|
MINOR Moved readonly section of TransactionTest into postgresql/ module
|
2011-03-14 16:45:52 +13:00 |
|
Ingo Schommer
|
b70ff87658
|
API CHANGE Added abstract transaction methods to Database (migrated from MySQLDatabase): supportsTransactions(), transactionStart(), transactionSavepoint(), transactionRollback(), transactionEnd()
|
2011-03-11 16:18:15 +13:00 |
|
Ingo Schommer
|
002e40bd79
|
MINOR Added deprecated SapphireTest->assertType() in order to support PHPUnit 3.5 or newer, but stay backwards compatible to PHPUnit 3.4
|
2011-03-11 15:12:17 +13:00 |
|
Ingo Schommer
|
2184acf17d
|
Revert "MINOR Replaced assertType() calls with assertInstanceOf(), deprecated in PHPUnit 3.6 (throws warnings as of 3.5.10)" - cased too many problems with mixed build environments that require PHP 3.4
This reverts commit 65f6104cd6 .
|
2011-03-11 15:06:09 +13:00 |
|
Ingo Schommer
|
9d10e88ea5
|
Revert "API CHANGE Removing support for PHPUnit 3.4 (3.5.0 has been released in Sept 2010). Removing PhpUnitWrapper_3_4, and adding better version detection." - too many complications with our build environments running mixed versions of SilverStripe
This reverts commit 23e342ce03 .
|
2011-03-11 14:45:49 +13:00 |
|
Ingo Schommer
|
0a4aa9dc17
|
BUGFIX Renamed MySQLDatabase->clear_cached_fieldlist() to clearCachedFieldList() and moved to parent Database class in order to avoid breaking other database drivers (broken in 360176d2 by gmunn)
|
2011-03-11 14:22:59 +13:00 |
|
Hamish Friedlander
|
d0afa9987c
|
BUGFIX: func_get_args cant be used in a function call in PHP 5.2
|
2011-03-11 11:52:51 +13:00 |
|
Hamish Friedlander
|
f5b867a35d
|
Merge branch 'ssviewer-rewrite'
|
2011-03-10 17:52:10 +13:00 |
|
Hamish Friedlander
|
08faf03673
|
BUGFIX: Fix href rewriting in text
|
2011-03-10 17:38:03 +13:00 |
|
Hamish Friedlander
|
31c5bb24f7
|
MINOR: Remove now-obsolete old partial cache code
|
2011-03-10 17:37:46 +13:00 |
|
Hamish Friedlander
|
29c06edd23
|
ENHANCEMENT: Add back in partial caching
|
2011-03-10 15:04:07 +13:00 |
|
Hamish Friedlander
|
fdf81c80cb
|
MINOR: Pull in latest changes from thirdparty tool php-peg
|
2011-03-10 15:04:01 +13:00 |
|
Ingo Schommer
|
04ae1abe65
|
Merge remote-tracking branch 'mandrew/master'
Conflicts:
docs/en/misc/contributing.md
|
2011-03-09 17:17:10 +13:00 |
|
Ingo Schommer
|
498e5758bf
|
BUGFIX Avoid privilege escalation from EDIT_PERMISSIONS to ADMIN through TreeMultiselectField (in Member->getCMSFields()) by checking for admin groups in Member->onChangeGroups()
|
2011-03-09 15:49:41 +13:00 |
|
Michael Andrewartha
|
626980acb5
|
Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback
|
2011-03-09 10:05:51 +13:00 |
|
Ingo Schommer
|
3f748decbe
|
MINOR Documentation fixes
|
2011-03-08 19:19:17 +13:00 |
|
Julian Seidenberg
|
9ea7e6899a
|
ENHANCEMENT Replaced Prototype show/hide functionality in ConfirmedPasswordField with jQuery. Added additional test case for show/hide markup.
|
2011-03-08 18:31:00 +13:00 |
|
Sean Harvey
|
06089eddfd
|
MINOR Added fix to test troubleshooting docs about PHPUnit 3.5 missing MockObject
|
2011-03-08 13:34:29 +13:00 |
|
Ingo Schommer
|
cea41832b1
|
MINOR Fixed title escaping in 'built in page controls' documentation
|
2011-03-03 09:07:24 +13:00 |
|
Ingo Schommer
|
0fd7fa18a4
|
Merge branch 'candidasa-master'
|
2011-02-25 16:12:38 +13:00 |
|
Ingo Schommer
|
2003888152
|
MINOR Updated contributing guidelines
|
2011-02-25 08:56:52 +13:00 |
|
Julian Seidenberg
|
0bb424e2a2
|
API-CHANGE: updated jsmin to point at new github repo for the project
|
2011-02-24 18:10:58 +13:00 |
|
Julian Seidenberg
|
eee5f3e266
|
API-CHANGE: updated jquery-validate to new version compatible with jQuery 1.4.2+
|
2011-02-24 18:07:18 +13:00 |
|
Julian Seidenberg
|
04eb5f2cbf
|
API-CHANGE: updated livequery to new version that is compatible with jQuery 1.4+
|
2011-02-24 17:56:03 +13:00 |
|
Julian Seidenberg
|
beb75371fa
|
BUGFIX: update jquery form to latest version
|
2011-02-24 17:47:34 +13:00 |
|
Ingo Schommer
|
7cb687b5e0
|
MINOR Added docs/ contributing notes
|
2011-02-23 20:14:04 -08:00 |
|
Julian Seidenberg
|
9727d2e6f9
|
BUGFIX: rewriting overridden ajax success handler to work with new ajax function in jQuery 1.5
|
2011-02-24 17:08:21 +13:00 |
|
Julian Seidenberg
|
52070a0c3a
|
ENHANCEMENT: including all of jquery-ui instead of specifying individual pieces of it. This is a larger download size, but should be quicker overall as it is just a single download instead of lots of small files.
|
2011-02-24 17:07:24 +13:00 |
|
Julian Seidenberg
|
a836456cd9
|
BUGFIX: updated links to new jquery ui file paths
|
2011-02-24 12:07:34 +13:00 |
|
Julian Seidenberg
|
00b0bc1751
|
API-CHANGE: updated jquery-ui to version 1.8.10
|
2011-02-24 11:08:39 +13:00 |
|
Julian Seidenberg
|
b2cdb4be66
|
API-CHANGE: updated jquery ui themes to 1.8.10
|
2011-02-24 11:06:19 +13:00 |
|
Julian Seidenberg
|
69e5fdd1a6
|
API-CHANGE: updated jQuery to version 1.5. Removed deprecated jquery-packed.js file and obsolete readme which pointed to wrong code repository.
|
2011-02-24 10:21:54 +13:00 |
|
Julian Seidenberg
|
deb31b3bb4
|
API-CHANGE: updated jquery entwine to new version that is compatible with jQuery 1.5
|
2011-02-24 10:11:41 +13:00 |
|
Sam Minnee
|
d045970d83
|
Merge remote branch 'origin/master'
|
2011-02-22 10:57:59 +13:00 |
|
Sam Minnee
|
27246ce982
|
MINOR: Fixed 2.4 mergeback
|
2011-02-22 10:53:58 +13:00 |
|