Roland Häder [Mon, 24 Nov 2008 15:41:47 +0000 (15:41 +0000)]
Some theme fixes, debug system now forced (true)
- Some DEBUG_LOG() lines has given __FILE__ (like in functions.php) which
will not give good debug messages, rewritten to __FUNCTION__
- DEBUG_LOG() is now always forced (true) except commented-out lines in
surfbar-functions.php which I use for developing/debugging the surfbar
- CSS classes guest_skyscraper/member_skyscraper "beautified" ;-)
Roland Häder [Mon, 24 Nov 2008 15:16:27 +0000 (15:16 +0000)]
Some improvements for skyscraper templates:
- TD tag now contains only valign attribute
- Surrounding DIV tag added with class from TD tag
- width attribute removed from TD tag
- Class name fixed (member_skyescraper) (see it? ;-( )
Roland Häder [Mon, 24 Nov 2008 15:06:50 +0000 (15:06 +0000)]
New CSS classes member_skyscraper/guest_skyscraper added:
- Use this to control the output of a TD tag in guest_content_footer and
member_content_right
Roland Häder [Mon, 24 Nov 2008 02:05:38 +0000 (02:05 +0000)]
More bugs fixed, thanks to Piter01: :-)
- Non-loading language strings in transfer extension and maybe more, we used a
deprecated way of checking "if extension foo is not installed AND if there is
no admin". The 2nd part of the AND statement is deprecated and now removed.
- In Update notes the constants POINTS and PATH are now included dynamically
by {!CONSTANT!}.
Roland Häder [Sat, 22 Nov 2008 20:14:00 +0000 (20:14 +0000)]
Bug fixed in referal system:
- Function ADD_DESCR() and ADD_POINTS_SYSTEM used both $DEPTH which is bad
software design.
- We really need to rewrite the whole application! :-(
- This causes a bug in the referal system that all points are being booked
to referal level one and not zero.
Roland Häder [Sat, 22 Nov 2008 19:47:08 +0000 (19:47 +0000)]
Again some fixes:
- $_GET['what'] was used in sponsor extension, fixed to $GLOBALS['what'] because
$GLOBALS is secured and $_GET only a bit
- Constant ORDER_ALLOWED_UNKNOWN added
- Template "admin_data_saved" is now deprecated
Roland Häder [Sat, 22 Nov 2008 16:45:25 +0000 (16:45 +0000)]
Some fixes and improvements:
- Extension "wernis" fixed, hopefully! :-)
- Booking points to user shall now no longer go to referal level one
- Backlink set to GNU project if link to us is enbaled
- Several minor fixes
Roland Häder [Wed, 15 Oct 2008 22:05:29 +0000 (22:05 +0000)]
- Beg link will only work in NONE pay mode! (unfinished, sleepy here...)
- Extension "wernis" needs to be re-configured. You need to enter your
Wernis-password to make member payouts possible
- Editing/changing member/guest menu should now work again
- Output of JavaScript code introduced
- Minor improvements
Roland Häder [Sat, 11 Oct 2008 00:08:21 +0000 (00:08 +0000)]
Some fixes for yoomedia extension
- The extension "yoomedia" now is always turned on while installation phase. You
should not deactivate it. If you do so, your daily requests will not reset.
- The above note added to extension template
- Commented out "return false;" now commented in... ;-)
Roland Häder [Fri, 10 Oct 2008 23:52:54 +0000 (23:52 +0000)]
Extension 'yoomedia' now alpha status, some rewrites
- The extension 'yoomedia' is now in alpha phase and allows the admin to sent
text mails provided by the partner network "Yoo!Media Solutions"
- Function ADD_DESCR() now calls basename() on parameter $file, so all action-
and what-files needs to be rewritten
- Mouse cursor re-styled on delete buttons
- Typo fixed in extension files
- Bonus-mail delivery rewritten in many script parts