2011-03-14, 05:38:47
hmmm... im not sure how that happened mvlcek. Let me look into this...
[edit]
I looked at the code, and i'm not seeing any changes in terms of how slugs are created. Can you elaborate more so I can try and pinpoint this issue?
I see in basic.php there is the clean_url() function - but it hasnt been changed in quite a while. I see where it filters _ out, but im curious to see how long it's been like this...
[edit #2]
I think this is the change that did it: http://code.google.com/p/get-simple-cms/...side&r=275
but the thing is, slugs were always cleaned right off the creation of the page, but it was the ability to edit a slug that needed cleaned as well. Can you remove the '_' from the array within basic.php's clean_url() function and see if it fixes your plugin? (not sure why we are getting rid of '_' there anyway)
[edit]
I looked at the code, and i'm not seeing any changes in terms of how slugs are created. Can you elaborate more so I can try and pinpoint this issue?
I see in basic.php there is the clean_url() function - but it hasnt been changed in quite a while. I see where it filters _ out, but im curious to see how long it's been like this...
[edit #2]
I think this is the change that did it: http://code.google.com/p/get-simple-cms/...side&r=275
but the thing is, slugs were always cleaned right off the creation of the page, but it was the ability to edit a slug that needed cleaned as well. Can you remove the '_' from the array within basic.php's clean_url() function and see if it fixes your plugin? (not sure why we are getting rid of '_' there anyway)