JorisDebonnet
26280f8ab9
Update 4.0.0.md
...
Fixed several small issues
2018-02-22 03:22:13 +01:00
Daniel Hensby
dace2f179d
Merge branch '4.1' into 4
2018-02-21 13:58:45 +00:00
Daniel Hensby
c04ff8c55a
Merge branch '4.0' into 4.1
2018-02-21 13:40:30 +00:00
Fred Condo
2f2390be59
DOCS: remove backticks from Markdown link
...
Markdown does not render links within backticks.
2018-02-20 16:54:18 -08:00
Juan Molina
d4f413d4db
Remove broken link in 05_Common_Problems.md
...
Remove broken (and outdated) link to leftandmain.com article.
2018-02-17 23:58:42 +01:00
Damian Mooyman
20c8058700
Merge remote-tracking branch 'origin/4.1' into 4
2018-02-15 12:24:34 +13:00
Damian Mooyman
b0c742b0a9
Added 4.1.0-rc2 changelog
2018-02-15 11:29:30 +13:00
Damian Mooyman
12e701c8ed
Merge remote-tracking branch 'origin/4.1' into 4
2018-02-15 09:28:14 +13:00
Damian Mooyman
e809c0fd62
Merge remote-tracking branch 'origin/4.0' into 4.1
2018-02-15 09:27:51 +13:00
Simon Winter
341bb7ede1
Update 09_Validation.md
...
I believe that ValidationResult's error method is called, addError - and not error as stated in this file.
2018-02-14 11:48:07 +13:00
Ingo Schommer
d4fc08b206
Closing bracket
2018-02-14 10:14:44 +13:00
Ingo Schommer
6fab007138
Link to UX issues
2018-02-14 10:14:22 +13:00
Robbie Averill
8e25a98f27
DOCS Remove extra square bracket from markdown link
2018-02-13 16:59:26 +13:00
Christopher Joe
f2b82b1f77
Fix docs for configuring before/after a specific config file
2018-02-13 16:31:51 +13:00
Reece Alexander
833b600018
Update 4.1.0-rc1.md ( #7859 )
2018-02-13 10:07:23 +13:00
Daniel Hensby
16d3498a56
Merge branch '4.1' into 4
2018-02-12 10:26:07 +00:00
Daniel Hensby
2fb2caba06
Merge branch '4.0' into 4.1
2018-02-12 10:24:30 +00:00
Martin Portevin
90f77a7134
Removed bad quote
2018-02-10 03:05:59 +01:00
Daniel Hensby
7ec5fa2c8d
Merge branch '4.0' into 4.1
2018-02-09 15:19:15 +00:00
Daniel Hensby
e298fcc345
Merge branch '3.6' into 4.0
2018-02-09 14:32:58 +00:00
Daniel Hensby
09f88c76cf
Merge pull request #7812 from oddnoc/configure-nginx-ss4
...
DOCS: Update nginx configuration for SilverStripe 4
2018-02-08 11:45:32 +00:00
Fred Condo
6976d09bba
Correct location block for SS4
...
SS4 uses /index.php so the location block and documentation need to also
use that.
2018-02-08 10:40:25 +00:00
Robbie Averill
ef6b03a35a
Merge pull request #7843 from open-sausages/pulls/4/docs-blog-release
...
DOCS Blog on release process
2018-02-07 18:29:32 +13:00
Damian Mooyman
7d1e3e1c72
Added 4.1.0-rc1 changelog
2018-02-07 16:07:32 +13:00
Ingo Schommer
b5987b68c6
DOCS Blog on release process
2018-02-07 16:02:27 +13:00
Damian Mooyman
e359948eb3
Merge remote-tracking branch 'origin/4.0' into 4
...
# Conflicts:
# src/Core/CoreKernel.php
2018-02-05 17:52:38 +13:00
Damian Mooyman
e967ab09a2
Added 4.0.3 changelog
2018-02-05 17:10:00 +13:00
Damian Mooyman
a805aabecd
Added 3.6.5 changelog
2018-02-05 15:19:24 +13:00
Damian Mooyman
96ec6e9181
Merge remote-tracking branch 'origin/3.5' into 3.6
2018-02-05 15:07:21 +13:00
Scott Hutchinson
496ca4457a
Update 09_Core_committers.md
2018-02-05 14:45:50 +13:00
Damian Mooyman
abbc4b72be
Added 3.5.7 changelog
2018-02-05 14:30:53 +13:00
Damian Mooyman
aa2c71424d
API Implement cascade_duplications
...
API Add DataObject::setComponent()
API Support unary components as getter and setter fields
API ManyManyList::add() now supports unsaved records
ENHANCEMENT Animal farm
2018-02-05 12:04:57 +13:00
Christopher Joe
78a6b4b4c3
Cleanup upgrade docs and 4.0 change logs
2018-02-01 15:27:02 +13:00
Fred Condo
8d6d985a7c
Port nginx configuration changes from 3
2018-01-30 20:35:54 +00:00
Ingo Schommer
26c3e224db
Remove module-specific docs instructions
...
We have too many docs to list these out now,
even in 3.x this was a bit of a stopgap solution.
Point to a centrally managed URL on silverstripe.org
instead, where we can update the list of "core modules" regularly
without breaking URLs in the docs etc
Note that these URLs are also used internally by the
Open Sourcerers team.
2018-01-30 09:08:49 +13:00
Chris Joe
f1628e3252
Docs updated injector docs to reflect inject() changes ( #7768 )
...
* Docs updated injector docs to reflect inject() changes and added example for the change
* Minor docs revision
* Added notes about context
2018-01-27 09:18:45 +13:00
Damian Mooyman
68952e2677
Remove security releases from 4.0.1
2018-01-25 14:40:07 +13:00
Damian Mooyman
bca47029c4
Merge remote-tracking branch 'origin/4.0' into 4
...
# Conflicts:
# src/Control/SimpleResourceURLGenerator.php
# tests/php/Control/SimpleResourceURLGeneratorTest.php
2018-01-25 12:53:15 +13:00
Damian Mooyman
c7e341c67d
Added 4.0.2 changelog
2018-01-25 12:26:49 +13:00
Damian Mooyman
0eaebe54f9
DOCS Correct usage of publishRecursive() in docs
2018-01-24 14:41:06 +13:00
Damian Mooyman
a3c52f901a
Merge remote-tracking branch 'origin/4.0' into 4
...
# Conflicts:
# src/Core/TempFolder.php
# src/ORM/DataObject.php
# src/View/ThemeResourceLoader.php
# src/includes/constants.php
# tests/php/Control/SimpleResourceURLGeneratorTest.php
# tests/php/Forms/HTMLEditor/HTMLEditorFieldTest.php
# tests/php/View/RequirementsTest.php
2018-01-22 14:57:05 +13:00
Martin Portevin
0ca152c156
Added style_formats example
2018-01-17 18:27:28 +01:00
Daniel Hensby
ebeaf3e40d
Merge branch '3' into 4
2018-01-16 11:47:39 +00:00
Daniel Hensby
7f6af0f0ed
Merge branch '4.0' into 4
2018-01-16 10:28:24 +00:00
Daniel Hensby
9b30024d86
Merge branch '3.6' into 4.0
2018-01-16 10:26:21 +00:00
Damian Mooyman
e770146141
Merge remote-tracking branch 'origin/3.6' into 3
2018-01-16 17:06:59 +13:00
Damian Mooyman
bb37bc5491
Added 3.6.4 changelog
2018-01-16 16:40:43 +13:00
Damian Mooyman
971a1f0703
DOCS Update editor.css usage docs
2018-01-16 12:36:00 +13:00
Daniel Hensby
e4b936c7c7
Merge branch '4.0' into 4
2018-01-12 14:40:33 +00:00
Damian Mooyman
8d077203d4
API Implement support for public/ webroot folder ( #7741 )
...
* API Implement support for public/ webroot folder
* Bugfixes and refactor based on feedback
2018-01-12 16:25:02 +13:00
Daniel Hensby
3312a68dc2
Merge pull request #7747 from open-sausages/pulls/4.0/fix-nginx-try
...
DOCS Fix try_files index.php reference
2018-01-11 21:25:18 +00:00
Ingo Schommer
fb1be0619f
Removed version numbers from OS req docs
...
Too icky to keep updated as version numbers change. It's really just a matter of what PHP version supports which OS, from a SilverStripe side we don't have any constraints there. Well, technically Windows 3.11 won't work because the filesystem will fall over, but otherwise LAMP/WAMP is pretty forgiving.
2018-01-12 10:24:13 +13:00
Damian Mooyman
2b868b09f5
DOCS Fix try_files index.php reference
...
Fixes https://github.com/silverstripe/silverstripe-cms/issues/2067#issuecomment-356879060
2018-01-12 09:26:37 +13:00
Damian Mooyman
164edd7df3
DOCS Correct docs on polymorphic dataobject usage
...
Fixes #7732
2018-01-08 14:10:11 +13:00
David Lloyd
b3ae11fe47
Fix Missing Part of Sentence
...
It seems to be missing the words **PHP error log**.
Add words (without bold type).
2018-01-08 09:48:22 +13:00
elliot sawyer
b61debe3fb
Update CMS_Alternating_Button.md
...
The URL that points to ReactJS development appears to be case-sensitive. This fixes the link
2017-12-31 21:15:56 +13:00
Ingo Schommer
bf8790a893
Docs: Remove forum and IRC references
2017-12-19 11:45:27 +13:00
Ingo Schommer
2fa1114bd3
Removed deprecated tutorials from docs
2017-12-19 11:45:27 +13:00
Ingo Schommer
7526f6e9de
Docs about debug toolbar
2017-12-19 09:25:10 +13:00
Chris Joe
17ff90c614
Merge pull request #7711 from open-sausages/pulls/4/css-conventions
...
Update CSS conventions doc
2017-12-19 07:38:35 +13:00
Saophalkun Ponlu
e0e50c79fd
Update CSS conventions doc
2017-12-18 16:01:52 +13:00
Robbie Averill
2ff0cf7bfb
Merge pull request #7697 from open-sausages/pulls/4/validate-nine-ten
...
DOC: Add documentation for FormValidationManager
2017-12-17 17:13:22 +13:00
Robbie Averill
cd9695eda9
Merge pull request #7695 from open-sausages/pulls/4/versions-of-atlantis
...
Update framework docs / phpdoc for versioning changes
2017-12-17 16:33:59 +13:00
Daniel Hensby
e4bf9a31ed
Merge branch '4.0' into 4
2017-12-14 21:20:11 +00:00
Daniel Hensby
1c72d6946d
Merge branch '3.6' into 4.0
2017-12-14 21:01:35 +00:00
Daniel Hensby
b9405bcca0
DOCS Clarify SMTP mailer setup
2017-12-14 13:07:37 +00:00
Damian Mooyman
00a73cdb6d
DOCS Update versioning documentation for unversioned ownership
2017-12-14 15:14:06 +13:00
Aaron Carlino
db8a6d71a9
DOC: supporting docs for FormValidationManager
2017-12-13 11:53:18 +13:00
Gorrie Coe
3ae8838285
Added Name to example
2017-12-12 14:40:34 +13:00
Gorrie Coe
849038a60b
Added after priority to replace default authenticator.
2017-12-12 12:52:52 +13:00
Damian Mooyman
b7b3e4b1f8
Merge remote-tracking branch 'origin/3.6' into 3
2017-12-07 14:09:33 +13:00
Damian Mooyman
c22726bfd7
Merge remote-tracking branch 'origin/3.5' into 3
2017-12-07 14:09:02 +13:00
Damian Mooyman
b1a0a515f7
Merge branch '4.0' into 4
2017-12-07 14:06:14 +13:00
Damian Mooyman
6b384f4b35
Merge branch '4.0' into 4
2017-12-07 13:52:00 +13:00
Damian Mooyman
e3c382a4de
Added 4.0.1 changelog
2017-12-07 13:46:52 +13:00
Damian Mooyman
bf74e8347a
Added 3.6.3 changelog
2017-12-07 13:35:49 +13:00
Damian Mooyman
b6a7e47441
Added 3.5.6 changelog
2017-12-07 13:27:17 +13:00
Damian Mooyman
50aa1f22a6
Merge branch '3.6' into 3
2017-12-07 13:20:58 +13:00
Damian Mooyman
4ff1fb32dd
Added 4.0.1-rc1 changelog
2017-12-07 12:16:58 +13:00
Damian Mooyman
16be39aa06
Added 4.0.1-rc1 changelog
2017-12-07 11:21:44 +13:00
Daniel Hensby
2e43780a8a
NEW Add sort columns to DB index automatically
2017-12-06 13:38:25 +00:00
John Milmine
d44197530e
Updating searchable fields w namespaces
2017-12-06 22:37:25 +13:00
Damian Mooyman
8537dd56dd
Added 3.6.3-rc2 changelog
2017-12-06 18:11:03 +13:00
Damian Mooyman
d6a93f5215
Merge remote-tracking branch 'silverstripe-security/3.5' into 3.6
...
# Conflicts:
# security/Member.php
2017-12-06 17:26:45 +13:00
Damian Mooyman
d09c2d7b03
Added 3.5.6-rc1 changelog
2017-12-06 16:27:12 +13:00
Damian Mooyman
5f7f1ea150
Added 3.5.6-rc1 changelog
2017-12-06 16:27:08 +13:00
Andrew Aitken-Fincham
4fa3cf59d3
Update index.md
2017-12-05 17:18:46 +00:00
Daniel Hensby
eb55c27124
Merge branch '4.0' into 4
2017-12-05 12:14:22 +00:00
JorisDebonnet
2717f01344
Fix link to nginx.org wiki
2017-11-29 21:31:56 +01:00
Christopher Joe
2dcb3fd2ab
Enhancement Add documentation for pattern library
2017-11-29 14:37:24 +13:00
Chris Joe
54689a340f
Merge pull request #7645 from open-sausages/pulls/4.0/hot-crosslinked-puns
...
Add crosslinks to lessons
2017-11-29 10:40:02 +13:00
Aaron Carlino
b56720c6f5
Updates per PK review
2017-11-28 14:11:52 +13:00
Aaron Carlino
ff02fa4ff7
Add crosslinks to lessons
2017-11-27 16:50:38 +13:00
Damian Mooyman
146be6830b
Merge pull request #7644 from michalkleiner/patch-4
...
MINOR Text fixes in docs
2017-11-27 16:45:34 +13:00
Damian Mooyman
36872c5ea4
Merge remote-tracking branch 'origin/4.0' into 4
2017-11-27 16:02:40 +13:00
Michal Kleiner
878c072f98
Update 02_URL_Variable_Tools.md
...
Remove value from the name of param (flush), fix pipe symbol (showqueries)
2017-11-27 15:44:34 +13:00
Robbie Averill
2e139dc5fd
DOCS Update getRelativeResourcePath (deprecated) to getResource()->getRelativePath() in upgrade examples
2017-11-27 10:53:21 +13:00
Daniel Hensby
0ceb4cfa18
Merge branch '3' into 4
2017-11-25 17:34:24 +00:00
Daniel Hensby
6d5cbe0a0e
Merge branch '4.0' into 4
2017-11-25 17:19:31 +00:00
Daniel Hensby
07a0f75426
Merge branch '3.6' into 4.0
2017-11-25 16:56:50 +00:00
Loz Calver
6797dc950a
Update docs for .env files to explicitly mention naming convention
2017-11-24 10:56:57 +00:00
Damian Mooyman
4439d051cf
DOCS Add note on removed deprecated setApplicationLink / setApplicationName
...
Fixes #7631
2017-11-23 15:20:00 +13:00
IsaacInsoll
2825c67e92
Documentation: 02_Manifests fix Typo
2017-11-21 12:29:39 +10:00
Christopher Joe
2b6b877327
Merge branch '4.0' of https://github.com/silverstripe/silverstripe-framework into 4
2017-11-21 15:08:30 +13:00
Damian Mooyman
2a3abcec0d
DOCS Update docs for force_resample
2017-11-20 17:14:23 +13:00
Damian Mooyman
c49f954c08
Merge pull request #7612 from mr-macedawg/patch-1
...
Update form template directory
2017-11-20 13:50:48 +13:00
Damian Mooyman
f3611e527e
Merge pull request #7611 from SpiritLevel/patch-2
...
Update 04_GridField.md
2017-11-20 13:48:44 +13:00
Damian Mooyman
2e07a499c5
Merge pull request #7609 from SpiritLevel/patch-1
...
Update 04_GridField.md
2017-11-20 13:48:26 +13:00
Damian Mooyman
d338c33f4c
Merge pull request #7615 from zarocknz/patch-1
...
Update 05_Middlewares.md
2017-11-20 13:48:07 +13:00
DouG
d2a6b979d2
Update 05_Template_Inheritance.md
...
Correct use of backticks rather than single quote
2017-11-20 13:30:09 +13:00
DouG
e8c12793b3
Update 05_Middlewares.md
...
Add missing semicolon.
2017-11-20 13:10:37 +13:00
Michael James
ff77988056
Update 01_Extensions.md
2017-11-17 16:14:28 +00:00
mr-macedawg
b6c1294860
Update form template directory
...
As of SS4.0, template files for forms need to be in the root template directory as the core forms folder no longer exists.
2017-11-17 20:43:33 +10:00
David Alexander
0f12f2c1a4
Update 04_GridField.md
2017-11-17 15:11:05 +13:00
David Alexander
907fead4ac
Update 04_GridField.md
2017-11-17 14:04:32 +13:00
Daniel Hensby
4d1e659fed
Merge branch pull request #7604 from open-sausages/pulls/4.0/owns-example-upgrading
...
DOCS Adjust owns upgrading example
Fixes #7598
2017-11-16 10:53:38 +00:00
Damian Mooyman
58b43f29a9
DOCS Adjust owns upgrading example
...
Fixes #7598
2017-11-16 11:38:26 +13:00
Damian Mooyman
eae3d0cfaa
Merge remote-tracking branch 'origin/4.0' into 4
2017-11-16 10:16:44 +13:00
Damian Mooyman
42ba89ecac
Merge pull request #7597 from open-sausages/pulls/4/docs-security-process
...
Moved security process from JIRA to Github
2017-11-16 09:57:20 +13:00
Ingo Schommer
58da8c47cb
Moved security process from JIRA to Github
...
JIRA isn't fully under the OSS team's control,
and played up in the past (Dan couldn't move issues).
Since Github has project boards now, and we're paying
for private repos on github.com/silverstripe-security already anyway,
there's no reason to introduce another tool (JIRA) into our workflows.
No need to move existing issues, the JIRA board hasn't been used in a while.
Which leads to unclear ownership and status of security issues,
and is exactly the reason for this change ;)
2017-11-15 07:44:17 +13:00
Daniel Hensby
cf321895ba
Merge branch '4.0' into 4
2017-11-14 13:24:15 +00:00
Daniel Hensby
0baa996cc0
Merge branch '3.6' into 3
2017-11-14 12:13:08 +00:00
Daniel Hensby
4731d3c671
Merge branch '3.5' into 3.6
2017-11-14 12:00:53 +00:00
Damian Mooyman
3d4c50d76c
DOC Improve file permission docs
...
See #7584
2017-11-14 16:07:23 +13:00
Chris Joe
87453490d7
Merge pull request #7570 from open-sausages/pulls/4.0/docs-update
...
Adjust getting started docs
2017-11-13 11:53:52 +13:00
Daniel Hensby
3cd0b23172
DOCS add import to upgrade example
2017-11-08 14:56:13 +00:00
Daniel Hensby
079fffb0f0
DOCS Update 4.0.0 changelog to indicate stable release
2017-11-08 12:58:30 +00:00
Damian Mooyman
e696d87b9c
Adjust getting started docs
2017-11-08 17:10:58 +13:00
Damian Mooyman
1284ee86d8
Merge remote-tracking branch 'origin/4.0' into 4
2017-11-08 15:29:26 +13:00
Damian Mooyman
6d8df46b8a
Added 4.0.0 changelog
2017-11-08 15:14:54 +13:00
Damian Mooyman
420041f2b6
Merge remote-tracking branch 'origin/4.0' into 4
2017-11-03 17:04:44 +13:00
Damian Mooyman
c942ca5be6
Added 4.0.0-rc3 changelog
2017-11-03 16:57:41 +13:00
Daniel Hensby
102de3d34c
DOCS Add required import for docs example
2017-11-02 11:50:47 +00:00
Damian Mooyman
0b3ed7ff15
Merge 4.0 -> 4
2017-11-02 16:52:05 +13:00
Damian Mooyman
f2c938a023
Added 4.0.0-rc2 changelog
2017-11-02 16:41:52 +13:00
Christopher Darling
fe3b0887be
DOCS ReactJS, Redux and GraphQL link broken
2017-10-31 21:18:40 +00:00
Chris Joe
326f74ebe6
Merge pull request #7535 from open-sausages/pulls/4.0/fix-object-replace-link
...
DOCS Fix broken docs hashlink
2017-10-31 23:34:08 +13:00
Chris Joe
31ac379f07
Merge pull request #7532 from open-sausages/pulls/4.0/docs-template-inheritance
...
Update template inheritance docs
2017-10-31 23:32:33 +13:00
Chris Joe
db3c074643
Merge pull request #7533 from open-sausages/pulls/4.0/document-compositefield-setid
...
DOCS Upgrade path for CompositeField::setID()
2017-10-31 22:22:20 +13:00
Damian Mooyman
cdcb01d9fd
Update template inheritance docs
...
Fixes #5924
2017-10-31 14:39:57 +13:00
Damian Mooyman
d48e8960b4
DOCS Fix broken docs hashlink
...
Fixes #7534
2017-10-31 11:56:29 +13:00
Damian Mooyman
a145e24fd2
DOCS Upgrade path for CompositeField::setID()
...
Fixes #7264
2017-10-31 11:18:50 +13:00
Damian Mooyman
ab581646e1
DOCS Remove AssetField reference
...
Fixes #7529
2017-10-31 09:08:10 +13:00
Christopher Darling
7b1c89fdea
DOCS: fix links to getting_started/environment_management
2017-10-30 12:56:54 +00:00
Aaron Carlino
5b48a9a07b
Remove reference to database_fields
2017-10-30 16:13:41 +13:00
Aaron Carlino
46ce733b9a
Update changelogs to include notes about database_fields
2017-10-30 12:36:01 +13:00
Damian Mooyman
cdfb413395
Code block whitespace / formatting cleanup
2017-10-27 15:38:27 +13:00
Aaron Carlino
e7274b0ee4
Add namespaces
2017-10-27 12:45:26 +13:00
Gabrijel Gavranović
6fd737d252
caching.md, false examples: updated
...
The previous exmaple for adding a Mamcached backend was not working properly. Using this example results in Zend_Cache_Backend_Memcached using the default (fallback) settings (which are exactly the same as in the exmaple though).
+ Added an extra example for Memcached instances which are listening on a Unix socket.
2017-10-26 12:57:45 +01:00
Damian Mooyman
10894b53a4
Merge pull request #7515 from open-sausages/pulls/4.0/fix-changelog-anchors
...
Fix changelog anchors
2017-10-26 11:15:39 +13:00
Russell Michell
00f1ad5d69
FIX: Fixes #7116 Improves server requirements docs viz: OpCaches.
2017-10-26 09:22:07 +13:00
Ingo Schommer
8725672eae
Fix changelog anchors
...
See https://raw.githubusercontent.com/silverstripe/silverstripe-docsviewer/f61751b19e5d22dba7e72d2c195b723376dc2b71/tests/docs/en/test.md for correct format.
2017-10-26 08:41:18 +13:00
Daniel Hensby
92a429b935
DOCS Update sake location where relevant
2017-10-25 11:48:50 +01:00
Damian Mooyman
97948eb41d
Added 4.0.0-rc1 changelog
2017-10-25 16:47:04 +13:00
Damian Mooyman
f52eecdc7f
Merge pull request #7507 from open-sausages/pulls/4.0/changelog
...
Improve changelog
2017-10-25 12:36:05 +13:00
Damian Mooyman
ebe20bb643
Remove obsolete ToC
...
Update composer recommendations
2017-10-25 12:04:04 +13:00
Ingo Schommer
d56c756074
Fixed changelog indentation
2017-10-25 07:24:57 +13:00
Ingo Schommer
69f16c605c
Consistent anchors in changelog headliens
2017-10-24 22:41:18 +13:00
Ingo Schommer
19d33f4de7
Moved up file migration in changelog
2017-10-24 22:37:04 +13:00
Ingo Schommer
862fcec553
Moved up .env docs in changelog
...
They're needed much earlier
2017-10-24 22:34:48 +13:00
Ingo Schommer
ff0b648d75
Detail links in changelogs
2017-10-24 22:33:20 +13:00
Ingo Schommer
a08c1f42d9
Deprioritised docs on minor upgrade paths
2017-10-24 22:21:49 +13:00
Ingo Schommer
5027af3926
Consistent 4.0 changelog presentation
...
- Use "Removed/Changed/Added/Moved" prefixes to make content more scannable
- Removed "change" vs "remove" distinction in subheadings (hard to separate, and not meaningful in practice)
- Linearised messages, less nesting - easier to parse (don't need to remember context from a few lines above)
- Simplified language (e.g. "use" instead of "please use")
- Simplified headline wording (remove repetitive "upgrade code that uses X")
- More anchor links across sections
- More use of diffs to clearly communicate before/after states
- Consistently apply backtick code formatting
- Consistently use "()" to denote methods (easier to read)
- Removed duplicate SQLQuery instructions (and simplified the augmentSQL example)
- Add new composer.json intro
2017-10-24 22:18:46 +13:00
Damian Mooyman
56b49dad34
DOCS Improve high level file documentation ( #7501 )
...
* DOCS Improve high level file documentation
Fixes https://github.com/silverstripe/silverstripe-assets/issues/62
* Updates based on feedback
2017-10-24 22:12:28 +13:00
Damian Mooyman
a4b88c776f
Merge pull request #7505 from open-sausages/pulls/4/ch-ch-ch-ch-ch-angesets
...
Document changesets
2017-10-24 17:05:35 +13:00
Aaron Carlino
4039a2ab61
Remove revert() method reference
2017-10-24 16:13:40 +13:00
Aaron Carlino
47917856c1
Revisions per Damian
2017-10-24 16:08:20 +13:00
Damian Mooyman
e76f01ebfa
Merge pull request #7496 from open-sausages/pulls/4/inspect-upgrade-warnings
...
Upgrading rules for new inspect/warning capabilities
2017-10-24 15:25:34 +13:00
Aaron Carlino
dee0754b5a
document changesets
2017-10-24 10:30:37 +13:00
Damian Mooyman
b9cb1e69e6
BUG Replace phpdotenv with thread-safe replacement
2017-10-20 18:43:11 +13:00
Ingo Schommer
297253170c
Upgrading rules for new inspect/warning capabilities
2017-10-19 08:51:18 +11:00
Daniel Hensby
6a8540d6d6
Merge pull request #7488 from open-sausages/pulls/4.0/you-have-my-permission-to-htaccess
...
BUG Fix documentation for permissions
2017-10-18 15:33:30 +01:00
Martin D
adfe275cde
Small fix to nginx.conf
...
Source: https://github.com/silverstripe/silverstripe-framework/blob/4.0/docs/en/00_Getting_Started/01_Installation/How_To/Setup_Nginx_and_HHVM.md
2017-10-18 05:52:45 -04:00
Jake B
97dfd9ac47
DOC Add example for using resource location for pages / modeladmin
2017-10-18 15:55:50 +11:00
Christopher Joe
0b3363d0a0
BUG Fix documentation for permissions
2017-10-18 13:21:55 +13:00
Reece Alexander
8a1e466c75
get_environment_type() still exists in SS4
2017-10-17 13:00:24 +01:00
Damian Mooyman
cacd3fbae4
Added 4.0.0-beta4 changelog
2017-10-11 17:46:52 +13:00
Ingo Schommer
feadca875c
Clearer .htaccess upgrading instructions
2017-10-10 10:28:02 +02:00
Ingo Schommer
823bc3b9ce
Simplified upgrading docs around index.php
...
No need to paste the file there if we're auto upgrading it.
The guide is long enough already :)
2017-10-10 10:26:11 +02:00
Damian Mooyman
11b2c74533
ENHANCEMENT Improve upgrade experience for beta3 -> beta4 upgrade
2017-10-10 15:27:41 +13:00
Damian Mooyman
5d6a10ca58
Merge pull request #7444 from open-sausages/pulls/4/fix-docs-paths
...
Fixed docs paths (fixes #7075 )
2017-10-10 09:53:17 +13:00
Ingo Schommer
1e913bb938
Remove rewrite-less routing through index.php
...
It's currently broken (doesn't rewrite subsequent links),
and is of questionable use. It was introduced during a time
when PHP didn't have a built-in webserver (I think).
Virtually ever webserver will have rewriting capabilities these days (even IIS!),
and if you struggle with the setup as a new user, you can just fall back to PHP's built-in webserver.
This doesn't affect installation capabilities, since these are triggered via install.php.
2017-10-09 17:21:43 +13:00
Ingo Schommer
cea5cd1c3e
Reflect index.php change in server install docs
2017-10-09 17:21:43 +13:00
Ingo Schommer
4a94dfe55b
Remove "url" query param reliance, use index.php
...
See https://github.com/silverstripe/silverstripe-framework/issues/7430
2017-10-09 17:21:43 +13:00
Christopher Joe
3560a0418d
rename TEMP_FOLDER to TEMP_PATH
2017-10-09 12:41:34 +13:00
Chris Joe
b2eb121370
Merge pull request #7448 from open-sausages/pulls/4.0/fix-minifier-docs
...
BUG Fix missing property in requirements minificaction docs
2017-10-09 12:05:30 +13:00
Chris Joe
13b4722aaf
Merge pull request #7443 from open-sausages/pulls/4/remove-php-spellchecker
...
Remove TinyMCE spellchecker instructions
2017-10-09 12:01:55 +13:00
Chris Joe
566d7baa48
Merge pull request #7437 from open-sausages/pulls/4.0/stateless-extensions
...
API Extensions are now stateless
2017-10-09 11:45:33 +13:00
Sam Minnée
f69f35eead
DOCS: Fixed incorrect statement on ID generation
2017-10-09 11:36:23 +13:00
Sam Minnée
6bc716d7c9
Fixed incorrect statement on ID generation
2017-10-09 11:34:36 +13:00
Christopher Joe
89db5870bc
Fix typo in docs
2017-10-09 10:56:02 +13:00
Damian Mooyman
504e762c6e
BUG Fix missing property in requirements minificaction docs
...
Fixes #7441
2017-10-09 10:46:31 +13:00
Ingo Schommer
bd874ca91f
Fixed docs paths ( fixes #7075 )
2017-10-06 16:00:32 +01:00
Ingo Schommer
dcdaccc40f
Remove TinyMCE spellchecker instructions
...
They're broken since you can't access PHP files in the vendor dir any more,
and they're not easily fixed by creating a new rpc.php file in the webroot.
There's something around TinyMCE missing a base_uri.
Regardless, browsers have great built-in spellcheck these days,
so server-side spellchecking is more of an edge case that we don't have to cater for in core.
2017-10-06 15:46:41 +01:00
Ingo Schommer
7406318f03
Merge pull request #7436 from creative-commoners/pulls/4.0/consistent-change-password-api
...
NEW Ensure changePassword is called by onBeforeWrite for a consistent API
2017-10-06 11:26:37 +01:00
Damian Mooyman
b996e2c22c
API Extensions are now stateless
...
ENHANCEMENT Injector now lazy-loads services more intelligently
2017-10-06 14:53:44 +13:00
Daniel Hensby
16cac4e3bd
Merge branch '3' into 4
2017-10-05 16:40:31 +01:00
Robbie Averill
413034f684
Remove psuedo-property SetPassword from Member
2017-10-05 16:55:24 +13:00
Ingo Schommer
7d63acb221
Better .htaccess upgrading instructions
2017-10-04 09:51:29 +01:00
Ingo Schommer
924e2a714f
Fix sake path relative to vendor
2017-10-04 09:32:05 +01:00
Matthew Hailwood
b044fefc91
Difference between a single array call vs multiple calls to exclude
...
This table should best summarise the difference - 1 = row is visible, 0 = row is excluded
| Name | SELECT * FROM Player WHERE (FirstName != 'A' OR LastName != 'B') | SELECT * FROM Player WHERE FirstName != 'A' AND LastName != 'B' |
| A B | 0 | 0 |
| A C | 1 | 0 |
2017-10-03 16:28:08 +13:00
Damian Mooyman
f64c95b33c
Add new ModuleResourceLoader helper
2017-10-03 12:20:49 +13:00
Ingo Schommer
85a951584e
Update main.php path to support framework in vendor
2017-10-03 09:03:37 +13:00
Damian Mooyman
c8925c93a0
Update documentation for file migration
2017-10-02 15:30:37 +13:00
Damian Mooyman
fa57deeba4
ENHANCEMENT Allow vendor modules with url rewriting
...
API Introduce ModuleResource feature
2017-09-29 10:28:38 +13:00
Daniel Hensby
b49d1d7fbd
Merge branch '3.6' into 3
2017-09-28 17:17:19 +01:00
Daniel Hensby
e81b503441
Merge branch '3.5' into 3.6
2017-09-28 17:17:04 +01:00
Daniel Hensby
3f5ddc7d00
Added 3.6.2 changelog
2017-09-28 16:05:53 +00:00
Daniel Hensby
393d1a9be6
Added 3.5.5 changelog
2017-09-28 15:37:07 +00:00
Christopher Joe
7e92b053f4
Enhancement Add setter and getter for certain classes, so that LeftAndMain no longer updates config during init
2017-09-28 16:47:13 +13:00
Damian Mooyman
da27948777
Merge pull request #7373 from dhensby/pulls/4/rate-limit-security
...
NEW RateLimiter for Security controller
2017-09-28 11:01:37 +13:00
Daniel Hensby
c077abf353
DOCS new rate limiting docs
2017-09-27 17:40:04 +01:00
Damian Mooyman
a478939ea9
Update docs for i18n
2017-09-26 12:08:40 +13:00
Daniel McClure
d1cd3b7d49
Updated Minimum Default PHP Version
2017-09-22 17:33:35 +12:00
Daniel Hensby
5956e63745
Merge pull request #7387 from chhschou/patch-1
...
update RHEL distro used from `box-cutter/centos70` to `box-cutter/cen…
2017-09-21 12:51:47 +01:00
Daniel Hensby
b4412cedf6
Added 3.6.2-beta2 changelog
2017-09-21 09:11:36 +00:00
Daniel Hensby
bd7abc73de
Merge branch '3.5.5' into 3.6.2
2017-09-20 16:26:30 +01:00
Daniel Hensby
1209b2ae13
Added 3.5.5-beta2 changelog
2017-09-20 13:41:04 +00:00
Damian Mooyman
f1a12e15be
BUG Fix sub-template lookup for includes
2017-09-20 18:04:01 +12:00
Damian Mooyman
09b3a24f30
BUG Detect, warn, and fix invalid SS_BASE_URL
...
Fixes #7362
2017-09-20 10:42:13 +12:00
Chris Chou
2d8f0fadd7
update RHEL distro used from box-cutter/centos70
to box-cutter/centos73
...
`box-cutter/centos70` no longer available
2017-09-20 09:51:03 +12:00
Daniel Hensby
fc79a76718
Added 3.6.2-beta1 changelog
2017-09-19 16:51:57 +00:00
Daniel Hensby
1f256cf2d2
Added 3.5.5-beta1 changelog
2017-09-19 15:25:41 +00:00
Daniel Hensby
3fe14afbb1
DOCS Fix Image docs regarding setting image quality
2017-09-15 15:07:26 +01:00
Damian Mooyman
21f2da4962
Added 4.0.0-beta3 changelog
2017-09-11 15:13:51 +12:00
Damian Mooyman
c2bd9e2216
DOCS Update documentation / upgrading for file permissions
...
Fixes #7350
2017-09-08 11:54:36 +12:00
Damian Mooyman
b270eee1b0
Merge pull request #7102 from Firesphere/pulls/auth-docs
...
DOCS Authentication
2017-09-06 13:08:49 +12:00
Damian Mooyman
6f7b0d9ae0
Merge pull request #7323 from martinduparc/patch-5
...
Missing namespace
2017-09-05 11:04:16 +12:00
Damian Mooyman
45998444d7
Remove redundant gc_collect_cycles()
...
Cleanup dead references to DataObject::$destroyed
Fixes #7326
2017-09-04 09:23:07 +12:00
Damian Mooyman
fdc5ad7337
DOCS Upgrading file docs
2017-09-01 13:14:43 +12:00
Matt Peel
acc58c2b68
Fix incorrect $has_one documentation
...
The first mention of `$has_one` and `$db` in this file is incorrect, which is misleading. It's explained properly later on in the document, but it's easy to get it wrong based on this first code snippet.
2017-09-01 00:48:07 +12:00
Christopher Joe
02c1a5199b
Docs tweaked sentence wording to be more descriptive
2017-08-30 10:41:01 +12:00
Ingo Schommer
64af679c35
DOCS Corrected env type docs ( fixes #7290 )
2017-08-30 08:35:41 +12:00
Martin D
05f34f31e5
Update 01_SiteConfig.md
2017-08-29 14:55:47 -04:00
Simon Erkelens
774d44a574
Authentication documentation rewrite
2017-08-28 16:28:30 +12:00
Damian Mooyman
6b1dfddcb8
Docs for https://github.com/silverstripe/silverstripe-versioned/pull/35/
2017-08-24 10:46:32 +12:00
Damian Mooyman
14761a9246
Remove mcrypt
...
Use session for alternativeDatabaseName instead
Fixes #7280
2017-08-23 12:13:32 +12:00
Damian Mooyman
9b4d689bb2
Lazy-load custom methods and extensions on CustomMethods and Extensible traits
...
No longer need constructExtensions()
2017-08-22 15:47:24 +12:00
Daniel Hensby
c0211927aa
Merge branch '3' into 4
2017-08-14 21:18:03 +01:00
Saophalkun Ponlu
29cb4f2f07
Provide information related to recipe
2017-08-14 10:24:48 +12:00
Damian Mooyman
323644c7bb
API Implement cascade_deletes
2017-08-09 15:14:00 +12:00
Robbie Averill
5d5fac7450
FIX Throw exception when "value" is used to define indexes. Update docs.
2017-08-09 09:17:28 +12:00
Damian Mooyman
364a14da1d
Merge pull request #7248 from open-sausages/pulls/4.0/remove-3.0-api-docs
...
MINOR: Clean up code references in docs
2017-08-08 09:41:29 +12:00
Damian Mooyman
b26f1b0cc8
Merge pull request #7252 from open-sausages/pull/4.0/no-in-ten-tion
...
Fix reference to IE10 when it should be IE11
2017-08-08 09:27:34 +12:00
John
10bf2286a5
Add SSL Documentation to docs ( fixes #7253 )
2017-08-07 16:32:54 +08:00
Christopher Joe
c164fcfe54
Fix reference to IE10 when it should be IE11
2017-08-07 15:39:08 +12:00
Aaron Carlino
50c8a02bff
remove tabs
2017-08-07 15:11:17 +12:00
Damian Mooyman
73e1919b8f
Added 4.0.0-beta2 changelog
2017-08-07 15:08:32 +12:00
Aaron Carlino
5d6b7c85d7
Deprecate SS_TemplateManifest
2017-08-07 14:51:27 +12:00
Damian Mooyman
d0814c0766
Added 4.0.0-beta2 changelog
2017-08-07 14:50:49 +12:00
Aaron Carlino
e4935123d8
Remove a few more references
2017-08-07 14:01:38 +12:00
Aaron Carlino
6c0629f025
Remove more deprecated APIs
2017-08-07 14:01:38 +12:00
Aaron Carlino
e4fba5a7b1
add use statements
2017-08-07 14:01:38 +12:00
Aaron Carlino
84feab5a68
Yeah psr2 functions
2017-08-07 14:01:38 +12:00
Aaron Carlino
4c7a068b28
classes psr2
2017-08-07 14:01:38 +12:00
Aaron Carlino
2414eaeafd
Yay, clean arrays
2017-08-07 14:01:38 +12:00
Aaron Carlino
eb1695c03d
Replace all legacy ::: syntax with GFMD tags
2017-08-07 14:01:38 +12:00
Aaron Carlino
16407b9185
first pass
2017-08-07 14:01:38 +12:00
Damian Mooyman
0681567102
BUG Fix flushing on live mode ( #7241 )
...
* BUG Fix flushing on live mode
Fixes #7217
* Clarify injector service documentation
2017-08-07 13:53:23 +12:00
Aaron Carlino
dd189b917e
Documentation updates for new Injector / FormStateManager API
2017-07-31 16:55:44 +12:00
Daniel Hensby
884f53e0f2
Merge branch '3' into 4
2017-07-25 16:17:44 +01:00
Mat Munn
7abc57d4c6
Update 01_Linux_Unix.md
...
Fixed a typo
2017-07-20 14:30:54 +10:00
Daniel Hensby
2bd24e0f98
Merge pull request #7169 from open-sausages/pulls/4.0/upgrade-docs-need-an-upgrade
...
Upgrade the upgrading docs
2017-07-19 18:31:21 +01:00
Daniel Hensby
79c74006fd
Merge pull request #7146 from robbieaverill/pulls/4.0/middleware-docs
...
DOCS Fix typos and formatting in middleware documentation
2017-07-19 15:20:45 +01:00
Daniel Hensby
c3269e2d15
Merge pull request #7147 from robbieaverill/pulls/4.0/minor-docs-fixes
...
DOCS Update requirements and error handling, fix typos and markdown rendering bugs
2017-07-19 15:20:23 +01:00
Daniel Hensby
9b3cfdca87
DOCS typo
2017-07-19 14:25:46 +01:00
Aaron Carlino
73652df3c5
Revisions per Robbie, Ingo
2017-07-19 12:17:58 +01:00
Damian Mooyman
844462108e
Fix diff reference
2017-07-19 12:17:51 +01:00
Damian Mooyman
75a6a188e4
Create guide for namespacing user-code
...
Rewrite of outdated api references
Improve documentation for logging
2017-07-19 12:17:44 +01:00
Aaron Carlino
4f3d090020
revisions per damian, robbie
2017-07-19 12:17:34 +01:00
Aaron Carlino
dcb2424b05
Docs for ownership API
2017-07-19 12:17:27 +01:00
Aaron Carlino
2b9369895d
First pass at upgrade docs
2017-07-19 12:17:22 +01:00
Daniel Hensby
7fd316d405
Merge branch 3 into 4
2017-07-15 13:20:37 +01:00
Aaron Carlino
2b266276c2
API Implement new module sorting pattern
2017-07-13 10:27:27 +12:00
Robbie Averill
ee0bd1a541
DOCS Update requirements and error handling, fix typos and markdown rendering bugs
2017-07-10 11:00:25 +12:00
Robbie Averill
a7bf0e49ec
DOCS Fix typos and formatting in middleware documentation
2017-07-10 10:19:17 +12:00
Damian Mooyman
7032c4a478
Update sapphiretest docs
2017-07-07 10:45:39 +12:00
Aaron Carlino
2b1587894a
Documentation updates for new form injector API
2017-07-05 11:09:18 +01:00
Andrew Aitken-Fincham
7812f34a2d
remove info div to fix formatting
2017-07-04 12:50:57 +01:00
Damian Mooyman
14db11b1cd
Added 4.0.0-beta1 changelog
2017-07-03 17:41:25 +12:00
Damian Mooyman
6f24a16dcd
Update docs for new service aliases
2017-07-03 16:04:30 +12:00
Saophalkun Ponlu
63ba092765
FIX Add namespaces in markdown docs ( #7088 )
...
* FIX Add namespaces in markdown docs
* FIX Convert doc [link] to [link-text](link-uri)
2017-07-03 13:22:12 +12:00
Ingo Schommer
a37672f4df
Merge pull request #7097 from open-sausages/pulls/4.0/source-docs
...
DOCS Update notes on —prefer-source/dist
2017-06-30 13:23:29 +12:00
Damian Mooyman
60303571e4
DOCS Update notes on —prefer-source/dist
...
Fixes https://github.com/silverstripe/silverstripe-installer/issues/186
2017-06-30 13:19:51 +12:00
Ingo Schommer
3ffc6ebcd7
Consistent 4.0 changelog docs formatting
...
Added diff styling, requires merge of https://github.com/silverstripe/silverstripe-docsviewer/pull/134 .
2017-06-30 13:13:26 +12:00
Damian Mooyman
ac4a6c06a7
Merge pull request #7076 from open-sausages/pulls/4.0/resource-loading-upgrade-docs
...
Docs for resource loading upgrade path
2017-06-30 09:27:29 +12:00
Ingo Schommer
24957418ed
Docs for resource loading upgrade path
...
See https://github.com/silverstripe/silverstripe-framework/pull/7065
2017-06-30 08:51:56 +12:00
Andrew Aitken-Fincham
ef8e04a83e
Add $fixture_file to the fixtures docs
...
Currently no mention of it.
2017-06-29 13:58:37 +01:00
Aaron Carlino
ad9d4e6820
Pulls/4.0/shortcode namespacing ( #7085 )
...
* New shortcode providers, update config, docs
* Use new ImageShortcodeProvider
* Move tests
* New shortcodes namespace
* Move file and image shortcode registrations from framework to assets
2017-06-29 18:45:17 +12:00
Damian Mooyman
3e0b7bde9c
DOCS Add link to silverstripe npm account
2017-06-29 13:37:17 +12:00
Jonathon Menz
b60ccd11c3
DOCS clarify $force_resample behaviour
...
Fixes https://github.com/silverstripe/silverstripe-assets/issues/21
2017-06-28 14:40:18 -07:00
Daniel Hensby
e7df10dc52
Merge branch '3'
2017-06-28 18:59:08 +01:00
Chris Joe
9a98655124
Custom redux state in injector, updated docs ( #7042 )
...
* Update docs for new Injector js structure and description for injector reducer API
* Injector documentation updates
* updates per ingo
* Update examples and some notes based on feedback
* Updates per ingo
* documentation updates to reflect new injector.component
* Minor doc updates
2017-06-28 21:35:04 +12:00
Damian Mooyman
a48628db20
Merge pull request #7030 from 3Dgoo/patch-1
...
Documentation link fixes
2017-06-28 12:15:42 +12:00
Daniel Hensby
399c46579a
Merge branch '3.6' into 3
2017-06-27 13:15:14 +01:00
Daniel Hensby
ddff7c5dad
Added 3.6.1 changelog
2017-06-27 12:48:16 +01:00
Daniel Hensby
f62cba2cd8
Added 3.6.1-alpha2 changelog
2017-06-27 12:22:26 +01:00
Daniel Hensby
61fc53a556
Added 3.6.1-alpha1 changelog
2017-06-27 12:21:10 +01:00
Ingo Schommer
52841533ed
Better ErrorPage upgrading guide ( #7066 )
...
See https://github.com/silverstripe/silverstripe-framework/issues/4149
2017-06-26 21:31:31 -07:00
Damian Mooyman
cf758ddd4f
Merge pull request #7052 from sminnee/director-middleware
...
Allow application of HTTPMiddleware to Director.
2017-06-27 14:21:23 +12:00