public
Description: A flexible, elegant and easy-to-use content management system
Homepage: http://textpattern.com/
Clone URL: git://github.com/gerhard/textpattern-4-0.git
* more history.txt updates
* increase version number in readme.txt


git-svn-id: http://svn.textpattern.com/development/4.0@2710 
9f4ba7e5-8be4-0310-8a13-eacbff687fd7
ruud (author)
Fri Nov 23 14:46:28 -0800 2007
commit  86ec6ebadce96146ac00d3bff44ea210308fba3e
tree    41c311cac5f227cf7b0894038269bd6d07619d85
parent  39445b277b5c95de19ba8ae1716b5948c89ceb36
...
1
2
 
 
3
4
5
...
7
8
9
10
11
12
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
15
16
17
18
19
20
...
1
2
3
4
5
6
7
...
9
10
11
 
 
 
 
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
33
34
35
0
@@ -1,5 +1,7 @@
0
 Changes since 4.0.5
0
 
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=????
0
 
...
1
 
2
3
4
...
31
32
33
34
35
 
...
 
1
2
3
4
...
31
32
33
 
34
35
0
@@ -1,4 +1,4 @@
0
-Textpattern 4.0.5
0
+Textpattern 4.0.6
0
 
0
 Released under the Gnu General Public License
0
 
0
@@ -31,4 +31,4 @@ Released under the Gnu General Public License
0
 
0
 * IMPORTANT: Regularly check back at textpattern.com to see if updates are
0
   available. 4.0.x is in maintenance mode which means updates are as painless
0
- as possible, and often fix important bugs or security-related issues.
0
\ No newline at end of file
0
+ as possible, and often fix important bugs or security-related issues.

Comments

    No one has commented yet.