Roland Häder [Wed, 23 Jun 2010 21:38:33 +0000 (21:38 +0000)]
New debugging function debugOutput() introduced, some rewrites to EL:
- New debugging function debugOutput() added, this function does output any
XHTML message in a div-block to the browser.
- Some more rewrites to EL
- TODOs.txt updated
Roland Häder [Wed, 23 Jun 2010 13:49:46 +0000 (13:49 +0000)]
Simplified some more code:
- addEmailNavigation() is now located in admin-inc.php because only admin
actions will make use of it
- Same function simplified, if only one page should be made navigateable, the
function returns an empty string
- There was another unencapsulated what=list_unconfirmed
Roland Häder [Wed, 23 Jun 2010 13:26:45 +0000 (13:26 +0000)]
Even more fixes/improvements:
- Added filter pre_youhere_line. It will be executed directly before the
div-block of the 'You are here' navigation
- Saved an else-block and br-tag in same function
- For that missing br-tag a CSS 'margin-bottom' needs to be added to
you_are_here CSS class
- Fixed default value for an enum in ext-removeip in the configuration SQL query
Roland Häder [Wed, 23 Jun 2010 12:49:06 +0000 (12:49 +0000)]
Some fixes/improvements:
- Fixed missing array elements for what=active in guest menu
- 'Today Online' below action=online is only shown when ext-active and
ext-online are activated
- Fixed user's last activity in clicking on paidmails. It is now no longer
updated if an administrator is logged in
Roland Häder [Tue, 22 Jun 2010 01:57:02 +0000 (01:57 +0000)]
Several template fixes/cleanups, naming convention applied:
- Several templates fixed (see naming convention below)
- Some more HTML code swapped out to templates
- New naming convention: _en_ is obsolete, we use _enable_ and same for _di_,
we now use _disable_. _mem_ is obsolete, too. We now use _member_.
- TODOs.txt updated
Roland Häder [Mon, 21 Jun 2010 01:39:47 +0000 (01:39 +0000)]
More rewrites/templates swapped out:
- Two more templates created (swapped out from PHP code)
- More rewrites to EL
- More double quotes converted to single quotes
- Some internal TODOs solved/new created
- TODOs.txt updated
Roland Häder [Sun, 20 Jun 2010 15:47:37 +0000 (15:47 +0000)]
Extension templates rewritten, the configuration was inserted while an extension template has been parsed. This should be done when the extension's text is being printed out.
Roland Häder [Sat, 19 Jun 2010 23:42:29 +0000 (23:42 +0000)]
Several fixes applied:
- Mail templates are now "compiled" with newly introduced doFinalCompilation() function
- Typo 'county' fixed ...
- Redirect does now work again (was broken by EL)
- New functions for HTML/mail/other templates added
- Some internal TODOs solved
- TODOs.txt updated
Roland Häder [Thu, 8 Apr 2010 11:55:18 +0000 (11:55 +0000)]
Encapsulation and fixes:
- More encapsulation: isFormSent() does now accept an optional parameter
- Double quotes to single converted
- Some for() loops (there may be more left) "fixed"
Roland Häder [Wed, 31 Mar 2010 18:07:20 +0000 (18:07 +0000)]
Several fixes/improvements, new function introduced:
- New function handleFieldWithBraces() introduced which helps correcting the
value of 'name' attribute
- Several template fixes
Roland Häder [Sun, 28 Mar 2010 18:05:12 +0000 (18:05 +0000)]
Conflict solved, more templates added, TODOs.txt updated:
- Conflict between user and surfbar URL status solved
- New templates for unlock/reject of booked URLs added
- TODOs.txt updated