quix0r [Thu, 25 Dec 2008 20:02:30 +0000 (20:02 +0000)]
Several bugfixes/improvements: (again)
- While mails are deleted the removed (affected) rows are being displayed
- Fixes bug in transfer configuration (Resolves #25)
- Fixes bug in Wernis configuration (Resolves #23)
- Fixes bug in de/activating extension 'wernis' (Resolved #22)
- Added backtrace if headers are already sent (Maybe resolves #21)
quix0r [Thu, 25 Dec 2008 19:00:41 +0000 (19:00 +0000)]
Some marjor bugfixes and little improvements
- Ugly line "No mail orders found" replaced with nicer looking "admin_setting_saved" template
- Fixed bug in deleting any member mails without entries in mxchange_user_stats (reolved #28)
- Fixed bug in "member list" if no extension "country" is installed (resolved #29)
- Fixed bug in "Edit admin accounts" when current admin has access level "DENY" (resolved #27)
- Fixed missing array $_CONFIG in templates
quix0r [Fri, 19 Dec 2008 15:41:36 +0000 (15:41 +0000)]
Several bugfixes, getMessage() introduced
- Bugfix in doubler, "send new password" and mail order page
- getMessage() introduced, see http://bugs.mxchange.org/view.php?id=4
- Several minor improvements
quix0r [Thu, 18 Dec 2008 16:45:30 +0000 (16:45 +0000)]
Major fixes in filters/extensions, other improvements:
- Major bug in filter removal fixed (was rewritten to use own filter 'run_sqls')
- Removed guest menu from SQL files and added to ext-online.php
- Filters added to same extension
- UPDATE_LOGIN_DATA() rewritten as filter
- Some documents updated
- Admin footer template now with closing "li" tags and title attribute for guest
area link
quix0r [Wed, 17 Dec 2008 21:15:53 +0000 (21:15 +0000)]
Mahor rewrite:
- Reads from array $_CONFIG are now fully rewritten to getConfig()
- Some admin scripts are deprecated (replaced by others but not removed)
- Some settings where not used in surfbar and other extensions
- Missing settings added to surfbar
- Several coding conventions applied
- Misc fixes
quix0r [Tue, 16 Dec 2008 20:32:42 +0000 (20:32 +0000)]
Heavily rewritten API:
- Extensions can now be tested (used while extension is being installed)
- Flexible filter system added which is database-based
- All "theme-extension-related" functions are now moved to
inc/libs/theme_functions.php to follow more the "inoffical" guidelines:
+ Write in extensions!
+ Use the new filter system!
+ Write your own functions ALL_UPPER_CASE to avoid confusion
with php_internal_functions!
- This is a half-finished update, I will change later more places to the
filter system.
- THINK: Do we need to externalize the session management into an own extension?
- inc/theme-manager.php is now deprecated
- Dummy include file inc/theme-dummy.php will be loaded if no extension "theme"
is loaded which returns values for default theme.
- Minor fixes/improvements
quix0r [Sat, 13 Dec 2008 05:46:06 +0000 (05:46 +0000)]
New extension added, update activated, TODO extended:
- New extension 'events' added which shall record events around the user
account to the database
- Update 0.5.8 in extension 'sql_patches' activated. I simply missed it...
- ToDo extended and re-organized (English file not updated so far)
quix0r [Tue, 9 Dec 2008 17:42:11 +0000 (17:42 +0000)]
New extension added, minor fixes, new author added
- Wolfgang "profi-concept" Stelzhammer has contributed an extension for ISO 3166
conform country codes and their humanreadable descriptions
- Parser error fixed in admin area (what-list_bonus.php)
- THANK_YOU.txt slightly rewritten
- New code contributor added to AUTHORS.txt file