Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#37 2005-11-02 10:19:01
- rui
- Member
- From: Espinho, Portugal
- Registered: 2005-04-28
- Posts: 65
Re: Textpattern 4.0.2 Released
Thank you very much for the great work.
P.S.
Missing in the changes since 4.0.1 are the addition of Polish and Catalan languages. Now: 25 different languages!!!
rui
Last edited by rui (2005-11-02 10:32:39)
Offline
Re: Textpattern 4.0.2 Released
Upgraded!
All is well except for turning globals off.
My .htaccess now reads
<code>
php_value register_globals off
</code>
I assume taking the # sign from the beginning is considered uncommenting?
Originally the code read:
<code>
php_value register_globals 0
</code>
So, I guess I need to talk to dreamhost about upgrading php?
Any thoughts,
Thanks for all the hard work. This is great.
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: Textpattern 4.0.2 Released
TXP runs just fine on Dreamhost, without any special PHP config directives in the .htaccess.
You cooin’ with my bird?
Offline
Re: Textpattern 4.0.2 Released
Ubernostrum,
What do you suggest I do with this error then?
Sorry, a lot of this is new to me. I could use some good advice :)
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#41 2005-11-02 15:07:30
- Anark
- Member
- Registered: 2004-08-14
- Posts: 101
Re: Textpattern 4.0.2 Released
Thanks, gentlemen — great work!
I’m flustered though by the improved comment markup. The new comments have nice and semantic p tags for paragraphs — yet the old comments are still saved with the old double break tags, and it’s hard to see how I’m going to come up with a form that accomodates both varieties of comments.
Offline
#42 2005-11-02 15:15:46
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Textpattern 4.0.2 Released
That’s because Textpattern doesn’t save two versions (unparsed and parsed) of the comment, like it does for articles.
Offline
#43 2005-11-02 15:21:37
- Anark
- Member
- Registered: 2004-08-14
- Posts: 101
Re: Textpattern 4.0.2 Released
Is there any way of re-educating the old comments?
Offline
#44 2005-11-02 17:01:30
- sunmaker
- Member
- From: Washington DC
- Registered: 2005-01-04
- Posts: 40
Re: Textpattern 4.0.2 Released
Very impressed by the list of fixes, update worked great. Here are some of my remaining issues:
- The readme doesn’t contain any information about how to use the new or improved tags
- The login screen still shows inoperable tabs and Go menu. If these (other than View Site) don’t do anything before logging in, why show them.
- The help button in the diagnostics “setup still exists” warning just brings up a search box
- Go menu still doesn’t contain logout or View Site commands
- Clickable region on View Site tab is considerably smaller than the same region on the other tabs.
All boundaries are for practical purposes only.
Offline
Re: Textpattern 4.0.2 Released
kickslop – read the Dev Weblog or the new Tag forum for some info. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: Textpattern 4.0.2 Released
Ma_smith:
I went into my Dreamhost domain manager, and clicked Run PHP5 instead of PHP4, and that got rid of the error message in TXP for me.
I’m wondering if the wrapping of comments in P tags was intentional. If so, is there any way to turn that off, so I don’t have to go back and hand-edit all my comments to get them to display properly? I mean, P tags do make more sense. I’m not sure how semantically correct they are within LI, but it still validates, so I don’t really care. I just want to make sure that P is the new standard for line-break parsing in comments, before I go hand-editing all the HTML of the previous comments. I’d hate to do that, then have a bug-fix that changes the standard back to BR.
Last edited by Nathan Smith (2005-11-02 19:04:44)
Are we all figments of God’s imagination?
Offline
#47 2005-11-02 19:05:48
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Textpattern 4.0.2 Released
It is. But, you don’t have to go back and edit all those comments, they’ll all still display correctly.
Offline