Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
g1.19 Released
(Later than I’d hoped, which I regret.)
Available as ever in deanload
Remember that if you’re upgrading from previous versions, you’ll need to run /textpattern/_update.php in a browser, or all hell will break loose.
Some changes:
- Added ‘version’ field to txp_prefs
- Added
<txp:article_id />
tag to output the current article id - Added
<txp:article_image />
tag - Added
<txp:comments_count />
tag - Added
<txp:meta_keywords />
and<txp:meta_author />
tags for outputting metadata in the page<head>
- Added
break="li"
andwraptag="ul"
option for recent_comments - Added 10 custom fields for articles
- After moving off the front page when paging through articles, article dates now use the archived date format
- An URL-only title, if created, is now added to an articles permanent link
- Closed up a nasty but difficult-to-exploit security hole involving variables passed by GET (thanks to Sencer for finding this)
- Comment previews are now shown inline with the article to which they are attached
- Extended the time offset options in prefs to cover from -23 to +24 hours
- Link urls will now accept any schema (ftp, https, mailto, etc)
- Pinging textpattern.com when an article is published is now an admin_config option
- Plugins are now processed using a method that requires no file inclusion, so they should work even in PHP safe_mode
- The plugin list now displays plugin versions
- Upgrading a plugin now works as expected
Also, it’s GPL.
I realise the new unwritten rule in software development is to Promise Nothing and only announce what’s available when it is actually, you know, available, but I do want to point out some useful information about Txp’s future development:
- I’m actively soliciting patches and input from developers interested in Txp’s future
- It’s moving to a Subversion repository, and incremental builds will be posted
- A Trac issue tracker and wiki will be open shortly
text*
Offline
#2 2004-06-07 15:15:39
- Ray
- Member
- Registered: 2004-03-02
- Posts: 154
Re: g1.19 Released
<span style=“color:#c00;”>An URL-only title, if created, is now added to an articles permanent link </span>
Thank you
Offline
#3 2004-06-07 15:29:10
- Sho
- Member
- From: Berlin, Germany
- Registered: 2004-03-08
- Posts: 15
Re: g1.19 Released
Good stuff. Installing now.
Offline
Re: g1.19 Released
Hoo-ya! (w/ apologies to the “other” Dean).
I can’t wait to get home tonight.
Everybody wangchung tonight.
I’ve been itching for the meta & custom fields.
Thank you Dean.
So, the new version makes structural changes to the database?
Could someone please provide easy-to-follow backup instructions?
I use this thing
Offline
Re: g1.19 Released
Mmm. Very easy upgrade. In fact, I hit _update.php a couple of times just to make sure. perhaps _update.php could say “Congrat. You are now running Textpattern version …”.
And the extra fields thing is great. even the basic interface is a great addition.
thanks!
( is it just me or does the 1.19 smallerbox style look a bit clunky on MSIE? … not just saying this to annoy dean, I promise. )
Last edited by robertbrook (2004-06-07 15:49:17)
Offline
#6 2004-06-07 15:57:27
- ryan
- New Member
- Registered: 2004-05-13
- Posts: 3
Re: g1.19 Released
Pinging textpattern.com when an article is published is now an admin_config option
say what? what is it pinging on textpattern.com? huh? does textpattern phone home? How do I disable this? It isnt in the web config screen.
Last edited by ryan (2004-06-07 15:58:03)
when you’re following an angel, does it mean you have to throw your body off a building? – tmbg
Offline
Re: g1.19 Released
Its stated “an admin_config option” thus, the option can be found in /lib/admin_config.php in your txp directory…
Offline
Re: g1.19 Released
I’ve just upgraded, and get the following error on my main page:
Warning: Missing argument 4 for dopermlink() in /home/virtual/site6/fst/var/www/html/edge/textpattern/publish.php on line 512
I got it 10 times in fact, once for each permalink I have on the front page at the moment. :D
Offline
Re: g1.19 Released
Evilosity, are you using a plugin for article output?
If so, can you find line 512 of publish.php and change
function doPermlink($text, $plink, $Title, $url_title)
to
function doPermlink($text, $plink, $Title, $url_title='')
text*
Offline
Re: g1.19 Released
Man, I love upgrading this software. One directory tree to upload (minus the config file, of course, which is less of an issue now that its default name is changd), one php file to run, and done.
Thanks, Dean!
-Alan
Offline
Re: g1.19 Released
Yes -2 actually akw_date_aware to enable archives and cnj_excerpt_logic for extended entries using excerpts.
Changed the file per your instructions, and the error is gone.
Thanks Dean.
Last edited by eVilosity (2004-06-07 16:19:02)
Offline
#12 2004-06-07 16:17:23
- marco
- Member
- From: Montreal
- Registered: 2004-02-24
- Posts: 62
Re: g1.19 Released
Is the category hierarchy implemented? I can’t seem to find it, although I remember having seen a screenshot in a post some time ago (I can’t find that post either – PunBB is not helpful today…)
Second, how does one use/create the 10 extra fields?
Third, what are the two fields – “closet” and “cupboard” – under the content/write tab?
Offline