Directory inc/mails/

Total Files:
5
Deleted Files:
1
Lines of Code:
543

[root]/inc/mails

Lines of Code

inc/mails/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 274 (100.0%) 1638 (100.0%) 5.9

Most Recent Commits

quix0r 2013-05-31 08:49 Rev.: 6394

Rewrote many parts:
- "Generic" filter splitted up and move to html_mail_filter.php as this filter will only work with ext-html_mail
installed
- ext-holiday does now register a filter on user_exclusion_sql which allows to remove some "static" if() blocks
- Other minor fixes

4 lines of code changed in 3 files:

  • inc/mails: beg_mails.php (+1 -11), bonus_mails.php (+1 -11), doubler_mails.php (+2 -12)
quix0r 2013-05-27 14:37 Rev.: 6389

Heacy rewrite/cleanup:
- Removed all deprecated files (with only @DEPRECATED in it)
- Listing of blacklist entries added (may be uncomplete, untested)
- Fixed AJAX installer + added first admin registration to it
- Prepared better CAPTCHA support
- Various other fixes (tons!)
- TODOs.txt updated

2 lines of code changed in 2 files:

  • inc/mails: birthday_mails.php (del), doubler_mails.php (+2 -2)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

23 lines of code changed in 3 files:

  • inc/mails: beg_mails.php (+6 -6), bonus_mails.php (+6 -6), doubler_mails.php (+11 -11)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

4 lines of code changed in 4 files:

  • inc/mails: _mails.php (+1 -1), beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+1 -1)
quix0r 2013-01-23 12:20 Rev.: 6349

Rewrites to use filters instead of mass if() blocks

80 lines of code changed in 3 files:

  • inc/mails: beg_mails.php (+14 -4), bonus_mails.php (+14 -4), doubler_mails.php (+52 -36)
quix0r 2013-01-22 22:24 Rev.: 6341

Rewrote reset and some extensions:
- Rewrote script reset that weekly and monthly are now separated out from daily
functions
- Rewrote ext-profile/order to handle their own configuration entries (were all
in ext-other)
- Moved large 'update' block for ext-order out to
inc/extensions/order/mode-update.php
- TODOs.txt updated

2 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1)
quix0r 2013-01-10 03:40 Rev.: 6297

Filters for configurable userid exclusion added:
- Rewrote some if() blocks to a filter to exclude configured userids, if set
- Closed internal TODO (see above)
- Added SQL columns/aliases/table names in back-ticks (missed some)
- TODOs.txt updated

23 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+23 -23)
quix0r 2012-11-25 14:34 Rev.: 6209

Introduced more wrappers

5 lines of code changed in 1 file:

  • inc/mails: bonus_mails.php (+5 -5)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

3 lines of code changed in 1 file:

  • inc/mails: birthday_mails.php (+3)
quix0r 2012-11-10 21:29 Rev.: 6166

Added purging of subid and server_name logs

4 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+4 -4)
quix0r 2012-11-04 14:16 Rev.: 6142

Also this is deprecated

1 lines of code changed in 1 file:

  • inc/mails: birthday_mails.php (new 1)
quix0r 2012-10-17 22:42 Rev.: 6044

Code style changed, ext-user continued:
- Changed true/false to TRUE/FALSE
- Introduced validateSubId() and prepareFoundSubId()
- Add validation of edited sub id by member
- TODOs.txt updated

8 lines of code changed in 3 files:

  • inc/mails: beg_mails.php (+2 -2), bonus_mails.php (+2 -2), doubler_mails.php (+4 -4)
quix0r 2012-10-13 16:47 Rev.: 6036

Mailer project continued:
- Most data of advert network 'superomo24.de' added to ext-network
- Some templates for ext-network renamed (networks->network_data) to fix
inconsistence with database table
- Templates for extension management (admin_extensions/~_delete/~_edit) renamed
to follow naming convention
- Sub-Id tracking: Admin area almost finished (edit/delete of sub ids
unfinished)
- Added space between `foo`,`bar` database query to make it better readable
- Other minor improvements
- TODOs.txt updated

2 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1)
quix0r 2012-10-07 12:41 Rev.: 6023

Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query

1 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+1 -1)
quix0r 2012-09-29 13:50 Rev.: 5960

mailer project continued:
- Some global array elements renamed (someGlobalElement -> __some_global_element)
- Copyright notice disabled in mailid.php as it destroys the frameset
- Function debug_report_bug() renamed to reportBug()
- Function app_die() renamed to app_exit()
- More wrapper functions used (e.g. getRandomTan() instead of PHP's mt_rand())
- New AJAX-based installation introduced (it is not finished)
- Renamed several ALL_UPER_CASE() functions to camel-case notation
- Extension ext-currency introduced which will deprecate ext-wernis all other eCurreny-related extensions
- Renamed various HTML and email templates to new notation
- Some shell scripts moved to 'contrib' folder
- JQUERY updated to latest stable version (including custom build of jqueryui)
- License files renamed/moved
- Many other fixes/improvements I forgot to mention
- Varrious typos fixed
- Copyright updated (to 2012)
- TODOs.txt updated

41 lines of code changed in 4 files:

  • inc/mails: _mails.php (+5 -4), beg_mails.php (+7 -6), bonus_mails.php (+7 -6), doubler_mails.php (+22 -16)
quix0r 2011-08-12 21:58 Rev.: 5812

Large code cleanups:
- Typo 'referal' fixed (should be 'referral', really!)
- Several queries improved with back-ticks and formatting
- TODOs.txt updated

11 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+11 -9)
quix0r 2011-08-07 01:04 Rev.: 5758

www is out-dated

4 lines of code changed in 4 files:

  • inc/mails: _mails.php (+1 -1), beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+1 -1)
quix0r 2011-08-03 05:51 Rev.: 5753

Extension ext-earning introduced (unfinished), renamings:
- Extension ext-earning introduced (ext-sql_patches did hold the tables)
- Some messages updated ('Mitglied-Id' reads better)
- All fooRequestParameterBar() functions renamed to fooRequestElementBar()
- TODOs.txt updated

2 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+2 -2)
quix0r 2011-07-28 05:07 Rev.: 5701

A lot has been rewritten, ext-teams added, ext-forced continued:
- Adding of (admin only) forced-ads basicly finished
- Listing of forced-ads in admin area basicly finished
- Extension ext-teams introduced (stub only)
- Many rewrites/refacturings (I cannot recall them all!) here and there,
including more usage of EL code and filters
- TODOs.txt updated

5 lines of code changed in 3 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+3 -9)
quix0r 2011-07-15 23:46 Rev.: 5688

Missing initReferalSystem() call added

1 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+1)
quix0r 2011-07-12 13:50 Rev.: 5635

Referal system refactured (and some parts fixed), wrapper function introduced:
- Referal points system refactured: All point accounts can now be handled (admin
menu is not yet finished) through the table 'points_data', including
notification by email.
- Introduced new "translation" wrapper generateYesNoOptionList() to simplify
many configuration menus
- Some internal TODOs closed (e.g. handling of registration welcome points)
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+1 -1)
quix0r 2011-07-05 23:59 Rev.: 5603

- Rewrites to use more the userid than the actual email address when sending
emails to a user
- Fixed 'Send new password'
- is<Post|Get>RequestParameterSet() are now check if the content is not empty
- TODOs.txt updated

2 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1)
quix0r 2011-06-29 17:14 Rev.: 5541

Extension ext-coupon basicly finished, no shortcuts in naming:
- Extension ext-coupon basicly finished: Please test it intensively now
- Renamed all _UID to _USERID, we don't want to shortcut words
- Minior renames/improvements here and there
- TODOs.txt updated

3 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+3 -3)
quix0r 2011-06-25 03:09 Rev.: 5510

Introduced template call-back function 'doTemplateAdminListUserTitle':
- Introduced template call-back function doTemplateAdminListUserTitle() which
encapsulates some nasty code into a small function
- Several minor cleanups/rewrites
- TODOs.txt updated

11 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+11 -5)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

5 lines of code changed in 5 files:

  • inc/mails: .htaccess (+1), _mails.php (+1), beg_mails.php (+1), bonus_mails.php (+1), doubler_mails.php (+1)
quix0r 2011-01-18 16:44 Rev.: 5425

Some language strings fixed, renamed. Copyright notice updated

4 lines of code changed in 4 files:

  • inc/mails: _mails.php (+1 -1), beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+1 -1)
quix0r 2010-11-21 16:25 Rev.: 5401

A lot more wrapper functions introduced, TODOs.txt updated

6 lines of code changed in 1 file:

  • inc/mails: beg_mails.php (+6 -6)
quix0r 2010-11-10 00:04 Rev.: 5394

More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated

2 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1)
quix0r 2010-11-07 21:05 Rev.: 5377

Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced

4 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+4 -2)
quix0r 2010-09-16 23:00 Rev.: 5326

Columns renamed, more EL than direct usage in PHP script

1 lines of code changed in 1 file:

  • inc/mails: beg_mails.php (+1 -1)
quix0r 2010-09-11 00:47 Rev.: 5309

Removed comment introduced by Profi-Concept, this comment should fine (in a much better fashioned way) its resurrection in the Wiki

0 lines of code changed in 4 files:

  • inc/mails: _mails.php (-2), beg_mails.php (-2), bonus_mails.php (-2), doubler_mails.php (-2)
quix0r 2010-07-30 02:23 Rev.: 5204

Old lost code removed in modules.php, naming convention applied:
- Old lost code to check if 'module' is set removed, it is done now in a filter
- Naming convention applied: subject line identifier should end with _SUBJECT
- Some code simplified

4 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+2 -5), bonus_mails.php (+2 -5)
quix0r 2010-07-28 21:28 Rev.: 5197

Naming convention applied on language strings, check added to wrapper:
- Naming convention applied on more language strings
- Check added to wrapper function ifPostContainsSelections() to make sure the
form is really sent
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+1 -1)
quix0r 2010-07-22 12:49 Rev.: 5172

New wrapper functions introduced

4 lines of code changed in 4 files:

  • inc/mails: _mails.php (+1 -1), beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+1 -1)
quix0r 2010-07-21 00:14 Rev.: 5160

Even more language strings renamed

1 lines of code changed in 1 file:

  • inc/mails: bonus_mails.php (+1 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

New extension ext-cliclbanner introduced, a lot SVN properties changed

5 lines of code changed in 5 files:

  • inc/mails: .htaccess (+1), _mails.php (+1), beg_mails.php (+1), bonus_mails.php (+1), doubler_mails.php (+1)
quix0r 2010-07-11 21:27 Rev.: 5136

Some more wrappers added, code cleanups:
- Configuration 'wernis_userid' rewritten to {?wernis_refid?}
- New wrapper getIndexHome() added
- New wrapper getDoublerUserid() added (and a global array element rewritten)
- Doublicate braces (('foo')) cleaned up
- Some code costemtics applied
- Other minor improvements

2 lines of code changed in 1 file:

  • inc/mails: doubler_mails.php (+2 -2)
quix0r 2010-07-05 10:08 Rev.: 5124

More fixes for typos in SQL queries

4 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+2 -3), bonus_mails.php (+2 -3)
quix0r 2010-07-01 05:45 Rev.: 5105

More rewrites to make use of (cached) wrapper functions

2 lines of code changed in 2 files:

  • inc/mails: beg_mails.php (+1 -1), bonus_mails.php (+1 -1)
quix0r 2010-07-01 02:47 Rev.: 5104

API functions renamed:
- getOutputMode() is now known as getScriptOutputMode()
- getCachedOutputMode() is now known as getOutputMode()
- This solves a conflict shown in previous commit

4 lines of code changed in 4 files:

  • inc/mails: _mails.php (+1 -1), beg_mails.php (+1 -1), bonus_mails.php (+1 -1), doubler_mails.php (+1 -1)

(75 more)

Generated by StatSVN 0.7.0