[root]/templates/de/emails/sponsor
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 229 (100.0%) | 747 (100.0%) | 3.2 |
Rewrote some code, added templates/functions:
- Introduced return(Error)Message() functions
- Added template for choosing registration provider
- Added template helper which reads all activated registration provider
- Other improvements
1 lines of code changed in 1 file:
Mailer project rwritten:
- Extension ext-network continued:
+ More missing type handlers added
+ Also array element translations added
+ Made API query generally working
+ Added missing what-config_network.php to allow configuration
+ Many other improvements
- Used correct MIME type for JavaScripts (text/javascript)
- Many other rewrites
- TODOs.txt updated
0 lines of code changed in 2 files:
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
40 lines of code changed in 2 files:
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
13 lines of code changed in 9 files:
svn:eol-style set to 'native'
14 lines of code changed in 14 files:
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
13 lines of code changed in 9 files:
Columns renamed, more EL than direct usage in PHP script
1 lines of code changed in 1 file:
Duplicate message id GUEST_GENDER removed, column type TIMESTAMP in ext-sponsor,
- Duplicate message id GUEST_GENDER removed and rewritten to GENDER
- Database column type TIMESTAMP (VARCHAR(10) is very old) used in ext-sponsor
- TODOs.txt updated
1 lines of code changed in 1 file:
German Umlaute fixed, new wrapper functions for ext-profile added
8 lines of code changed in 5 files:
More rewrites/fixes (not all is fixed) for ext-sponsor
30 lines of code changed in 12 files:
New extension ext-cliclbanner introduced, a lot SVN properties changed
14 lines of code changed in 14 files:
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:
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
- Deprecated variables $nick and $email removed from loadEmailTemplate()
- More rewrites for usage of EL
- getMessage() lesser used (saves a lot calls while execution of include file)
- Some internal TODOs closed
- TODOs.txt updated
17 lines of code changed in 3 files:
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:
Even more rewrites to make use of the EL
6 lines of code changed in 2 files:
Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)
32 lines of code changed in 12 files:
Fixes for member registration (IP lock) and rewrites for remote IP address
5 lines of code changed in 5 files:
Some lost old templates rewritten to expression language
16 lines of code changed in 8 files:
New-line added
1 lines of code changed in 1 file:
More fixes to templates
22 lines of code changed in 11 files:
Fixes for reset
3 lines of code changed in 3 files:
A lot texts rewritten and exclamation signs removed
11 lines of code changed in 10 files:
Special characters, like German Umlaute, rewritten to entities (yes, still them... ;))
14 lines of code changed in 6 files:
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
- There are tons of changes and improvements, please read at our forum on URL
http://forum.mxchange.org/topic-458.html for further details.
32 lines of code changed in 13 files:
Several more constants rewritten to getConfig()
41 lines of code changed in 13 files:
Removed again
0 lines of code changed in 14 files:
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags created for remaining, svn:keyword added
14 lines of code changed in 14 files:
Missing templates/language strings added for migrated URLs
0 lines of code changed in 1 file:
- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
been removed, all email templates are rewritten from direct variables like
$salut, $surname, $family to $content[bla].
- Offensive word "sex" and "salut" replaced with "gender"
- Several minor fixes to templates and engine
21 lines of code changed in 13 files:
Deleting of surfbar URLs added, a lot templates rewritten
55 lines of code changed in 13 files:
Sponsor stub extension added (not fully working\!)
318 lines of code changed in 13 files: