Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
Please provide any feedback related to the Textpattern 4.3.0 Release Candidate in this thread.
Offline
#2 2010-09-27 06:33:59
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
Yay, thank you! Testing now, so far no issues found except the one mentioned by Stuart here :)
Edit: yeah sorry, I read it:
Also, some of the admin-side strings are still not defined.
Last edited by els (2010-09-27 06:43:11)
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
The english string for ‘meta’ is already translated. Other languages will catch up as soon as their translators kick into action.
Offline
#4 2010-09-27 11:54:27
- nhurtley
- Member
- Registered: 2007-03-14
- Posts: 18
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
So far so good. I haven’t ran into any problems yet.
Last edited by nhurtley (2010-09-27 11:55:14)
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
/textpattern/index.php still has $thisversion = '4.2.0'
, so the update script doesn’t run if you’re already using that version.
Code is topiary
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
Some notes pertaining to multisite setups:
/sites/README.txt is unchanged, so still has no instructions regarding .htaccess. Nor does it have upgrade instructions.
/sites/site1/public still doesn’t have an .htaccess file or a symlink to /.htaccess
/sites/site1/private/config-dist.php doesn’t include the new ihu
option
/sites/site/public/images still has the old carver ;) (Edit: as does /images. I guess this is for the Welcome to Your Site! theme?)
Last edited by jsoo (2010-09-27 14:13:53)
Code is topiary
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
So far the only thing I’ve had to change is to update any if_custom_field
tags, changing the val
attribute to value
. Will have to look into how to make good use of the new file titles.
Love all the new admin-side UI upgrades. First time I opened Presentation->Forms I thought I had gone to the wrong page. Write tab much improved also.
Code is topiary
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
I upgraded a site on my development server this morning and everything worked fine— like Mr. Soo, all I had to do was update a tag attribute (from sep
to seperator
). It took me a while to notice the UI improvements, but I love it! I’ll try to get a few more upgrades in tomorrow, and I’ll report back here if I find any trouble.
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
[OT] In case you use social media to spread the news, etc.: #TXP430
#Textpattern It might be pretty useful to use #hashtag #TXP430 for issues, questions, etc. regarding the spreading #TXP 4.3.0 :)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
I did an svn update a few minutes ago.
Three minor items . . .
===
Diagnostics show:
Textpattern version: 4.2.0 (r3410)
Last Update: 2010-06-26 05:23:37/2010-06-14 05:44:00
Obviously the revision is correct, but the version and the date is incorrect.
I’m guessing it’s because of the item jsoo posted?
jsoo wrote:
/textpattern/index.php still has
$thisversion = '4.2.0'
, so the update script doesn’t run if you’re already using that version.
===
It didn’t automatically kick me to the language preference update like used to happen. Not a problem – just different behavior than previously experienced.
===
History shows 4.3.0
Read Me shows 4.2.0
Last edited by maverick (2010-09-27 20:05:49)
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
If you’re using svn the update script runs automatically.
The update script has the line for changing the database version setting to 4.3.0 commented out.
Code is topiary
Offline
Re: Feedback to: Help us test the Textpattern CMS 4.3.0 Release Candidate
I did get kicked directly to the Language upgrade tab under Admin when I reloaded textpattern in my browser after updating with the rc.
Offline