-
The string "{}" appears as blank in preview in the subject when posting.
However, once the message is posted, the subject appears correctly.
2009-09-22 21:19:53 UTC by nyet
-
hopefully fixed in 1505ceb63a074394abd738f21b4aebfc82d16483 and f7fc84be5cd64e95a83743a8e96b21a960a2f7f9.
2009-09-09 01:32:33 UTC by nyet
-
it was running 5.1, but is now running 5.2.x.
2009-09-05 23:19:54 UTC by nobody
-
if user has a timezone set in preferences which is not the timezone of the apache/db server, and kawf is using a non-localhost db server, thread tracking is broken.
2009-09-05 23:18:55 UTC by nobody
-
If a user unchecks ExposeEmail when posting, his (current) email address is not stored in the database along with the message.
It should simply set a flag in the message to NOT show his email to non-moderators, rather than throwing away the information entirely.
2009-04-17 20:30:48 UTC by nyet
-
now that we have removed dependencies on register_globals, it is much easier to see which values come from _REQUESTs
We should validate EVERY one of them depending on what type of value we expect.
2009-04-17 06:28:02 UTC by nobody
-
The schema says "pid", most of the code refers to "pmid"
there are many places where we do something like:
msg['pmid'] = msg['pid']
and in the other direction, there are inserts for pid rather than pmid
i have no idea how to complete this migration w/o writing a tool that redoes the schema.
2009-04-16 23:45:30 UTC by nyet
-
Hopefully closed as of 6952c82bb054d89fb80b634f8a318740e9d9f0ab
More testing is still needed.
Also, more stringent validation of _REQUEST variables is still needed.
2009-04-16 23:43:44 UTC by nyet
-
forums with the shortnames "account" "admin" "pics" "css" "tips" and "search" will conflict with the current namespace.
probalby also need to make "robots.txt" "favicon.ico" and "apple-touch-icon" illegal.
2009-04-16 23:41:45 UTC by nyet
-
fixed in 154aaf53594aa6fcba5cb97c50ef0f453d30ba39.
2009-04-10 18:58:08 UTC by nyet