Loz Calver
ef335a8a30
Update many-many-through docs ( closes #8290 )
2018-07-27 09:30:13 +01:00
Maxime Rainville
900ca9c8d7
BUG Recommend install of upgrader with PHAR exec.
...
Update the Upgrading guide to recommend installing of the PHAR
executable of the upgrader over using `composer glboal require`.
2018-07-26 14:41:32 +12:00
Michal Kleiner
0035f4a907
Fix backtick in changelog breaking sentence formatting
2018-07-26 10:07:29 +12:00
lhasselb
06349f409b
Update 02_Sessions.md
2018-07-21 12:27:12 +02:00
DorsetDigital
4b90bb264a
Add use statement to example
...
Add the relevant 'use' statement to the sample code to remind people that it's needed!
2018-07-16 14:06:28 +01:00
Daniel Hensby
1a634f5ba6
Merge pull request #8244 from altwohill/column-not-distinct
...
Make column query not distinct
2018-07-16 13:01:32 +01:00
Daniel Hensby
89a2ce5d8f
DOCS Add changes to 4.3.0 changelog
2018-07-16 12:16:17 +01:00
Daniel Hensby
ac5c3416a4
Merge branch '4.2' into 4
2018-07-13 17:06:51 +01:00
Daniel Hensby
bd2abc7a12
Merge branch '4.1' into 4.2
2018-07-13 16:44:23 +01:00
Daniel Hensby
ec9281ee02
Merge branch '4.0' into 4.1
2018-07-13 16:42:00 +01:00
Daniel Hensby
d80ef3d9e6
DOCS Update docs to reflect true config merge priorities
2018-07-13 15:43:56 +01:00
Maxime Rainville
80b9ca4178
Use permanent url for install phar upgrader
...
[ci skip]
2018-07-10 13:57:41 +12:00
Maxime Rainville
eff2251942
DOCS Document how to install upgrader as a phar
...
[ci skip]
2018-07-06 12:37:08 +12:00
Maxime Rainville
3262665b2d
Fix link and turn of phrase.
2018-07-03 10:12:59 +12:00
Lukas
cc9b36e011
fix link
...
@maxime-rainville Link is dead - I think #step1 describes it?
2018-07-03 10:12:59 +12:00
Ingo Schommer
dd9b8c94a5
DOCS Minor versioned edits
...
[ci skip]
2018-07-02 15:55:09 +12:00
Maxime Rainville
6108fbf2b4
Correct typo
2018-07-02 15:41:48 +12:00
Maxime Rainville
e0762d5a95
Complete version doc rewrite.
2018-07-02 15:41:48 +12:00
Maxime Rainville
d0a16bacd2
Documenting how to rollback and restore versioned DataObjects.
2018-07-02 15:41:47 +12:00
Maxime Rainville
81d27fcf9c
Redrafting versioning doc WIP.
2018-07-02 15:41:47 +12:00
Maxime Rainville
bc7ada58b3
Restructure iversioning doc.
2018-07-02 15:41:47 +12:00
Juan Molina
5cd3180e85
Replace broken link to tutorial
2018-06-29 16:03:32 +02:00
Ingo Schommer
f7c001eaf8
Removed duplicate upgrade instructions
...
They're already present in the new upgrading guide
Folded upgrading "list of changes" into 4.0.0 guide
They duplicate each other, and create confusion in the upgrading
doc because there's *both* an "overview" of changes at the top,
and "important changes" at the bottom - why are they at the bottom when they're important?
Added "skip" and "continue" anchor links
[ci skip]
2018-06-27 15:17:06 +12:00
Ingo Schommer
9b6fb70c5d
Removed "overview of changes" upgrading docs duplication
2018-06-27 15:16:42 +12:00
Ingo Schommer
1b06be1a64
Consistent upgrading crosslinks in changelogs
2018-06-27 15:16:30 +12:00
Maxime Rainville
580999b570
Correcting typo.
2018-06-27 15:16:30 +12:00
Maxime Rainville
4fb30da80e
Update recipe-core and recipe-cms versions
...
Update recipe-core and recipe-cms version to use the retag 4.x releases.
2018-06-27 15:16:29 +12:00
Maxime Rainville
e80d3a8ff1
Remove the bits that said composer usage was optional.
2018-06-27 15:16:29 +12:00
Maxime Rainville
c8b6888582
Update the doc about the all
command.
2018-06-27 15:16:29 +12:00
Maxime Rainville
3ceed740f4
Rename skip-namespace
argument.
2018-06-27 15:16:29 +12:00
Maxime Rainville
c23ce32f88
Rewrite upgrading guide
...
🚧 Original upgrading doc.
I'm keeping it around just so I know what content hasn't been restructured.
🚧 Setting outline of new upgrading guide.
I'm just outlining the TOC here.
https://github.com/silverstripe/silverstripe-upgrader/issues/72
🚧 Typo correction.
🚧 Move most of original content into new structure.
📝 Documenting how to recompose your dependencies.
📝 Finish documenting the reorganise command.
📝 Add a conlusion to upgrade
📝 Drafting environment upgrade doc
Move environment upgrade doc out of change log and integrating it into the upgrading guide.
📝 Document how to namespace project
🚧 Working on step 4.
📝 Adding doc for the upgrade step.
Finalise first draft of the upgrade guide.
Remove typo
Implementing feedback on the doc.
Implementing upgrade guide feedback.wq
Add refrence to upgrade guide into change log.
Implement specific upgrade guide peer review suggestion.
Wording tweaks.
Remove reference to ACME and rewrite overview.
The end of the upgrading guide tweaks ... I think.
2018-06-27 15:16:26 +12:00
Luke Edwards
a33a08091d
Merge pull request #8212 from open-sausages/pulls/4/docs-app-folder-use
...
DOCS Consistent app/ folder and composer use
2018-06-26 13:09:24 +12:00
Ingo Schommer
259aa06010
DOCS More resilient example domain
...
myapp.com is owned, example.com is specifically reserved for documentation use cases:
https://en.wikipedia.org/wiki/Example.com
[ci skip]
2018-06-26 10:13:36 +12:00
Ingo Schommer
2e1e8e07b9
DOCS Consistent app/ folder and composer use
...
- Stronger wording around "use composer"
- Consistent domain and email address naming
- Removed example for publishing non-composer modules (those shouldn't be encouraged)
- Removed instructions for installing modules from archives
[ci skip]
2018-06-25 10:40:19 +12:00
Juan Molina
2b7f562297
Correct path in $ModulePath example
...
The images/ subfolder was missing from the example. That said, this is not working as expected for me (see #8210 ).
2018-06-24 23:51:52 +02:00
Ingo Schommer
3b96a2c9ac
DOCS Vendor paths for test docs
...
[ci-skip]
2018-06-25 08:53:57 +12:00
Antony Thorpe
b386eca24f
Updated 4.1.0.md for typo
...
Changed composer.php to composer.json
2018-06-23 13:39:28 +12:00
Robbie Averill
87159ea820
Merge pull request #7949 from martinduparc/patch-7
...
Use LimitWordCount instead of LimitWordCountXML
2018-06-19 21:36:36 +12:00
Damian Mooyman
82634bf08c
Merge remote-tracking branch 'origin/4.2' into 4
2018-06-19 17:20:49 +12:00
Damian Mooyman
cfc3b851e7
Merge remote-tracking branch 'origin/4.1' into 4.2
...
# Conflicts:
# lang/sv.yml
2018-06-19 17:20:25 +12:00
Damian Mooyman
9f764f4ec3
Added 4.1.2 changelog
2018-06-19 17:06:01 +12:00
Ingo Schommer
a49e03c9fc
Merge pull request #8183 from open-sausages/pulls/4/docs-upgrade-public-mention
...
Mention public folder in 4.0.0 upgrading overview
2018-06-18 09:00:42 +12:00
Ingo Schommer
3aba5a7136
DOCS Mention public folder in 4.0.0 upgrading overview
...
It's one of the most noteworthy manual changes,
let's not hide it from devs who will (correctly) start their upgrade process by looking at the 4.0.0 guide
2018-06-15 16:23:19 +12:00
Ingo Schommer
0a61f7ed16
DOCS Link to public folder instructions from 4.0.0 docs
...
It's far too common for people to follow 4.0.0, only to get surprised theres more to it
2018-06-15 16:20:57 +12:00
Damian Mooyman
f03d5e8d19
Added 4.2.0-beta1 changelog
2018-06-15 15:47:03 +12:00
Ingo Schommer
779865e29f
merge changelog
2018-06-14 14:15:55 +12:00
Ingo Schommer
24e9253b87
Mention Last-Modified change
2018-06-14 14:13:44 +12:00
Ingo Schommer
3625b2553d
List deprecated APIs in changelog
2018-06-14 14:13:28 +12:00
Ingo Schommer
4c30c9ac2f
Clarified cases in which forms prevent caching
2018-06-14 14:12:35 +12:00
Damian Mooyman
6b8f63c4d5
Refactor redirect cache busting into middleware
2018-06-14 14:11:31 +12:00