-
Thanks for finding that one!
I like "approve" better, though - its an action word! I changed all instances of allow('article', 'approval') to allow('article', 'approve').
"I do mah thang, in action...".
2009-02-26 23:52:49 UTC in phpWebSite Community Development Project
-
adarkling committed patchset 1402 of module modules to the phpWebSite Community Development Project CVS repository, changing 6 files.
2009-02-26 23:45:52 UTC in phpWebSite Community Development Project
-
adarkling committed patchset 1401 of module modules to the phpWebSite Community Development Project CVS repository, changing 2 files.
2009-02-24 17:49:47 UTC in phpWebSite Community Development Project
-
When given the following source:
Line 1
Line 2
Line 4
Line 6
Line 7
tinyMCE renders it properly. However if the bbcode plugin is involved, the newlines are converted to BR tags, even though those are already. there. So now tinyMCE ends up displaying double spaced lines like this:
Line 1
Line 2
Line...
2009-02-13 18:30:49 UTC in TinyMCE
-
It turns out that the double BR tags observed in https://sourceforge.net/tracker2/?func=detail&aid=2580214&group_id=15539&atid=315539 were created because the bbcode plugin for tinyMCE was converting all newlines to BR tags, even if there was one already there or not.
These files fix that & also keeps tinyMCE from hiding the [quote] tags because noone knew what they were looking at & tinyMCE...
2009-02-13 04:20:17 UTC in phpWebSite Content Management System
-
This patch fixes that.
2009-02-12 02:45:04 UTC in phpWebSite Content Management System
-
Whenever new comments is posted to a thread, notices are sent to all subscribed users whether they already received one or not. The problem traced back to the "send_notice" flag not being set.
Also, the username shown in the email is the username of the last user in the "send to" list. I changed it to say "member" until the mail queue code is done so that we can send individual messages...
2009-02-12 00:03:01 UTC in phpWebSite Content Management System
-
In the comments, every rank below a poster's level is being shown.
This patch fixes that by only calling loadimage() on the highest qualified rank & exiting the loop at that point (saving cycles).
getTpl() is also changed so that getRank() is only called if the poster is a member.
2009-02-09 03:16:20 UTC in phpWebSite Content Management System
-
If the BBcode filter finds a newline followed by a capital D (eg.: /nD), it turns it into :newline:D and then turns the last part into a smilie.
This quick patch fixes that but may inadvertently break something else, so please double-check it.
2009-02-09 03:06:54 UTC in phpWebSite Content Management System
-
The TinyMCE editor doesn't generate br or p tags and PHPWS_Text::breaker() isn't being called when the entry text is being set.
This patch fixes that.
2009-02-08 19:34:36 UTC in phpWebSite Content Management System