BlackBoard - PHP Internet Newsboard System Copyright 2003-4 by Yves Goergen Homepage: http://blackboard.unclassified.de See docs/license.txt for distribution/license details Changes from 1.5 to 1.5.1 2004-09-10 * Fix: ACL rules for avatar and user photo file sizes wanted bytes and not kilobytes as advertised * Inline image display of post attachments also needs 'downloadattach' right (see discussion, no. 2) 2004-09-09 * ForwardHTML() timings corrected... The page that was redirected to was actually requested twice by the browser. * Holding the Shift key while clicking the "Quote" BBCode button splits a quote on that line 2004-09-07 * Minor source code fix: cp.inc.php:CPForm() had a missing global $libpath 2004-09-06 * Fixed some minor things with 'mod_rewrite_urls' (wasn't really used before, even if enabled) 2004-09-05 * Fixed minor issues with PHP code syntax highlighting * Fixed "Jump to forum" list, it won't list Web Link forums again. Entering a forum that is actually a Web Link won't be allowed neither * Fixed bug #20 ([Security] Bypass forum to directly download post attachments with HTTP) * Fix: Unassociated forums didn't show up any more in the forums overview (Admin CP) and were lost (and additionally you could create an endless loop with self-parented forums) * Implemented feature #150 ([Source code] Cleartext passwords in config files)
Warning: Incompatible change! You must prepend the string "b64:" to all three passwords stored in the board.conf.php file or you cannot access the forum anymore. 2004-09-02 * Fixed tab order for guests on posting form page * Changed the threads list icons legend so that it only shows icons that actually appear in this list * All code files contain no non-ASCII characters any more so that they can be edited with any selected codepage (this does not apply to language files which remain UTF-8 encoded) 2004-09-01 * Fix: Admin CP, page "Security", couldn't update maximum avatar and photo filesize * Modified search words highlighting so that it doesn't break things inside HTML tags anymore. But for some regular expression's fault (I believe this cannot be done with a single RegExp...) not all occurrences of the word(s) are highlighted. (I have four versions of that code now (around common_post.lib.php:577), and none works correctly!) But I let it this way until highlighting is taken over by the ABBC parser. At least nothing gets broken any more and it highlights some occurrences... * Fixed the bug that (at least) guests couldn't create polls although they were explicitly allowed to by ACL with a new thread 2004-08-31 * Enhanced RSS newsfeed: It can now show all posts from all forums you have access for * Even more XHTML compliance now. See bug #147 ([Source code] XHTML compliance). (This was after the development snapshot release.) 2004-08-29 * Smilie codes can have the following characters again: < > & [ ] * Fixed bug #184 ([Code parser] Subsequent *bold* or other special syntax is not found) * Fixed bug #156 ([Source code] Make smilies codes case-insensitive (ABBC)) 2004-08-28 * Fix: Moved thread notes were displaced when threads list had views counter disabled * Fix: [code=php] displayed wrong colour for the first word. And now code highlighting also works on PHP 5 * You can now create new forums from the Admin CP: Forums overview page (there's a link to the form) 2004-08-27 * Empty post attachments are no longer allowed (this doesn't make much sense anyway...)