On Sat, Feb 14, 2009 at 9:45 AM, Linly <[email protected]> wrote:
>
> Hi Dan,
>
> I test 2.46 in a fresh install. The creat, edit, delete are ok, and
> the rename, copy are failed.
>
> The section edit plugin ok in FireFox 3.05 but failed in IE 6.
>
> I have a form using # to generate auto numbered page name:
>
> =======================================
> [form]
> [text title size=30 "New IdeaTodo here"]`
> [text content size=30 "More detail here..."] [submit]
> [session target {p}.#]
> [session create {=content}]
> [session savedata title]
> [form]
> =======================================
>
> It can generate a numbered page once, 2nd time it failed to work.


Linly, could you do some more testing for me?  In commands.php, around
line 520 could you find this line and comment it out?

//      if (BOLTconfig('BOLTutfPages', 'false') == 'true') $value =
BOLTutf2url($value);

It seems we are doing some double work, decoding it. Then let me know
if this doesn't solve the problems you are noticing with the UTF
pages.

If so, will fix for the next release...

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to