Ingo Schommer
26c449d69b
Merge pull request #939 from chillu/pulls/gridfield-manymanyfields
...
NEW Many-many relation data editing in GridFieldDetailForm
2012-11-27 01:46:58 -08:00
Ingo Schommer
c8136f5d4c
NEW Many-many relation data editing in GridFieldDetailForm
...
Also adds GridFieldDetailForm->setFields() for customizing
the displayed form fields (required for adding relational fields).
2012-11-27 10:45:43 +01:00
Ingo Schommer
46dc8ae1e5
Merge pull request #974 from adrexia/update-chosen
...
Updating chosen dependency
2012-11-27 01:18:47 -08:00
Simon Welsh
7935c14e39
Merge pull request #975 from kopymark/patch-1
...
Add limit() details to datamodel.md
2012-11-27 00:01:50 -08:00
Adam Judd
2d8b7daaf9
Add limit() details to datamodel.md
2012-11-26 23:59:31 -08:00
Naomi Guyer
715b62f790
Updating chosen dependency
2012-11-27 16:28:17 +13:00
Sean Harvey
6ce6f9a2c1
Merge branch '3.0'
2012-11-26 17:17:41 +13:00
Sam Minnée
270f6b2d77
Merge pull request #973 from silverstripe-rebelalliance/docs/composer
...
DOC Update composer docs with changes from 3.0.3
2012-11-25 19:36:43 -08:00
Hamish Friedlander
40fd5abb57
DOC Update composer docs with changes from 3.0.3
2012-11-26 16:29:20 +13:00
Sean Harvey
220d317f27
Upgrading TinyMCE dependency from 3.5.7 to 3.5.8
...
This also fixes 78ab9d3bf6 which strips HTML data attributes
from the editor contents.
See changelog here:
http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2012-11-26 15:13:48 +13:00
Hamish Friedlander
e934030bc1
Merge changes for 3.0.3 release into 3.0
2012-11-26 11:34:28 +13:00
Hamish Friedlander
77f7778b4a
Add 3.0.3 changelog
3.0.3
2012-11-26 11:20:21 +13:00
Mateusz Uzdowski
dbbcd08d8f
NEW Extend the ssui.button with alternate appearances.
...
Reusable feature for making CMS buttons that respond to the current
contextual state with an appearance change.
Provides capability to specify initial state, alternate icon and
alternate text via data attributes or options (PHP or JS), and to hook
up into events triggered when the state is alternating.
This is used by the follow-up cms action buttons cleanup work.
2012-11-26 09:51:02 +13:00
TeamCity
611a1647ad
MINOR Updated translations
2012-11-25 22:06:37 +13:00
TeamCity
add6cb4639
MINOR Updated translations
2012-11-25 21:08:15 +13:00
UndefinedOffset
4310718b94
BUG Insert Media, inserts all previous media ( fixes #7545 )
2012-11-23 17:37:39 +01:00
Ingo Schommer
15a687f1e7
Merge remote-tracking branch 'origin/3.0'
2012-11-23 15:31:08 +01:00
Ingo Schommer
aa72425e84
Fixed PHPUnit assertions for incomplete tests in core
...
Avoid PHPUnit throwing "test didn't run any assertions"
notices in PHP. If nothing else, it keeps test output
looking less broken by default, making it more likely
that actual errors do get noticed.
2012-11-23 15:16:39 +01:00
Ingo Schommer
453d04e4ba
BUG Reset DataObject caches in SapphireTest->resetDBSchema()
...
This became a problem with fdcd7a2e where $custom_database_fields
were cached, but never reset. It lead to extensions not applying
correctly in SapphireTest->setUpOnce().
2012-11-23 11:14:02 +01:00
Ingo Schommer
a3cd7ddc09
BUG Force SapphireTest schema reset for extension changes
...
Previously changes to $requiredExtensions and $illegalExtensions
didn't cause a reset unless there was also other schema-altering
settings like $extensionsToRemove or $extraDataObjects
2012-11-23 11:12:03 +01:00
TeamCity
5925c15b77
MINOR Updated translations
2012-11-23 20:08:08 +13:00
Mateusz Uzdowski
b02b1e6dbc
API Forward the editor events to underlying textarea.
...
Makes the editor API more flexible by triggering generic JS events that
can be used from entwine. This makes it easier to add event handlers to
the editor and cleans up the initialisation call from unrelated code.
The patching code also forwards editor changes to the textarea field,
which in perspective will allow the changetracker to react to changes in
this field as they happen.
2012-11-23 00:50:18 +01:00
Ingo Schommer
e021a190b3
Merge pull request #968 from silverstripe-droptables/submitform-validation
...
Future-proof the submitForm for use with forms without validation.
2012-11-22 15:31:51 -08:00
Ingo Schommer
33039958c2
Merge pull request #965 from silverstripe-droptables/incorrect-bc-nesting
...
BUG Incorrect html nesting of breadcrumbs
2012-11-22 15:28:54 -08:00
Ingo Schommer
c55c7c33f8
Merge branch '3.0'
...
Conflicts:
admin/code/CMSProfileController.php
composer.json
tests/model/DataObjectTest.php
2012-11-22 23:51:28 +01:00
Mateusz Uzdowski
3f2ddbb3fb
Future-proof the submitForm for use with forms without validation.
...
We might decide to use it for other submissions than EditForm.
2012-11-23 11:09:43 +13:00
TeamCity
03d4e2ec4e
MINOR Updated translations
2012-11-23 10:08:20 +13:00
Ingo Schommer
96acd50681
Update composer contributing instructions
2012-11-22 15:10:10 +01:00
Sam Minnée
a054cc5b8f
Merge pull request #967 from halkyon/remove_old_testinstall
...
Removing redundant DatabaseAdmin::testinstall()
2012-11-21 20:47:25 -08:00
Sean Harvey
477cf6b793
Removing redundant DatabaseAdmin::testinstall()
...
The original intention of this method was to be a rewrite
check by the installer, but it doesn't belong in
DatabaseAdmin, nor is it used by the installer anymore,
since the rewrite test is done by the installer directly.
2012-11-22 17:07:28 +13:00
Sam Minnee
ecd921cc0a
Fixed glitches in the sample composer.json shown in the docs
2012-11-22 17:03:11 +13:00
Naomi Guyer
a933847217
BUG Incorrect html nesting of breadcrumbs
...
Removed h2 from outside breadcrumbs, and put it within the breadcrumbs
div
Goes alon the cms commit 4fab9b8248819dc9008d5b94b5437cd833de31ac
2012-11-22 12:20:02 +13:00
TeamCity
6f1ac751e5
MINOR Updated translations
2012-11-22 06:08:28 +13:00
Ingo Schommer
7c3ce86bbb
Updated docs to fit new 'buildtools' workflow
2012-11-21 16:15:48 +01:00
Mateusz Uzdowski
2657a27573
BUG Adjust the handler to jQuery UI 1.9 API change.
...
Settings.url no longer contains the URL, as a result navigating around
tabs in IE (browsers that do not support History API) becomes broken.
For example when the admin is opened on "Pages" section it is impossible to
navigate to specific page, or if the admin is opened on a tab, it's not
possible to navigate to another tab.
2012-11-21 11:02:51 +01:00
Sander van Dragt
8f89aa9171
BUG only call filemtime if file exists
...
Added file_exists check before calling filemtime as this results in
'filemtime(): stat failed'
2012-11-21 13:11:53 +13:00
TeamCity
fbff9eff35
MINOR Updated translations
2012-11-21 11:08:16 +13:00
TeamCity
0bab683d8c
MINOR Updated translations
2012-11-21 09:10:50 +13:00
TeamCity
91a0f724dd
MINOR Updated translations
2012-11-21 08:08:17 +13:00
TeamCity
34cfeff080
MINOR Updated translations
2012-11-21 07:08:15 +13:00
TeamCity
702d0406c2
MINOR Updated translations
2012-11-21 06:08:32 +13:00
Ingo Schommer
df4fde3864
Pjax docs
2012-11-18 23:48:43 +01:00
TeamCity
4ff7baf6ba
MINOR Updated translations
2012-11-17 17:08:01 +13:00
TeamCity
9de554da4b
MINOR Updated translations
2012-11-17 16:08:00 +13:00
TeamCity
b4bb23b71d
MINOR Updated translations
2012-11-17 10:08:48 +13:00
TeamCity
5c576f3e9d
MINOR Updated translations
2012-11-17 09:07:51 +13:00
TeamCity
a8e65adac4
MINOR Updated translations
2012-11-17 08:08:09 +13:00
TeamCity
658c486ea0
MINOR Updated translations
2012-11-17 07:09:53 +13:00
TeamCity
d462a43167
MINOR Updated translations
2012-11-17 05:10:55 +13:00
TeamCity
a9009291b2
MINOR Updated translations
2012-11-17 04:10:55 +13:00