-
Prerelease 1 of version 3.3 is available.
From the CHANGELOG:
2009-12-27
- Support Google Chrome's uppercase "en-US" language name.
- Sort list of languages by name of language.
- Administrator can configure site to not show status messages in
moderated rooms, to reduce flooding.
- Reduce possible flooding problem.
- Better character set support per bug report "Poor...
2009-12-28 20:58:10 UTC by sewilco
-
sewilco made 1 file-release changes.
2009-12-28 18:20:01 UTC by sewilco
-
sewilco made 2 file-release changes.
2009-12-28 18:19:02 UTC by sewilco
-
sewilco made 1 file-release changes.
2009-12-28 18:18:01 UTC by sewilco
-
sewilco committed revision 524 to the ARSC Really Simple Chat SVN repository, changing 27 files.
2009-12-28 00:13:10 UTC by sewilco
-
The Administrator can define several layouts, and specify which layout to use for each room. There are several panels on the page which are shown as HTML FRAMEs.
2009-12-27 22:08:41 UTC by sewilco
-
The order is sorted by the name of the language. If your browser reports a preferred language, that is selected by default.
If you want to force a specific language, select the desired language, proceed to the next page, and use that URL to direct people to the login page with that language.
If you want to alter the sorting code, see ksort() in base/index.php.
2009-12-27 22:04:08 UTC by sewilco
-
smilies are not shown as images except the last one.
Solution: insert one line in arsc_smilies_replace
// Replace smilies with image tag //FIXME: Move into API
// RN: fixed: reset($smilies); inserted since of copy of smilie
// arrays points beyond $key in help.php
function arsc_smilies_replace($text, $smilies, $smilies_pfad)
{
reset($smilies);
while (list($key, $val) =...
2009-11-29 20:38:55 UTC by nobody
-
sewilco changed the public information on the ARSC Really Simple Chat project.
2009-11-24 20:08:46 UTC by sewilco
-
sewilco changed the public information on the ARSC Really Simple Chat project.
2009-11-24 20:08:46 UTC by sewilco