Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
G1.17 Released
Available as ever in deanload.
Those upgrading from g1.16 must run the script at /textpattern/_g117update.php
in a browser after installing, otherwise all hell will break loose.
Those upgrading from versions g1.15 and older must run the g116 update script inside their textpattern directory before running the g117 update script, otherwise all hell will break loose.
Some changes:
- Add YYYY-DD-MM to date formats
- Added ‘month’ parameter to
<txp:article_custom />
- Added ‘keywords’ parameter to
<txp:article_custom />
- Added
<txp:excerpt />
to useful tags - Added an option never to display commenter email addresses
- Added new conditional tag pairs
<txp:if_individual_article>
and<txp:if_article_list>
- Added error correction that checks if no page template has been assigned to a section
- Added option to exclude author email address from atom feeds
- Added the ability to record keywords for specific articles
- Added the ability to toggle whether or not Textile is used on articles and excerpts
- Articles may now be published with a timestamp from any damn century
- Commenters can no longer submit blank comments
- Deprecated
<txp:paging_link>
in favour of two new tags,<txp:newer>
and<txp:older>
. These can be placed anywhere on a page where multiple articles are listed, and will page accurately through result sets - Fixed a problem where articles set to be published in the future were showing up in Recent Articles lists
- Fixed a problem where Textile was turning ampersands into garbage characters in link descriptions
- Fixed a variable misnaming that was causing all comments to be emailed to authors, even if this was turned off in prefs
- Fixed erroneous double-encoding of entities in link descriptions
- Implemented hierarchical categories: article, image and link categories can now have parents and children
- Moved ‘logs’ tab from ‘content’ to ‘admin’ area
- Search results now use a form called
search_results
, with appropriate placeholder tags, instead of nested html - There is now an option in admin_config.php to use excerpts or full article text in XML feeds
- When creating a new article, section and category selections were being lost when toggling html and preview; this is now fixed
- You can now put newer/older paging links anywhere on the page
Last edited by Dean (2004-03-24 15:04:20)
text*
Offline
Re: G1.17 Released
Lovely. I have been checking the annoncements several times today anticipating the release. Now I can’t wait to get home and upgrade. Thanks Dean.
Offline
#3 2004-03-24 14:16:03
- Sho
- Member
- From: Berlin, Germany
- Registered: 2004-03-08
- Posts: 15
Re: G1.17 Released
Lots of new stuff to play with. Good job!
Offline
Re: G1.17 Released
Added the ability to toggle whether or not Textile is used on articles and excerpts
Thanks for this and all the other new features, specially for hierarchical categories. I’ve got the impression that TXP is becoming a very powerful tool.
All the new characteristics, together with the philosophy of TXP, turn it into an ideal tool in order to manage corporative webs of small companies, in addition to personal websites.
Pedro Palazón
http://kusor.net http://kusor.com
Offline
Re: G1.17 Released
Output tags that deal with category context (breadcrumb trails, trees) are coming, and are quite trivial to make.
The big step was implementing them in the back end.
text*
Offline
#6 2004-03-24 14:43:47
- Ray
- Member
- Registered: 2004-03-02
- Posts: 154
Re: G1.17 Released
“Toggle Textile” … GREAT
“timestamp from any damn century” …. yup, we’ll use that
“ability to record keywords for specific articles “ … oh baby
“results now use a form called search_results” … very useful
The rest we’ll be trying out later.
<i>update</i>
One very small note. The version number still reads “Textpattern
Last edited by Ray (2004-03-24 14:46:19)
Offline
Re: G1.17 Released
Yeah! waiting for 1.18 ;)
change in your startpost textpattern/g117update.php to textpattern/_g117update.php
and where are the translated date functions? or is that version 1.18+?
Last edited by pietertje (2004-03-24 15:01:24)
Offline
#8 2004-03-24 14:57:07
- Ray
- Member
- Registered: 2004-03-02
- Posts: 154
Re: G1.17 Released
kusor said:
>All the new characteristics, together with the philosophy of TXP, turn it into an ideal tool in order to manage corporative webs of small companies, in addition to personal websites.
Well said <b>kusor</b>. That’s been my point in a number of other threads all along. This isn’t just about weblogs. The number of different applications this (Textpattern) could be used in is impressive.
Dean, I hope you make a bundle ; )
Sincerely,
Ray
Offline
Re: G1.17 Released
OK, after using since g1.13 I’ve had my first real problem :)
I uploaded everything as normal and ran j.com/textpattern/_g117update.php in my browser. I got zero visible output. No errors, no “updated database” message, no nuthin. Hit view source and I see a totally empty html page.
Of course, textpattern gives me errors when I login now, so I know the database was not updated.
I inserted this line just under the include statements:
echo ‘got here anyway’;still, nothing. What’s going on?
Offline
Re: G1.17 Released
Joel – did you run the g116 update last time?
If so, let’s see what errors show up by putting
ERROR_REPORTING(E_ALL);
near the top of _g117update.php
text*
Offline