Directory templates/de/html/sponsor/

Directory Created:
2008-05-18 21:59
Total Files:
10
Deleted Files:
0
Lines of Code:
330

[root]/templates/de/html/sponsor

Lines of Code

templates/de/html/sponsor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 165 (100.0%) 1196 (100.0%) 7.2

Most Recent Commits

quix0r 2013-07-31 11:54 Rev.: 6432

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:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -1)
quix0r 2013-01-10 07:29 Rev.: 6303

Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);

2 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_main.tpl (+2 -2)
quix0r 2012-12-27 02:40 Rev.: 6247

AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)

2 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+2 -2)
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/sponsor: sponsor_account_form.tpl (+2 -2), sponsor_fillup_form.tpl (+2 -2), sponsor_settings_form.tpl (+2 -2)
quix0r 2012-06-18 14:25 Rev.: 5935

First batch of fixed language ids (renamed, see ticket #219)

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -1)
quix0r 2011-08-14 01:56 Rev.: 5824

CSS cleanup, jquery updated:
- CSS classes cleaned up (sponsor classes renamed to generic)
- jquery updated to version 1.6.2
- TODOs.txt updated

15 lines of code changed in 4 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+7 -7), sponsor_fillup_form.tpl (+3 -3), sponsor_main.tpl (+2 -2), sponsor_settings_form.tpl (+3 -3)
quix0r 2011-06-28 06:25 Rev.: 5522

Function generateGenderSelectionBox() introduced, some cleanups:
- Function generateGenderSelectionBox() introduced which will generate a
selection box for the gender
- Some minor cleanups/improvements here and there
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -5)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

10 lines of code changed in 10 files:

  • templates/de/html/sponsor: .htaccess (+1), sponsor_account_form.tpl (+1), sponsor_action.tpl (+1), sponsor_fillup_form.tpl (+1), sponsor_footer.tpl (+1), sponsor_header.tpl (+1), sponsor_main.tpl (+1), sponsor_settings_form.tpl (+1), sponsor_welcome.tpl (+1), sponsor_what.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/sponsor: sponsor_account_form.tpl (+1 -1), sponsor_fillup_form.tpl (+1 -1), sponsor_settings_form.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)

2 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_settings_form.tpl (+2 -2)
quix0r 2010-09-16 23:26 Rev.: 5328

Minor rewrites/fixes

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_welcome.tpl (+1 -1)
quix0r 2010-09-12 22:28 Rev.: 5315

Floater added, admin_header.tpl added, EL code improved:
- Floater HTML prepared, this will be later moved by the jquery library
- admin_header.tpl extracted from admin_welcome.tpl so all areas have a header
template
- The expression function for template EL code does now tollerate missing
call-back functions

4 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_header.tpl (+4)
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

201 lines of code changed in 5 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+124 -124), sponsor_action.tpl (+3 -3), sponsor_fillup_form.tpl (+25 -25), sponsor_main.tpl (+13 -13), sponsor_settings_form.tpl (+36 -34)
quix0r 2010-08-25 14:47 Rev.: 5275

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

29 lines of code changed in 3 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+21 -21), sponsor_fillup_form.tpl (+2 -2), sponsor_settings_form.tpl (+6 -6)
quix0r 2010-08-02 19:10 Rev.: 5209

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:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -1)
quix0r 2010-07-24 03:58 Rev.: 5190

Rewritten to make usage of newly introduced math EL code

8 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_settings_form.tpl (+8 -8)
quix0r 2010-07-24 02:47 Rev.: 5189

Slogan added, logout added to ext-sponsor:
- The slogan will now be displayed in sponsor menu's header
- Logout and only redirect from sponsor area to guest area added

4 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_header.tpl (+4)
quix0r 2010-07-24 02:37 Rev.: 5187

Fixes for messed up sponsor menu

3 lines of code changed in 2 files:

  • templates/de/html/sponsor: sponsor_action.tpl (+1 -1), sponsor_what.tpl (+2 -2)
quix0r 2010-07-24 02:32 Rev.: 5186

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

20 lines of code changed in 5 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+9 -9), sponsor_action.tpl (+3 -1), sponsor_header.tpl (+1 -1), sponsor_welcome.tpl (+3 -3), sponsor_what.tpl (+4 -2)
quix0r 2010-07-19 01:28 Rev.: 5153

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

10 lines of code changed in 10 files:

  • templates/de/html/sponsor: .htaccess (+1), sponsor_account_form.tpl (+1), sponsor_action.tpl (+1), sponsor_fillup_form.tpl (+1), sponsor_footer.tpl (+1), sponsor_header.tpl (+1), sponsor_main.tpl (+1), sponsor_settings_form.tpl (+1), sponsor_welcome.tpl (+1), sponsor_what.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

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_welcome.tpl (+1 -1)
quix0r 2010-06-29 00:25 Rev.: 5083

Changed all admin getter, closed internal TODOs:
- All admin getter functions like getAdminEmail() (except getAdminId()) does now
take the admin id
- Naming convention on some template names applied
- Some deprecated footer/header templates merged and marked as deprecated
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_footer.tpl (+1 -2)
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

1 lines of code changed in 1 file:

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

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

41 lines of code changed in 4 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+32 -32), sponsor_fillup_form.tpl (+6 -6), sponsor_footer.tpl (+1 -1), sponsor_settings_form.tpl (+2 -2)
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)

11 lines of code changed in 3 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+9 -9), sponsor_settings_form.tpl (+1 -1), sponsor_welcome.tpl (+1 -1)
quix0r 2009-12-16 03:16 Rev.: 4843

No DOS/Win32 breakline...

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: .htaccess (+1 -1)
quix0r 2009-12-16 03:15 Rev.: 4842

Was missing...

0 lines of code changed in 1 file:

  • templates/de/html/sponsor: .htaccess (new)
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/html/sponsor: sponsor_main.tpl (+1 -1)
quix0r 2009-12-04 16:40 Rev.: 4821

HTML attributed fixed

1 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_main.tpl (+1 -1)
quix0r 2009-12-04 07:25 Rev.: 4818

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

5 lines of code changed in 2 files:

  • templates/de/html/sponsor: sponsor_main.tpl (+1 -1), sponsor_what.tpl (+4 -3)
quix0r 2009-11-22 16:40 Rev.: 4721

More HTML rewrites #3

44 lines of code changed in 3 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+32 -32), sponsor_fillup_form.tpl (+6 -6), sponsor_settings_form.tpl (+6 -6)
quix0r 2009-11-22 06:38 Rev.: 4705

Next stage of HTML rewriting, lesser br-tags

12 lines of code changed in 2 files:

  • templates/de/html/sponsor: sponsor_header.tpl (+2 -4), sponsor_welcome.tpl (+10 -4)
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

4 lines of code changed in 4 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -1), sponsor_fillup_form.tpl (+1 -1), sponsor_settings_form.tpl (+1 -1), sponsor_what.tpl (+1 -4)
quix0r 2009-11-09 18:47 Rev.: 4646

All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have 4 columns

55 lines of code changed in 6 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+38 -38), sponsor_action.tpl (+1 -1), sponsor_fillup_form.tpl (+7 -7), sponsor_main.tpl (+1 -1), sponsor_settings_form.tpl (+7 -7), sponsor_what.tpl (+1 -1)
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.

22 lines of code changed in 5 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+4 -4), sponsor_fillup_form.tpl (+1 -1), sponsor_main.tpl (+5 -5), sponsor_settings_form.tpl (+10 -10), sponsor_welcome.tpl (+2 -2)
quix0r 2009-10-11 03:16 Rev.: 4363

Several more constants rewritten to getConfig()

9 lines of code changed in 6 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1 -1), sponsor_fillup_form.tpl (+4 -4), sponsor_header.tpl (+1 -1), sponsor_settings_form.tpl (+1 -1), sponsor_welcome.tpl (+1 -1), sponsor_what.tpl (+1 -1)
quix0r 2009-10-11 00:21 Rev.: 4361

Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
- Reflink should now work again with nicknames, rewritten to use
NICKNAME_GET_NICK()
- Above function fixed (may be now better)
- Several rewrites of SQL_FETCHROW() to SQL_FETCHARRAY() (internal TODO)
- Several constants rewritten to $content (internal TODO)
- TODOs.txt updated

6 lines of code changed in 1 file:

  • templates/de/html/sponsor: sponsor_settings_form.tpl (+6 -6)
quix0r 2009-03-07 01:30 Rev.: 4048

Removed again

0 lines of code changed in 9 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (-1), sponsor_action.tpl (-1), sponsor_fillup_form.tpl (-1), sponsor_footer.tpl (-1), sponsor_header.tpl (-1), sponsor_main.tpl (-1), sponsor_settings_form.tpl (-1), sponsor_welcome.tpl (-1), sponsor_what.tpl (-1)
quix0r 2009-03-07 01:22 Rev.: 4047

More XHTML-fied and extended header added to templates

21 lines of code changed in 3 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+18 -18), sponsor_fillup_form.tpl (+1 -1), sponsor_settings_form.tpl (+2 -2)
quix0r 2009-03-06 18:06 Rev.: 4018

A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags created for remaining, svn:keyword added

9 lines of code changed in 9 files:

  • templates/de/html/sponsor: sponsor_account_form.tpl (+1), sponsor_action.tpl (+1), sponsor_fillup_form.tpl (+1), sponsor_footer.tpl (+1), sponsor_header.tpl (+1), sponsor_main.tpl (+1), sponsor_settings_form.tpl (+1), sponsor_welcome.tpl (+1), sponsor_what.tpl (+1)

(12 more)

Generated by StatSVN 0.7.0