Ingo Schommer
f499bf7bf4
Docs for exec pipeline and manifests
...
- Added manifest logic docs
- More obvious pointers to flushing
- Removed Director page since it duplicated a lot of information already presenting in routing,
which in itself is already duplicated between routing.md and controllers.md.
- Merged Director execution rundown into main exec pipeline docs
- Moved YAML security note from main installation docs to "secure coding", making it less obvious
2014-12-16 11:01:16 +13:00
Will Rossiter
7dbb2ecaea
Importing cookie content
2014-12-16 11:01:16 +13:00
Cam Findlay
7261687c4c
Tutorials review and update image path
2014-12-16 11:01:16 +13:00
Will Rossiter
c0b09a5c36
Move CMS Howtos
2014-12-16 11:01:15 +13:00
Uncle Cheese
59dcd4d181
developer guides, templates review
2014-12-16 11:01:15 +13:00
Will Rossiter
71cbcd4920
Add brief highlevel docs on cookie / session
2014-12-16 11:01:15 +13:00
Will Rossiter
548cbfad8b
Clean up search documentation
2014-12-16 11:01:15 +13:00
Uncle Cheese
09be3352a0
developer guides / models
2014-12-16 11:01:15 +13:00
Will Rossiter
30a85be38e
Model guide documentation
2014-12-16 11:01:15 +13:00
Will Rossiter
19259e0497
Review and clean up of extending section
2014-12-16 11:01:15 +13:00
Cam Findlay
ce02d01274
Rebased additional documentation since May 2014.
...
New pages filed and metadata added.
2014-12-16 11:01:15 +13:00
Will Rossiter
9fbbf6d88a
Rewrite, tidy and format of Forms documentation
2014-12-16 11:01:14 +13:00
Will Rossiter
82b1b3d566
Controller documentation
2014-12-16 11:01:14 +13:00
Will Rossiter
5eca844c8d
Review and tidy up of configuration guide
2014-12-16 11:01:14 +13:00
Will Rossiter
cd1769c393
Rewrite and tidy up of performance section
2014-12-16 11:01:14 +13:00
Will Rossiter
e1ba55ac05
Review and rewrites for Testing Developer Guide
2014-12-16 11:01:14 +13:00
Will Rossiter
b57b3ff454
Clean up debugging documentation
2014-12-16 11:01:14 +13:00
Will Rossiter
2f25f33249
Tidy up templates guide
2014-12-16 11:01:14 +13:00
Will Rossiter
31a1e2f639
Review email documentation
2014-12-16 11:01:14 +13:00
Will Rossiter
a08bd9c12f
Review, cleanup and refresh of integration section
2014-12-16 11:01:14 +13:00
Will Rossiter
397843a49f
Review, clean up of CLI documentation
2014-12-16 11:01:13 +13:00
Will Rossiter
4a846c288c
Review and tidy up contributing documentation.
2014-12-16 11:01:13 +13:00
Will Rossiter
a506dfd42a
Add introduction files to each of the sections
2014-12-16 11:01:13 +13:00
Will Rossiter
effefd5199
Move todo list to trello.
2014-12-16 11:01:13 +13:00
Will Rossiter
45a0ab3cd0
Update documentation introduction
2014-12-16 11:01:13 +13:00
Will Rossiter
c477aade98
Add readme to include status of docs rewrite and high level todos
...
Conflicts:
docs/en/03_Upgrading.md
docs/en/03_Upgrading/00_Upgrading.md
docs/en/03_Upgrading/index.md
2014-12-16 11:01:13 +13:00
Will Rossiter
8e8c5d716d
Restructure of the docs markdown source files into more logical taxonomy
2014-12-16 11:01:12 +13:00
Damian Mooyman
6baf63e18c
Merge remote-tracking branch 'origin/3.1'
...
Conflicts:
dev/install/install.php5
docs/en/changelogs/index.md
security/Security.php
2014-11-19 11:16:46 +13:00
Josh Kosmala
2e416b60f3
Update javascript.md fixes #3652
...
I needed to know how to do this to do some jQuery manipulation in the CMS.
2014-11-18 21:56:51 +00:00
Daniel Hensby
e5bed94d07
Merge pull request #3626 from 3Dgoo/feature/site-reports-doc-fix
...
Updating Site Reports documentation
2014-11-18 20:59:57 +00:00
Damian Mooyman
72484cd0bf
Update index.md
2014-11-18 18:41:23 +13:00
Damian Mooyman
c279ff7f0c
Merge remote-tracking branch 'origin/3.1.8' into 3.1
2014-11-18 18:40:15 +13:00
Damian Mooyman
8b3695bd41
Added 3.1.8 changelog
2014-11-18 18:30:19 +13:00
Damian Mooyman
0b1f297873
Merge remote-tracking branch 'origin/3.1'
...
Conflicts:
.travis.yml
README.md
admin/code/LeftAndMain.php
admin/css/screen.css
admin/scss/screen.scss
api/RestfulService.php
conf/ConfigureFromEnv.php
control/injector/ServiceConfigurationLocator.php
control/injector/SilverStripeServiceConfigurationLocator.php
core/ClassInfo.php
core/Object.php
css/AssetUploadField.css
css/ComplexTableField_popup.css
dev/CSSContentParser.php
dev/DevelopmentAdmin.php
docs/en/changelogs/index.md
docs/en/misc/contributing/code.md
docs/en/reference/execution-pipeline.md
filesystem/GD.php
filesystem/ImagickBackend.php
filesystem/Upload.php
forms/Form.php
forms/FormField.php
forms/HtmlEditorConfig.php
forms/gridfield/GridFieldDetailForm.php
forms/gridfield/GridFieldSortableHeader.php
lang/en.yml
model/Aggregate.php
model/DataList.php
model/DataObject.php
model/DataQuery.php
model/Image.php
model/MySQLDatabase.php
model/SQLQuery.php
model/fieldtypes/HTMLText.php
model/fieldtypes/Text.php
scss/AssetUploadField.scss
search/filters/SearchFilter.php
security/Authenticator.php
security/LoginForm.php
security/Member.php
security/MemberAuthenticator.php
security/MemberLoginForm.php
security/Security.php
tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
tests/control/HTTPTest.php
tests/control/RequestHandlingTest.php
tests/filesystem/UploadTest.php
tests/forms/FormTest.php
tests/forms/NumericFieldTest.php
tests/model/DataListTest.php
tests/model/DataObjectTest.php
tests/model/TextTest.php
tests/security/MemberAuthenticatorTest.php
tests/security/SecurityDefaultAdminTest.php
tests/view/SSViewerCacheBlockTest.php
tests/view/SSViewerTest.php
2014-11-18 12:45:54 +13:00
Stevie Mayhew
41ea83b337
FEATURE: add validation to form field subclasses
2014-11-17 08:17:38 +13:00
Damian Mooyman
7b89c17349
Merge remote-tracking branch 'origin/3.1.7' into 3.1
2014-11-14 16:30:14 +13:00
Damian Mooyman
4ece737220
Update changelogs
2014-11-14 15:38:19 +13:00
Sam Minnée
421152f722
Merge pull request #3627 from nhorstmeier/patch-1
...
Should use <% with %> rather than <% loop %>
2014-11-12 13:38:10 +13:00
muskie9
a526c45d64
Should use <% with %> rather than <% loop %>
2014-11-11 08:44:37 -06:00
3Dgoo
89ff059334
Site Reports documentation fix
...
Fixing typo in Site Reports documentation. Adding more detail to Custom Report example.
2014-11-11 15:52:45 +10:30
bob (Plastyk)
45924f1402
Updating Site Reports documentation to show the Silverstripe 3.1 method of adding custom reports.
2014-11-11 15:45:34 +10:30
Antony Thorpe
98937f2467
Update forms.md
...
Should be "set" not "get" in FormField->setSmallFieldHolderTemplate().
2014-11-11 18:04:40 +13:00
Phill Price
a184d228e3
Filter heading being processed as part of code
...
Whitespace issue causing the filter header to become part of the sorting example above - fixed whitespace.
2014-11-10 11:08:12 +00:00
Damian Mooyman
0a5c380c92
Added 3.1.7-rc1 changelog
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
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
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
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
Sean Harvey
95963b19b8
Merge pull request #3559 from g4b0/patch-2
...
Update versioning.md
2014-10-16 11:54:46 +13:00