Directory templates/de/emails/

Total Files:
5
Deleted Files:
35
Lines of Code:
55

[root]/templates/de/emails
                directory in repo admin (120 files, 2840 lines)
                directory in repo admins (3 files, 33 lines)
                directory in repo beg (4 files, 58 lines)
                directory in repo bonus (4 files, 50 lines)
                directory in repo guest (6 files, 115 lines)
                directory in repo member (115 files, 2457 lines)
                directory in repo sponsor (16 files, 367 lines)

Lines of Code

templates/de/emails/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 530 (100.0%) 984 (100.0%) 1.8

Most Recent Commits

quix0r 2012-11-04 13:18 Rev.: 6131

R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated

0 lines of code changed in 24 files:

  • templates/de/emails: add-points.tpl (del), admin-del_links.tpl (del), back-admin.tpl (del), back-member.tpl (del), bonus-mail.tpl (del), confirm-member.tpl (del), confirm-referral.tpl (del), del-user.tpl (del), del_sponsor.tpl (del), done-admin.tpl (del), done-member.tpl (del), lock-user.tpl (del), lock_sponsor.tpl (del), new-pass.tpl (del), normal-mail.tpl (del), order-accept.tpl (del), order-admin.tpl (del), order-deleted.tpl (del), order-member.tpl (del), order-reject.tpl (del), register-admin.tpl (del), register-member.tpl (del), sub-points.tpl (del), unlock-user.tpl (del)
quix0r 2012-10-24 20:48 Rev.: 6095

Renamed many stuff (again), added points/user breakup:
- Renamed again many language ids
- Moved text from template to language file
- Added listing of user points amount and percentage holder
- TODOs.txt updated

2 lines of code changed in 2 files:

  • templates/de/emails: newsletter.tpl (+1 -1), newsletter_html.tpl (+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

4 lines of code changed in 4 files:

  • templates/de/emails: del_sponsor.tpl (+1 -19), header.tpl (+1), html_header.tpl (+1), lock_sponsor.tpl (+1 -21)
quix0r 2011-09-13 16:03 Rev.: 5881

Misc cleanups

4 lines of code changed in 2 files:

  • templates/de/emails: newsletter.tpl (+2 -2), newsletter_html.tpl (+2 -2)
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 2 files:

  • templates/de/emails: newsletter.tpl (+1 -1), newsletter_html.tpl (+1 -1)
quix0r 2011-07-29 07:28 Rev.: 5734

Deprecated $DATA renamed:
- Deprecated $DATA replaced with $content
- TODOs.txt updated

22 lines of code changed in 22 files:

  • templates/de/emails: add-points.tpl (+1 -1), admin-del_links.tpl (+1 -1), back-admin.tpl (+1 -1), back-member.tpl (+1 -1), bonus-mail.tpl (+1 -1), confirm-member.tpl (+1 -1), confirm-referral.tpl (+1 -1), del-user.tpl (+1 -1), done-admin.tpl (+1 -1), done-member.tpl (+1 -1), lock-user.tpl (+1 -1), new-pass.tpl (+1 -1), normal-mail.tpl (+1 -1), order-accept.tpl (+1 -1), order-admin.tpl (+1 -1), order-deleted.tpl (+1 -1), order-member.tpl (+1 -1), order-reject.tpl (+1 -1), register-admin.tpl (+1 -1), register-member.tpl (+1 -1), sub-points.tpl (+1 -1), unlock-user.tpl (+1 -1)
quix0r 2011-06-30 04:12 Rev.: 5556

A lot email templates renamed, SQL fixed:
- A lot (!) email templates renamed, the new naming may be more clear
- SQL statement fixed
- TODOs.txt updated

22 lines of code changed in 22 files:

  • templates/de/emails: add-points.tpl (+1 -13), admin-del_links.tpl (+1 -16), back-admin.tpl (+1 -8), back-member.tpl (+1 -8), bonus-mail.tpl (+1 -38), confirm-member.tpl (+1 -17), confirm-referral.tpl (+1 -19), del-user.tpl (+1 -21), done-admin.tpl (+1 -24), done-member.tpl (+1 -28), lock-user.tpl (+1 -21), new-pass.tpl (+1 -20), normal-mail.tpl (+1 -40), order-accept.tpl (+1 -18), order-admin.tpl (+1 -35), order-deleted.tpl (+1 -18), order-member.tpl (+1 -27), order-reject.tpl (+1 -18), register-admin.tpl (+1 -27), register-member.tpl (+1 -36), sub-points.tpl (+1 -13), unlock-user.tpl (+1 -24)
quix0r 2011-06-29 01:51 Rev.: 5538

Extension ext-coupon continued, naming convention, many improvements:
- Extension ext-coupon: Nearly finished, only listing of cashed coupons and a
little in admin area!
- Foder 'inc/autopurge/ renamed to 'inc/purge/ to avoid naming conflicts
- Some language constants renamed to make clear they belong to config area
- A lot more improvements on many places (I cannot remember all)
- TODOs.txt updated

3 lines of code changed in 3 files:

  • templates/de/emails: new-pass.tpl (+1 -1), order-admin.tpl (+1 -1), register-admin.tpl (+1 -1)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

28 lines of code changed in 28 files:

  • templates/de/emails: .htaccess (+1), add-points.tpl (+1), admin-del_links.tpl (+1), back-admin.tpl (+1), back-member.tpl (+1), bonus-mail.tpl (+1), confirm-member.tpl (+1), confirm-referral.tpl (+1), del-user.tpl (+1), del_sponsor.tpl (+1), done-admin.tpl (+1), done-member.tpl (+1), header.tpl (+1), lock-user.tpl (+1), lock_sponsor.tpl (+1), new-pass.tpl (+1), newsletter.tpl (+1), newsletter_html.tpl (+1), normal-mail.tpl (+1), order-accept.tpl (+1), order-admin.tpl (+1), order-deleted.tpl (+1), order-member.tpl (+1), order-reject.tpl (+1), register-admin.tpl (+1), register-member.tpl (+1), sub-points.tpl (+1), unlock-user.tpl (+1)
quix0r 2011-01-19 18:43 Rev.: 5426

Extensions bitcoins/yacy added, new API functions for handling proxy/non-proxy added:
- New extension ext-bitcoins ( http://www.bitcoin.org) added as an alternative payment method to direct
cash (Euro, US Dollar, ...)
- New extension ext-yacy ( http://yacy.net ) added to ease setup of a 'site
search'. You still need a running YaCy instance somewhere (should be localhost
for performance reasons).
- The API can now provide the real IP address (even from bethind a proxy) and
'REMOTE_ADDR'. The real IP address can be "detected" with detectRealIpAddress()
and 'REMOTE_ADDR' (which could be a proxy IP) with detectRemoteAddr().
- Wrapper function detectDomainName() introduced
- TODOs.txt updated

3 lines of code changed in 3 files:

  • templates/de/emails: new-pass.tpl (+1 -1), order-admin.tpl (+1 -1), register-admin.tpl (+1 -1)
quix0r 2010-12-21 23:48 Rev.: 5410

The usual asset of bugfixes/improvements:
- Variable $bonus renamed in function to make clear it is boolean type
- Counting of sent mails (column mails_sent) added
- No longer needed header comments removed (it is heavily rewritten anyway)
- A lot missing/wrong array elements fixed in templates and PHP scripts
- New wrapper added (used several times in pool-user.php)
- CSS classes fixed in several 'order' templates
- Several other minor improvements/fixes
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/emails: order-deleted.tpl (+1 -1)
quix0r 2010-11-08 02:19 Rev.: 5383

Fixed category saving, added unique key, removed deprecated templates:
- Fixed handling of user category selections
- Added unique key in _user_cats on column userid,cat_id together
- Deprecated templates removed
- TODOs.txt updated

0 lines of code changed in 1 file:

  • templates/de/emails: profile-updte.tpl (del)
quix0r 2010-09-14 00:25 Rev.: 5321

More EL used, this has fixed double calls of translateComma() in various places

2 lines of code changed in 2 files:

  • templates/de/emails: confirm-member.tpl (+1 -1), confirm-referral.tpl (+1 -1)
quix0r 2010-08-24 18:23 Rev.: 5273

New wrapper introduced, more usage of EL:
- New wrapper function 'generateWrappedUserEmailLink() introduced
- Adding/subtracting of user points now uses more EL, some minor rewrites
- Double surename was printed in admin_lock_user.tpl

2 lines of code changed in 2 files:

  • templates/de/emails: add-points.tpl (+1 -1), sub-points.tpl (+1 -1)
quix0r 2010-08-23 18:48 Rev.: 5270

Several language strings renamed/moved, internal TODO closed:
- Several language strings renamed/moved to own language files
- Internal TODO closed, the template tlock_message.tpl was already there but
not used
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/emails: profile-updte.tpl (+1 -24)
quix0r 2010-08-17 07:47 Rev.: 5249

Old, lost function sendHtmlMail() removed, this is now handled by sendEmail() and a new html_header.tpl email template

8 lines of code changed in 1 file:

  • templates/de/emails: html_header.tpl (new 8)
quix0r 2010-07-25 00:16 Rev.: 5194

German Umlaute fixed, new wrapper functions for ext-profile added

14 lines of code changed in 9 files:

  • templates/de/emails: admin-del_links.tpl (+1 -1), del-user.tpl (+2 -2), del_sponsor.tpl (+2 -2), done-admin.tpl (+2 -2), newsletter.tpl (+1 -1), order-accept.tpl (+1 -1), order-admin.tpl (+1 -1), profile-updte.tpl (+3 -3), unlock-user.tpl (+1 -1)
quix0r 2010-07-24 02:32 Rev.: 5186

More rewrites/fixes (not all is fixed) for ext-sponsor

4 lines of code changed in 2 files:

  • templates/de/emails: del_sponsor.tpl (+2 -2), lock_sponsor.tpl (+2 -2)
quix0r 2010-07-22 15:39 Rev.: 5176

Numerous ext-sponsor fixes and HTML rewrites (sorry for lame description)

1 lines of code changed in 1 file:

  • templates/de/emails: register-member.tpl (+1 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

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

29 lines of code changed in 29 files:

  • templates/de/emails: .htaccess (+1), add-points.tpl (+1), admin-del_links.tpl (+1), back-admin.tpl (+1), back-member.tpl (+1), bonus-mail.tpl (+1), confirm-member.tpl (+1), confirm-referral.tpl (+1), del-user.tpl (+1), del_sponsor.tpl (+1), done-admin.tpl (+1), done-member.tpl (+1), header.tpl (+1), lock-user.tpl (+1), lock_sponsor.tpl (+1), new-pass.tpl (+1), newsletter.tpl (+1), newsletter_html.tpl (+1), normal-mail.tpl (+1), order-accept.tpl (+1), order-admin.tpl (+1), order-deleted.tpl (+1), order-member.tpl (+1), order-reject.tpl (+1), profile-updte.tpl (+1), register-admin.tpl (+1), register-member.tpl (+1), sub-points.tpl (+1), unlock-user.tpl (+1)
quix0r 2010-07-10 09:51 Rev.: 5133

New wrapper function introduced, more EL rewrites:
- New wrapper function getTotalPoints() introduced
- Even more rewrites to make usage of EL
- TODOs.txt updated

2 lines of code changed in 2 files:

  • templates/de/emails: back-admin.tpl (+1 -1), sub-points.tpl (+1 -1)
quix0r 2010-06-29 05:00 Rev.: 5088

Fixes and further rewrites to make use of EL

2 lines of code changed in 1 file:

  • templates/de/emails: confirm-referral.tpl (+2 -2)
quix0r 2010-06-28 22:38 Rev.: 5082

New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
- New (template) wrapper function fixEmptyContentToDashes() introduced, this
function should help template writers to deal with empty content. If an empty
string is detected, it got converted into three dashes. This may fix some
issues with empty div and/or td tags.
- Even more rewrites to make use of EL
- TODOs.txt updated

6 lines of code changed in 4 files:

  • templates/de/emails: done-admin.tpl (+1 -1), done-member.tpl (+1 -1), order-admin.tpl (+2 -2), order-member.tpl (+2 -2)
quix0r 2010-06-20 21:23 Rev.: 5040

Next wave of more use of EL, see ticket #176

11 lines of code changed in 4 files:

  • templates/de/emails: add-points.tpl (+1 -1), back-member.tpl (+1 -1), bonus-mail.tpl (+4 -4), normal-mail.tpl (+5 -3)
quix0r 2010-06-20 02:26 Rev.: 5003

Better this way...

2 lines of code changed in 2 files:

  • templates/de/emails: confirm-referral.tpl (+1 -1), register-member.tpl (+1 -1)
quix0r 2010-06-20 02:16 Rev.: 5001

Rewrites/fixes for handling config entries in SQLs

1 lines of code changed in 1 file:

  • templates/de/emails: confirm-member.tpl (+1 -1)
quix0r 2010-06-20 00:42 Rev.: 4999

Several fixes applied:
- Mail templates are now "compiled" with newly introduced doFinalCompilation() function
- Typo 'county' fixed ...
- Redirect does now work again (was broken by EL)
- New functions for HTML/mail/other templates added
- Some internal TODOs solved
- TODOs.txt updated

2 lines of code changed in 2 files:

  • templates/de/emails: register-admin.tpl (+1 -1), register-member.tpl (+1 -1)
quix0r 2010-05-28 19:38 Rev.: 4976

Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)

7 lines of code changed in 5 files:

  • templates/de/emails: del-user.tpl (+1 -1), del_sponsor.tpl (+2 -2), lock_sponsor.tpl (+2 -2), register-admin.tpl (+1 -1), register-member.tpl (+1 -1)
quix0r 2009-12-15 19:46 Rev.: 4836

Huge patchset (I don't recall all details):
- Fix for revision check problem (resolves #161)
- Changed parameter list in unregisterFilter() (resolves #167)
- Rewrite for admin login (resolves #156)
- Some more debug messages fixed (partly resolves #162, #158, #163, #148)
- More HTML rewrites (partly resolves #154, #159, #58)
- Mail header 'Bouces-To' added (resolves #127)
- TODOs.txt updated
- Many fixes/improvements I have forgotten

1 lines of code changed in 1 file:

  • templates/de/emails: header.tpl (+1)
quix0r 2009-11-25 17:26 Rev.: 4733

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

2 lines of code changed in 1 file:

  • templates/de/emails: del-user.tpl (+2)
quix0r 2009-11-22 09:43 Rev.: 4711

New-line added

1 lines of code changed in 1 file:

  • templates/de/emails: .htaccess (+1 -1)
quix0r 2009-11-21 03:15 Rev.: 4699

zip,refid secured, more data for admin-refback email

5 lines of code changed in 3 files:

  • templates/de/emails: confirm-referral.tpl (+1 -1), register-admin.tpl (+2 -2), register-member.tpl (+2 -2)
quix0r 2009-11-21 02:41 Rev.: 4698

Rewrite of all mail templates with user data to new 'tag-like' functionality

56 lines of code changed in 23 files:

  • templates/de/emails: add-points.tpl (+1 -1), admin-del_links.tpl (+2 -2), back-member.tpl (+1 -1), bonus-mail.tpl (+2 -2), confirm-member.tpl (+2 -2), confirm-referral.tpl (+1 -1), del-user.tpl (+2 -2), done-member.tpl (+1 -1), lock-user.tpl (+2 -2), new-pass.tpl (+4 -4), newsletter.tpl (+2 -2), newsletter_html.tpl (+2 -2), normal-mail.tpl (+2 -2), order-accept.tpl (+1 -1), order-admin.tpl (+6 -6), order-deleted.tpl (+1 -1), order-member.tpl (+1 -1), order-reject.tpl (+1 -1), profile-updte.tpl (+2 -2), register-admin.tpl (+9 -8), register-member.tpl (+7 -7), sub-points.tpl (+1 -1), unlock-user.tpl (+3 -3)
quix0r 2009-11-05 16:18 Rev.: 4575

Huge rewrite of default parameters, ext-network continued:
- All default parameters with default value zero are now char zero and not
number. This prevented a bug in several queries and bigintval(). :(
- Extension ext-network continued but still unfinished
- TODOs.txt updated

0 lines of code changed in 2 files:

  • templates/de/emails: admins_mail_contct_admin.tpl (del), admins_msg_contct_admin.tpl (del)
quix0r 2009-11-04 00:34 Rev.: 4546

More fixes to templates

16 lines of code changed in 15 files:

  • templates/de/emails: add-points.tpl (+1 -1), admins_mail_contct_admin.tpl (+1 -1), admins_msg_contct_admin.tpl (+1 -1), back-member.tpl (+2 -2), confirm-referral.tpl (+1 -1), done-admin.tpl (+1 -1), done-member.tpl (+1 -1), order-accept.tpl (+1 -1), order-admin.tpl (+1 -1), order-deleted.tpl (+1 -1), order-member.tpl (+1 -1), order-reject.tpl (+1 -1), register-member.tpl (+1 -1), sub-points.tpl (+1 -1), unlock-user.tpl (+1 -1)
quix0r 2009-11-04 00:05 Rev.: 4542

Fixes for reset

2 lines of code changed in 1 file:

  • templates/de/emails: profile-updte.tpl (+2 -2)
quix0r 2009-11-03 23:24 Rev.: 4536

Some German text corrected

2 lines of code changed in 2 files:

  • templates/de/emails: bonus-mail.tpl (+1 -1), normal-mail.tpl (+1 -1)
quix0r 2009-11-03 23:21 Rev.: 4535

A lot texts rewritten and exclamation signs removed

6 lines of code changed in 6 files:

  • templates/de/emails: bonus-mail.tpl (+1 -1), confirm-member.tpl (+1 -1), del_sponsor.tpl (+1 -1), lock_sponsor.tpl (+1 -1), new-pass.tpl (+1 -1), normal-mail.tpl (+1 -1)
quix0r 2009-11-03 19:21 Rev.: 4532

Words 'User-Id' in German language replace with 'Mitglieder-Id', more mt_word placeholders

8 lines of code changed in 7 files:

  • templates/de/emails: admin-del_links.tpl (+1 -1), del-user.tpl (+1 -1), lock-user.tpl (+1 -1), newsletter.tpl (+1 -1), newsletter_html.tpl (+1 -1), profile-updte.tpl (+1 -1), unlock-user.tpl (+2 -2)
quix0r 2009-11-01 18:03 Rev.: 4515

Missing header 'Content-Transfer-Encoding' added, template fixed, TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/emails: header.tpl (+1)

(32 more)

Generated by StatSVN 0.7.0