summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-02 00:08:34 +0200
committeradmin <devnull@localhost>2006-10-02 00:08:34 +0200
commit0f8015fcdc4eb7a2bedc6a04548e588b39914c60 (patch)
treeb0966f6a12c6c87dd94c746f07c8b34de57b63e5 /user_guide
parente95014f7752ed459075b7270c324b3a8f68dc4e7 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/database/utilities.html6
-rw-r--r--user_guide/general/changelog.html1
2 files changed, 1 insertions, 6 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index 3efa04f1d..cbd8be784 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -274,12 +274,6 @@ $this->dbutil->backup($prefs);
</code>
-<p class="important"><strong>VERY IMPORTANT:</strong> If you are using the <dfn>download</dfn> action to send the file to your desktop,
-DO NOT display any data in the controller in which you are triggering the backup. Since Code Igniter buffers all output, any data
-sent to the browser will be included in your export file. This issue ONLY applies to downloads. If you are using any other action
-you can display data in your controller.</p>
-
-
<h3>Description of Backup Preferences</h3>
<table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder">
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index aab14d516..3f991e077 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -78,6 +78,7 @@ Change Log
<li>Added $query->field_names() function</li>
<li>Added $this->db->platform() function</li>
<li>Added "is_numeric" to validation</li>
+<li>Added two more protocols to the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.</li>
<li><strong>Deprecated "init" folder</strong>. Initialization happens automatically now. <a href="creating_libraries.html">Please see documentation</a>.</li>
<li><strong>Deprecated</strong> $this->db->field_names() USE $this->db->list_fields()</li>