summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 16:54:30 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 16:54:30 +0200
commit96bb75cd4e9b1cbd82fe7496e9b831054c8228f1 (patch)
treefcc3dbc0af569318284b7e70754c88186d5d8494 /user_guide/changelog.html
parenta0905f33eabec71e411c837967750e15d6febf19 (diff)
Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the pagination library.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 124a1cb9f..4f86c1e94 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,7 +78,8 @@ Hg Tag: </p>
</ul>
<li>Libraries
<ul>
- <li>Added <var>$prefix</var>, <var>$suffix</var> and <var>$first_url</var> properties to Pagination library.</li>
+ <li>Added <var>$prefix</var>, <var>$suffix</var> and <var>$first_url</var> properties to <a href="./libraries/pagination.html">Pagination library</a>.</li>
+ <li>Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the <a href="./libraries/pagination.html">Pagination library</a>.</li>
<li>Added <a href="./libraries/security.html">Security library</a>, which now contains the <dfn>xss_clean</dfn> function, <dfn>filename_security</dfn> function and other security related functions.</li>
<li>Added CSRF (Cross-site Reference Forgery) protection to the <a href="./libraries/security.html">Security library</a>.</li>
<li>Added <var>$parse_exec_vars</var> property to Output library.</li>