Forum OpenACS Development: wp-slim status

Collapse
Posted by Mark Aufflick on
Hi all - who can enlighten me as to the status of wp-slim maintenance?

it has a few issues.

timezone ones - easy - all fixed on my machine locally ready for commit.

noquote issus - easy

wackiness in the wimpy point master template

can't quite figure out why it is like it is - seems very old school (like soucing the default-master.tcl via [ad_conn tcllib]...). and it didn't work. changing the pages to use the default master doesn't seem to lose any functionality - and makes it all nice and consistant.

any feedback? pretty simple for me to fix it all, but i don't weant to tread on anyones toes.

Collapse
2: Re: wp-slim status (response to 1)
Posted by Rocael Hernández Rizzardini on
Hello Mark,
I just commited this week the i18n version of wp on HEAD.
are you working on a recent HEAD?

yes, about noquoute & master template I was planning to do that changes, but if you have already, commit them all ...!
Thanks!!!
Just be sure that you are working on the lastest HEAD, which I commit on monday I think ... and its i18n enabled.

Collapse
3: Re: wp-slim status (response to 2)
Posted by Mark Aufflick on
yep - it's the il8n version - i just made uppercasing consistant in  a
couple of cases - but since i've never done il8n before i had no idea
where to go! (i was changing the xml file by hand thinking "how do i
update this?"!)

i'll do a cvs diff before i commit to make sure i'm not wiping anything
- did you upload any changes after that main upload?

Collapse
5: Re: wp-slim status (response to 1)
Posted by Rocael Hernández Rizzardini on
yep - it's the il8n version - i just made uppercasing consistant in a couple of cases - but since i've never done il8n before i had no idea where to go! (i was changing the xml file by hand thinking "how do i update this?"!)

do not change the #message_keys# or the catalog files directly, you can change the messages under /admin/ just find wp-slim, and then go to APM/ wp-slim and choose i18n and then choose to save DB message into the catalogs.

i'll do a cvs diff before i commit to make sure i'm not wiping anything - did you upload any changes after that main upload?

no I haven't
Collapse
6: Re: wp-slim status (response to 5)
Posted by Mark Aufflick on
yeah i figured that out (i'm a quick learner ;)

thanks.