Edward Z. Yang
|
ca6b20ff2b
|
[phorum-3.0.0.1] Improve installation documentation.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1681 48356398-32a2-884e-a903-53898d9a118a
|
2008-04-22 18:30:01 +00:00 |
|
Edward Z. Yang
|
c521e3a534
|
Fix fatal error with empty migrate.php file
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1581 48356398-32a2-884e-a903-53898d9a118a
|
2008-02-28 05:35:45 +00:00 |
|
Edward Z. Yang
|
dd8ef4d3f5
|
Fix double-encoded quotes.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1508 48356398-32a2-884e-a903-53898d9a118a
|
2008-01-18 07:04:30 +00:00 |
|
Edward Z. Yang
|
aca282104f
|
More updates for ver 3.0.0
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1502 48356398-32a2-884e-a903-53898d9a118a
|
2008-01-13 05:28:39 +00:00 |
|
Edward Z. Yang
|
a8f7cddd49
|
Change help message to div for new theme.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1501 48356398-32a2-884e-a903-53898d9a118a
|
2008-01-13 04:20:54 +00:00 |
|
Edward Z. Yang
|
8a17b1fbc3
|
Make module compatible with Phorum 5.2.6. Changes:
- Modify signature/edit message handling to account for <phorum break>
- Update line numbers
- Update edit message fragile code
- Prevent message blanking when signature or edit message is empty
- Armor source for quote
- Update bbcode function call
- Use phorum_db_interact for our custom call
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1499 48356398-32a2-884e-a903-53898d9a118a
|
2008-01-13 01:58:34 +00:00 |
|
Edward Z. Yang
|
da95ee096a
|
Beef up HTML Purifier help message. Todo: make it hideable.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1435 48356398-32a2-884e-a903-53898d9a118a
|
2007-11-02 01:55:45 +00:00 |
|
Edward Z. Yang
|
43a98de909
|
Fix up some comments, reduce code duplication.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1409 48356398-32a2-884e-a903-53898d9a118a
|
2007-09-04 00:15:07 +00:00 |
|
Edward Z. Yang
|
63f5414f2e
|
[Phorum] Refactor settings.php into different files.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1298 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 20:34:19 +00:00 |
|
Edward Z. Yang
|
88d014706b
|
[Phorum] Double-reverse control.php's double-escaping
- Implement signature migration
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1297 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 20:00:38 +00:00 |
|
Edward Z. Yang
|
f6de73d7e7
|
[Phorum] Deal more gracefully with signatures and edit messages. More improvements.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1296 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 18:25:13 +00:00 |
|
Edward Z. Yang
|
fab6a212c8
|
Turn off WYSIWYG.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1286 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 17:03:55 +00:00 |
|
Edward Z. Yang
|
ea1362ce5c
|
[Phorum] Minor enhancements: add cache purge support and give a friendly HTML is on message above editor.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1281 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 15:43:23 +00:00 |
|
Edward Z. Yang
|
1765a7537a
|
[Phorum] Fix cross-platform mutilation of cache data, remove excess newlines.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1277 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 03:41:21 +00:00 |
|
Edward Z. Yang
|
d7157d0ccd
|
Tweak to make more conducive to our new textareas.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1274 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 02:17:17 +00:00 |
|
Edward Z. Yang
|
b2ed0aff01
|
[Phorum] Final polishing: Have default config auto-detect character encoding; add WYSIWYG hook; update error message to be more friendly
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1271 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 00:48:55 +00:00 |
|
Edward Z. Yang
|
148681d1b0
|
Tidy up Phorum extension. Add svn:ignore, add img to the default list of allowed tags (for smileys), improve naming convention, move loading code out of main namespace, and add reset. Probably the last thing to do before this is feature complete is to have a WYSIWYG flag that turns on escaping for edit posts.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1270 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-29 00:28:07 +00:00 |
|
Edward Z. Yang
|
02051e465c
|
[2.1.0] Phorum mod implemented for HTML Purifier. Some other code adjustments were made, they need to be cleaned up.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1267 48356398-32a2-884e-a903-53898d9a118a
|
2007-06-28 23:01:27 +00:00 |
|