Ingo Schommer
3ae8b0b665
Merge remote-tracking branch 'origin/3.0'
2012-07-18 15:00:06 +02:00
Will Rossiter
aa76aca10d
Update extend cms docs to include 3.0 API change.
2012-07-15 17:23:10 +12:00
Ingo Schommer
d45b33e9c7
Docs about merging back translations
2012-07-13 14:25:44 +02:00
Will Rossiter
f507a517e1
Update reference in docs from :Contains to :PartialMatch
2012-07-11 19:18:27 +12:00
Will Rossiter
7ff2a79714
Fix links in profiling documentation.
2012-07-06 09:38:18 +12:00
Will Rossiter
2ee29153dc
Remove links to our deprecated profiler class and include reference to third party tutorials
2012-07-06 09:36:52 +12:00
Ingo Schommer
e00c87541e
Merge pull request #618 from chillu/pull/deprecate-profiler
...
API Deprecated Profiler class, removed related debug GET params
2012-07-05 13:43:37 -07:00
Ingo Schommer
64357a4522
Merge branch '3.0'
...
Conflicts:
admin/css/screen.css
admin/scss/_forms.scss
docs/en/changelogs/3.0.0.md
2012-07-05 18:01:09 +02:00
Ingo Schommer
0fe515e182
API Deprecated Profiler class, removed related debug GET params
...
Use third party tools like XHProf instead.
Removed defunct or unnecessary debug GET parameters:
debug_profile, debug_memory, profile_trace, debug_javascript, debug_behaviour
2012-07-05 12:02:06 +02:00
Ingo Schommer
de73db9ef7
Restructured 3.0 changelog
...
Moved some more important stuff up the page,
rewritten upgrading overview to be more task focused,
reduced excessive use of paragraphs to make the text more scannable.
2012-07-04 18:42:38 +02:00
jakr
2b5214b55a
Summarized 3.0 changes in changelog
2012-07-04 18:18:27 +02:00
Will Rossiter
9cfbe9b84f
MINOR: update core controller template with more help information.
...
Updated controller and director documentation to reflect the new YAML configuration for route path definition.
2012-06-30 15:19:36 +12:00
Sam Minnee
5271504feb
Fixed changelog links
2012-06-29 11:17:12 +12:00
Sam Minnee
4424ec679a
Updated change logs for 3.0.0 stable
2012-06-29 11:05:42 +12:00
Ingo Schommer
402297ee1f
Removed outdated docs for SQLQuery and data model techniques
...
Some of the SQLQuery recipes are now handled better by DataList,
others should be contrasted with their respective DataList implementation,
pointing out the limitations
2012-06-28 14:51:04 +02:00
Ingo Schommer
19e087d226
Fixed references to deprecated APIs in docs
2012-06-28 14:49:55 +02:00
Ingo Schommer
0236a3c03a
NEW Docs for form validation (incl. HTML5 types) and model validatoin
2012-06-28 11:43:30 +02:00
Ingo Schommer
3ef394c448
Proof reading tutorials 1 and 2
2012-06-28 11:42:50 +02:00
Ingo Schommer
ee71356fca
Removed 'subversion' docs
...
No longer required since we've successfully switched to git
2012-06-28 09:00:13 +02:00
Naomi Guyer
14753e9b5f
MINOR: Documentation, tutorial (part2)
2012-06-28 15:25:31 +12:00
Naomi Guyer
2c024e444c
MINOR: Documentation, tutorial (part1)
2012-06-28 15:24:59 +12:00
Ingo Schommer
0b31234810
Consolidated template and page-type docs
...
- Removed duplicated content from page-type-templates (was more or less a variation of the content in templates.md)
- Removed built-in page-controls, which was a bit of a dumping ground for unconnected topics.
Moved the majority to page-type-templates
- Removed all recipes from "sitetree" docs, since they were outdated or hacky (like grouping of records, or implementing custom *children() method on subclasses)
- Added pagination, escaping, base_tag, CurrentMember to template docs
- Removed default_parent docs from SiteTree, as this setting doesn't have any effect looking at core
2012-06-27 16:09:32 +02:00
Ingo Schommer
34a2ce23d8
NEW Documentation for Versioned
2012-06-27 16:09:31 +02:00
Ingo Schommer
45b2cbfddd
Using new template controls in docs
2012-06-27 16:09:31 +02:00
Ingo Schommer
868d3697fd
Fixed usage of DataList etc in docs ( fixes #7518 )
2012-06-27 16:09:31 +02:00
Sam Minnée
993fc90ef8
Merge pull request #579 from silverstripe-rebelalliance/open/7523
...
Open/7523
2012-06-26 21:07:22 -07:00
Sam Minnee
05861437bd
Added RC3 changelog
2012-06-27 14:42:23 +12:00
Kirk Mayo
2a976066eb
MINOR: open/7523 added a note relating to versions and added a missing quote to the changelog for 3.0
2012-06-27 10:50:17 +12:00
Kirk Mayo
fc2cbcce52
MINOR: Updating the configuration module with the default database option and corrected a out of date link
2012-06-27 10:21:16 +12:00
Ingo Schommer
2b31f4aa15
API New commit tagging rules in contrib guidelines
2012-06-27 00:07:47 +02:00
Ingo Schommer
a9fa281723
Form field docs update ( fixes #7521 )
2012-06-26 15:03:11 +02:00
Ingo Schommer
56a3777c42
MINOR Improved upgrading docs ( fixes #7508 )
2012-06-26 13:49:06 +02:00
Ingo Schommer
8c5c9228cf
MINOR Changelog
2012-06-25 01:12:37 +02:00
Sam Minnée
2c5f4201b7
Merge pull request #566 from pitchandtone/patch-4
...
Added nginx buffer size
2012-06-24 15:05:41 -07:00
Ingo Schommer
3e7bf77a70
MINOR Translation process docs
2012-06-22 15:07:25 +02:00
John Milmine
a997099120
I found that I needed to increase nginx buffer size to accommodate the size of the ajax requests
2012-06-22 21:09:48 +12:00
Sam Minnee
0352a9191e
MINOR: Fixed filename glitch in changelog
2012-06-22 11:46:35 +12:00
Andrew Short
77d712202c
ENHANCEMENT: Add method to disable automatic limiting on PaginagedLists.
...
In some circumstances a custom generated list will already only contain
the items for the current page. The automatic limiting will then limit
the already limited list, breaking pagination. This allows you to disable
automatic limiting so all items are shown regardless of the current page.
2012-06-21 21:21:34 +02:00
Ingo Schommer
578f6a1a63
MINOR Fixed broken links in docs
2012-06-21 21:11:48 +02:00
Ingo Schommer
464504a9bf
MINOR Updated commit docs
2012-06-20 17:25:53 +02:00
John Milmine
1d8c96d924
changed sake tasks example to realistic command and added get parameter example to dev/build
2012-06-20 15:00:31 +12:00
Sam Minnee
da7935e01c
MINOR: Fixed filename glitch in changelog
2012-06-18 18:26:01 +12:00
Sean Harvey
529d23625e
Merge pull request #534 from halkyon/doc_update
...
MINOR Removing "functionality below isn't implemented" message in datamo...
2012-06-17 15:56:03 -07:00
Ingo Schommer
5f9b54c64a
MINOR Added 3.0.0-rc1 changelog
2012-06-18 00:21:46 +02:00
Sean Harvey
b27597c5ef
MINOR Removing "functionality below isn't implemented" message in datamodel docs, as these are now implemented.
2012-06-15 13:14:38 +12:00
Ingo Schommer
86bdd167cc
MINOR oEmbed documentation
2012-06-08 18:40:34 +02:00
Andy Adiwidjaja
71b3fe5760
ENHANCEMENT Updated tutorial documentation (thanks to Cam Findlay and Andy Adiwidjaja)
2012-06-08 00:37:16 +02:00
Ingo Schommer
91b6bd62b1
MINOR Fixed a small but important docs error in cms-architecture.md
2012-06-06 08:28:48 +02:00
Ingo Schommer
12f2e1e176
Merge branch 'pjax-multiple'
2012-06-05 14:01:18 +02:00
Ingo Schommer
9e21fb8a4a
API CHANGE Moved SapphireSoapServer and SOAPModelAccess into its own module at https://github.com/silverstripe/silverstripe-soapserver ( fixes #7282 )
2012-06-04 10:22:48 +02:00