Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
You’d probably have to force a refresh in your browser. The orange bar is now styled by the external style sheet, which might be sitting stale in your browser’s cache.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Yes, exactly what wer said. I saw the same when testing the update. A Ctrl-F5 fixes it. Since we had similar occurences in the past with minor updates, I didn’t think to mention it. But we should probably add that to the final release announcement.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I updated a textpattern-installation and the comments preferences are missing again. this workaround does not work anymore.
works again after a update to current svn.
Last edited by The-Exit (2007-06-25 21:17:22)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Matthias,
please issue this SQL command
select * from txp_prefs where name like '%comment%'
(replace txp_prefs
with a prefixed table name in case you use table prefixes) and report back the results.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
site: http://www.michaelkpate.com/
host: http://www.dreamhost.com/
active plugins:
asy_sitemap
bit_rss
chh_article_custom
chh_article_lib
glx_if
ob1_modified
tru_tags
Odd behaviors Noted Thus Far: None
Offline
#18 2007-06-24 17:30:49
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Yes – refreshing the browser cleared the problem.
Offline
#19 2007-06-24 18:28:50
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I made a designer account then posted an article (first time I’ve ever made a designer account). I then tried to delete that article and got this error…
Warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 update txp_discuss set visible = 0 where parentid in() in /home/user/public_html/kmc/textpattern/lib/txplib_db.php on line
I didn’t know designers had the permission level to post articles at all.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Everything is working great for me. One request though. I’d love it if the name of the article in the recent_comments UL was wrapped in a <span>
. It would make it so much easier to line-break it to another line if need be via CSS, but would be innocuous for those that like the commenter’s name and the article name on a single line.
I normally just hack it in myself, but this would save me some time. Here’s a comparison of what I usually change, on line 667 of /textpattern/publish/taghandlers.php in version 4.0.5.
$c['name'].' ('.escape_title($a['Title']).')',
// changes to...
$c['name'].' <span>'.escape_title($a['Title']).'</span>',
Last edited by Nathan Smith (2007-06-24 20:02:46)
Are we all figments of God’s imagination?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Robin, that should be fixed in revision 2450 (thanks!)
And yes, designers can post articles :)
Matthias, can you try revision 2451 and tell us if that fixes the 3 problems you had on the comments tab?
Last edited by ruud (2007-06-24 20:57:22)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Works fine!
I’ve been wanting to suggest this minor change but never got around to tell you guys about it…
In the “write” section of textpattern when previewing the article using the “preview” function, the title looks like its part of the body text. Instead, for the sake of previewing cant the title be shown as a heading instead of normal looking text? Hope I am clear enough in my communication. This is not a ground breaking suggestion. Its a suggestion none the less. Hope this helps!
“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”
— Albert Einstein
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Visitor Logs:
Warning: Division by zero in /var/www/txpuncom/textpattern/lib/txplib_misc.php on line 1981
Textpattern version: 4.0.4 (r2451)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I have a section named “news” and the if_article_list
and if_individual_article
conditionals no longer work. I have verified this in my working install and in a new install of 4.0.5 (2446). If I rename the section to news1 or anything other then news it works as expected.
Textpattern version: 4.0.4 (r2446)
Last Update: 2007-06-25 05:59:15/2006-11-18 05:38:56
Document root: /Users/jadams/Documents/Personal/sites/txp_405 (/Users/jadams/Documents/Personal/Sites/txp_405)
$path_to_site: /Users/jadams/Documents/Personal/Sites/txp_405
Textpattern path: /Users/jadams/Documents/Personal/Sites/txp_405/textpattern
Permanent link mode: section_title
upload_tmp_dir: /Applications/MAMP/tmp/php
Temporary directory path: /Users/jadams/Documents/Personal/Sites/txp_405/textpattern/tmp
Site URL: 405.textpattern.dev
PHP version: 5.2.0
GD Image Library: version bundled (2.0.28 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2007-06-25 01:04:51
MySQL: 5.0.33
Locale: en_US.UTF-8
Server: Apache/2.0.59 (Unix) PHP/5.2.0 DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.7l
Apache version: Apache/2.0.59 (Unix) PHP/5.2.0 DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.7l
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Darwin 8.9.1
.htaccess file contents:
------------------------
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
------------------------
Refresh Dallas and other Refreshing Cities.
Offline