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
|
3a11bb2f66
|
MINOR Do not call a constructor if there aren't one.
This will fix a lot of unittests failing.
|
2011-10-27 18:13:41 +02:00 |
|
Stig Lindqvist
|
15ad2d29c3
|
MINOR Fixing the path of the CSS files in LeftAndMain
|
2011-10-22 17:04:02 +02:00 |
|
Stig Lindqvist
|
d6f7b55f04
|
MINOR Fix test to use the non deprecated way of fetching database records
|
2011-10-22 16:47:39 +02:00 |
|
Stig Lindqvist
|
fb8ff50451
|
API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map.
This was failing under php 5.2
|
2011-10-22 16:08:51 +02:00 |
|
Will Rossiter
|
a2c7175caa
|
Merge pull request #66 from oddnoc/hierarchy-spelling
MINOR Spelling corrections for docs
|
2011-10-18 20:52:38 -07:00 |
|
Fred Condo
|
9bd499617b
|
Spelling correction
Found and fixed all misspellings of "[Hh]ierarchy"
|
2011-10-18 15:32:52 -07:00 |
|
Ingo Schommer
|
b4a8852285
|
MINOR Updated changelog
|
2011-10-18 11:54:45 +02:00 |
|
Ingo Schommer
|
e2bf21ba1a
|
BUGFIX Escaping base URLs for anchor links rewritten by SSViewer::process() with the 'rewriteHashlinks' option enabled (which is a framework default, and necessary because of the use of a <base> tag). Also added escaping for base URLs rendered through the 'php' variation of 'rewriteHashlinks'
|
2011-10-18 11:42:55 +02:00 |
|
Ingo Schommer
|
2ce1882e38
|
ENHANCEMENT Added SSViewer::getOption() as a logical counterpart to SSViewer::setOption()
|
2011-10-18 11:39:01 +02:00 |
|
Ingo Schommer
|
2279e9f3b3
|
MINOR Removed individual Requirements calls in LeftAndMain->init() in favour of Requirements::combine_files(), to avoid duplication and hard to debug behaviour differences due to changed file inclusion orders between non-live and live systems
|
2011-10-11 09:55:58 +02:00 |
|
Ingo Schommer
|
98b4fe21d9
|
Merge branch 'candidasa-cms-enhancements'
|
2011-10-11 09:37:18 +02:00 |
|
Julian Seidenberg
|
b7f9c59e12
|
ENHANCEMENT: adding hoverIntent plug-in to the js combined_files (SSO-7)
|
2011-10-11 12:12:46 +13:00 |
|
Ingo Schommer
|
340a779cfd
|
MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza)
|
2011-10-10 10:14:19 +02:00 |
|
Ingo Schommer
|
e66255cfb3
|
API CHANGE Using 'BackURL' GET parameter in Controller->redirectBack() instead of the unused '_REDIRECT_BACK_URL', which e.g. makes the Security/logout behaviour consistent with Security/login (fixes #6729, thanks rixnix)
|
2011-10-10 10:10:20 +02:00 |
|
Julian Seidenberg
|
f807aa01b2
|
ENHANCEMENT: introducing a flight delay (using the jQuery HoverIntent plug-in) to prevent "sloppy mouse movement" from instantly closing the flyout menu when the mouse leaves the area. Also fixes problem with the menu in IE7.
|
2011-10-10 14:00:47 +13:00 |
|