Fix for 'Invalid argument supplied for foreach(),errfile=filters.php,errline=256', see bug #200
16 lines of code changed in 2 files:
Fixed wrong CSS classes
2 lines of code changed in 2 files:
Backwards-compatiblity must be turned off
11 lines of code changed in 2 files:
Wrong 'bigger than' removed, SQL_HASZERONUMS() returns a boolean
11 lines of code changed in 5 files:
Debug line commented out
1 lines of code changed in 1 file:
Documentation updated, fixes for bug #195/196 (previous commit comment was wrong):
- Fixes for missing function SQL_ESCAPE() while in installation phase and setting
language (e.g. call install.php?mx_lang=de), see ticket #196
- Added code to check for double-initialization of cache instance, see ticket #195
- Updated documentation, may be missleading, see ticket #198
- TODOs.txt updated
45 lines of code changed in 10 files:
Fixed handling of empty referal id, see bug #196
3 lines of code changed in 2 files:
Variable renamed, function refactured/moved:
- Variable $check renamed to $moduleState which is more clear what the variable
is for
- Function isMember() refactured
- Function translatePoolType() moved to template-functions.php and added
strtoupper() call for the $type variable
- TODOs.txt updated
52 lines of code changed in 5 files:
Korn/csh support improved, if() block rewritten:
- Support for non-bash (e.g. korn/csh) shells in todo-builder.sh
- if() block rewritten to curley braces
- Better TODO lines (fixed)
- TODOs.txt updated
30 lines of code changed in 5 files:
- Beg link does now (not yet implemented but prepared) log all referal URLs. It
is also planed to not pay beg link calls without a referer (admin can setup
it).
- The database layer is now aware of queries like
"ALTER TABLE `foo` CHANGE `bar` `bazz` ...."
- Several minor fixes/improvements
- TODOs.txt updated
217 lines of code changed in 32 files: