mailer.git
14 years agoProfi-Concepts patch integrated and overworked for HTML cleanups
Roland Häder [Sun, 29 Nov 2009 02:19:19 +0000 (02:19 +0000)]
Profi-Concepts patch integrated and overworked for HTML cleanups

14 years agoPatches from Profi-Concept's branch integrated (except 1599, because it is to large...
Roland Häder [Sun, 29 Nov 2009 01:36:09 +0000 (01:36 +0000)]
Patches from Profi-Concept's branch integrated (except 1599, because it is to large but will follow soon)

14 years agoMerchant->Publisher, now better?
Roland Häder [Sat, 28 Nov 2009 20:20:21 +0000 (20:20 +0000)]
Merchant->Publisher, now better?

14 years agomake-euros has replied me, now when you add request parameters only those from select...
Roland Häder [Sat, 28 Nov 2009 17:29:25 +0000 (17:29 +0000)]
make-euros has replied me, now when you add request parameters only those from selected type handler will be shown which makes live at easier

14 years agoIntegrated stelzi's tweak patches for admin registration form and login
Roland Häder [Fri, 27 Nov 2009 17:37:36 +0000 (17:37 +0000)]
Integrated stelzi's tweak patches for admin registration form and login

14 years agoext-network continued, documentation updated, stelzi's fix integrated:
Roland Häder [Fri, 27 Nov 2009 17:29:38 +0000 (17:29 +0000)]
ext-network continued, documentation updated, stelzi's fix integrated:
- 10 chars max for default values wasn't correct in ext-network
- More networks added (in @TODO tags only currenly)
- Language string for adding new network type updated
- Missing properties set
- TODOs.txt updated

14 years agoTODOs.txt updated, notice in README.txt updated which GNU GPL version (2) we are...
Roland Häder [Fri, 27 Nov 2009 00:57:42 +0000 (00:57 +0000)]
TODOs.txt updated, notice in README.txt updated which GNU GPL version (2) we are using

14 years agoNew generic template added (new CSS classes), some inconsistencies fixed:
Roland Häder [Fri, 27 Nov 2009 00:22:48 +0000 (00:22 +0000)]
New generic template added (new CSS classes), some inconsistencies fixed:
- New generic template 'admin_settings_unsaved' added
- Some inconsistencies fixed in ext-network (naming)
- More TODOs for ext-network added

14 years agoParser error fixed...
Roland Häder [Thu, 26 Nov 2009 21:31:48 +0000 (21:31 +0000)]
Parser error fixed...

14 years agoAdvert type handlers and request parameters added for YooMedia
Roland Häder [Thu, 26 Nov 2009 21:29:40 +0000 (21:29 +0000)]
Advert type handlers and request parameters added for YooMedia

14 years agofooRequestElementBar() functions renamed, adding of request parameters added:
Roland Häder [Thu, 26 Nov 2009 21:16:15 +0000 (21:16 +0000)]
fooRequestElementBar() functions renamed, adding of request parameters added:
- All fooRequestElementBar() functions are now renamed to fooRequestParameterBar()
- Adding of network request parameters basicly added, once a parameter has been
  added the added parameter is disabled in HTML and the choosen network type
  handler is pre-choosen.
- Documentation updated

14 years agoAdding of request parameters partialy finished
Roland Häder [Thu, 26 Nov 2009 19:43:29 +0000 (19:43 +0000)]
Adding of request parameters partialy finished

14 years agoEditing/deleting of network type handlers basicly finished
Roland Häder [Thu, 26 Nov 2009 19:09:21 +0000 (19:09 +0000)]
Editing/deleting of network type handlers basicly finished

14 years agoDeleting of network type handler partialy finished
Roland Häder [Thu, 26 Nov 2009 18:58:42 +0000 (18:58 +0000)]
Deleting of network type handler partialy finished

14 years agoEditing of network type handler partialy finished
Roland Häder [Thu, 26 Nov 2009 18:25:54 +0000 (18:25 +0000)]
Editing of network type handler partialy finished

14 years agoListing of network type handlers finished
Roland Häder [Thu, 26 Nov 2009 17:42:54 +0000 (17:42 +0000)]
Listing of network type handlers finished

14 years agoFix for not found filters
Roland Häder [Thu, 26 Nov 2009 17:21:46 +0000 (17:21 +0000)]
Fix for not found filters

14 years agoThings that 'should not happen' should end in debug_report_bug(), not logDebugMessage...
Roland Häder [Thu, 26 Nov 2009 00:49:50 +0000 (00:49 +0000)]
Things that 'should not happen' should end in debug_report_bug(), not logDebugMessage() :-)

14 years agoContent-Length: 1 caused the slow response... :(
Roland Häder [Thu, 26 Nov 2009 00:44:44 +0000 (00:44 +0000)]
Content-Length: 1 caused the slow response... :(

14 years agoBroken mask fixed (%%) and request dispatcher sendRawRequest() rewritten to timeout...
Roland Häder [Thu, 26 Nov 2009 00:32:00 +0000 (00:32 +0000)]
Broken mask fixed (%%) and request dispatcher sendRawRequest() rewritten to timeout after 15 seconds of no reply in non-blocking mode

14 years ago'close' not 'Close' and PagePeel added to ext-network
Roland Häder [Wed, 25 Nov 2009 23:49:50 +0000 (23:49 +0000)]
'close' not 'Close' and PagePeel added to ext-network

14 years agoAdding of network type handlers finished (listing is still work-in-progress)
Roland Häder [Wed, 25 Nov 2009 23:25:54 +0000 (23:25 +0000)]
Adding of network type handlers finished (listing is still work-in-progress)

14 years agoResults from filter chains are now added in template execution time to safe some...
Roland Häder [Wed, 25 Nov 2009 22:28:42 +0000 (22:28 +0000)]
Results from filter chains are now added in template execution time to safe some compilation time

14 years agoFilter support added to template engine, functions renamed
Roland Häder [Wed, 25 Nov 2009 22:26:10 +0000 (22:26 +0000)]
Filter support added to template engine, functions renamed
- Function FILTER_COMPILE_EXTENSION() is now known as FILTER_COMPILE_EXPRESSION_CODE()
- That function does now support the command 'filter', which can insert results
  from filter chains
- First filters 'body_on_load' and 'body_on_unload' added to template page_body.tpl

14 years agoFix for fatal errors
Roland Häder [Wed, 25 Nov 2009 20:31:01 +0000 (20:31 +0000)]
Fix for fatal errors

14 years agoFixes saving of settings, inconsistency fixed in config entries
Roland Häder [Wed, 25 Nov 2009 18:48:36 +0000 (18:48 +0000)]
Fixes saving of settings, inconsistency fixed in config entries

14 years agoFix for missing variable, thanks to wernisman
Roland Häder [Wed, 25 Nov 2009 18:33:41 +0000 (18:33 +0000)]
Fix for missing variable, thanks to wernisman

14 years agoScripts doesn't die, they abort only
Roland Häder [Wed, 25 Nov 2009 18:29:44 +0000 (18:29 +0000)]
Scripts doesn't die, they abort only

14 years agoSet content type if spider is there
Roland Häder [Wed, 25 Nov 2009 18:24:09 +0000 (18:24 +0000)]
Set content type if spider is there

14 years agoVariable conflict solved
Roland Häder [Wed, 25 Nov 2009 18:20:26 +0000 (18:20 +0000)]
Variable conflict solved

14 years agoLogging removed
Roland Häder [Wed, 25 Nov 2009 18:17:24 +0000 (18:17 +0000)]
Logging removed

14 years agoMore fixes for installation and extension registration
Roland Häder [Wed, 25 Nov 2009 18:14:57 +0000 (18:14 +0000)]
More fixes for installation and extension registration

14 years agoTODOs.txt updated... :(
Roland Häder [Wed, 25 Nov 2009 17:09:12 +0000 (17:09 +0000)]
TODOs.txt updated... :(

14 years agoFixes for installation phase, old lost call of FILTER_COMPILE_CONFIG() removed
Roland Häder [Wed, 25 Nov 2009 17:08:42 +0000 (17:08 +0000)]
Fixes for installation phase, old lost call of FILTER_COMPILE_CONFIG() removed

14 years agoFixed wrong filter registrations
Roland Häder [Wed, 25 Nov 2009 16:37:44 +0000 (16:37 +0000)]
Fixed wrong filter registrations

14 years agoNew functions introduced, several rewrites:
Roland Häder [Wed, 25 Nov 2009 16:26:08 +0000 (16:26 +0000)]
New functions introduced, several rewrites:
- New function verifyExpertSettings() added which checks if the admin is aware
  of altering so-called expert settings, which may raise malfuntion in your
  mailer
- Several rewrites on XHTML
- More double quotes converted to single
- Other smaller issues fixed (e.g. non-working deletion of bonus mails)
- TODOs.txt updated

14 years agoFixes for creating of new tasks (double escape breakes string) and mail debug code
Roland Häder [Tue, 24 Nov 2009 07:03:49 +0000 (07:03 +0000)]
Fixes for creating of new tasks (double escape breakes string) and mail debug code

14 years agoExtension ext-grade introduced
Roland Häder [Tue, 24 Nov 2009 06:49:19 +0000 (06:49 +0000)]
Extension ext-grade introduced

14 years agodebug_report_bug() does call app_die() again (internal TODO), nicer template for...
Roland Häder [Tue, 24 Nov 2009 03:50:03 +0000 (03:50 +0000)]
debug_report_bug() does call app_die() again (internal TODO), nicer template for app_die(), TODOs.txt updated

14 years agoGerman documentation added
Roland Häder [Mon, 23 Nov 2009 20:05:50 +0000 (20:05 +0000)]
German documentation added

14 years agoAdding of network advert types partly finished, hard-coded table type fixed to dynamic
Roland Häder [Mon, 23 Nov 2009 20:01:21 +0000 (20:01 +0000)]
Adding of network advert types partly finished, hard-coded table type fixed to dynamic

14 years agoFix for missing content type
Roland Häder [Mon, 23 Nov 2009 14:39:33 +0000 (14:39 +0000)]
Fix for missing content type

14 years agoMore fixes for redirect vs. regular output, thanks to wernisman
Roland Häder [Sun, 22 Nov 2009 20:00:33 +0000 (20:00 +0000)]
More fixes for redirect vs. regular output, thanks to wernisman

14 years agoFix for 'Undefined index: content_type'
Roland Häder [Sun, 22 Nov 2009 19:46:06 +0000 (19:46 +0000)]
Fix for 'Undefined index: content_type'

14 years agodie() removed... :(
Roland Häder [Sun, 22 Nov 2009 19:42:48 +0000 (19:42 +0000)]
die() removed... :(

14 years agoNow also deflate, but gzip first
Roland Häder [Sun, 22 Nov 2009 19:39:39 +0000 (19:39 +0000)]
Now also deflate, but gzip first

14 years agoFix for output to bots, 'slurp' is now detected
Roland Häder [Sun, 22 Nov 2009 19:29:12 +0000 (19:29 +0000)]
Fix for output to bots, 'slurp' is now detected

14 years agoMore HTML rewrites #3
Roland Häder [Sun, 22 Nov 2009 15:40:29 +0000 (15:40 +0000)]
More HTML rewrites #3

14 years agoMore HTML rewrites #2
Roland Häder [Sun, 22 Nov 2009 15:32:25 +0000 (15:32 +0000)]
More HTML rewrites #2

14 years agoMore HTML rewrites
Roland Häder [Sun, 22 Nov 2009 15:18:21 +0000 (15:18 +0000)]
More HTML rewrites

14 years agoMissing CSS class added
Roland Häder [Sun, 22 Nov 2009 13:19:29 +0000 (13:19 +0000)]
Missing CSS class added

14 years agoRewrite of language strings
Roland Häder [Sun, 22 Nov 2009 12:44:35 +0000 (12:44 +0000)]
Rewrite of language strings

14 years agoTable in div converted
Roland Häder [Sun, 22 Nov 2009 09:22:11 +0000 (09:22 +0000)]
Table in div converted

14 years agoFix...
Roland Häder [Sun, 22 Nov 2009 09:16:24 +0000 (09:16 +0000)]
Fix...

14 years agoMenu moved to extension
Roland Häder [Sun, 22 Nov 2009 09:11:58 +0000 (09:11 +0000)]
Menu moved to extension

14 years agoCSS fixed
Roland Häder [Sun, 22 Nov 2009 09:01:57 +0000 (09:01 +0000)]
CSS fixed

14 years agoNext phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
Roland Häder [Sun, 22 Nov 2009 08:58:23 +0000 (08:58 +0000)]
Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites

14 years agoNew-line added
Roland Häder [Sun, 22 Nov 2009 08:43:09 +0000 (08:43 +0000)]
New-line added

14 years agoRefback rewritten: referal id, joined added
Roland Häder [Sun, 22 Nov 2009 08:39:00 +0000 (08:39 +0000)]
Refback rewritten: referal id, joined added

14 years agoFixes for refback mail
Roland Häder [Sun, 22 Nov 2009 08:19:01 +0000 (08:19 +0000)]
Fixes for refback mail

14 years agoTemplate fixed
Roland Häder [Sun, 22 Nov 2009 08:04:42 +0000 (08:04 +0000)]
Template fixed

14 years agoA lot templates rewritten, TODOs.txt updated, XHTML fixes:
Roland Häder [Sun, 22 Nov 2009 07:31:42 +0000 (07:31 +0000)]
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
- A lot more configurations are now parsed by FILTER_COMPILE_EXTENSION ()
  (we really need to rename this function)
- The same with user data
- HTML tag 'SMALL' fixed to a div
- Codes 'ID_UNCONFIRMED' and 'ID_LOCKED' renamed to 'STATUS_xxx'
- TODOs.txt updated

14 years agoDouble quotes to single converted, TODOs.txt updated
Roland Häder [Sun, 22 Nov 2009 06:02:03 +0000 (06:02 +0000)]
Double quotes to single converted, TODOs.txt updated

14 years agoNext stage of HTML rewriting, lesser br-tags
Roland Häder [Sun, 22 Nov 2009 05:38:55 +0000 (05:38 +0000)]
Next stage of HTML rewriting, lesser br-tags

14 years agoTODOs.txt updated
Roland Häder [Sat, 21 Nov 2009 18:02:45 +0000 (18:02 +0000)]
TODOs.txt updated

14 years agoNow total received mails are reduced if no entry in user_stats_data is found
Roland Häder [Sat, 21 Nov 2009 17:54:07 +0000 (17:54 +0000)]
Now total received mails are reduced if no entry in user_stats_data is found

14 years agoWorkaround for missing function, this will be better in 0.3.0
Roland Häder [Sat, 21 Nov 2009 17:21:08 +0000 (17:21 +0000)]
Workaround for missing function, this will be better in 0.3.0

14 years agoFix empty delimiter in isSpider()
Roland Häder [Sat, 21 Nov 2009 17:15:13 +0000 (17:15 +0000)]
Fix empty delimiter in isSpider()

14 years agoFix for URL detection
Roland Häder [Sat, 21 Nov 2009 17:12:42 +0000 (17:12 +0000)]
Fix for URL detection

14 years agozip,refid secured, more data for admin-refback email
Roland Häder [Sat, 21 Nov 2009 02:15:30 +0000 (02:15 +0000)]
zip,refid secured, more data for admin-refback email

14 years agoRewrite of all mail templates with user data to new 'tag-like' functionality
Roland Häder [Sat, 21 Nov 2009 01:41:46 +0000 (01:41 +0000)]
Rewrite of all mail templates with user data to new 'tag-like' functionality

14 years agoNow extension code must be inserted like {%ext,version=foo%}
Roland Häder [Fri, 20 Nov 2009 17:21:05 +0000 (17:21 +0000)]
Now extension code must be inserted like {%ext,version=foo%}

14 years agoFix for userid=0 and if code is empty debug_report_bug() is called
Roland Häder [Thu, 19 Nov 2009 19:57:20 +0000 (19:57 +0000)]
Fix for userid=0 and if code is empty debug_report_bug() is called

14 years agoForced space removed
Roland Häder [Wed, 18 Nov 2009 12:23:13 +0000 (12:23 +0000)]
Forced space removed

14 years agoEven more fixes #2
Roland Häder [Wed, 18 Nov 2009 12:20:03 +0000 (12:20 +0000)]
Even more fixes #2

14 years agoEven more fixes
Roland Häder [Wed, 18 Nov 2009 12:00:20 +0000 (12:00 +0000)]
Even more fixes

14 years agoFix for fix :(
Roland Häder [Wed, 18 Nov 2009 11:35:45 +0000 (11:35 +0000)]
Fix for fix :(

14 years agoFix for double-add of URL
Roland Häder [Wed, 18 Nov 2009 11:31:54 +0000 (11:31 +0000)]
Fix for double-add of URL

14 years agoFix for non-working rewrite-links (still this is lame code)
Roland Häder [Wed, 18 Nov 2009 11:23:51 +0000 (11:23 +0000)]
Fix for non-working rewrite-links (still this is lame code)

14 years agoFix for rewritting code #6 (final?)
Roland Häder [Wed, 18 Nov 2009 04:32:22 +0000 (04:32 +0000)]
Fix for rewritting code #6 (final?)

14 years agoFix for rewritting code #5
Roland Häder [Wed, 18 Nov 2009 04:30:53 +0000 (04:30 +0000)]
Fix for rewritting code #5

14 years agoFix for rewritting code #4
Roland Häder [Wed, 18 Nov 2009 04:27:09 +0000 (04:27 +0000)]
Fix for rewritting code #4

14 years agoFix for rewritting code #3
Roland Häder [Wed, 18 Nov 2009 04:24:23 +0000 (04:24 +0000)]
Fix for rewritting code #3

14 years agoFix for rewritting code #2
Roland Häder [Wed, 18 Nov 2009 04:22:04 +0000 (04:22 +0000)]
Fix for rewritting code #2

14 years agoFix for rewritting code
Roland Häder [Wed, 18 Nov 2009 04:17:52 +0000 (04:17 +0000)]
Fix for rewritting code

14 years agoAnother fix #2
Roland Häder [Wed, 18 Nov 2009 04:13:35 +0000 (04:13 +0000)]
Another fix #2

14 years agoAnother fix
Roland Häder [Wed, 18 Nov 2009 04:12:27 +0000 (04:12 +0000)]
Another fix

14 years agoTable->div rewritten
Roland Häder [Wed, 18 Nov 2009 04:05:10 +0000 (04:05 +0000)]
Table->div rewritten

14 years agoFinal fixes for admin logout
Roland Häder [Wed, 18 Nov 2009 04:02:18 +0000 (04:02 +0000)]
Final fixes for admin logout

14 years agoTODOs.txt updated :(
Roland Häder [Wed, 18 Nov 2009 03:49:34 +0000 (03:49 +0000)]
TODOs.txt updated :(

14 years agoGlobal rewrite of engine:
Roland Häder [Wed, 18 Nov 2009 03:45:39 +0000 (03:45 +0000)]
Global rewrite of engine:
- Cookie-less (even no session cookie) should now work
  (maybe with some flaws)
- Some code cleanups

14 years agoFix for {PER} in queries...
Roland Häder [Tue, 17 Nov 2009 21:07:42 +0000 (21:07 +0000)]
Fix for {PER} in queries...

14 years agoAnother hack...
Roland Häder [Tue, 17 Nov 2009 21:04:57 +0000 (21:04 +0000)]
Another hack...

14 years agoHack for old/new mixtures in email addresses ('{DOT}' vs. '.')
Roland Häder [Tue, 17 Nov 2009 20:46:10 +0000 (20:46 +0000)]
Hack for old/new mixtures in email addresses ('{DOT}' vs. '.')

14 years agoPossible fix #2
Roland Häder [Tue, 17 Nov 2009 20:30:22 +0000 (20:30 +0000)]
Possible fix #2

14 years agoPossible fix
Roland Häder [Tue, 17 Nov 2009 20:27:19 +0000 (20:27 +0000)]
Possible fix

14 years agoDebug mails added
Roland Häder [Tue, 17 Nov 2009 20:23:48 +0000 (20:23 +0000)]
Debug mails added

14 years agoFix
Roland Häder [Tue, 17 Nov 2009 18:40:48 +0000 (18:40 +0000)]
Fix

14 years agoExtension ext-repair extended, outdated calls DEBUG_LOG() fixed:
Roland Häder [Tue, 17 Nov 2009 02:44:47 +0000 (02:44 +0000)]
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
- Extension ext-repair does now "repair", say check, for missing translation
  entries. This tool should be used by the translation maintainer to find all
  missing language strings.
- Old calles of DEBUG_LOG() fixed to logDebugMessage()

14 years agoEnglish templates folders prepared
Roland Häder [Mon, 16 Nov 2009 07:28:29 +0000 (07:28 +0000)]
English templates folders prepared