Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2009-01-18 07:08:40
- garnold
- New Member
- Registered: 2009-01-18
- Posts: 2
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
Request for 4.0.8: instead of requiring the user to specify the path to the TXP directory in config.php
, why not use the __FILE__
constant to automatically determine the path:
$txpcfg['txpath'] = dirname(__FILE__);
Offline
#50 2009-01-18 10:39:46
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
I only just stumbled upon this thread (really didn’t notice before, mind kept on other places, sorry).
My most important need (i didn’t have time to test it now):
Did you also solve the DST-problem ? This would be a huge relief! It’s a base for all calendar like installations where someone cannot adjust server time by him/herself (that is in fact all shared server hostings).
If not: Is there any chance to get it in yet?
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
garnold, try removing txpath from config.php… you should find that TXP works fine without it, because we’re using dirname(FILE) internally already.
micheal, the DST problem isn’t fixed, unfortunately. It’s not a trivial problem so there was no time to do that properly in 4.0.8. Since we’re in RC2 (or for that matter RC1) it is way too late to change something that invasive at this point.
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
i upload stuff on,my txp still 4.0.7.
——————————————————————-
after upload, refresh pages on opera,there will be a blank lasting 1 second,then display the correct page, but it seems usual in IE.
i’m upload back to 4.0.7 then test it.
———————————————————————————-
OK,that’s not concerned 4.0.7 or 4.0.8; it’s because read CSS from database i think. after i change <link rel=“stylesheet” href=”<txp:css />” type=“text/css” media=“screen” /> to <link rel=“stylesheet” type=“text/css” href=“http://iblog.org.ru/style.css” />, the short blank disppear.
i’m now uploading 4.0.8 rc2 again.
Last edited by fdsafdsa (2009-01-18 13:41:19)
Offline
#53 2009-01-18 13:28:11
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
fdsafdsa wrote:
i upload stuff on,my txp still 4.0.7.
wet wrote:
The download advertises itself as 4.0.7 (r…) in diagnostics, because we haven’t yet bumped the version number.
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
I would like to ask how to help with TXP translation? Because since 4.0.7 there are several messages in CZECH they are not translated (mainly in select boxes so noboby knows what it does) and in 4.0.8 the count is growing. It seems nobody is updating czech translation. If I can, I would like to help.
Job: Plugo – tvorba eshopu
Projects: Czech free fonts
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
beztak wrote:
If I can, I would like to help.
If you’d like to act as one of the Czech translators, send me a forum e-mail containing the e-mail address you’d like to use for that prupose, and I’ll establish an account on the translation server.
Offline
#56 2009-01-18 15:10:56
- garnold
- New Member
- Registered: 2009-01-18
- Posts: 2
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
ruud wrote:
garnold, try removing txpath from config.php… you should find that TXP works fine without it, because we’re using dirname(FILE) internally already.
Thanks ruud, I took a look through the source and see that it is no longer used. Maybe it should be completely removed from the config-dist.php
to avoid confusion?
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
Sorry for bolting in, I don’t know whether it was already mentioned.
While working with Textpattern 4.0.7 I used a very dark Desktop theme and my standard font for forms was white.
In the 4.0.7’s textpattern.css the background-color for every form was set to white but the font color was not set. So I had to change it by myself, otherwise I could not see anything I wrote.
The textpattern.css of 4.0.8 RC2 seems to be the same, so I suggest adding “color: black;” to any form element.
I do not use the same theme any more and I do not have the time to check the whole css file; If this is already fixed, nevermind.
Markus
Offline
#58 2009-01-18 19:23:08
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
Any chance of this making it into 4.0.8 ?
Offline
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
Nope. that will have to wait for 4.0.9.
Ideally we don’t change a single thing between this RC and the final 4.0.8.
Offline
#60 2009-01-19 19:02:20
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: Help us test release candidate 2 (!) for the upcoming 4.0.8 release
Very well, I’ll continue with this ugly piece of code then :
$(“#list td:first img”).attr(‘id’,‘mainImg’);
Offline