0
+* Security: add missing escape in SQL query (admin side)
0
+* Security: safer use of txp_login cookie + nonce (note: users are logged after upgrading!)
0
* Changed tag: <txp:thumbnail /> allows non-JS links to the full-size image
0
* Changed tag: <txp:article_custom /> allows comma-separated lists for category, section and author attributes (thanks Manfre)
0
* Changed tag: <txp:linklist /> allows comma-separated list for category attribute
0
@@ -7,14 +9,27 @@ Changes since 4.0.5
0
* Changed tag: <txp:recent_articles /> allows comma-separated lists for category and section attribute
0
* Changed tag: <txp:related_articles /> allows comma-separated list for section attribute
0
* Changed tag: <txp:thumbnail /> allows non-JS links to the full-size image
0
-* Deprecated tag: <txp:sitename /> replaced by <txp:site_name />.
0
-* New languages: Turkish, Serbian (Latin + Cyrillic)
0
-* New tags: <txp:if_search_results>, <txp:search_term />
0
-* Fix incompatibility with PHP 5.2.4
0
+* Deprecated tag: <txp:sitename /> replaced by <txp:site_name />
0
+* Deprecated tag: <txp:request_uri /> replaced by <txp:page_url />
0
+* Deprecated tag: <txp:s /> replaced by <txp:page_url type="s" />
0
+* Deprecated tag: <txp:c /> replaced by <txp:page_url type="c" />
0
+* Deprecated tag: <txp:q /> replaced by <txp:page_url type="q" />
0
+* Deprecated tag: <txp:id /> replaced by <txp:page_url type="id" />
0
+* Deprecated tag: <txp:pg /> replaced by <txp:page_url type="pg" />
0
+* New tag: <txp:if_search_results> </txp:if_search_results>
0
+* New tag: <txp:search_term />
0
+* New languages: Croatian, Korean, Português (Brasil), Serbian (Latin + Cyrillic), Turkish and Vietnamese
0
+* Speed: less SQL queries (-2 for individual article pages, -1 for other pages)
0
+* Speed: recent_comments tag (thanks Manfre) and admin side comments list only uses 1 query
0
+* Added 'modified' and 'status' to global $thisarticle array
0
+* Update to jQuery 1.2.1 as a default JavaScript library
0
+* Fix textile list incompatibility with PHP 5.2.4 (and higher)
0
+* Fix http-auth when using lighttpd or (mostly) apache+fcgi
0
+* Fix HTTPS protocol check for ISAPI with IIS
0
+* Fix use of article tags on a sticky article page
0
* Corrections in the tag builder
0
* Refrain from showing sticky articles from non-frontpage sections in search results
0
* Enable separate search section for messy URL mode
0
-* Security improvements
0
* Many, many minor improvements, see:
0
http://dev.textpattern.com/log/development/4.0/?action=stop_on_copy&rev=2700&stop_rev=2448 #TODO: rev=????
Comments
No one has commented yet.