]> git.mxchange.org Git - mailer.git/log
mailer.git
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()

15 years agoRewrites for installation of sql_patches
quix0r [Wed, 17 Dec 2008 22:10:43 +0000 (22:10 +0000)]
Rewrites for installation of sql_patches

15 years agoFix for double function GET_CURR_THEME()
quix0r [Wed, 17 Dec 2008 21:30:36 +0000 (21:30 +0000)]
Fix for double function GET_CURR_THEME()

15 years agoFixes for 'Can't use function return value in write context in /foo/bar.php'
quix0r [Wed, 17 Dec 2008 21:27:36 +0000 (21:27 +0000)]
Fixes for 'Can't use function return value in write context in /foo/bar.php'

15 years agoFix for installation phase, thanks to schatty
quix0r [Wed, 17 Dec 2008 21:21:49 +0000 (21:21 +0000)]
Fix for installation phase, thanks to schatty

15 years agoMahor rewrite:
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

15 years agoDebug line removed
quix0r [Wed, 17 Dec 2008 16:20:18 +0000 (16:20 +0000)]
Debug line removed

15 years agoMore fixes for cache, extension and filter sub-system
quix0r [Wed, 17 Dec 2008 00:18:38 +0000 (00:18 +0000)]
More fixes for cache, extension and filter sub-system

15 years agoFix for missing solved tasks
quix0r [Tue, 16 Dec 2008 21:16:52 +0000 (21:16 +0000)]
Fix for missing solved tasks

15 years agoSeveral fixes for extension handling
quix0r [Tue, 16 Dec 2008 21:14:54 +0000 (21:14 +0000)]
Several fixes for extension handling

15 years agoDeprecated files removed
quix0r [Tue, 16 Dec 2008 20:42:13 +0000 (20:42 +0000)]
Deprecated files removed

15 years agoHeavily rewritten API:
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

15 years agoMore SQL rewrites, TODO: Put all table and column names in backticks (`)
quix0r [Tue, 16 Dec 2008 14:31:16 +0000 (14:31 +0000)]
More SQL rewrites, TODO: Put all table and column names in backticks (`)

15 years agoFrameset support entirely removed, TODO extended, minor template fix
quix0r [Tue, 16 Dec 2008 13:40:47 +0000 (13:40 +0000)]
Frameset support entirely removed, TODO extended, minor template fix

15 years agoCache depency was to strict
quix0r [Mon, 15 Dec 2008 17:57:50 +0000 (17:57 +0000)]
Cache depency was to strict

15 years agoMissing changed files added
quix0r [Sun, 14 Dec 2008 17:16:13 +0000 (17:16 +0000)]
Missing changed files added

15 years agoSurfbar rewritten from input boxes to selection boxes
quix0r [Sun, 14 Dec 2008 17:02:54 +0000 (17:02 +0000)]
Surfbar rewritten from input boxes to selection boxes

15 years agoMinor rewrites to brackets, admin welcome page rewritten to use GET_TOTAL_DATA()
quix0r [Sun, 14 Dec 2008 16:22:11 +0000 (16:22 +0000)]
Minor rewrites to brackets, admin welcome page rewritten to use GET_TOTAL_DATA()

15 years agoExtension updates should now work (cache refresh is broken)
quix0r [Sat, 13 Dec 2008 16:16:03 +0000 (16:16 +0000)]
Extension updates should now work (cache refresh is broken)

15 years agoNew extension added, update activated, TODO extended:
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)

15 years agoAutomatic deactivation of deprecated extensions added
quix0r [Sat, 13 Dec 2008 02:12:56 +0000 (02:12 +0000)]
Automatic deactivation of deprecated extensions added

15 years agoMore fixes for extension loader / broken cache files
quix0r [Sat, 13 Dec 2008 00:10:41 +0000 (00:10 +0000)]
More fixes for extension loader / broken cache files

15 years agoExtension loader rewritten and no more needed cache elements removed
quix0r [Fri, 12 Dec 2008 22:35:21 +0000 (22:35 +0000)]
Extension loader rewritten and no more needed cache elements removed

15 years agoCache class rewritten to better convention
quix0r [Fri, 12 Dec 2008 21:05:06 +0000 (21:05 +0000)]
Cache class rewritten to better convention

15 years agoMinor rewrites to sending pools
quix0r [Fri, 12 Dec 2008 20:05:05 +0000 (20:05 +0000)]
Minor rewrites to sending pools

15 years agoSending pool splitted (prepared for upcoming feature)
quix0r [Fri, 12 Dec 2008 19:39:11 +0000 (19:39 +0000)]
Sending pool splitted (prepared for upcoming feature)

15 years agoUnsupported extensions removed, several rewrites to extension handling, 'yoomedia...
quix0r [Fri, 12 Dec 2008 19:13:05 +0000 (19:13 +0000)]
Unsupported extensions removed, several rewrites to extension handling, 'yoomedia' will become deprecated soon

15 years agoIf no extension 'other' is installed, 16 years is hard-coded the default. You should...
quix0r [Thu, 11 Dec 2008 00:12:33 +0000 (00:12 +0000)]
If no extension 'other' is installed, 16 years is hard-coded the default. You should NOT edit this instead install 'other'!

15 years agoUpdate revision, we need a better solution here!
quix0r [Tue, 9 Dec 2008 22:38:35 +0000 (22:38 +0000)]
Update revision, we need a better solution here!

15 years agoNow ignoring extra files like secret key, debug log and cache files, thanks to profi...
quix0r [Tue, 9 Dec 2008 22:37:36 +0000 (22:37 +0000)]
Now ignoring extra files like secret key, debug log and cache files, thanks to profi-concept

15 years agoIndex 'turbo' renamed to 'points'
quix0r [Tue, 9 Dec 2008 18:12:40 +0000 (18:12 +0000)]
Index 'turbo' renamed to 'points'

15 years agoUndefined indexes sname and fname fixed
quix0r [Tue, 9 Dec 2008 18:10:50 +0000 (18:10 +0000)]
Undefined indexes sname and fname fixed

15 years agoTemplate fixed
quix0r [Tue, 9 Dec 2008 18:09:21 +0000 (18:09 +0000)]
Template fixed

15 years agoFix for undefined index 'last'
quix0r [Tue, 9 Dec 2008 18:06:07 +0000 (18:06 +0000)]
Fix for undefined index 'last'

15 years agoNew extension added, minor fixes, new author added
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

15 years agoTimeout on cache files removed, may have caused some trouble
quix0r [Sun, 7 Dec 2008 17:57:28 +0000 (17:57 +0000)]
Timeout on cache files removed, may have caused some trouble

15 years agoFix for wrong array index
quix0r [Sat, 6 Dec 2008 19:49:14 +0000 (19:49 +0000)]
Fix for wrong array index

15 years agoFixes for beg.php
quix0r [Sat, 6 Dec 2008 19:33:18 +0000 (19:33 +0000)]
Fixes for beg.php

15 years ago__CFG_MIN_AGE fixed
quix0r [Sat, 6 Dec 2008 17:55:42 +0000 (17:55 +0000)]
__CFG_MIN_AGE fixed

15 years agoSome more fixes
quix0r [Sat, 6 Dec 2008 17:49:34 +0000 (17:49 +0000)]
Some more fixes

15 years agoSome fixes in cache, GET_LANGUAGE() is now memory-cached, min age configurable
quix0r [Sat, 6 Dec 2008 00:41:47 +0000 (00:41 +0000)]
Some fixes in cache, GET_LANGUAGE() is now memory-cached, min age configurable

15 years agoTypo fixed... ;-(
quix0r [Sat, 6 Dec 2008 00:00:06 +0000 (00:00 +0000)]
Typo fixed... ;-(

15 years agoCache does no longer try to close non-existing cache
quix0r [Fri, 5 Dec 2008 23:58:36 +0000 (23:58 +0000)]
Cache does no longer try to close non-existing cache

15 years agoCache system rewritten, thanks to profi-concept's hints of including not evaluating it
quix0r [Fri, 5 Dec 2008 23:47:16 +0000 (23:47 +0000)]
Cache system rewritten, thanks to profi-concept's hints of including not evaluating it

15 years agoAnother fix for reset scripts (bonus)
quix0r [Fri, 5 Dec 2008 22:59:02 +0000 (22:59 +0000)]
Another fix for reset scripts (bonus)

15 years agoMore fixes applied from profi-conecpt, cache system rewritten: now all cache files...
quix0r [Fri, 5 Dec 2008 21:10:00 +0000 (21:10 +0000)]
More fixes applied from profi-conecpt, cache system rewritten: now all cache files must depend on extension versions

15 years agoMore fixes from profi-concept for extension loading, guest/member menu and smaller...
quix0r [Fri, 5 Dec 2008 18:54:03 +0000 (18:54 +0000)]
More fixes from profi-concept for extension loading, guest/member menu and smaller issues

15 years agoMore extension-depending menus secured
quix0r [Fri, 5 Dec 2008 16:18:51 +0000 (16:18 +0000)]
More extension-depending menus secured

15 years agoMore fixes, menus are no longer set visible if extension is deactivated, thanks to...
quix0r [Fri, 5 Dec 2008 15:39:50 +0000 (15:39 +0000)]
More fixes, menus are no longer set visible if extension is deactivated, thanks to profi-concept

15 years agoMissing templates/language strings added for migrated URLs
quix0r [Fri, 5 Dec 2008 00:13:39 +0000 (00:13 +0000)]
Missing templates/language strings added for migrated URLs

15 years agoMore default values rewritten, UNSIGNED added to many numerical database columns...
quix0r [Thu, 4 Dec 2008 03:35:55 +0000 (03:35 +0000)]
More default values rewritten, UNSIGNED added to many numerical database columns, DOUBLE->FLOAT converted

15 years agoDebug comments rewritten
quix0r [Wed, 3 Dec 2008 21:57:25 +0000 (21:57 +0000)]
Debug comments rewritten

15 years agoSome rewrites to refback, TRANSLATE_COMMA()
quix0r [Wed, 3 Dec 2008 21:54:37 +0000 (21:54 +0000)]
Some rewrites to refback, TRANSLATE_COMMA()

15 years agoDang!
quix0r [Wed, 3 Dec 2008 21:17:21 +0000 (21:17 +0000)]
Dang!

15 years agoMore fixes, thanks to Piter01
quix0r [Wed, 3 Dec 2008 21:16:53 +0000 (21:16 +0000)]
More fixes, thanks to Piter01

15 years agoDebug code reverted
quix0r [Wed, 3 Dec 2008 15:13:16 +0000 (15:13 +0000)]
Debug code reverted

15 years agoFixes for login bonus, some minor rewrites
quix0r [Wed, 3 Dec 2008 15:11:28 +0000 (15:11 +0000)]
Fixes for login bonus, some minor rewrites

15 years agoMore fixes, thanks to Piter01
quix0r [Wed, 3 Dec 2008 08:02:34 +0000 (08:02 +0000)]
More fixes, thanks to Piter01

15 years agoSurfbar bookings extended with payment mode, unnessarry parameter removed
quix0r [Tue, 2 Dec 2008 23:36:49 +0000 (23:36 +0000)]
Surfbar bookings extended with payment mode, unnessarry parameter removed

15 years agoTotal URLs in surfbar added to static start page
quix0r [Tue, 2 Dec 2008 23:28:20 +0000 (23:28 +0000)]
Total URLs in surfbar added to static start page

15 years agoFunction name fixed
quix0r [Tue, 2 Dec 2008 22:42:22 +0000 (22:42 +0000)]
Function name fixed

15 years agoSome fixes, surfbar fixed reload is now in select boxes
quix0r [Tue, 2 Dec 2008 19:15:17 +0000 (19:15 +0000)]
Some fixes, surfbar fixed reload is now in select boxes

15 years agoSome missing brackes added, sponsor guest modules now depends on extension
quix0r [Tue, 2 Dec 2008 18:22:31 +0000 (18:22 +0000)]
Some missing brackes added, sponsor guest modules now depends on extension

15 years agoTemplates rewritten/fixed, surfbar extended with per-entry reload lock
quix0r [Tue, 2 Dec 2008 16:53:12 +0000 (16:53 +0000)]
Templates rewritten/fixed, surfbar extended with per-entry reload lock
- A lot templates with checkboxes rewritten to display id number in title tag
- Some HTML fixes in templates
- More numeric default values in SQL queries without quotes (')
- Surfbar now supports reload lock for URL entered by admin (still not editable)
- Some minor improvements/fixes

15 years agoMissing column 'active_bonus' fixed, some while() loops rewritten
quix0r [Mon, 1 Dec 2008 22:56:10 +0000 (22:56 +0000)]
Missing column 'active_bonus' fixed, some while() loops rewritten

15 years agoFix for ZIP code
quix0r [Sun, 30 Nov 2008 23:44:48 +0000 (23:44 +0000)]
Fix for ZIP code

15 years agoIncomplete 'booking' extension added, fixes for registration and refback list
quix0r [Sat, 29 Nov 2008 21:39:50 +0000 (21:39 +0000)]
Incomplete 'booking' extension added, fixes for registration and refback list

15 years agoPatch for patch-system... ;-)
quix0r [Fri, 28 Nov 2008 19:48:36 +0000 (19:48 +0000)]
Patch for patch-system... ;-)

15 years agoMember surfbar URL management smaller
quix0r [Fri, 28 Nov 2008 03:35:48 +0000 (03:35 +0000)]
Member surfbar URL management smaller

15 years agoLong word shorted
quix0r [Fri, 28 Nov 2008 03:32:30 +0000 (03:32 +0000)]
Long word shorted

15 years agoMore surfbar templates added:
quix0r [Fri, 28 Nov 2008 03:28:26 +0000 (03:28 +0000)]
More surfbar templates added:
- Deleting and re-submitting locked URLs
- Missing function added

15 years agoSurfbar continued:
quix0r [Fri, 28 Nov 2008 02:14:42 +0000 (02:14 +0000)]
Surfbar continued:
- Template for unlocking locked URLs renamed
- Fix in status handler function
- Again status commented out for developing

15 years agoMore surfbar mail templates added, a lot renamed to naming convention.
quix0r [Fri, 28 Nov 2008 02:02:29 +0000 (02:02 +0000)]
More surfbar mail templates added, a lot renamed to naming convention.
- Added for stopped URLs which shall start again
- Added for stopped URLs which shall be deleted
- A lot renamed!

15 years agoSurfbar continued:
quix0r [Fri, 28 Nov 2008 00:44:54 +0000 (00:44 +0000)]
Surfbar continued:
- Missing template added for deleting URLs in surfbar by members
- Deletion mails extended
- Missing "action execute function" added
- Some minor fixes

15 years agoSome fields will now only be included if action 'edit' selected
quix0r [Fri, 28 Nov 2008 00:05:42 +0000 (00:05 +0000)]
Some fields will now only be included if action 'edit' selected

15 years agoMessage 'action done' no longer displayed if button 'edit' or 'delete' has been...
quix0r [Fri, 28 Nov 2008 00:03:45 +0000 (00:03 +0000)]
Message 'action  done' no longer displayed if button 'edit' or 'delete' has been clicked

15 years ago'new_url' removed from template
quix0r [Thu, 27 Nov 2008 23:59:47 +0000 (23:59 +0000)]
'new_url' removed from template

15 years agoTemplates added if user retreats an URL, tpos fixed
quix0r [Thu, 27 Nov 2008 23:58:31 +0000 (23:58 +0000)]
Templates added if user retreats an URL, tpos fixed

15 years agoDoublicate translation of status fixed
quix0r [Thu, 27 Nov 2008 23:51:19 +0000 (23:51 +0000)]
Doublicate translation of status fixed

15 years agoEmail templates added when member edits his/her URLs
quix0r [Thu, 27 Nov 2008 23:49:22 +0000 (23:49 +0000)]
Email templates added when member edits his/her URLs

15 years agoURL edit in surfbar continued (unfinished)
quix0r [Thu, 27 Nov 2008 21:27:04 +0000 (21:27 +0000)]
URL edit in surfbar continued (unfinished)

15 years agoSurfbar continued and some rewrites/fixes:
quix0r [Thu, 27 Nov 2008 20:10:18 +0000 (20:10 +0000)]
Surfbar continued and some rewrites/fixes:
- Some rewrites in base (root) scripts
- Surfbar continued with with edit form (saving data not completed!)
- Minor improvements/fixes

15 years agoMail templates for undelete in surfbar added
quix0r [Thu, 27 Nov 2008 18:54:55 +0000 (18:54 +0000)]
Mail templates for undelete in surfbar added

15 years agoFunny typo fixed... ;)
quix0r [Wed, 26 Nov 2008 02:40:46 +0000 (02:40 +0000)]
Funny typo fixed... ;)

15 years agoFixed empty API message/status in primera and wernis extensions
quix0r [Wed, 26 Nov 2008 01:56:37 +0000 (01:56 +0000)]
Fixed empty API message/status in primera and wernis extensions

15 years agoA lot more nice improvements!
quix0r [Wed, 26 Nov 2008 01:33:18 +0000 (01:33 +0000)]
A lot more nice improvements!
- Extensions does no longer have $EXT_LANG_PREFIX which defaults now to the
  extension's name
- ADD_POINTS_REFSYSTEM() and SUB_POINTS() prepare for upcoming extension
  'booking' which gives the admin and users a list of all booked points
- In user admin profile (what=list_user&u_id=x) and with installed extension
  'country' the country will be displayed again
- Three dashes added below "lock reason" in user admin profile
- Direct registration link of extensions now no longer showed if the extension
  is already installed
- List of users w/o referal id (refid=0) are now handled by
  "what=list_user&mode=norefs" and is no longer available in member menu
- Page navigation and sorting for user list extended for above changes
- Same list again rewritten for list of confirmed/locked users.
  Confirmed/locked: what=list_user&status=confirmed/locked
- URL redirection extended with "a" tag
- Some minor fixes here and there...

15 years agoFix for non-existing function 'apache_get_modules' (why is that disabled here???)
quix0r [Tue, 25 Nov 2008 20:47:47 +0000 (20:47 +0000)]
Fix for non-existing function 'apache_get_modules' (why is that disabled here???)

15 years agoFix for LOAD_URL()
quix0r [Tue, 25 Nov 2008 19:10:49 +0000 (19:10 +0000)]
Fix for LOAD_URL()