Directory templates/de/html/mailid/

Total Files:
12
Deleted Files:
2
Lines of Code:
190

[root]/templates/de/html/mailid

Lines of Code

templates/de/html/mailid/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 241 (100.0%) 659 (100.0%) 2.7

Most Recent Commits

quix0r 2013-01-10 07:04 Rev.: 6302

Removed some column aliases as they make it harder to check which column was ment

9 lines of code changed in 9 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+1 -1), mailid_points_done.tpl (+1 -1), mailid_points_done2.tpl (+1 -1), mailid_points_failed.tpl (+1 -1), mailid_points_failed2.tpl (+1 -1), mailid_points_locked.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1), mailid_timer.tpl (+1 -1)
quix0r 2013-01-10 05:29 Rev.: 6298

Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple of call-back functions

14 lines of code changed in 10 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+2 -2), mailid_enter_code.tpl (+2 -2), mailid_frames.tpl (+1 -1), mailid_points_done.tpl (+1 -1), mailid_points_done2.tpl (+2 -2), mailid_points_failed.tpl (+1 -1), mailid_points_failed2.tpl (+1 -1), mailid_points_locked.tpl (+1 -1), mailid_points_locked2.tpl (+2 -2), mailid_timer.tpl (+1 -1)
quix0r 2012-11-25 13:39 Rev.: 6206

Some improvements:
- Used empty() instead of checking strlen() is zero or larger zero
- Used str_pad() instead of other code

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+1 -1)
quix0r 2012-11-10 01:45 Rev.: 6159

Mailer project continued (heavy refactoring):
- Added all missing nodes in all XML templates to allow $content being handled
by referred HTML templates
- This means that you can pass "dynamic" content through the XML sub system to
the templates as usual. If you do so, a generic 'rows' array element is being
used for the row output
- Refactured all form-tags to EL code to allow e.g. adding session id to all
forms or (not yet added) TAN numbers to combat any kind of form spamming and
accidentally done re-submits
- Including closing form tag
- In the above process, onsubmit/onreset are now strongly discouraged as you
should better use the jQuery AJAX framework
- Other rewrites/refacturings I cannot remember
- TODOs.txt updated

6 lines of code changed in 3 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+2 -2), mailid_enter_code.tpl (+2 -5), mailid_timer.tpl (+2 -2)
quix0r 2012-10-08 22:32 Rev.: 6028

Mailer continued, sub-id tracking continued:
- Introduced function isUrlBlacklisted() (not everywhere used!)
- Templates for sub-id statistics added
- Introduced function anonymizeSensitiveData() which tries to "anonymized"
some data (admins always see all for now)
- Some language ids renamed
- Other minor fixes
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_frames.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

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+1 -1)
quix0r 2011-08-18 03:18 Rev.: 5837

Admin menu has now a JavaScript "effect":
- Admin menu system can now be JavaScript-enabled. You need to enable JavaScript
in your browser to see the full "effect". If you leave it disabled, all menus
are fully displayed
- The helping text in admin area won't work in JavaScript-enabled mode
- Generic word 'mode' replaced on all (!) places to make it everywhere more
clear which "mode" I mean there
- TODOs.txt updated

3 lines of code changed in 3 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+1 -1), mailid_timer.tpl (+1 -1)
quix0r 2011-07-15 02:21 Rev.: 5674

Refback and referal points hopefully fixed:
- All userids are now initialized NULL and not '0'
- Template added for deleted bonus mails
- Handling of refback and referal points now fully fixed (I hope so)
- Several debug lines extended with more debugging data
- TODOs.txt updated

14 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_points_failed2.tpl (new 14)
quix0r 2011-06-29 02:37 Rev.: 5539

'order_points' and locked are now displayed, some array elements/language ids renamed

2 lines of code changed in 2 files:

  • templates/de/html/mailid: mailid_points_done.tpl (+1 -1), mailid_points_done2.tpl (+1 -1)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

11 lines of code changed in 11 files:

  • templates/de/html/mailid: .htaccess (+1), mailid_banner.tpl (+1), mailid_confirm_buttom.tpl (+1), mailid_enter_code.tpl (+1), mailid_frames.tpl (+1), mailid_points_done.tpl (+1), mailid_points_done2.tpl (+1), mailid_points_failed.tpl (+1), mailid_points_locked.tpl (+1), mailid_points_locked2.tpl (+1), mailid_timer.tpl (+1)
quix0r 2011-02-16 14:20 Rev.: 5460

We should write UTF-8 in upper-case

3 lines of code changed in 3 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+1 -1), mailid_timer.tpl (+1 -1)
quix0r 2010-12-07 02:31 Rev.: 5402

Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+1 -1)
quix0r 2010-11-03 23:39 Rev.: 5367

Nested EL code is not yet suppported, so we need to rewrite all these parts

9 lines of code changed in 6 files:

  • templates/de/html/mailid: mailid_points_done.tpl (+2 -2), mailid_points_done2.tpl (+2 -2), mailid_points_failed.tpl (+1 -1), mailid_points_locked.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1), mailid_timer.tpl (+2 -2)
quix0r 2010-09-02 13:15 Rev.: 5303

Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
- Configuration of advertisment networks is now prepared but not functional
- CSS further cleaned up
- HTML rewritten and some missing 'class' attributes added

2 lines of code changed in 2 files:

  • templates/de/html/mailid: mailid_enter_code.tpl (+1 -1), mailid_timer.tpl (+1 -1)
quix0r 2010-08-29 17:27 Rev.: 5292

Fix for broken confirmation

3 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+3 -1)
quix0r 2010-08-25 14:47 Rev.: 5275

A lot CSS classes rewritten, please update all your themes.

21 lines of code changed in 8 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+3 -3), mailid_enter_code.tpl (+4 -4), mailid_points_done.tpl (+2 -2), mailid_points_done2.tpl (+2 -2), mailid_points_failed.tpl (+2 -2), mailid_points_locked.tpl (+2 -2), mailid_points_locked2.tpl (+2 -2), mailid_timer.tpl (+4 -4)
quix0r 2010-08-17 20:32 Rev.: 5250

CSS classes cleaned up, templates simplified:
- Deprecated CSS classes for ext-register removed (already no longer used)
- Duplicate border-style removed
- HTML templates for ext-mailid simplified by removing an uneccessary table

15 lines of code changed in 5 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+3 -5), mailid_enter_code.tpl (+3 -5), mailid_points_done.tpl (+3 -7), mailid_points_done2.tpl (+3 -7), mailid_timer.tpl (+3 -5)
quix0r 2010-07-21 00:14 Rev.: 5160

Even more language strings renamed

16 lines of code changed in 6 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+4 -2), mailid_enter_code.tpl (+4 -2), mailid_points_done.tpl (+2 -2), mailid_points_done2.tpl (+3 -3), mailid_points_locked.tpl (+1 -1), mailid_points_locked2.tpl (+2 -2)
quix0r 2010-07-19 01:28 Rev.: 5153

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

11 lines of code changed in 11 files:

  • templates/de/html/mailid: .htaccess (+1), mailid_banner.tpl (+1), mailid_confirm_buttom.tpl (+1), mailid_enter_code.tpl (+1), mailid_frames.tpl (+1), mailid_points_done.tpl (+1), mailid_points_done2.tpl (+1), mailid_points_failed.tpl (+1), mailid_points_locked.tpl (+1), mailid_points_locked2.tpl (+1), mailid_timer.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

23 lines of code changed in 5 files:

  • templates/de/html/mailid: mailid_points_done.tpl (+7 -3), mailid_points_done2.tpl (+7 -3), mailid_points_failed.tpl (+3 -1), mailid_points_locked.tpl (+3 -1), mailid_points_locked2.tpl (+3 -1)
quix0r 2010-06-29 04:04 Rev.: 5086

Even more rewrites to make usage of EL

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_frames.tpl (+1 -1)
quix0r 2010-06-06 16:49 Rev.: 4978

A lot forced-space characters ( ) removed, naming convention applied also in JavaScript functions

10 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+10 -10)
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/html/mailid: mailid_points_done.tpl (+2 -2), mailid_points_done2.tpl (+2 -2), mailid_points_failed.tpl (+1 -1), mailid_points_locked.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1)
quix0r 2010-04-05 01:36 Rev.: 4959

Fix for missing array elements

19 lines of code changed in 6 files:

  • templates/de/html/mailid: mailid_points_done.tpl (+2 -3), mailid_points_done2.tpl (+2 -3), mailid_points_failed.tpl (+5 -7), mailid_points_locked.tpl (+5 -7), mailid_points_locked2.tpl (+4 -6), mailid_timer.tpl (+1 -3)
quix0r 2009-12-04 07:25 Rev.: 4818

Major cleanup of old-school HTML-mess...

5 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+5 -5)
quix0r 2009-11-18 13:23 Rev.: 4695

Forced space removed

4 lines of code changed in 4 files:

  • templates/de/html/mailid: mailid_points_done.tpl (+1 -1), mailid_points_done2.tpl (+1 -1), mailid_points_failed.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1)
quix0r 2009-11-18 13:20 Rev.: 4694

Even more fixes #2

4 lines of code changed in 3 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+1 -1), mailid_timer.tpl (+2 -2)
quix0r 2009-11-18 13:00 Rev.: 4693

Even more fixes

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_timer.tpl (+1 -1)
quix0r 2009-11-18 05:02 Rev.: 4680

Final fixes for admin logout

4 lines of code changed in 4 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+1 -1), mailid_points_done2.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1)
quix0r 2009-11-18 04:45 Rev.: 4678

Global rewrite of engine:
- Cookie-less (even no session cookie) should now work
(maybe with some flaws)
- Some code cleanups

7 lines of code changed in 7 files:

  • templates/de/html/mailid: mailid_banner.tpl (+1 -1), mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+2 -3), mailid_frames.tpl (+1 -1), mailid_points_done2.tpl (-1), mailid_points_locked2.tpl (-1), mailid_timer.tpl (+2 -2)
quix0r 2009-11-08 18:29 Rev.: 4632

div->span and full path removed in debug output

2 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_points_done.tpl (+2 -2)
quix0r 2009-11-07 06:51 Rev.: 4620

Huge HTML/CSS rewrite (see forum)

41 lines of code changed in 8 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (-9), mailid_enter_code.tpl (+13 -21), mailid_points_done.tpl (+15 -25), mailid_points_done2.tpl (+1 -10), mailid_points_failed.tpl (+3 -14), mailid_points_locked.tpl (+5 -16), mailid_points_locked2.tpl (+1 -10), mailid_timer.tpl (+3 -19)
quix0r 2009-11-01 15:43 Rev.: 4512

Special characters, like German Umlaute, rewritten to entities (yes, still them... ;))

2 lines of code changed in 2 files:

  • templates/de/html/mailid: mailid_points_done2.tpl (+1 -1), mailid_points_locked2.tpl (+1 -1)
quix0r 2009-10-29 22:04 Rev.: 4433

Reverted from wernis4mails.de

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_banner.tpl (+1 -10)
quix0r 2009-10-29 21:59 Rev.: 4432

More fixes for menus

10 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_banner.tpl (+10 -1)
quix0r 2009-10-29 00:11 Rev.: 4407

Several fixes for broken actions (sorry for lame text)

1 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_enter_code.tpl (+1 -1)
quix0r 2009-10-28 04:13 Rev.: 4388

Deprecated scripts/templates removed

0 lines of code changed in 1 file:

  • templates/de/html/mailid: mailid_points_lcoked2.tpl (del)
quix0r 2009-10-27 18:24 Rev.: 4372

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.

37 lines of code changed in 8 files:

  • templates/de/html/mailid: .htaccess (+1 -1), mailid_confirm_buttom.tpl (+2 -2), mailid_enter_code.tpl (+2 -2), mailid_frames.tpl (+1 -1), mailid_points_done2.tpl (+11 -12), mailid_points_lcoked2.tpl (+1 -1), mailid_points_locked2.tpl (+10 -11), mailid_timer.tpl (+9 -11)
quix0r 2009-10-11 03:16 Rev.: 4363

Several more constants rewritten to getConfig()

9 lines of code changed in 7 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+1 -1), mailid_enter_code.tpl (+2 -2), mailid_frames.tpl (+1 -1), mailid_points_done.tpl (+1 -1), mailid_points_done2.tpl (+2 -2), mailid_points_locked2.tpl (+1 -1), mailid_timer.tpl (+1 -1)
quix0r 2009-10-10 23:03 Rev.: 4360

A lot constants rewritten to array elements

25 lines of code changed in 9 files:

  • templates/de/html/mailid: mailid_confirm_buttom.tpl (+3 -3), mailid_enter_code.tpl (+2 -2), mailid_frames.tpl (+2 -2), mailid_points_done.tpl (+3 -3), mailid_points_done2.tpl (+4 -4), mailid_points_failed.tpl (+2 -2), mailid_points_locked.tpl (+2 -2), mailid_points_locked2.tpl (+3 -3), mailid_timer.tpl (+4 -4)

(12 more)

Generated by StatSVN 0.7.0