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 |
|
Sam Minnée
|
499f6d4887
|
Merge pull request #79 from silverstripe-scienceninjas/release/datalist-test-improvements
MINOR Added more tests to the DataList to improve the coverage.
|
2011-10-27 20:11:41 -07:00 |
|
Sam Minnée
|
92e8f6a2f4
|
Merge pull request #70 from stojg/ss_list-changes
API CHANGE Childclasses to SS_List matches the same signature on abstract
|
2011-10-27 20:09:25 -07:00 |
|
Stig Lindqvist
|
4123d2c6ab
|
MINOR Added more tests to the DataList to improve the coverage.
|
2011-10-28 16:07:19 +13:00 |
|
Sam Minnée
|
e592aecdd6
|
Merge pull request #78 from silverstripe-scienceninjas/release/new-orm-cleanup
Release/new orm cleanup
|
2011-10-27 20:07:17 -07:00 |
|
Stig Lindqvist
|
e38dd08ea5
|
MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate
|
2011-10-28 15:58:55 +13:00 |
|
Hamish Friedlander
|
0a3e0f15de
|
MINOR: Replace references to FieldSet (now deprecated) with references to FieldList
|
2011-10-28 15:58:55 +13:00 |
|
Hamish Friedlander
|
4c0105a3c4
|
MINOR: Fix deprecated notices - change old references to 2.5 from ORM work to 3.0.0, and use new deprecation notice system
|
2011-10-28 15:58:55 +13:00 |
|
Hamish Friedlander
|
e5ea2ea94d
|
ENHANCEMENT: Add Deprecation class to handle throwing deprecation notices nicely on methods that are still in use in framework or cms
|
2011-10-28 15:58:54 +13:00 |
|
Stig Lindqvist
|
33de79e0e6
|
BUGIX Altering calls to methods that are not deprecated
|
2011-10-28 02:42:03 +02:00 |
|
Stig Lindqvist
|
6cf03b9c2b
|
MINOR Fixed whitespace and added docblocks
|
2011-10-28 02:11:55 +02:00 |
|
Stig Lindqvist
|
3c5fd14f38
|
BUGFIX Deprecation class throws notice on PHP 5.2
Checks on constants must be within quotes.
|
2011-10-28 02:09:28 +02:00 |
|
Stig Lindqvist
|
7a4c7a6e23
|
MINOR Redirect user to homepage if the BackURL have been set to another site.
This might indicatate a spoofing attack. I also extracted code into it's own method to make it easier to read.
|
2011-10-27 22:38:29 +02:00 |
|