Roland Häder [Tue, 9 Nov 2010 23:04:18 +0000 (23:04 +0000)]
More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated
Roland Häder [Wed, 3 Nov 2010 17:12:48 +0000 (17:12 +0000)]
Fixed renaming of column names, added/rewritten some debug lines:
- Fixed renaming of column names, the wrong index was checked
- Added debug line for skipped DROP queries
- Rewritten all debugOutput() lines to logDebugMessage() in database layer which
caused a 'Headers already sent' error
- TODOs.txt updated
Roland Häder [Tue, 26 Oct 2010 16:18:23 +0000 (16:18 +0000)]
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
Roland Häder [Thu, 7 Oct 2010 00:46:26 +0000 (00:46 +0000)]
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
Roland Häder [Wed, 6 Oct 2010 04:07:48 +0000 (04:07 +0000)]
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
Roland Häder [Sun, 3 Oct 2010 23:04:22 +0000 (23:04 +0000)]
- 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
Roland Häder [Mon, 27 Sep 2010 13:16:45 +0000 (13:16 +0000)]
Wrapper function introduced, description for random refid rewritten:
- New wrapper function getDefRefid() introduced
- Description in admin area for random referal id rewritten, it now matches
with the actual code logic and is now easier to understand
- TODOs.txt updated
Roland Häder [Sun, 12 Sep 2010 22:29:30 +0000 (22:29 +0000)]
Draft for extension templates added, ext-announcement introduced, templates/CSS rewritten:
- Draft for extension templates added which can be used for new extensions
- Extension ext-announcement introduced (http://bugs.mxchange.org/view.php?id=194)
- Templates/CSS rewritten: Short version 'del' is no longer used, use 'delete' now
- TODOs.txt updated
Roland Häder [Sun, 12 Sep 2010 21:28:22 +0000 (21:28 +0000)]
Floater added, admin_header.tpl added, EL code improved:
- Floater HTML prepared, this will be later moved by the jquery library
- admin_header.tpl extracted from admin_welcome.tpl so all areas have a header
template
- The expression function for template EL code does now tollerate missing
call-back functions
Roland Häder [Thu, 2 Sep 2010 12:15:39 +0000 (12:15 +0000)]
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
- Configuration of advertisment networks is now prepared but not functional
- CSS further cleaned up
- HTML rewritten and some missing 'class' attributes added
Roland Häder [Tue, 31 Aug 2010 10:09:16 +0000 (10:09 +0000)]
Fixed EL code inside EL code seems to be broken:
- Removed EL code inside EL code due to broken engine
- Rewritten SQL_FETCHROW() to SQL_FETCHARRAY() which closes an internal
TODO
- Renamed some array elements to honor the naming convention
- TODOs.txt updated
Roland Häder [Mon, 30 Aug 2010 11:56:44 +0000 (11:56 +0000)]
Naming convention applied, new API function introduced:
- Even more templates renamed to naming convention
- New (cached) API function ifUserPointsLocked() introduced
- The above function has needed in mailid_top.php, there was an uninitialized
variable used which was a relict from older days
- TODOs.txt updated
Roland Häder [Sun, 29 Aug 2010 22:14:01 +0000 (22:14 +0000)]
Naming convention applied to language strings, new API function added:
- Naming convention applied on many language strings (guest/admin)
- New API function getConfirmationMessageFromUserStatus() introduced
- TODOs.txt updated