* landed support for reading topics and posting followup messages to a topic -
the basis of the conferencing engine is now firmly in place * tweaks to the HTML Checker to make it better at breaking lines without leaving stranded punctuation at the beginning or end of a line * also modified dictionary to better handle possessives and hyphenates * as always, miscellaneous tweaks and bugfizes as I spot them
This commit is contained in:
@@ -54,5 +54,9 @@ public interface Audit
|
||||
public static final int DELETE_TOPIC = 307;
|
||||
public static final int TOPIC_FREEZE = 308;
|
||||
public static final int TOPIC_ARCHIVE = 309;
|
||||
public static final int POST_MESSAGE = 310;
|
||||
public static final int HIDE_MESSAGE = 311;
|
||||
public static final int SCRIBBLE_MESSAGE = 312;
|
||||
public static final int NUKE_MESSAGE = 313;
|
||||
|
||||
} // end interface Audit
|
||||
|
||||
Reference in New Issue
Block a user