Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Gamma 1.15 Released
Available in deanload.
Remember if you are upgrading from previous gammas, you need only replace the files in your /textpattern/
directory.
Changes in this version:
<txp:output_form />
now parses the content of forms properly- Added
<txp:section />
tag, which should output the current article’s section - Added
<txp:section_list />
tag, which will output an href list of site sections - Added an option in admin_config to toggle changing the site’s ‘last updated’ stamp whenever a new comment is added
- Added an option to list the count of articles using each article category in the Organise tab
- Added an option to toggle showing an article’s current comment count in XML feed titles
- Added simple image gallery implementation, using
<txp:image_index />
and<txp:image_display />
(see here for more information) - Added Txp’s first conditional tag
<txp:if_comments>
. When used on an article form, everyting inside this tag will only appear if commenting for the article is open, or was open in the past. - Category popups in the write tab now list alphabetically
- Changed wording and positioning in the Organise tab to improve clarity
- Fixed (for real this time) erroneous slash inserted in ‘show site’ href
- Fixed an urlencode problem that prevented browsing categories whose names contained an ampersand
- Fixed form misnomer which prevented image categories from being changed
- Fixed linebreak issue that was preventing the Mail Comments feature from working on some servers
- Fixed some
wraptag
logic to prevent empty tags from being generated (thanks John Serris) - Only one section at a time can now be ‘selected by default’ when composing a new article
- Removed an erroneous ‘malformed tag’ message that showed up when using password_protect
- Textile was incorrectly handling article titles at Publish and Save – this is now fixed
text*
Offline
Re: Gamma 1.15 Released
Applause
drew mclellan
Offline
Re: Gamma 1.15 Released
Parse error in comment.php.
Line 353 is:
$out = "Dear $RealName,\r\n\r\nA comment on your post on your post "$Title" was recorded.\r\n\r\nName: $cname\r\nEmail: $cemail
\r\nWeb: $cweb\r\nComment:\r\n$message";
needs to be changed to:
$out = "Dear $RealName,\r\n\r\nA comment on your post on your post ".$Title." was recorded.\r\n\r\nName: $cname\r\nEmail: $cemail
\r\nWeb: $cweb\r\nComment:\r\n$message";
Note the concat dots around $Title.
(Don’t copy and paste the above – some chars got munged in the post)
Last edited by Drew (2004-03-05 13:46:57)
drew mclellan
Offline
Re: Gamma 1.15 Released
Whups. Fixed in the current tarball/zip.
<small>Version cheats? Me?</small>
text*
Offline
Re: Gamma 1.15 Released
Actually no concatecation is necessary when using double quotes. “… on your post $Title was…” would be just fine. I’ve even read somewhere once that string substitutions (variables inside double quotes) are actually faster than string concatecations.
Who’s gonna textdrive you home tonight?
Offline
Re: Gamma 1.15 Released
Well yes, but either way it needed to be fixed :)
.. which it now is.
drew mclellan
Offline
#7 2004-03-05 18:07:19
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Gamma 1.15 Released
Not that it’s a problem, but every release comes with seven .DS_Store files. I’ve heard these should not be uploaded to web servers, is this correct?
Last edited by compooter (2004-03-05 18:16:27)
Offline
Re: Gamma 1.15 Released
These are harmless, but they’re unsightly as hell. Anyone know of an Applescript folder action that will zap them?
text*
Offline
Re: Gamma 1.15 Released
So I can delete them? What exactly are they?
Offline
Re: Gamma 1.15 Released
I’m running Txp on a Windows server and with the 1.15 release, I’ve run into a showstopper…because I don’t have Pear installed. When did this creep in?
It looks like I’m the only one getting hit by this but, if not, a warning of changes requiring extensions, et al., might be a good idea.
[ Actually, scratch this. I made a horrible mistake. Time to re-create config.php! ]
Last edited by Cerebus (2004-03-05 18:41:28)
How am I supposed to enjoy this with you crying?
Offline
#11 2004-03-05 18:37:39
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Gamma 1.15 Released
Offline
Re: Gamma 1.15 Released
Gamma 1.15 is live on Hiram.nl, and kicking. People here in the Low Countries are starting to take notice of the brilliant new CMS in town. Great job, Dean!
A Don’t include password protected content in search results setting is missing, or I am being dense and I can’t figure out how to activate it.
Last edited by Hiram (2004-03-06 11:09:28)
Offline