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
Roland Häder [Sun, 29 Aug 2010 19:26:09 +0000 (19:26 +0000)]
More usage of EL, code rewrites/cleanups, SQLs improved:
- More usage of EL for admin templates (deletion of emails and notification)
- Unneccessary array re-initialization removed/cleaned up
- SQLs improved, a "LIMIT 1" was missing
- TODOs.txt updated
Roland Häder [Fri, 27 Aug 2010 08:53:16 +0000 (08:53 +0000)]
Fixes for wrong tewmplate names, new network added:
- Fixed a lot templates names which was renamed in mass CSS updated
- Added new advertising network 'Fusion-Ads'
- Editing of request type in ext-network works again
- TODOs.txt updated
Roland Häder [Tue, 24 Aug 2010 17:23:03 +0000 (17:23 +0000)]
New wrapper introduced, more usage of EL:
- New wrapper function 'generateWrappedUserEmailLink() introduced
- Adding/subtracting of user points now uses more EL, some minor rewrites
- Double surename was printed in admin_lock_user.tpl
Roland Häder [Mon, 23 Aug 2010 17:48:38 +0000 (17:48 +0000)]
Several language strings renamed/moved, internal TODO closed:
- Several language strings renamed/moved to own language files
- Internal TODO closed, the template tlock_message.tpl was already there but
not used
- TODOs.txt updated
Roland Häder [Mon, 23 Aug 2010 12:32:54 +0000 (12:32 +0000)]
Rewrites/fixes for CURRENT_DATE, better encapsulation of redirect, coding convention:
- loadExtension()'s parameter $ext_ver is now '0.0' by default, this saves a
manual fix. Still all these errors needs to be fixed
- Setting CURRENT_DATE in inc/databases.php causes an error on some servers,
thanks to km4l (www.funcoins.de) for helping me
- Redirect re-introduced, it should now no longer endless redirect and is
required to redirect from any script to the base script
- Move setting of HTTP status '302 MOVED' into sendRawRedirect()
- if() braces added (coding convention applied)
- TODOs.txt updated
Roland Häder [Mon, 23 Aug 2010 10:14:35 +0000 (10:14 +0000)]
Remove obsolete code, fixed timezone on some machines:
- Removed obsolete code which avoids endless redirect and dublicate filter-chain call
- Added to load ext-timezone (badly hardcoded) to have timezone set on some servers
- TODOs.txt updated