Ingo Schommer
8adb259555
MINOR Exclude buttons from focusing first elements in CMS edit form, as it stuffs up the layout engine
2011-09-19 21:34:03 +02:00
Ingo Schommer
b4fd20dc3c
MINOR More flexible definition of non-previewable CMS interfaces
2011-09-19 21:33:35 +02:00
Ingo Schommer
8ca3f9b9be
Merge branch 'history-panel'
2011-09-19 21:08:14 +02:00
Ingo Schommer
c862b2423b
MINOR Fixed merge errors from 'history-panel' branch
2011-09-19 21:01:17 +02:00
Will Rossiter
2c17cb2f80
MINOR: spelling fix.
2011-09-19 17:27:26 +02:00
Will Rossiter
7418d28bf3
MINOR: removed trailing newline.
2011-09-19 17:27:26 +02:00
Will Rossiter
a1b6a8aff2
ENHANCEMENT: stripped out typography styles from the cms into its own file. Included styling for ins and del
2011-09-19 17:27:26 +02:00
Will Rossiter
4c6ddb142d
ENHANCEMENT: added isLatestVersion() method for checking whether a record is the latest version of this ID
2011-09-19 17:26:21 +02:00
Will Rossiter
4448325ad3
BUGFIX: convert new lines to break tags in unescape mode without reverting the entire behaviour of dontEscape
2011-09-19 17:26:01 +02:00
Will Rossiter
2036354d8d
ENHANCEMENT: implemented CMSPageHistoryController with comparsion view, single version view into new CMSMain interface
2011-09-19 17:26:01 +02:00
Will Rossiter
7560e468ed
BUGFIX: fixed menu not appearing on load
2011-09-19 17:22:36 +02:00
Will Rossiter
60cba7dd76
BUGFIX: fixed submenu not opening in cms-menu when cms loads on page other than edit page section
2011-09-19 17:22:36 +02:00
Will Rossiter
65b3c3a894
MINOR: add jquery ui calendar icon to date picker form
2011-09-19 17:22:36 +02:00
Will Rossiter
2bf2c3a15f
MINOR: #css styles to clean up vertical alignment in content tools
2011-09-19 17:22:36 +02:00
Ingo Schommer
2651a1ba81
MINOR Marking Director::extract_request_headers() public because we can't unit test protected methods in PHP 5.2
2011-09-19 16:01:33 +02:00
JayDevlin
b254b6ed3a
ENHANCEMENT Pass through jQuery UI options through DateField->setConfig() (if applicable)
2011-09-19 15:46:03 +02:00
Ingo Schommer
168b1ff279
MINOR Allowing to retrieve the whole configuration array in DateField/TimeField/DateetimeField->getConfig()
2011-09-19 15:44:35 +02:00
ajshort
a60f03f28e
ENHANCEMENT Sapphire Doesn't Read HTTP Headers ( fixes #6311 )
2011-09-19 14:49:55 +02:00
j.m.milmine
627a2916f4
ENHANCEMENT Image -> SetWidth() and Image -> SetHeight() generate new image when size is the same as the original file ( fixes #5792 )
2011-09-19 14:40:25 +02:00
Will Rossiter
1c12a226a3
Merge pull request #60 from simonwelsh/patch-3
...
BUGFIX Pass create_table_options for the owner class's table to DB::requireTable()
2011-09-18 19:25:26 -07:00
simonwelsh
b80efb75d4
Add comment about duplicating create options as well as structure.
2011-09-19 14:20:38 +12:00
nicolaas
7b56008414
BUGFIX error in RestfulServer: currentMember should be currentUser ( fixes #6283 )
...
http://open.silverstripe.org/ticket/6283
2011-09-18 23:22:13 +02:00
nicolaas
6a268a8b37
BUGFIX ConfirmedPasswordField::setValue has error ( fixes #6387 )
...
http://open.silverstripe.org/ticket/6387
2011-09-18 23:19:34 +02:00
martijn
d82a47b12f
BUGFIX # 5966: Allow printing on TableField
...
http://open.silverstripe.org/ticket/5966
2011-09-18 22:09:50 +02:00
Ingo Schommer
ce8e72cf0e
MINOR Removing executable flag from all files (thanks miiihi)
2011-09-18 22:04:02 +02:00
Ingo Schommer
a0eaad3833
BUGFIX Enforce status code set through SS_HTTPResponse->setStatusCode() in output(), override PHP auto-detection of code based on HTTP headers (thanks miiihi)
2011-09-18 21:46:58 +02:00
simonwelsh
718b9b5b34
Pass create_table_options for the owner class's table to DB::requireTable() when creating tables for the stages and the _version table.
2011-09-17 00:21:54 +12:00
Will Rossiter
c35c48b768
Merge pull request #51 from drzax/fix-gd
...
BUGFIX: Ensure image sizes are rounded.
2011-09-15 18:26:32 -07:00
Will Rossiter
f0933e32de
Merge pull request #59 from mobiusnz/master
...
BUGFIX: Files with uppercase extensions were not being assigned an appCategory()
2011-09-15 18:15:51 -07:00
Ingo Schommer
83ad8d48a9
ENHANCEMENT Added File.ShowInSearch flag to mirror the existing SiteTree.ShowInSearch flag - e.g. useful to limit visibility of user-uploaded files. Enforced in MySQLDatabase->searchEngine().
2011-09-15 16:13:02 +02:00
Ingo Schommer
31b477ee0c
ENHANCEMENT Added File.ShowInSearch flag to mirror the existing SiteTree.ShowInSearch flag - e.g. useful to limit visibility of user-uploaded files. Enforced in MySQLDatabase->searchEngine(). Tested in cms with SearchEngineTest.
2011-09-15 16:00:54 +02:00
Ingo Schommer
73cca09960
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:43:34 +02:00
Ingo Schommer
c776a1cd67
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:24:46 +02:00
Al
af81f44337
[BUGFIX] Files with uppercase extensions were not being assigned an appCategory()
2011-09-14 16:28:37 +12:00
Will Rossiter
01b08a57c0
MINOR: removed incorrect getter/setter statements.
2011-09-07 13:09:03 +12:00
Will Rossiter
dc84665ec2
MINOR: removed incorrect getter/setter statements.
2011-09-07 13:08:54 +12:00
Will Rossiter
79f3d02186
Merge pull request #53 from candidasa/master
...
BUGFIX: fixing random changing of access tab radio buttons when refreshing the CMS
2011-09-01 16:15:13 -07:00
Julian Seidenberg
c72a6131fe
BUGFIX: fixing random changing of access tab radio buttons when refreshing the CMS with a URL such as /admin/page/settings/show/1#Root_Access in Firefox
2011-08-31 10:55:40 +12:00
Ingo Schommer
3c3cd8782a
Merge pull request #52 from stojg/unittest-fix
...
MINOR: Fixed DateTest to use correct timezone setters
2011-08-30 05:38:22 -07:00
Simon Elvery
3880479abb
Bug fix: Ensure image sizes are rounded. The imagecopyresampled function should be provided with integers, not floats.
2011-08-30 12:31:36 +10:00
Stig Lindqvist
0aeda5c924
MINOR: Fixed DateTest to work on Centos installation with another default date.timezone than Pacific/Auckland
...
Checking for PHP version and using the correct function for setting timezone
2011-08-30 00:39:44 +02:00
Sam Minnée
cc59effef6
Merge pull request #48 from simonwelsh/2.4
...
PHP5.4 Support
2011-08-25 03:11:24 -07:00
simonwelsh
0f91fb865b
Changes error reporting level to explicitly exclude E_DREPRECATED and E_STRICT, rather than xor.
2011-08-26 16:12:57 +12:00
simonwelsh
9ffa903d50
Adds missing semicolon for PHP5.4 support.
2011-08-26 16:11:06 +12:00
Will Rossiter
d42c115594
Merge pull request #46 from simonwelsh/patch-1
...
MINOR: removed references to Language Chooser which is only supported in 2.2.
2011-08-23 01:46:10 -07:00
simonwelsh
8342f6b20e
Removed references to Language Chooser Widget until it can be updated to work with the new translation model.
2011-08-24 16:42:56 +12:00
Sam Minnée
e126506ca2
Merge pull request #45 from madamimadam/2.4
...
Removed profanity
2011-08-22 01:46:58 -07:00
Adam Rice
d8c6bdac59
Removed profanity
...
Not only is profanity unprofessional but it can also be blocked by
corporate web filters (which is somewhat embarrassing when clients call
to ask why it is in their site)
2011-08-22 18:33:25 +10:00
Ingo Schommer
654173e46b
ENHANCEMENT Allow usage of custom 'fieldClasses' argument to FormScaffolder for relationships
2011-08-22 08:56:42 +02:00
Ingo Schommer
7d01b4042f
BUGFIX Increasing length of Member.Email database column to comply with recommended RFC lengths for email addresses
2011-08-22 08:56:42 +02:00