1 beano Feb 25, 2007 17:41
3 beano Feb 25, 2007 20:47
Thanks - I'll have a look into it ASAP
4 beano Apr 21, 2007 15:48
Sorry for taking so long but I finally found time to apply the patch above (dissertations and stuff have to take precedence I'm afraid :( )
Anyway, I'm still getting a "Please enter a valid issue date" error message when I try to edit a post :(
Is it definitely only one line in the request class?
5 blueyed Apr 21, 2007 18:13
Please retry reproducing it at the demo site, with the CVS HEAD version. If you can reproduce it, I'll look into it again.
6 morphosic May 13, 2007 09:46
i changed the date format in regional settings to d F Y
then i can create a post without problems
when i go to edit it, i get the same error: "please enter a valid issue date"
7 morphosic May 13, 2007 09:58
the problem is in "/inc/_vars.inc.php"
on line 217 there is an extra space after may:
$month['05'] = NT_('May ');
it should:
$month['05'] = NT_('May');
can we get that fixed globally!?!
thanks
8 blueyed May 13, 2007 20:37
morphosic, do you have seen the comment why it's "May "?!
Therefor, a better fix is: http://evocms.cvs.sourceforge.net/evocms/b2evolution/blogs/inc/_misc/_misc.funcs.php?r1=1.174&r2=1.175 (this is for CVS HEAD/2.0)
In this context, the following patch might also help:
http://evocms.cvs.sourceforge.net/evocms/b2evolution/blogs/inc/_misc/_param.funcs.php?r1=1.36&r2=1.37
9 morphosic May 13, 2007 23:46
why does there need to be a differentiation between the short form and long form...?
why is this still an ongoing problem?
is this going to be fixed in the next release?
10 blueyed May 14, 2007 00:41
morphosic, "ongoing problem"?
I've just applied the fix for v-1-10, so it should be in 1.10.1.
There needs to be "May" and "May " so that translators can have short and long versions of the same month (what the comment says).
11 morphosic May 14, 2007 07:25
i say 'ongoing' becaues this was apparantly an issue in earlier releases... which is how i found what about the 'may ' thing...
It's not a bug. It's just that "S" has never been supported.
I've now added this for 1.10. The patch is not difficult:
and
If you don't know how to patch those two files according to the snippets above you'll have to wait for 1.10.