Sam Minnee
|
3e3188f81a
|
MINOR: Update tests for deprecated functions to explicitly disable deprecation errors.
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
a49b56a348
|
MINOR: Removed usage of deprecated FormField::Name()
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
da64123116
|
MINOR: Removed use of deprecated ClassInfo::is_subclass_of
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
a4ee0f4dad
|
ENHANCMEMENT: Added SS_Map to replace SQLMap.
API CHANGE: Deprecate SQLMap.
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
0d0ad0e572
|
MINOR: Undeprecated Currency because the Money class is overkill in many situations where you're dealing with a single-currency system.
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
e5afa25522
|
MINOR: Use Deprecation class to indicate deprecated methods in core.
|
2011-10-29 17:34:31 +13:00 |
|
Sam Minnee
|
ad9bc59d10
|
ENHANCEMENT: Include the caller of the deprecated method in the notice that it throws.
|
2011-10-29 17:34:31 +13:00 |
|
Sam Minnee
|
4c93c3be19
|
ENHANCEMENT: Allow Deprecation::notice() to be called without passing release number.
|
2011-10-29 17:34:31 +13:00 |
|
Sam Minnée
|
95b6490ffa
|
Merge pull request #85 from stojg/release/security-spoofing-attack
MINOR Redirect user to homepage if the BackURL have been set to another site
|
2011-10-28 21:32:57 -07:00 |
|
Sean Harvey
|
3bf983200b
|
BUGFIX DataQuery: ensuring ORDER BY columns are set in SELECT clauses
|
2011-10-29 17:28:46 +13:00 |
|
Sean Harvey
|
f4643e1b4a
|
MINOR Added double quotes around column names in AggregateTest
|
2011-10-29 17:28:46 +13:00 |
|
Hamish Friedlander
|
436e0f0475
|
ENHANCEMENT: Make the installer work when CMS module isnt present
|
2011-10-29 17:23:22 +13:00 |
|
Will Rossiter
|
9f385971f3
|
Merge pull request #93 from simonwelsh/fulltextsearch-fix
BUGFIX: Removes duplicate create_table_options that caused preg_match()
|
2011-10-28 21:14:45 -07:00 |
|
Simon Welsh
|
28c97325a3
|
BUGFIX: Removes duplicate create_table_options that caused preg_match() to fail in PHP 5.2.
|
2011-10-29 17:12:02 +13:00 |
|
Will Rossiter
|
3c16af3aca
|
Merge pull request #92 from simonwelsh/fulltextsearch-fix
BUGFIX fulltext fixes.
|
2011-10-28 21:00:42 -07:00 |
|
Simon Welsh
|
25602811f2
|
BUGFIX: FulltextSearchable::enable() needs to replace the static on the decorated class iff the database engine is for MySQL
|
2011-10-29 16:57:16 +13:00 |
|
Simon Welsh
|
f976af78be
|
BUGFIX: Apply engine changes only if there is no existing FulltextSearch index on the table, and apply them before column index changes.
|
2011-10-29 16:57:10 +13:00 |
|
Hamish Friedlander
|
af667eb8ec
|
ENHANCEMENT: Move install.php to sapphire and seperate the PHP version check from the rest of it so we dont have to worry about PHP4 so much. TODO: Allow it to be run directly without needing the stub install.php in the root from silverstripe-installer
|
2011-10-29 16:40:27 +13:00 |
|
Will Rossiter
|
01bfdbeb90
|
MINOR tweaks to SecurityAdmin layout
|
2011-10-29 15:47:08 +13:00 |
|
Will Rossiter
|
a08a08eaa0
|
MINOR move panel title into scrollable panel
|
2011-10-29 15:47:07 +13:00 |
|
Will Rossiter
|
aba6b44163
|
MINOR remove console.log. MINOR clean up for icon sprites in the cms and content toolbars
|
2011-10-29 15:47:07 +13:00 |
|
Will Rossiter
|
3d77214d91
|
MINOR remove old stylesheet
|
2011-10-29 15:47:07 +13:00 |
|
Will Rossiter
|
6b88006456
|
BUGFIX show scroll bar on menu and side panels in adminstration section rather than hiding
|
2011-10-29 15:47:07 +13:00 |
|
Will Rossiter
|
b70bc85ed3
|
MINOR remove missing icon from debug view
|
2011-10-29 15:47:07 +13:00 |
|
Sam Minnée
|
688e22368d
|
Merge pull request #89 from simonwelsh/master
Test fixes
|
2011-10-28 19:42:50 -07:00 |
|
Sam Minnée
|
50c9ee8c26
|
Merge pull request #88 from simonwelsh/82da8a071807995914fbf4066651158c051d0e9c
FulltextSearch to switch to MyISAM
|
2011-10-28 19:28:01 -07:00 |
|
Simon Welsh
|
9dac9e5675
|
When relying on the order of returned objects, sort explicitly as it is nondeterminate for non-MySQL.
|
2011-10-29 15:24:06 +13:00 |
|
Simon Welsh
|
82da8a0718
|
Only set the create_table_options value when enabling FulltextSearch
|
2011-10-29 15:24:06 +13:00 |
|
Simon Welsh
|
89ec7e622e
|
When relying on the order of returned objects, sort explicitly as it is nondeterminate for non-MySQL.
|
2011-10-29 15:24:06 +13:00 |
|
Simon Welsh
|
2c0257e9b9
|
Cast the header value to string as PHPUnit can't handle it being NULL.
|
2011-10-29 15:24:06 +13:00 |
|
Sam Minnée
|
dc9b500156
|
Merge pull request #84 from simonwelsh/master
MySQLi changes
|
2011-10-28 18:54:31 -07:00 |
|
Simon Welsh
|
c8f1379407
|
Merge branch 'master' of git://github.com/silverstripe/sapphire
|
2011-10-29 13:55:50 +13:00 |
|
Simon Welsh
|
af144d9692
|
WS
|
2011-10-29 13:48:22 +13:00 |
|
Simon Welsh
|
03f52c42d9
|
Adds docs on Fulltext search usage in MySQL
|
2011-10-29 13:46:09 +13:00 |
|
Simon Welsh
|
ca074eb7ba
|
Changes default MySQL storage engine to InnoDB. File requires MyISAM for FulltextSearch.
|
2011-10-29 13:34:45 +13:00 |
|
Simon Welsh
|
6bf3f7ded4
|
Switches MySQLDatabase to use the MySQLi class rather than the mysql_* functions.
|
2011-10-29 13:34:11 +13:00 |
|
Sam Minnée
|
d88b39f292
|
Merge pull request #81 from stojg/release/object-create
MINOR Object::create should not call a constructor if there aren't one.
|
2011-10-28 16:34:58 -07:00 |
|
Sam Minnée
|
244f0707b1
|
Merge pull request #82 from silverstripe-scienceninjas/release/gridfield-pagination
ENHANCEMENT Release of DataGridPagination
|
2011-10-28 16:34:33 -07:00 |
|
Sam Minnée
|
0cdf52c09a
|
Merge pull request #83 from simonwelsh/master
PHP5.4 Support
|
2011-10-28 16:20:56 -07:00 |
|
Simon Welsh
|
58bbb3687a
|
Change Controller::can() to allow an array of perms, as CMSMain can pass an array in (singleton($class)->stat('need_permission') can be an array).
|
2011-10-29 12:09:22 +13:00 |
|
Simon Welsh
|
1eab669f9b
|
Fucntion signatures should match when containing arrays (PHP5.4 bug)
|
2011-10-29 12:07:58 +13:00 |
|
Sean Harvey
|
919618e5aa
|
BUGFIX Checking for existence of Subsite correctly in Filesystem::sync()
|
2011-10-29 11:10:11 +13:00 |
|
Simon Welsh
|
840343ffb7
|
Checks for array to string conversion (E_NOTICE as of PHP5.4)
|
2011-10-29 10:49:17 +13:00 |
|
Simon Welsh
|
75b16f6e1b
|
Don't try redirecting to install.php if there is no install.php to redirect to.
|
2011-10-29 10:31:58 +13:00 |
|
Simon Welsh
|
5ad5dfc7ed
|
Changes error reporting level to explicitly exclude E_DREPRECATED and E_STRICT, rather than xor.
|
2011-10-29 10:28:18 +13:00 |
|
Stig Lindqvist
|
83e90aaafe
|
ENHANCEMENT Release of DataGridPagination
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
|
2011-10-28 17:34:15 +13:00 |
|
Hamish Friedlander
|
cf408d766a
|
Merge pull request #80 from silverstripe-scienceninjas/release/datagrid-renaming
API CHANGE: Rename DataGrid to GridField to be more in line with other field class names
|
2011-10-27 20:55:30 -07:00 |
|
Stig Lindqvist
|
b229c17e1d
|
ENHANCEMENT Renamed DataGrid to GridField
|
2011-10-28 16:35:39 +13:00 |
|
Sam Minnée
|
089c38a5da
|
Merge pull request #73 from stojg/leftandmain
MINOR Fixing the path of the CSS files in LeftAndMain
|
2011-10-27 20:13:47 -07:00 |
|
Sam Minnée
|
ca29cf9b72
|
Merge pull request #72 from stojg/lookupfieldtest
MINOR Fix test to use the non deprecated way of fetching database records
|
2011-10-27 20:13:25 -07:00 |
|