]> git.mxchange.org Git - mailer.git/log
mailer.git
15 years agoMore language constants rewritten ({--LANGUAGE--} is for constants)
quix0r [Sun, 22 Feb 2009 21:39:07 +0000 (21:39 +0000)]
More language constants rewritten ({--LANGUAGE--} is for constants)

15 years agoTicket resolved, code rewrites and caching:
quix0r [Sun, 22 Feb 2009 20:40:00 +0000 (20:40 +0000)]
Ticket resolved, code rewrites and caching:
- Resolves ticket #90
- Caching added to prevent some queries
- Some code cleanups
- TODOs added

15 years agoContinue link added, contributed by profi-concept. Partly resolves #3
quix0r [Sun, 22 Feb 2009 18:39:27 +0000 (18:39 +0000)]
Continue link added, contributed by profi-concept. Partly resolves #3

15 years agoTwo tickets resolved (57/89)
quix0r [Sun, 22 Feb 2009 16:31:44 +0000 (16:31 +0000)]
Two tickets resolved (57/89)
- debug backtrace rewritten which adds links in bugtracker (resolves #57)
- Code like "if (getConfig('foo_entry') == null)" rewritten to use
  isConfigEntrySet() (resolves #89)
- More constants and language strings rewritten

15 years agoScript rewritten to setConfigEntry(), getConfig() and incrementConfigEntry()
quix0r [Sat, 21 Feb 2009 03:03:11 +0000 (03:03 +0000)]
Script rewritten to setConfigEntry(), getConfig() and incrementConfigEntry()

15 years agoFixes for broken extension loader and language error. Resolves #87/#88
quix0r [Sat, 21 Feb 2009 02:15:27 +0000 (02:15 +0000)]
Fixes for broken extension loader and language error. Resolves #87/#88

15 years agoEven more constants/language strings rewritten, merge_array() now logs debug messages
quix0r [Fri, 20 Feb 2009 15:29:08 +0000 (15:29 +0000)]
Even more constants/language strings rewritten, merge_array() now logs debug messages

15 years agoA lot more constants rewritten, deprecated variables with same constant name removed
quix0r [Fri, 20 Feb 2009 15:17:26 +0000 (15:17 +0000)]
A lot more constants rewritten, deprecated variables with same constant name removed

15 years agoConstant OUTPUT_MODE rewritten
quix0r [Fri, 20 Feb 2009 15:12:18 +0000 (15:12 +0000)]
Constant OUTPUT_MODE rewritten

15 years agoFix for ticket #86, thx 2 profi-concept :)
quix0r [Fri, 20 Feb 2009 01:57:55 +0000 (01:57 +0000)]
Fix for ticket #86, thx 2 profi-concept :)

15 years agoMore language constants rewritten
quix0r [Fri, 20 Feb 2009 00:22:09 +0000 (00:22 +0000)]
More language constants rewritten

15 years agoMore improved SQL queries
quix0r [Fri, 20 Feb 2009 00:13:26 +0000 (00:13 +0000)]
More improved SQL queries

15 years agoFix for broken SQL queries (all). Resolves #84
quix0r [Thu, 19 Feb 2009 23:55:34 +0000 (23:55 +0000)]
Fix for broken SQL queries (all). Resolves #84

15 years agoAll, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
quix0r [Thu, 19 Feb 2009 23:48:16 +0000 (23:48 +0000)]
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_ONCE() functions

15 years agoPrevious fix fixed, a lot constants rewritten (unfinished)
quix0r [Thu, 19 Feb 2009 22:37:27 +0000 (22:37 +0000)]
Previous fix fixed, a lot constants rewritten (unfinished)

15 years agoAll database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
quix0r [Thu, 19 Feb 2009 18:30:24 +0000 (18:30 +0000)]
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partly resolves #83

15 years agoFixes in changing URLs in surfbar extension. Resolves #40/#41
quix0r [Wed, 18 Feb 2009 23:03:51 +0000 (23:03 +0000)]
Fixes in changing URLs in surfbar extension. Resolves #40/#41

15 years agoSome more butifications
quix0r [Tue, 10 Feb 2009 16:58:14 +0000 (16:58 +0000)]
Some more butifications

15 years agoOutput of messages now a bit nicer
quix0r [Tue, 10 Feb 2009 15:27:04 +0000 (15:27 +0000)]
Output of messages now a bit nicer

15 years agoMore bugs resolved, thanks to profi-concept
quix0r [Mon, 9 Feb 2009 17:59:10 +0000 (17:59 +0000)]
More bugs resolved, thanks to profi-concept

15 years agoHTML->XHTML converted
quix0r [Mon, 9 Feb 2009 15:06:08 +0000 (15:06 +0000)]
HTML->XHTML converted

15 years agoAgain missed... :( @profi-concept: wie geht das?
quix0r [Mon, 9 Feb 2009 13:27:33 +0000 (13:27 +0000)]
Again missed... :( @profi-concept: wie geht das?

15 years agoMore HTML tags ported to XHTML (all lower-case), bug #33 resolved
quix0r [Mon, 9 Feb 2009 13:26:37 +0000 (13:26 +0000)]
More HTML tags ported to XHTML (all lower-case), bug #33 resolved

15 years agoSome typos fixed
quix0r [Sun, 8 Feb 2009 17:49:42 +0000 (17:49 +0000)]
Some typos fixed

15 years agogetTotalFatalErrors() is now the right name
quix0r [Sun, 8 Feb 2009 17:34:51 +0000 (17:34 +0000)]
getTotalFatalErrors() is now the right name

15 years agoParser error fixed
quix0r [Sun, 8 Feb 2009 17:32:26 +0000 (17:32 +0000)]
Parser error fixed

15 years agoSome internal TODOs fixed, rewrites to script inclusion
quix0r [Sun, 8 Feb 2009 17:28:49 +0000 (17:28 +0000)]
Some internal TODOs fixed, rewrites to script inclusion

15 years agoLOAD_CONFIGURED_URL() added, bug #66 resolved
quix0r [Sun, 8 Feb 2009 15:22:55 +0000 (15:22 +0000)]
LOAD_CONFIGURED_URL() added, bug #66 resolved

15 years agoHTML->XHTML preparation (still *A LOT* to convert
quix0r [Sun, 8 Feb 2009 01:29:28 +0000 (01:29 +0000)]
HTML->XHTML preparation (still *A LOT* to convert

15 years agoSome functions rewritten to hungarian notation, handling of array rewritten
quix0r [Sat, 7 Feb 2009 20:15:12 +0000 (20:15 +0000)]
Some functions rewritten to hungarian notation, handling of array  rewritten

15 years agoTypo fixed
quix0r [Sat, 7 Feb 2009 19:11:52 +0000 (19:11 +0000)]
Typo fixed

15 years agoVergessen... :(
quix0r [Sat, 7 Feb 2009 17:27:48 +0000 (17:27 +0000)]
Vergessen... :(

15 years agoCookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()),...
quix0r [Sat, 7 Feb 2009 17:27:15 +0000 (17:27 +0000)]
Cookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()), tickets resolved

15 years agoAgain more fixes from bugtracker, thanks to profi-concept
quix0r [Sat, 7 Feb 2009 03:49:48 +0000 (03:49 +0000)]
Again more fixes from bugtracker, thanks to profi-concept

15 years agoMore fixes from bugtracker issues, thanks to profi-concept
quix0r [Sat, 7 Feb 2009 03:35:45 +0000 (03:35 +0000)]
More fixes from bugtracker issues, thanks to profi-concept

15 years agoWord 'POINTS' added
quix0r [Fri, 6 Feb 2009 02:16:46 +0000 (02:16 +0000)]
Word 'POINTS' added

15 years agoFixes for a lot bug tickets. (Sorry for lame comment)
quix0r [Fri, 6 Feb 2009 01:02:50 +0000 (01:02 +0000)]
Fixes for a lot bug tickets. (Sorry for lame comment)

15 years agoFix for the fix...
quix0r [Thu, 25 Dec 2008 20:39:55 +0000 (20:39 +0000)]
Fix for the fix...

15 years agoFix for birthday timestamps < 0 (why this?)
quix0r [Thu, 25 Dec 2008 20:29:04 +0000 (20:29 +0000)]
Fix for birthday timestamps < 0 (why this?)

15 years agoFix for language string
quix0r [Thu, 25 Dec 2008 20:12:03 +0000 (20:12 +0000)]
Fix for language string

15 years agoSeveral bugfixes/improvements: (again)
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)

15 years agoSome marjor bugfixes and little improvements
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

15 years agoGeneral directory structure added for debug extension
quix0r [Tue, 23 Dec 2008 01:27:40 +0000 (01:27 +0000)]
General directory structure added for debug extension

15 years agoSome required global statements added
quix0r [Mon, 22 Dec 2008 19:30:49 +0000 (19:30 +0000)]
Some required global statements added

15 years agoFix for 'ref_system'
quix0r [Mon, 22 Dec 2008 18:42:48 +0000 (18:42 +0000)]
Fix for 'ref_system'

15 years agoMore fixes, thanks to rasty's debug.log
quix0r [Mon, 22 Dec 2008 17:26:41 +0000 (17:26 +0000)]
More fixes, thanks to rasty's debug.log

15 years agoFix for non-working admin login if no extension is installed (an other fixed broke it)
quix0r [Mon, 22 Dec 2008 17:03:14 +0000 (17:03 +0000)]
Fix for non-working admin login if no extension is installed (an other fixed broke it)

15 years agoFixed unset variable , added some debug loggings. Resolved #18
quix0r [Mon, 22 Dec 2008 14:44:26 +0000 (14:44 +0000)]
Fixed unset variable , added some debug loggings. Resolved #18

15 years agoFixed doublicate init of filter system if 'cache' extension is installed
quix0r [Mon, 22 Dec 2008 13:57:39 +0000 (13:57 +0000)]
Fixed doublicate init of filter system if 'cache' extension is installed

15 years agoFixed endless loop, if no sql_patches is installed and modules.php?module=index was...
quix0r [Mon, 22 Dec 2008 13:32:44 +0000 (13:32 +0000)]
Fixed endless loop, if no sql_patches is installed and modules.php?module=index was called. Resolved #17

15 years agoFunction INIT_FILTER_SYSTEM() is now being executed even when there are no extensions...
quix0r [Mon, 22 Dec 2008 13:19:40 +0000 (13:19 +0000)]
Function INIT_FILTER_SYSTEM() is now being executed even when there are no extensions installed. Resolved #16

15 years agoFixes missing variable CSS in installation phase. Resolved #15
quix0r [Mon, 22 Dec 2008 13:05:30 +0000 (13:05 +0000)]
Fixes missing variable CSS in installation phase. Resolved #15

15 years agoExtension notes and verbose SQL table rewritten to templates. Resolved #13
quix0r [Mon, 22 Dec 2008 12:56:50 +0000 (12:56 +0000)]
Extension notes and verbose SQL table rewritten to templates. Resolved #13

15 years agoCache file does no longer output fatal messages when it can't find file for deletion
quix0r [Mon, 22 Dec 2008 10:58:47 +0000 (10:58 +0000)]
Cache file does no longer output fatal messages when it can't find file for deletion

15 years agoMore places rewritten to use incrementConfigEntry()
quix0r [Sat, 20 Dec 2008 11:01:47 +0000 (11:01 +0000)]
More places rewritten to use incrementConfigEntry()

15 years agoGlobal removed on many places, rewritten to use incrementConfigEntry()
quix0r [Sat, 20 Dec 2008 10:54:11 +0000 (10:54 +0000)]
Global  removed on many places, rewritten to use incrementConfigEntry()

15 years agoFix for empty refid
quix0r [Fri, 19 Dec 2008 22:41:16 +0000 (22:41 +0000)]
Fix for empty refid

15 years agoDamn hard keyboard... Pressed the key 'r' but not entered. :/
quix0r [Fri, 19 Dec 2008 22:25:57 +0000 (22:25 +0000)]
Damn hard keyboard... Pressed the key 'r' but not entered. :/

15 years agoMinor rewrites, cache destroyed on mailexchange auto-activation
quix0r [Fri, 19 Dec 2008 22:22:23 +0000 (22:22 +0000)]
Minor rewrites, cache destroyed on mailexchange auto-activation

15 years agoNaming convention applied, rewritten to use filter
quix0r [Fri, 19 Dec 2008 22:17:21 +0000 (22:17 +0000)]
Naming convention applied, rewritten to use filter

15 years agoFixes for sponsor admin area
quix0r [Fri, 19 Dec 2008 21:55:50 +0000 (21:55 +0000)]
Fixes for sponsor admin area

15 years agoFix for broken admin_add_sponsor template
quix0r [Fri, 19 Dec 2008 21:40:09 +0000 (21:40 +0000)]
Fix for broken admin_add_sponsor template

15 years agorobots.txt forbids robots to enter inc and templates on weak servers
quix0r [Fri, 19 Dec 2008 20:43:15 +0000 (20:43 +0000)]
robots.txt forbids robots to enter inc and templates on weak servers

15 years agoFix in CREATE_EXTENSION_DEACTIVATION_TASK() and coding-style updated
quix0r [Fri, 19 Dec 2008 20:30:50 +0000 (20:30 +0000)]
Fix in CREATE_EXTENSION_DEACTIVATION_TASK() and coding-style updated

15 years agoAgain, sorry...
quix0r [Fri, 19 Dec 2008 19:34:17 +0000 (19:34 +0000)]
Again, sorry...

15 years agoFinal fixes for SQL execution
quix0r [Fri, 19 Dec 2008 19:33:27 +0000 (19:33 +0000)]
Final fixes for SQL execution

15 years agoFixes for SQL execution and deprecated files removed
quix0r [Fri, 19 Dec 2008 19:24:53 +0000 (19:24 +0000)]
Fixes for SQL execution and deprecated files removed

15 years agoFixes for running SQL queries
quix0r [Fri, 19 Dec 2008 19:07:21 +0000 (19:07 +0000)]
Fixes for running SQL queries

15 years agoMore fixes for 'theme vs. extensions'
quix0r [Fri, 19 Dec 2008 18:36:23 +0000 (18:36 +0000)]
More fixes for 'theme vs. extensions'

15 years agoFix for always default theme showed
quix0r [Fri, 19 Dec 2008 18:26:21 +0000 (18:26 +0000)]
Fix for always default theme showed

15 years agoMissing updated files added
quix0r [Fri, 19 Dec 2008 18:01:29 +0000 (18:01 +0000)]
Missing updated files added

15 years agoFinal fixes for 'loading cache vs. filters vs. extensions' construct
quix0r [Fri, 19 Dec 2008 17:57:47 +0000 (17:57 +0000)]
Final fixes for 'loading cache vs. filters vs. extensions' construct

15 years agoFixes for extension registration
quix0r [Fri, 19 Dec 2008 17:43:27 +0000 (17:43 +0000)]
Fixes for extension registration

15 years agoAgain missing... :(
quix0r [Fri, 19 Dec 2008 17:32:55 +0000 (17:32 +0000)]
Again missing... :(

15 years agoINC_POOL -> data renamed
quix0r [Fri, 19 Dec 2008 17:31:21 +0000 (17:31 +0000)]
INC_POOL -> data renamed

15 years agoFixes for filter 'load_includes'
quix0r [Fri, 19 Dec 2008 17:25:03 +0000 (17:25 +0000)]
Fixes for filter 'load_includes'

15 years agoFix for failed cache tries, problems with modules are locked
quix0r [Fri, 19 Dec 2008 17:12:19 +0000 (17:12 +0000)]
Fix for failed cache tries, problems with modules are locked

15 years agoFix for INSERT INTO query
quix0r [Fri, 19 Dec 2008 17:05:19 +0000 (17:05 +0000)]
Fix for INSERT INTO query

15 years agoLogging of mails if DEBUG_MAIL is defined removed
quix0r [Fri, 19 Dec 2008 16:51:06 +0000 (16:51 +0000)]
Logging of mails if DEBUG_MAIL is defined removed

15 years agoError fixed in what-order.php
quix0r [Fri, 19 Dec 2008 16:48:36 +0000 (16:48 +0000)]
Error fixed in what-order.php

15 years agoDebug line added and inserting of ref-level 0 fixed
quix0r [Fri, 19 Dec 2008 16:44:35 +0000 (16:44 +0000)]
Debug line added and inserting of ref-level 0 fixed

15 years agoDebug lines commented out
quix0r [Fri, 19 Dec 2008 16:39:29 +0000 (16:39 +0000)]
Debug lines commented out

15 years agoVariable rewritten to ['ref_level'] to avoid trouble with referal system
quix0r [Fri, 19 Dec 2008 16:37:39 +0000 (16:37 +0000)]
Variable  rewritten to ['ref_level'] to avoid trouble with referal system

15 years agoExtensions 'admins' and 'task' are now always active
quix0r [Fri, 19 Dec 2008 16:24:41 +0000 (16:24 +0000)]
Extensions 'admins' and 'task' are now always active

15 years agoYet-another fix... :(
quix0r [Fri, 19 Dec 2008 16:20:03 +0000 (16:20 +0000)]
Yet-another fix... :(

15 years agoVariable fixed
quix0r [Fri, 19 Dec 2008 16:19:04 +0000 (16:19 +0000)]
Variable fixed

15 years agoSeveral bugfixes, getMessage() introduced
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

15 years agoMissing URL blacklist tabled (re-)added
quix0r [Fri, 19 Dec 2008 14:07:05 +0000 (14:07 +0000)]
Missing URL blacklist tabled (re-)added

15 years agoFix for undefined variable cnt in mails sending pool (Closed: #0000003)
quix0r [Fri, 19 Dec 2008 13:30:17 +0000 (13:30 +0000)]
Fix for undefined variable cnt in mails sending pool (Closed: #0000003)

15 years agoMediadata extension now creates the guest menu link, extension 'active' fixed
quix0r [Thu, 18 Dec 2008 22:10:06 +0000 (22:10 +0000)]
Mediadata extension now creates the guest menu link, extension 'active' fixed

15 years agoChecking for admin ACL now as filter
quix0r [Thu, 18 Dec 2008 22:00:53 +0000 (22:00 +0000)]
Checking for admin ACL now as filter

15 years agoExtension 'active' now depends on 'online' because of a filter for the 'Who is online...
quix0r [Thu, 18 Dec 2008 21:36:11 +0000 (21:36 +0000)]
Extension 'active' now depends on 'online' because of a filter for the 'Who is online' block

15 years agoFixes for extension removal, now directly sent to [UN]REGISTER_FILTER()
quix0r [Thu, 18 Dec 2008 19:06:17 +0000 (19:06 +0000)]
Fixes for extension removal,  now directly sent to [UN]REGISTER_FILTER()

15 years agoMajor fixes in filters/extensions, other 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

15 years agoBegan to rewrite whole script for newly added filters, new extension stub 'network...
quix0r [Thu, 18 Dec 2008 15:55:41 +0000 (15:55 +0000)]
Began to rewrite whole script for newly added filters, new extension stub 'network' introduced

15 years agoSQL removal list table is now 100%, SQL error in ext-bonus fixed (thanks to schatty)
quix0r [Thu, 18 Dec 2008 09:28:06 +0000 (09:28 +0000)]
SQL removal list table is now 100%, SQL error in ext-bonus fixed (thanks to schatty)

15 years ago needs to be global :(
quix0r [Thu, 18 Dec 2008 05:58:36 +0000 (05:58 +0000)]
 needs to be global :(

15 years agoFix for missing variables, thanks to monakoianar
quix0r [Thu, 18 Dec 2008 05:53:43 +0000 (05:53 +0000)]
Fix for missing variables, thanks to monakoianar

15 years agoFixes for cache/theme
quix0r [Wed, 17 Dec 2008 22:16:06 +0000 (22:16 +0000)]
Fixes for cache/theme

15 years agoFix for missing function GET_CURR_THEME()
quix0r [Wed, 17 Dec 2008 22:12:33 +0000 (22:12 +0000)]
Fix for missing function GET_CURR_THEME()