Ingo Schommer
659634557d
Use links for CMS preview states to allow open in new tab
...
Important to allow users to send around preview links,
open draft versions in new tabs, or find out which URL to
use to preview on mobile phones and other devices which
can't load the CMS preview panel directly.
Removed CSS animations since they complicated the component too much.
Removed input/label setup since its not contained in a form,
so has no relevance as far as server-side state goes.
This does mean there's no longer an indication that only one
state can be active at a given time (which the radio buttons communicated),
but that's no different from e.g. the CMS menu.
Not an API change since the Entwine JS and PHP interfaces stay the same.
Conflicts:
admin/css/screen.css
2014-11-10 10:40:24 +13:00
Daniel Hensby
437fc2fda7
Merge pull request #3613 from spekulatius/patch-1
...
Update DataObject.php
2014-11-09 09:34:07 +00:00
spekulatius
14a1086b03
Update DataObject.php
...
Documentation fix:
Table at http://api.silverstripe.org/3.1/class-DataObject.html is displaying the data wrong. Current it says "protected A" instead of "protected ValidationResult" as it should be.
2014-11-09 21:19:39 +13:00
Damian Mooyman
0a5c380c92
Added 3.1.7-rc1 changelog
3.1.7-rc1
2014-11-08 18:50:54 +13:00
Damian Mooyman
8468546876
Add changelogs for 3.1.7-rc1
2014-11-08 18:36:03 +13:00
Damian Mooyman
864f070a6c
Update translations
2014-11-08 17:07:40 +13:00
Pedro Rodrigues
d9fa6bd143
Explicit cast return of DBField->exists()
2014-11-07 00:16:12 +01:00
Ingo Schommer
6544e05eb3
Merge pull request #3606 from g4b0/patch-5
...
Update versioning.md
2014-11-07 08:08:36 +13:00
Gabriele Brosulo
f2a059b148
Update versioning.md
2014-11-06 11:31:55 +01:00
Gabriele Brosulo
b64cfaf649
Update versioning.md
...
Added information about $SilverStripeNavigator
2014-11-06 10:55:32 +01:00
Loz Calver
76b833dfbb
Fix whitespace issues in NumericField/NumericFieldTest
2014-11-03 09:13:54 +00:00
Loz Calver
9cbd6f8023
Merge pull request #3598 from micmania1/patch-4
...
FIX Image backend ignoring config.
2014-11-03 09:03:43 +00:00
Michael Strong
51337acda9
FIX Image backend ignoring config.
...
The method directly calls the static property instead of the config value.
2014-11-03 20:03:10 +13:00
Sam Minnée
646a57c324
Merge pull request #3553 from nhorstmeier/NumericReadonlyField
...
Bugfix NumericField shows (none) for 0 on readonly
2014-11-03 17:02:05 +13:00
muskie9
082c49c1b5
Bugfix NumericField shows (none) for 0 on readonly
2014-11-02 20:57:20 -06:00
Daniel Hensby
bd23ff0a3a
Merge pull request #3594 from jdemeschew/patch-1
...
Makes requirements inclusion work with old PCRE versions.
2014-10-31 15:23:03 +00:00
Juri Demeschew
19f11e72b0
Update Requirements.php
...
Makes requirements inclusion work with old PCRE versions
2014-10-31 15:41:58 +01:00
Daniel Hensby
fbccd1af3f
Merge pull request #3591 from jedateach/issues/image-resize-fix
...
FIX: Image resizing breaks when one of the resized image dimensions is between 0 and 1
2014-10-30 14:46:40 +00:00
Loz Calver
c48533d4f8
Merge pull request #3593 from simonwelsh/patch-1
...
Correct regression around ?flush
2014-10-30 10:11:05 +00:00
Simon Welsh
73b591a79d
Correct regression around ?flush
...
?flush used to work. There's no reason why it shouldn't.
2014-10-30 20:51:05 +11:00
Jeremy Shipman
392ddef2e8
FIX: Image resizing breaks when one of the resized image dimensions is between 0 and 1.
...
Solution: Round up to 1 instead of down to 0.
Converted php errors to exceptions in the process.
2014-10-30 14:21:04 +13:00
Loz Calver
c8ad29f0d7
Merge pull request #3567 from stephenmcm/gridfieldexportbutton-patch
...
FIX GridFieldExportButton exporting only Paginated list when using ArrayList as source
2014-10-28 11:33:42 +00:00
Mateusz U
db1c7e89f0
Merge pull request #3580 from halkyon/hhvm_install_docs_cleanup
...
Improvements to nginx and HHVM installation docs
2014-10-28 09:54:50 +13:00
Ingo Schommer
32bcfe7f4e
Merge pull request #3582 from g4b0/3581-translate_belongs_many_many
...
belongs_many_many are now translatable
2014-10-28 07:39:36 +13:00
g4b0
213d5f60bf
belongs_many_many are now translatable
2014-10-27 11:36:00 +01:00
Sean Harvey
ce797773da
Improvements to nginx and HHVM installation docs
...
* Fix a few missing packages in `apt-get install` command
* Add command to start HHVM automatically on boot
* Remove unnecessary `sendfile on` (already in /etc/nginx/nginx.conf)
2014-10-27 14:26:42 +13:00
Stephen McMahon
20af30ed98
FIX GridFieldExportButton exporting only Paginated list when using ArrayList as source
2014-10-27 11:03:00 +11:00
JorisDebonnet
d5361dedec
Moving NoHTML function from Text to StringField
...
This change will make the NoHTML function available for Varchar fields in particular.
2014-10-26 11:31:30 +00:00
Naomi Guyer
ec0c259c17
BUG: Reinstate tab and form focus states (fixes CMS #732 and #817 )
...
* Added methods to track and restore field focus
* Added a trigger event when tabstate reset
Update LeftAndMain.EditForm.js
2014-10-26 14:21:47 +13:00
Loz Calver
a77ca1995a
Merge pull request #3521 from halkyon/bigsummary_plain_fix
...
BUG Text::BigSummary() fails with undefined $data when $plain = false
2014-10-25 23:30:36 +01:00
Loz Calver
2176a6dea8
Merge pull request #3576 from tractorcow/pulls/3.1/upload-attach
...
BUG File attach handler is no longer accessible if attachment is disallowed or disabled
2014-10-25 23:12:03 +01:00
Loz Calver
d4fb618e51
Merge pull request #3578 from g4b0/patch-4
...
Session keys are case sensitive
2014-10-24 12:02:57 +01:00
Gabriele Brosulo
2cf11abecb
Session keys are case sensitive
2014-10-24 09:59:28 +02:00
Damian Mooyman
0a04e2e77b
Merge pull request #3484 from dnadesign/object_has_extension_fix
...
fixed and tested object has_extension
2014-10-24 17:20:00 +13:00
Damian Mooyman
3f1102306d
Merge pull request #3575 from kinglozzer/pulls/fix-reopen-tab-response
...
FIX: Prevent JSON response showing when re-opening closed tab (fixes silverstripe/silverstripe-cms#1121 )
2014-10-24 17:04:41 +13:00
John Milmine
62658a6cca
fixed and tested object has_extension
2014-10-24 16:58:50 +13:00
Damian Mooyman
9d78eb7fe6
BUG Fix BasicAuth not resetting failed login counts on authentication
2014-10-24 14:19:12 +13:00
Damian Mooyman
5d27ea4be1
BUG File attach handler is no longer accessible if attachment is disallowed or disabled
2014-10-24 11:31:33 +13:00
Loz Calver
d6e1c5131c
FIX: Prevent JSON response showing when re-opening closed tab ( fixes silverstripe/silverstripe-cms#1121 )
2014-10-23 22:24:36 +01:00
Gabriele Brosulo
6683f3d283
Update cache-control.md
...
Added useful information after half an hour trying to have cache working :)
2014-10-23 14:00:32 +01:00
Daniel Hensby
a6e8b93bcd
Merge pull request #3573 from MichaelCSLWeb/patch-2
...
Update DropdownField.php
2014-10-23 12:58:51 +01:00
Michael
f131f0f561
Update DropdownField.php
2014-10-23 11:42:59 +01:00
Damian Mooyman
6622d066fd
Merge pull request #3572 from LukePercy/Issue#1086
...
fixed RemoteURL css for CMS issue 1086
2014-10-22 17:12:21 +13:00
lukepercy
7e4e9dc40c
fixed RemoteURL css for issue 1086
2014-10-22 14:57:59 +13:00
Damian Mooyman
d474671d09
Merge branch 'pr/3570' into 3.1
2014-10-22 08:50:51 +13:00
Devlin
478edfa0c6
BUG Upload: File versioning with existing files
...
reinsert oldFilePath = relativeFilePath in while loop
2014-10-22 08:48:55 +13:00
Sean Harvey
93b84358c8
Merge pull request #3568 from tractorcow/pulls/3.1/fix-behat
...
BUG Fix static call to protected instance method
2014-10-21 11:23:23 +13:00
Damian Mooyman
49cb38dfc1
BUG Fix static call to protected instance method
2014-10-20 17:04:25 +13:00
Sean Harvey
dc919dc3d9
Merge pull request #3558 from kinglozzer/pulls/tagless-backends-fix
...
FIX: Tag-less cache backends error on flush
2014-10-16 11:55:55 +13:00
Sean Harvey
95963b19b8
Merge pull request #3559 from g4b0/patch-2
...
Update versioning.md
2014-10-16 11:54:46 +13:00