Added a trap for posts with no title.
Posted by mholmes on 19 Mar 2007 in Activity log
There's been a long-standing request for a trap to prevent people creating posts with no title (because this makes RSS feeds look odd, among other things).
Implemented this by adding the trap to this file:
blogs/rsc/js/hcmc_functions.js
This file now traps for two things: whether a value has been inserted for Minutes worked (when creating a post in the Activity log category), and whether the title (trimmed for leading and trailing whitespace) has a length of more than one character.
This entry was posted by Martin and filed under Activity log.