silverstripe-framework/docs/en/reference
Sean Harvey 2b316e79e5 NEW Provide a consistent way of triggering flush
Provides an interface for classes to implement their own flush()
functionality. This function gets called early in a request on
all implementations of Flushable when flush=1|all is requested in the
URL.

This fix came out of an issue where Requirements combined files were not
being cleaned up after dev/build?flush=1, due to the fact that flush
would only occur when you called it while on a page that used those
combined files, but not in any other contexts. This will now call flush
on any implementors of Flushable regardless of the context of where
flush was called.
2014-08-22 09:24:27 +12:00
..
_images MINOR Added CMS architecture documentation 2012-01-01 18:24:09 +01:00
aspects.md DOC Added aspect oriented proxy documentation 2014-08-06 13:48:26 +10:00
bbcode.md Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback 2011-03-09 10:05:51 +13:00
cms-architecture.md NEW: Updating out of date URLs in the framework source code and docs 2014-02-07 15:10:44 +13:00
complextablefield.md Moved GridField docs to reference 2012-10-30 18:59:26 +01:00
database-structure.md Update docs to consistently use http://localhost/ (fixes #1919) 2013-10-23 20:24:52 +01:00
dataextension.md Remove redundant ternary expression 2014-05-30 14:54:57 +12:00
dataobject.md Update dataobject.md 2014-05-29 00:41:29 +02:00
datefield.md Update datefield.md 2014-04-04 09:49:01 +13:00
director.md Updated github path 2013-05-17 00:45:52 +02:00
execution-pipeline.md NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
flushable.md NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
form-field-types.md Fix link to the HtmlEditorField API page 2014-03-30 18:04:17 +13:00
grid-field.md API Make default gridfield paging configurable 2014-04-28 15:13:01 +12:00
image.md Fixed small typo 2014-04-16 13:26:47 -04:00
index.md Merge branch 'refindex' of git://github.com/silverstripe-rebelalliance/sapphire into silverstripe-rebelalliance-refindex 2013-02-25 15:03:46 +13:00
injector.md API Injector supports nesting 2014-04-29 08:59:33 +12:00
layout.md API Move state to enwtine properties, provide API for preview. 2012-12-10 17:52:01 +01:00
member.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
modeladmin.md Fixed wrong variable name in modeladmin docs 2014-07-05 14:34:42 +12:00
partial-caching.md Merge branch '3.0' into 3.1 2014-03-30 18:15:12 +13:00
permission.md Squashing previous corrections into one commit along with a couple more 2013-09-24 19:21:04 +01:00
preview.md Update preview.md 2014-03-04 11:32:45 +13:00
requirements.md Minor language and readability fixes. 2013-12-20 12:24:03 +01:00
restfulservice.md DOCS: Minor fixes to RestfulService documentation 2014-04-28 09:14:27 +01:00
rssfeed.md FIX: parent::init is not called first 2014-05-01 15:35:45 +12:00
searchcontext.md Updating SearchContext documentation 2013-12-06 15:45:38 +13:00
shortcodes.md Update shortcodes.md 2014-08-08 16:02:10 +01:00
site-reports.md Fixed markdown whitespace usage 2012-10-02 11:38:16 +02:00
siteconfig.md Update docs to consistently use http://localhost/ (fixes #1919) 2013-10-23 20:24:52 +01:00
sitetree.md Fix typo in sitetree.md 2014-08-08 15:53:03 +12:00
sqlquery.md Update sqlquery.md 2014-05-27 20:05:37 +05:30
tablefield.md Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback 2011-03-09 10:05:51 +13:00
tablelistfield.md Moved GridField docs to reference 2012-10-30 18:59:26 +01:00
templates-formal-syntax.md ENHANCEMENT: Updated the template language documentation, based on work done by mrmorphic. 2011-12-17 15:25:15 +13:00
templates-upgrading-guide.md Consistently used dollar notation in template docs (see #1794) 2013-04-26 11:48:59 +02:00
templates.md Update templates.md 2014-07-04 13:40:26 +02:00
typography.md MINOR Updated coding conventions to require the 'public' keyword for class methods and variables 2012-01-30 23:13:42 +01:00
uploadfield.md DOCS Setting allowed_extensions in YAML 2014-07-20 14:25:21 +12:00
urlvariabletools.md Update docs to consistently use http://localhost/ (fixes #1919) 2013-10-23 20:24:52 +01:00