Ingo Schommer
cd1e87cb3b
Merge pull request #1138 from sunnysideup/patch-13
...
Update forms/DropdownField.php
2013-01-28 15:46:26 -08:00
Nicolaas
84abab2aa8
Update forms/DropdownField.php
...
small fix in comments
2013-01-28 16:51:27 +13:00
Ingo Schommer
f70652c8b4
Merge pull request #1119 from silverstripe-rebelalliance/fix/phpunit/master
...
FIX PHPUnit latest not working with composer installed builds
2013-01-22 23:46:35 -08:00
Hamish Friedlander
60c4d999d8
FIX PHPUnit latest not working with composer installed builds
...
When using composer, we must rely on the composer autoloader to
load in PHPUnit and not try do to so ourselves, as the old
PHPUnit\Autoload.php file doesnt understand how to find things
in vendor
2013-01-23 14:36:41 +13:00
Ingo Schommer
786d0516da
More docs on CMS issue reporting
2013-01-22 15:10:50 +01:00
Ingo Schommer
b51b09ac6d
Merge remote-tracking branch 'origin/3.1'
2013-01-22 12:06:13 +01:00
Ingo Schommer
072b485f66
Merge remote-tracking branch 'origin/3.0' into 3.1
...
Conflicts:
lang/en.yml
2013-01-22 12:05:48 +01:00
Ingo Schommer
f833226da0
Updated issue reporting guidelines
2013-01-22 12:05:07 +01:00
Daniel Hensby
be78098065
Arbitrary placement of _ss_environment.php in parent folders
...
Removes hardcoding to three levels
2013-01-21 22:33:54 +01:00
Ingo Schommer
6c7e3afab3
Updated translations
2013-01-21 12:57:15 +01:00
Ingo Schommer
f7c8778466
Breadcrumb/back nav in ModelAdmin now retains search params
2013-01-21 12:04:20 +01:00
Ingo Schommer
47e0531bab
Merge remote-tracking branch 'origin/translation-staging'
2013-01-21 11:40:29 +01:00
Ingo Schommer
3d0f9afac8
Merge remote-tracking branch 'origin/3.1'
2013-01-21 11:23:17 +01:00
Ingo Schommer
37f4d2e21f
Merge remote-tracking branch 'origin/3.0' into 3.1
2013-01-21 11:15:17 +01:00
Ingo Schommer
c11b3918fc
Merge remote-tracking branch 'origin/3.0' into 3.1
...
Conflicts:
admin/css/screen.css
admin/scss/_style.scss
core/PaginatedList.php
email/Mailer.php
2013-01-21 11:14:57 +01:00
Ingo Schommer
8717deca82
HTMLEditorField undefined $dimensionsField ( fixes #7494 )
...
Also use fluent API for form field definition to keep field invocations
in one place and thereby reduce these kind of bugs.
2013-01-21 11:11:21 +01:00
Ingo Schommer
5d37d55f35
BUG Form session message clearing regression
...
Regression originally from 729bcc95
, but made visible by 014f541a8
2013-01-21 11:11:21 +01:00
Ingo Schommer
eeb1f8ae2d
MINOR Updated translations
2013-01-21 10:00:53 +01:00
Ingo Schommer
89176e8f5d
Unescaped breadcrumbs for inline groups display ( fixes #7936 )
2013-01-21 08:51:16 +01:00
Kirk Mayo
d12ae82f70
Bug fix for open/8181 which stops the HTML source editor window saving/publishing
2013-01-21 08:26:19 +01:00
Tony Air
e1517044cf
Application Name fix
2013-01-21 08:09:47 +01:00
Will Rossiter
3d921e7459
Update docs/en/reference/form-field-types.md
2013-01-20 19:51:18 +13:00
Ingo Schommer
fa35f3eb67
Merge pull request #1110 from sunnysideup/patch-9
...
Update admin/code/ModelAdmin.php
2013-01-19 01:39:53 -08:00
Nicolaas
7523fe4ef7
Update admin/code/ModelAdmin.php
...
Changed "Clear Database before import" - which is incorrect (not the whole database gets wiped, only the data in the model at hand) with the simpler: "replace data".
2013-01-19 22:38:55 +13:00
Sam Minnee
0c9b216894
FIX: Escape the -f argument passed to mail()
2013-01-18 11:24:23 +13:00
Ingo Schommer
e74ec57756
BUG Permission checkbox display on members ( fixes #8193 )
2013-01-17 19:36:53 +01:00
Ingo Schommer
94de10e415
Merge pull request #1105 from wilr/reports_changelog_note
...
Added note about reports API change in 3.2.0 changelog
2013-01-17 01:41:34 -08:00
Will Rossiter
503ad4a2e2
Added note about reports API change in 3.2.0 changelog
2013-01-17 21:54:33 +13:00
Ingo Schommer
432ff753c2
Wider side panel to fit "add" and "edit" button
...
Moved "edit tree" button into same DOM structure so
we can layout them more easily through inline-block.
Conflicts:
admin/css/screen.css
admin/scss/_style.scss
2013-01-16 00:38:24 +01:00
Ingo Schommer
dc43a6b0f6
Wider sidebar to accommodate "add" and "edit" buttons
...
Conflicts:
admin/css/screen.css
2013-01-16 00:38:24 +01:00
Sean Harvey
5bd0f0accd
Merge pull request #1102 from jthomerson/fix_paginatedlist_settotalitems
...
BUG PaginatedList deprecated method was calling non-existent method
2013-01-15 12:02:00 -08:00
Jeremy Thomerson
a70df3e472
BUG PaginatedList deprecated method was calling non-existent method
2013-01-15 13:25:16 -06:00
Ingo Schommer
014f541a89
BUG Regression in Form->clearMessage() ( fixes #8186 )
...
See 729bcc9
2013-01-15 14:25:07 +01:00
Ingo Schommer
64d3a3dafc
BUG Don't double unescape URLs in history.js ( fixes #8170 )
...
Merged in pull request https://github.com/balupton/history.js/pull/108 .
This has been a serious problem with the library for more than a year,
see https://github.com/balupton/history.js/issues/228 .
2013-01-15 13:27:11 +01:00
Ingo Schommer
2ad56e1d52
Merge pull request #1100 from ajshort/grid-field-save-handler
...
ENHANCEMENT: Add grid field save handler.
2013-01-15 04:19:18 -08:00
Ingo Schommer
dadd9e1b98
Merge pull request #1098 from patbolo/fix/model-admin-spec
...
FIX #8188 Properly show link for showing and hiding class spec in model admin
2013-01-15 04:00:35 -08:00
Andrew Short
16efd7402e
ENHANCEMENT: Add grid field save handler.
2013-01-15 22:41:25 +11:00
Ingo Schommer
dc4b2a4479
Merge pull request #1099 from uniun/patch-4
...
Impossible to unselect TreeDropdownField
2013-01-15 03:06:02 -08:00
uniun
e9ba54dec7
Impossible to unselect TreeDropdownField
...
It was impossible to unselect TreeDropdownField.
'!' operator should not be used at all and identical comparison (===) was too "strict" (self.getValue() returns string but $(node).data('id') returns number).
2013-01-15 11:29:35 +02:00
Ingo Schommer
2e6e0de44d
Clarified DataList->limit() docs
2013-01-15 10:14:55 +01:00
jean
420c639e7b
FIX Properly show link for showing and hiding class spec in model admin
2013-01-15 18:52:05 +13:00
Ingo Schommer
27d2f75d9d
Added test for DataList filters with array and modifiers (see #8162 )
2013-01-15 01:11:35 +01:00
Jeremy Bridson
a93f8841d7
BUGFIX:fixed broken styling of iframe in IE for member and group import
2013-01-15 00:57:47 +01:00
Ingo Schommer
80feb8c0b4
Respect displayFields in GridFieldPrintButton
...
Provides more coherent and expected default behaviour
2013-01-15 00:55:24 +01:00
Ingo Schommer
703c10aa0e
Restored inlined styling of .fieldgroup (same UI as in 2.x)
2013-01-14 17:01:08 +01:00
Ingo Schommer
0a00fea334
Removed .fieldgroup styles specific to one UI use case
2013-01-14 16:59:22 +01:00
Ingo Schommer
f30277c3cf
Split out getLinkAttributes() in .htmleditor JavaScript for more flexibility
...
Saves us from overwriting the whole insertLink() method just
to add another option.
2013-01-14 16:54:58 +01:00
Nathan Cox
fd80c4fb3e
Issue #7818 : Making sure UploadField can find the form/SecurityID on direct page load/refresh
2013-01-11 16:42:20 +01:00
micschk
7f605cfb54
NEW Disable items in DropdownField and GroupedDropdownField
2013-01-11 16:32:20 +01:00
Ingo Schommer
317495f8ef
Merge pull request #1035 from zoao/3.0
...
tinymce language portuguese is not working
2013-01-11 07:11:54 -08:00