-
* Check all occurances of "$user", chaning it to "$account" when I did not mean the currently logged in user, this fixes user-privildge escalation bugs.
-
* Attempted to fix all possible XSS vulnerabilities by copious use of check_plain().
-
* Renamed "everyblog.standard.module" to "everyblog.standard.inc"
-
* Fixed all the db_query() calls to use arguements instead of string replacement * Added db_rewrite_sql() calls to queries for security reasons
-
Renamed "everyblog.standard.module" to "everyblog.standard.inc"
-
* Issue #299922: fixed bug that allowed creation of duplicately named bugs
-
Added in the test files, accidently left them out.
-
Finished up the core tests for the new automated testing and finished converting things over to the new 2 node type system and better taxonomy integration
-
added helper functions file
-
Started to add automated testing, wrote tests fore blog creation and editing