mailer.git
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

14 years agoLanguage definitions removed in english pack due to re-write and re-translate
Roland Häder [Mon, 16 Nov 2009 07:27:04 +0000 (07:27 +0000)]
Language definitions removed in english pack due to re-write and re-translate

14 years agoColumn span fixed, fatal error fixed
Roland Häder [Mon, 16 Nov 2009 07:06:28 +0000 (07:06 +0000)]
Column span fixed, fatal error fixed

14 years agoLogin procedure rewritten to filters (internal TODO)
Roland Häder [Mon, 16 Nov 2009 06:17:11 +0000 (06:17 +0000)]
Login procedure rewritten to filters (internal TODO)

14 years agoFix for the fix #2
Roland Häder [Mon, 16 Nov 2009 04:53:56 +0000 (04:53 +0000)]
Fix for the fix #2

14 years agoFix for the fix
Roland Häder [Mon, 16 Nov 2009 04:52:14 +0000 (04:52 +0000)]
Fix for the fix

14 years agoDouble->single rewrites, fixes for email archive
Roland Häder [Mon, 16 Nov 2009 04:49:50 +0000 (04:49 +0000)]
Double->single rewrites, fixes for email archive

14 years agoHandling of empty results
Roland Häder [Sun, 15 Nov 2009 22:29:24 +0000 (22:29 +0000)]
Handling of empty results

14 years agoMissing language string added
Roland Häder [Sun, 15 Nov 2009 21:10:17 +0000 (21:10 +0000)]
Missing language string added

14 years agojquery will not become an extension in the future
Roland Häder [Sun, 15 Nov 2009 21:03:02 +0000 (21:03 +0000)]
jquery will not become an extension in the future

14 years agoPossible fix for userid=0
Roland Häder [Sun, 15 Nov 2009 20:38:23 +0000 (20:38 +0000)]
Possible fix for userid=0

14 years agoFixes for previous rewrite
Roland Häder [Sun, 15 Nov 2009 20:32:28 +0000 (20:32 +0000)]
Fixes for previous rewrite

14 years agoObsolete parameters removed/rewritten
Roland Häder [Sun, 15 Nov 2009 20:28:26 +0000 (20:28 +0000)]
Obsolete parameters removed/rewritten

14 years agoFunction renamed and dublicate code removed
Roland Häder [Sun, 15 Nov 2009 20:20:35 +0000 (20:20 +0000)]
Function renamed and dublicate code removed

14 years agodetectExtraTemplatePath() cached, ext-network continued:
Roland Häder [Sun, 15 Nov 2009 19:09:00 +0000 (19:09 +0000)]
detectExtraTemplatePath() cached, ext-network continued:
- Function detectExtraTemplatePath() is now 'cached' by $GLOBALS usage
- Extension ext-network contined, so a selection box for networks is generated

14 years agoMissing SVN properties set
Roland Häder [Sat, 14 Nov 2009 09:39:17 +0000 (09:39 +0000)]
Missing SVN properties set

14 years agoComments fixed, ext-network continued, fix for mod stats:
Roland Häder [Thu, 12 Nov 2009 11:09:52 +0000 (11:09 +0000)]
Comments fixed, ext-network continued, fix for mod stats:
- A lot comments fixed (underline for project title)
- ext-network continued: Networks are now deleteable
- Fix for admin module 'what-stats_mods.php'

14 years agoAnother missing variable fixed
Roland Häder [Wed, 11 Nov 2009 19:35:15 +0000 (19:35 +0000)]
Another missing variable  fixed

14 years agoFix for missing variable
Roland Häder [Wed, 11 Nov 2009 19:22:21 +0000 (19:22 +0000)]
Fix for missing variable

14 years agoExtra rows now with CSS classes
Roland Häder [Wed, 11 Nov 2009 19:11:51 +0000 (19:11 +0000)]
Extra rows now with CSS classes

14 years agoSome code 'beatuified', config in templates surfbar_stopped.tpl
Roland Häder [Tue, 10 Nov 2009 00:31:36 +0000 (00:31 +0000)]
Some code 'beatuified', config in templates surfbar_stopped.tpl

14 years agoEditing of network data completed
Roland Häder [Mon, 9 Nov 2009 19:14:53 +0000 (19:14 +0000)]
Editing of network data completed