summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-04 09:59:06 +0200
committeradmin <devnull@localhost>2006-10-04 09:59:06 +0200
commitb17cf0d781517d3e76f9ac060e7ba19ab2543116 (patch)
tree0107021ca9c3a1ecb1c5336eb50951da94f92dcc /user_guide
parent9fcacf55df4b8f7a46181bcced0a410060846699 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/changelog.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 931837c74..3351cc130 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -71,28 +71,26 @@ Change Log
<li>Added <a href="../database/caching.html">Query Caching</a> to database class.</li>
<li>Added <a href="../database/transactions.html">transaction support</a> to the database classes.</li>
<li>Added relationship capability to the database active record class</li>
-<li>Added <a href="../libraries/Zip.html">Zip Encoding Library</a> permitting files to be Zip compressed.</li>
-<li>Added the ability to <a href="creating_libraries.html">extend libraries</a> and <a href="core_classes.html">extend core classes</a>, in addition to being able to replace them.</li>
<li>Added <a href="../general/profiling.html">Profiler Class</a> which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.</li>
+<li>Added <a href="../libraries/Zip.html">Zip Encoding Library</a>.</li>
+<li>Added the ability to <a href="creating_libraries.html">extend libraries</a> and <a href="core_classes.html">extend core classes</a>, in addition to being able to replace them.</li>
<li>Added support for storing <a href="models.html">models within sub-folders</a>.</li>
<li>Added <a href="../helpers/download_helper.html">Download Helper</a>.</li>
+<li>Added <a href="../helpers/user_agent_helper.html">User Agent Helper</a>.</li>
<li>Added <a href="../database/queries.html">simple_query()</a> function to the database classes</li>
<li>Added <a href="../helpers/date_helper.html">standard_date()</a> function to the Date Helper.</li>
+<li>Added <a href="../database/results.html">$query->free_result()</a> to database class.</li>
+<li>Added <a href="../database/fields">$query->field_names()</a> function to database class</li>
+<li>Added <a href="../database/helpers">$this->db->platform()</a> function</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>Added "is_numeric" to validation, which uses the native PHP is_numeric function.</li>
<li>Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.</li>
<li>Updated the <dfn>input->cookie()</dfn> and <dfn>input->post()</dfn> functions in <a href="../libraries/input.html">Input Class</a> to permit arrays contained cookies that are arrays to be run through the XSS filter.</li>
-
-<li>Added $query->free_result();</li>
-<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>Fixed a bug in the Email class related to SMTP Helo data.</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>
<li><strong>Deprecated</strong> $this->load->library('unit_test'). USE $this->load->library('unit')</li>
-<li>Fixed a bug in the Email class related to SMTP Helo data.</li>
-
</ul>