mailer.git
14 years agoLogin form for guests in surfbar added, some trigger_error() added, misc rewrites
Roland Häder [Wed, 7 Oct 2009 19:59:56 +0000 (19:59 +0000)]
Login form for guests in surfbar added, some trigger_error() added, misc rewrites

14 years agoModules removed/added
Roland Häder [Tue, 6 Oct 2009 21:54:19 +0000 (21:54 +0000)]
Modules removed/added

14 years agoFixed for loading themes, no longer needed parameters removed
Roland Häder [Tue, 6 Oct 2009 20:45:35 +0000 (20:45 +0000)]
Fixed for loading themes, no longer needed parameters removed

14 years agoDeprecated include inc/language.php removed, TODOs.txt updated
Roland Häder [Tue, 6 Oct 2009 20:34:36 +0000 (20:34 +0000)]
Deprecated include inc/language.php removed, TODOs.txt updated

14 years agoFunction loadLanguageFile() does now support extensions
Roland Häder [Tue, 6 Oct 2009 20:26:19 +0000 (20:26 +0000)]
Function loadLanguageFile() does now support extensions

14 years agoCode from inc/language.php moved to function loadLanguageFile(), the include is now...
Roland Häder [Tue, 6 Oct 2009 20:20:27 +0000 (20:20 +0000)]
Code from inc/language.php moved to function loadLanguageFile(), the include is now deprecated

14 years agoSome double-quotes to single rewritten
Roland Häder [Tue, 6 Oct 2009 20:15:07 +0000 (20:15 +0000)]
Some double-quotes to single rewritten

14 years agoInconsistency between echo and print() fixed to OUTPUT_HTML() (not all)
Roland Häder [Tue, 6 Oct 2009 20:04:31 +0000 (20:04 +0000)]
Inconsistency between echo and print() fixed to OUTPUT_HTML() (not all)

14 years agoThe cache should be rebuilded after purging dublicate entries from the filters table
Roland Häder [Tue, 6 Oct 2009 19:23:20 +0000 (19:23 +0000)]
The cache should be rebuilded after purging dublicate entries from the filters table

14 years agoBug with multiple registration of filters fixed (see fix_filters.php for details)
Roland Häder [Tue, 6 Oct 2009 19:09:04 +0000 (19:09 +0000)]
Bug with multiple registration of filters fixed (see fix_filters.php for details)

14 years agoBetter out, then it is automatic
Roland Häder [Mon, 5 Oct 2009 22:56:06 +0000 (22:56 +0000)]
Better out, then it is automatic

14 years agoScrollbar enabled for url frame...
Roland Häder [Mon, 5 Oct 2009 22:37:18 +0000 (22:37 +0000)]
Scrollbar enabled for url frame...

14 years agoSQL in login welcome screen fixed
Roland Häder [Mon, 5 Oct 2009 22:35:28 +0000 (22:35 +0000)]
SQL in login welcome screen fixed

14 years agoelse-block removed
Roland Häder [Mon, 5 Oct 2009 22:32:57 +0000 (22:32 +0000)]
else-block removed

14 years agoDefault refid is always fallback now, or 0 if sql_patches is absend
Roland Häder [Mon, 5 Oct 2009 22:16:28 +0000 (22:16 +0000)]
Default refid is always fallback now, or 0 if sql_patches is absend

14 years agoTOTAL_REFS removed/rewritten to TOTAL_REFERRALS
Roland Häder [Mon, 5 Oct 2009 21:06:52 +0000 (21:06 +0000)]
TOTAL_REFS removed/rewritten to TOTAL_REFERRALS

14 years agoDebug line commented out
Roland Häder [Mon, 5 Oct 2009 21:02:55 +0000 (21:02 +0000)]
Debug line commented out

14 years agoMore misc fixes and rewrites (sorry, lame description)
Roland Häder [Mon, 5 Oct 2009 20:55:08 +0000 (20:55 +0000)]
More misc fixes and rewrites (sorry, lame description)

14 years agoMore debugging and typo in comment fixed
Roland Häder [Mon, 5 Oct 2009 19:25:54 +0000 (19:25 +0000)]
More debugging and typo in comment fixed

14 years agoAgain TODOs.txt updated... :(
Roland Häder [Mon, 5 Oct 2009 19:19:09 +0000 (19:19 +0000)]
Again TODOs.txt updated... :(

14 years agoHuge rewrite:
Roland Häder [Mon, 5 Oct 2009 19:18:17 +0000 (19:18 +0000)]
Huge rewrite:
- All opendir() calles are now rewritten to getArrayFromDirectory()
- ... which is now generic and moved to inc/functions.php
- A lot more database column names surrounded by back-ticks (`)
- More double quotes rewritten to single quotes
- TODOS.txt updated

14 years agoComment added
Roland Häder [Sun, 4 Oct 2009 22:40:15 +0000 (22:40 +0000)]
Comment added

14 years agoOpps, fatal error...
Roland Häder [Sun, 4 Oct 2009 22:38:20 +0000 (22:38 +0000)]
Opps, fatal error...

14 years agoDetermination of username moved to filter FILTER_DETERMINE_USERNAME() (internal TODO)
Roland Häder [Sun, 4 Oct 2009 22:35:49 +0000 (22:35 +0000)]
Determination of username moved to filter FILTER_DETERMINE_USERNAME() (internal TODO)

14 years agoMore getModule() used, some SQL rewrites, constant __MODULE rewritten
Roland Häder [Sun, 4 Oct 2009 22:29:53 +0000 (22:29 +0000)]
More getModule() used, some SQL rewrites, constant __MODULE rewritten

14 years agoTODOs.txt updated
Roland Häder [Tue, 22 Sep 2009 17:06:17 +0000 (17:06 +0000)]
TODOs.txt updated

14 years agoWe should not auto-init sub-systems. Instead we should initialize them 'by-hand'
Roland Häder [Tue, 22 Sep 2009 17:05:15 +0000 (17:05 +0000)]
We should not auto-init sub-systems. Instead we should initialize them 'by-hand'

14 years agoFix for parser error
Roland Häder [Tue, 22 Sep 2009 00:21:27 +0000 (00:21 +0000)]
Fix for parser error

14 years agoHeavy rewrite:
Roland Häder [Tue, 22 Sep 2009 00:14:55 +0000 (00:14 +0000)]
Heavy rewrite:
- A lot (not all!) double-quotes converted to single-quotes
- A lot (again not all) SQL queries improved with back-ticks (`) for column names
- The email order page (what-order.php) might be broken, please test
- Some obsolete code removed
- "SELECT COUNT(foo)" queries rewritten to function GET_TOTAL_DATA()
- A lot more mailto-links (especially in sponsor extension) rewritten to
  functions
- Misc fixes/rewrites
- TODOs.txt updated

14 years agoPossible further fix for #128
Roland Häder [Sun, 20 Sep 2009 12:47:38 +0000 (12:47 +0000)]
Possible further fix for #128

14 years agoPossible fix and rewrite for ticket #128
Roland Häder [Sat, 19 Sep 2009 23:34:17 +0000 (23:34 +0000)]
Possible fix and rewrite for ticket #128

14 years agoNow we make sure 'filter_name' is there which prevents a notice and non-working code
Roland Häder [Wed, 2 Sep 2009 23:38:22 +0000 (23:38 +0000)]
Now we make sure 'filter_name' is there which prevents a notice and non-working code

14 years agoFilters should be executed even when sql_patches is out-dated
Roland Häder [Wed, 2 Sep 2009 23:24:26 +0000 (23:24 +0000)]
Filters should be executed even when sql_patches is out-dated

14 years agodebug_report_bug() was to 'hard' here.
Roland Häder [Thu, 27 Aug 2009 00:48:07 +0000 (00:48 +0000)]
debug_report_bug() was to 'hard' here.

14 years agoTODOs.txt updated, language string fixed
Roland Häder [Wed, 26 Aug 2009 05:10:18 +0000 (05:10 +0000)]
TODOs.txt updated, language string fixed

14 years agoCaching of filters added (should work now)
Roland Häder [Wed, 26 Aug 2009 05:04:58 +0000 (05:04 +0000)]
Caching of filters added (should work now)

14 years agoMany rewrites to get rid of dublicate modreg inserts while ext-cache is registered
Roland Häder [Wed, 26 Aug 2009 04:14:26 +0000 (04:14 +0000)]
Many rewrites to get rid of dublicate modreg inserts while ext-cache is registered

14 years agobigintval() made to much trouble, uberwach wont be displayed in frames anymore
Roland Häder [Wed, 26 Aug 2009 02:52:16 +0000 (02:52 +0000)]
bigintval() made to much trouble, uberwach wont be displayed in frames anymore

14 years agoRemoved
Roland Häder [Mon, 17 Aug 2009 18:05:34 +0000 (18:05 +0000)]
Removed

14 years agoVariable from (blind) code move fixed
Roland Häder [Mon, 17 Aug 2009 18:04:21 +0000 (18:04 +0000)]
Variable from (blind) code move fixed

14 years agoRewritten to use NICKNAME_IS_ACTIVE()
Roland Häder [Mon, 17 Aug 2009 18:02:53 +0000 (18:02 +0000)]
Rewritten to use NICKNAME_IS_ACTIVE()

14 years agoRewrite to save queries
Roland Häder [Mon, 17 Aug 2009 17:57:15 +0000 (17:57 +0000)]
Rewrite to save queries

14 years agoAnother try... :(
Roland Häder [Mon, 17 Aug 2009 17:54:08 +0000 (17:54 +0000)]
Another try... :(

14 years agoNext try to fix nickname login :(
Roland Häder [Mon, 17 Aug 2009 17:49:27 +0000 (17:49 +0000)]
Next try to fix nickname login :(

14 years agoNickname login should work now
Roland Häder [Mon, 17 Aug 2009 17:43:38 +0000 (17:43 +0000)]
Nickname login should work now

14 years agotrim() added
Roland Häder [Fri, 14 Aug 2009 20:10:36 +0000 (20:10 +0000)]
trim() added

14 years agoHandling of unexpected errors from API rewritten
Roland Häder [Fri, 14 Aug 2009 20:09:29 +0000 (20:09 +0000)]
Handling of unexpected errors from API rewritten

14 years agoFixes for extension problems while installing/removing (still double-registration...
Roland Häder [Fri, 31 Jul 2009 22:04:06 +0000 (22:04 +0000)]
Fixes for extension problems while installing/removing (still double-registration is not yet fixed)

14 years agoNow no longer in admin area
Roland Häder [Fri, 31 Jul 2009 16:52:08 +0000 (16:52 +0000)]
Now no longer in admin area

14 years agoMissing properties added
Roland Häder [Fri, 31 Jul 2009 16:30:33 +0000 (16:30 +0000)]
Missing properties added

14 years agoScript extended with JavaScript templates and ext-uberwach added, see http://www...
Roland Häder [Fri, 31 Jul 2009 16:23:44 +0000 (16:23 +0000)]
Script extended with JavaScript templates and ext-uberwach added, see uberwach.de for details

14 years agoFix for wrong mask fill-in
Roland Häder [Wed, 29 Jul 2009 22:12:32 +0000 (22:12 +0000)]
Fix for wrong mask fill-in

14 years agoSeveral double->single convertions, fix for missing constant '_MYSQL_PREFIX' which...
Roland Häder [Wed, 29 Jul 2009 21:56:28 +0000 (21:56 +0000)]
Several double->single convertions, fix for missing constant '_MYSQL_PREFIX' which is no longer a constant, extension .cache added to rdf.class.php

14 years agoDouble->single converted and fixed a display bug when theme is already installed
Roland Häder [Wed, 29 Jul 2009 21:41:54 +0000 (21:41 +0000)]
Double->single converted and fixed a display bug when theme is already installed

14 years agoMore double->single convertions
Roland Häder [Wed, 29 Jul 2009 19:52:38 +0000 (19:52 +0000)]
More double->single convertions

14 years agoFix for if session has expired and user is still in login area
Roland Häder [Wed, 29 Jul 2009 19:47:45 +0000 (19:47 +0000)]
Fix for if session has expired and user is still in login area

14 years agoFixed bug in surfbar member list
Roland Häder [Wed, 29 Jul 2009 18:02:13 +0000 (18:02 +0000)]
Fixed bug in surfbar member list

14 years agoCSS classes rewritten to ids to let JavaScript insert more values. Some wrappers...
Roland Häder [Wed, 29 Jul 2009 17:36:08 +0000 (17:36 +0000)]
CSS classes rewritten to ids to let JavaScript insert more values. Some wrappers added

14 years agoFixed content disappearence in member menu
Roland Häder [Wed, 29 Jul 2009 16:52:14 +0000 (16:52 +0000)]
Fixed content disappearence in member menu

14 years agoNew wrapper functions enableBlockMode() and isBlockModeEnabled() introduced
Roland Häder [Wed, 29 Jul 2009 16:46:55 +0000 (16:46 +0000)]
New wrapper functions enableBlockMode() and isBlockModeEnabled() introduced

14 years agoFixes for chk_login when no ext-theme is installed
Roland Häder [Wed, 29 Jul 2009 16:40:38 +0000 (16:40 +0000)]
Fixes for chk_login when no ext-theme is installed

14 years agoSame fix for isActionSet()
Roland Häder [Tue, 28 Jul 2009 21:39:06 +0000 (21:39 +0000)]
Same fix for isActionSet()

14 years agoTODOs.txt updated, TODO added for SUB_POINTS(), some rewrites, fix for isWhatSet()
Roland Häder [Tue, 28 Jul 2009 21:36:38 +0000 (21:36 +0000)]
TODOs.txt updated, TODO added for SUB_POINTS(), some rewrites, fix for isWhatSet()

14 years agoA lot bugfixes for ext-cache and deprecated files removed:
Roland Häder [Tue, 28 Jul 2009 21:19:54 +0000 (21:19 +0000)]
A lot bugfixes for ext-cache and deprecated files removed:
- Fixed a problem that no cache file was removed and later used after another registration
- Fixed a problem with CSS mode: cache files got created and removed, now only allowed in 'mode 0'
- Fixed a problem with CSS mode again: When ext-cache is registered css.php raises a missing array element 'revision'
- Some double quotes to single quotes converted
- Deprecated (ext-repair vs. ext-menu) includes removed
- Other minor improvements like more debug messages in debug-mode

14 years ago is now located in ['config']
Roland Häder [Tue, 28 Jul 2009 19:17:43 +0000 (19:17 +0000)]
 is now located in ['config']

14 years agoTODOs.txt updated. :(
Roland Häder [Tue, 28 Jul 2009 19:13:33 +0000 (19:13 +0000)]
TODOs.txt updated. :(

14 years ago'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
Roland Häder [Tue, 28 Jul 2009 18:50:32 +0000 (18:50 +0000)]
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code may be broken)

14 years agoPossible fix for #125, applied fixes from profi-concept's branch
Roland Häder [Tue, 28 Jul 2009 17:06:17 +0000 (17:06 +0000)]
Possible fix for #125, applied fixes from profi-concept's branch

14 years agoTODOs.txt updated, we really need a hook here, how do I do so?
Roland Häder [Mon, 27 Jul 2009 20:57:55 +0000 (20:57 +0000)]
TODOs.txt updated, we really need a hook here, how do I do so?

14 years agoMore fixes for missing variables, array elements and logical bugs...
Roland Häder [Mon, 27 Jul 2009 20:56:16 +0000 (20:56 +0000)]
More fixes for missing variables, array elements and logical bugs...

14 years agoFixed 'last' array, TODOs.txt updated
Roland Häder [Mon, 27 Jul 2009 20:40:13 +0000 (20:40 +0000)]
Fixed 'last' array, TODOs.txt updated

14 years agoOld naming convention fixed
Roland Häder [Mon, 27 Jul 2009 20:38:15 +0000 (20:38 +0000)]
Old naming convention fixed

14 years agoA lot code refactured to newly introduces wrapper function isNicknameUsed()
Roland Häder [Mon, 27 Jul 2009 20:33:32 +0000 (20:33 +0000)]
A lot code refactured to newly introduces wrapper function isNicknameUsed()

14 years agoWorks better with null
Roland Häder [Mon, 27 Jul 2009 20:22:30 +0000 (20:22 +0000)]
Works better with null

14 years agoCode cleanup:
Roland Häder [Mon, 27 Jul 2009 20:18:23 +0000 (20:18 +0000)]
Code cleanup:
- Initialization of 'action' and 'what' is no longer needed in all root scripts
- Some more double-quotes converted to single-quotes
- Minor cleanups

14 years agoDeprecated action=login (admin area) removed
Roland Häder [Mon, 27 Jul 2009 08:46:31 +0000 (08:46 +0000)]
Deprecated action=login (admin area) removed

14 years agoFix for the fix... :(
Roland Häder [Sun, 26 Jul 2009 20:20:00 +0000 (20:20 +0000)]
Fix for the fix... :(

14 years ago(Possible) fixes for illegal array indexes
Roland Häder [Sun, 26 Jul 2009 20:17:43 +0000 (20:17 +0000)]
(Possible) fixes for illegal array indexes

14 years agoif-block rewrittten, some TODOs/default added
Roland Häder [Sun, 26 Jul 2009 20:12:49 +0000 (20:12 +0000)]
if-block rewrittten, some TODOs/default added

14 years agoSome rewrites, TODOs handled:
Roland Häder [Sun, 26 Jul 2009 19:43:14 +0000 (19:43 +0000)]
Some rewrites, TODOs handled:
- Some rewrites of ugly code
- Internal TODO closed
- New TODOs added
- TODOs.txt updated

14 years agoFix for ext-wernis, some rewrites, fixes for array-to-string convertion
Roland Häder [Sun, 26 Jul 2009 19:31:02 +0000 (19:31 +0000)]
Fix for ext-wernis, some rewrites, fixes for array-to-string convertion

14 years agoSome fixes for surfbar extension (#123), double->single, misc cleanups/fixes
Roland Häder [Sun, 26 Jul 2009 18:42:27 +0000 (18:42 +0000)]
Some fixes for surfbar extension (#123), double->single, misc cleanups/fixes

14 years agoDouble quotes to single quotes rewritten
Roland Häder [Sun, 26 Jul 2009 16:43:39 +0000 (16:43 +0000)]
Double quotes to single quotes rewritten

14 years agoRewrite for fixing reported error message at ticket #56
Roland Häder [Sun, 26 Jul 2009 16:35:20 +0000 (16:35 +0000)]
Rewrite for fixing reported error message at ticket #56

14 years agoComplete rewrite and debug message surpressed:
Roland Häder [Sun, 26 Jul 2009 16:07:55 +0000 (16:07 +0000)]
Complete rewrite and debug message surpressed:
- Function isExtensionInstalled() added
- rewritten all calls for error messages
- debug message about missing extension in database now only in debug-mode

14 years agoRewritten to use functions, query updated to a 'join'
Roland Häder [Sun, 26 Jul 2009 14:50:52 +0000 (14:50 +0000)]
Rewritten to use functions, query updated to a 'join'

14 years agoParser error fixed and should be span instead of div, TODOs.txt updated
Roland Häder [Sun, 26 Jul 2009 14:37:23 +0000 (14:37 +0000)]
Parser error fixed and should be span instead of div, TODOs.txt updated

14 years agoAnother try to fix bigintval() problem, ticket #114
Roland Häder [Sun, 26 Jul 2009 14:23:40 +0000 (14:23 +0000)]
Another try to fix bigintval() problem, ticket #114

14 years agoSeveral CSS fixes for quite better look
Roland Häder [Sun, 26 Jul 2009 14:14:43 +0000 (14:14 +0000)]
Several CSS fixes for quite better look

14 years agoMissing li-tag added to avoid XHTML error
Roland Häder [Sun, 26 Jul 2009 12:57:12 +0000 (12:57 +0000)]
Missing li-tag added to avoid XHTML error

14 years agoStill a bit silly but seems to work
Roland Häder [Sun, 26 Jul 2009 12:47:47 +0000 (12:47 +0000)]
Still a bit silly but seems to work

14 years agoDatabase links should be up before we send queries, now a trigger_error() is added...
Roland Häder [Sun, 26 Jul 2009 12:43:25 +0000 (12:43 +0000)]
Database links should be up before we send queries, now a trigger_error() is added to avoid this and many more bugs... :(

14 years agoTODOs.txt updated :( We need a solution here
Roland Häder [Sun, 5 Jul 2009 20:03:19 +0000 (20:03 +0000)]
TODOs.txt updated :( We need a solution here

14 years agoFixes for broken installation routine
Roland Häder [Sun, 5 Jul 2009 19:46:21 +0000 (19:46 +0000)]
Fixes for broken installation routine

14 years agoRemoved, opps...
Roland Häder [Thu, 25 Jun 2009 20:17:02 +0000 (20:17 +0000)]
Removed, opps...

14 years ago"copied"
Roland Häder [Thu, 25 Jun 2009 20:11:35 +0000 (20:11 +0000)]
"copied"

14 years agoMissing language string added
Roland Häder [Wed, 24 Jun 2009 19:35:07 +0000 (19:35 +0000)]
Missing language string added

14 years agoConvention applied
Roland Häder [Wed, 24 Jun 2009 18:10:56 +0000 (18:10 +0000)]
Convention applied

14 years agoNew method generateExtensionInactiveMessage() introduced
Roland Häder [Sun, 21 Jun 2009 21:26:24 +0000 (21:26 +0000)]
New method generateExtensionInactiveMessage() introduced

14 years agoTypo in function name fixed, double->single quotes, some HTML fixes
Roland Häder [Tue, 9 Jun 2009 19:41:20 +0000 (19:41 +0000)]
Typo in function name fixed, double->single quotes, some HTML fixes