Directory branches/0.2.1-FINAL/templates/de/html/guest/

Total Files:
62
Deleted Files:
17
Lines of Code:
1496

[root]/branches/0.2.1-FINAL/templates/de/html/guest

Lines of Code

branches/0.2.1-FINAL/templates/de/html/guest/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 938 (100.0%) 4995 (100.0%) 5.3
quix0r 932 (99.4%) 4989 (99.9%) 5.3
root 3 (0.3%) 6 (0.1%) 2.0
quixy 3 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

quix0r 2013-09-01 21:13 Rev.: 6437

Rewrote 2 str_replace() calls to one with array()

74 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_link.tpl (+25 -22), guest_stats_table.tpl (+3 -1), guest_top10.tpl (+1 -2), guest_wernis_registration_form.tpl (new 45)
quix0r 2013-08-04 06:38 Rev.: 6434

Registration provider continued:
- Added missing guest templates, "translate" function, language elements
- Fixed handling of 'provider' parameter (renamed!) in filters
- Start of cleanup of CSS classes

7 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_registration_provider.tpl (new 6), guest_registration_provider_row.tpl (new 1)
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

17 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_registration_select.tpl (new 16), guest_sponsor_reg.tpl (+1 -1)
quix0r 2013-07-31 02:34 Rev.: 6427

Continued with registration provider:
- Added a lot filter for both ext-register/wernis to handle (partly finished)
registration requests and forms
- Add config entry (currently not changeable in web interface) for default
registration and login provider

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+1)
quix0r 2013-06-01 10:26 Rev.: 6398

Language string cleaned up

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+1 -1)
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

82 lines of code changed in 9 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_active_none_row.tpl (+3 -2), guest_confirm_table.tpl (del), guest_doubler.tpl (+3 -4), guest_list_active_row_none.tpl (+3 -2), guest_list_rallye.tpl (+6 -4), guest_paidlinks_register.tpl (del), guest_paidlinks_register_header.tpl (del), guest_receive_table.tpl (+2 -2), guest_show_rallye.tpl (+65 -57)
quix0r 2013-01-10 07:29 Rev.: 6303

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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+1 -1)
quix0r 2012-12-30 00:56 Rev.: 6260

The usual changes: forms fixed

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_login.tpl (+1 -1), guest_nickname_login.tpl (+1 -1)
root 2012-12-29 20:39 Rev.: 3178

Deleted from CVS import

6 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_stats_cats_row.tpl (del), guest_stats_member.tpl (del), guest_stats_month_row.tpl (del)
quix0r 2012-12-27 02:40 Rev.: 6247

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

4 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+2 -2), guest_sponsor_reg.tpl (+2 -2)
quix0r 2012-11-28 18:40 Rev.: 6227

Swapped out more HTML to templates (see ticket #68)

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_wernis_news.tpl (new 3)
quix0r 2012-11-25 21:18 Rev.: 6210

New function getMenuModeFromModule() introduced:
- Introduced getMenuModeFromModule() which determines the "menu mode" from
given module. This value can also be used for template names
- Old template removed (listed.tp)
- TODOs.txt updated

4 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_metadata.tpl (new 4)
quix0r 2012-11-25 14:03 Rev.: 6208

Added doTemplateGuestFooterExtras() call-back and guest_footer_extras filter chain

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_footer.tpl (+2)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

6 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_table.tpl (+2), guest_paidlinks_register.tpl (+2), guest_paidlinks_register_header.tpl (+2)
quix0r 2012-11-24 21:21 Rev.: 6190

Added missing parameter which allows to add the SQL statements not just to 'install' SQL pool

12 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+12 -9)
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

20 lines of code changed in 8 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_link.tpl (+2 -2), guest_login.tpl (+4 -4), guest_nickname_login.tpl (+4 -4), guest_register.tpl (+2 -2), guest_sponsor_activate.tpl (+2 -2), guest_sponsor_login.tpl (+2 -2), guest_sponsor_lost.tpl (+2 -2), guest_sponsor_reg.tpl (+2 -2)
quix0r 2012-11-04 13:55 Rev.: 6139

Also these templates are all dead

0 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_table.tpl (new), guest_paidlinks_register.tpl (new), guest_paidlinks_register_header.tpl (new)
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 6 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_active_row.tpl (del), guest_active_table.tpl (del), guest_no_rallyes.tpl (del), guest_rallye.tpl (del), guest_rallye_row.tpl (del), guest_rallye_show.tpl (del)
quix0r 2012-10-24 22:37 Rev.: 6099

Missed it :(

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_top10.tpl (+1 -1)
quix0r 2012-10-24 21:33 Rev.: 6096

Extension ext-top10 improved:
- calculation of top earners changed
- added notice about above change
- moved out text to language file

10 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_top10.tpl (+10 -6)
quix0r 2012-10-21 14:21 Rev.: 6064

_FOOTER is wrong, better _NOTICE, missing language ids for point account subject lines added

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_doubler_list.tpl (+1 -1)
quix0r 2012-10-04 19:52 Rev.: 6016

Removed already no longer used last parameter from addMaxReceiveList(), so more EL coce can be used

20 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register.tpl (+20 -2)
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

66 lines of code changed in 12 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_link.tpl (+1 -1), guest_content_footer.tpl (+5 -5), guest_list_rallye.tpl (+7 -7), guest_list_rallye_row.tpl (+3 -4), guest_login.tpl (+1 -1), guest_login_error_message.tpl (new 5), guest_nickname_login.tpl (+1 -1), guest_receive_table.tpl (+1 -1), guest_show_rallye.tpl (+2 -2), guest_sponsor_infos.tpl (+38 -38), guest_sponsor_login.tpl (+1 -1), guest_stats_header.tpl (+1 -1)
quix0r 2012-06-19 14:15 Rev.: 5943

Last files for _NOTE->_NOTICE renaming

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_confirm_link.tpl (+1 -1), guest_register.tpl (+1 -1)
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:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_sponsor_reg.tpl (+1 -1)
quix0r 2011-09-26 15:20 Rev.: 5898

Reverted last commit

21 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_content_footer.tpl (+4 -3), guest_footer.tpl (+2 -17), guest_header.tpl (+15 -23)
quix0r 2011-09-26 15:16 Rev.: 5897

Hotfix

43 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_content_footer.tpl (+3 -4), guest_footer.tpl (+17 -2), guest_header.tpl (+23 -15)
quix0r 2011-08-19 00:04 Rev.: 5839

Extension ext-network continued, functions renamed:
- Loading of network types handler configuration implemented (with missing
templates which will follow next commit)
- Functions makeFooToBar() renamed to convertFooToBar(), functions with this
(convert) prefix will be used in PHP scripts and some templates, compared to
translateFooBar() which will be used only in templates as "translation
helper"
- DOCS/debug-lines.log ignored which will be used to identify commented-in
debug lines
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register_refid_hide.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

6 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_sponsor_activate.tpl (+1 -1), guest_sponsor_login.tpl (+2 -2), guest_sponsor_lost.tpl (+1 -1), guest_stats_member.tpl (+1 -1), guest_stats_table.tpl (+1 -1)
quix0r 2011-08-14 04:57 Rev.: 5828

Extension ext-beg improved, better EL code used:
- Two language strings merged together (ext-beg)
- Template call-back function {%template,DisplayUsername=$fooUserid%}
introduced for encapsulated displaying of userid / nickname

4 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_list_active_row.tpl (+1 -1), guest_top10_row_earner.tpl (+1 -1), guest_top10_row_login.tpl (+1 -1), guest_top10_row_refs.tpl (+1 -1)
quix0r 2011-08-13 10:08 Rev.: 5813

If min/max beg points are the same output only min points

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_beg.tpl (+1 -3)
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

15 lines of code changed in 7 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_beg.tpl (+1 -1), guest_doubler.tpl (+5 -5), guest_list_rallye.tpl (+2 -2), guest_register_refid.tpl (+1 -1), guest_register_refid_hide.tpl (+2 -2), guest_sponsor_reg.tpl (+2 -2), guest_top10.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:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_extensions.tpl (+1 -1), guest_register.tpl (+1 -1)
quix0r 2011-07-29 01:54 Rev.: 5728

Members can now no longer enter 'NULL' as their nickname

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_register_refid_hide.tpl (+1 -1)
quix0r 2011-07-15 12:10 Rev.: 5677

Extensions fixed/improved:
- ext-rallye: A lot templates renamed and member-related added for better
naming, language strings swapped out to language file
- ext-active: Fixed missing variable $last
- TODOs.txt updated

144 lines of code changed in 13 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_active_row.tpl (+1 -5), guest_active_table.tpl (+1 -26), guest_list_active.tpl (new 26), guest_list_active_row.tpl (new 5), guest_list_active_row_none.tpl (new 10), guest_list_rallye.tpl (new 20), guest_list_rallye_row.tpl (new 6), guest_no_rallyes.tpl (+1 -16), guest_rallye.tpl (+1 -20), guest_rallye_404.tpl (new 10), guest_rallye_row.tpl (+1 -6), guest_rallye_show.tpl (+1 -59), guest_show_rallye.tpl (new 61)
quix0r 2011-07-14 22:47 Rev.: 5673

Some CSS classes purged, ol.listing added, extensions fixed:
- Some out-dated (superfluous) CSS classes purged
- Others fixed/rewritten (really a lot!)
- Extension ext-beg now displays correctly memeber menu entries and SQL query
is fixed
- Extension ext-refback now sends correct userids out and allows an optional
note to the recipient
- Other minor improvements/fixes

9 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_beg.tpl (+6 -4), guest_doubler_list.tpl (+3 -3)
quix0r 2011-07-12 22:55 Rev.: 5649

Wrapper introduced, renaming to the naming convention:
- Wrapper function getTotalUnconfirmedMails() introduced to shorten things
- But don't shortcut array elements or variables, cnt->count renamed
- TODOs.txt updated

19 lines of code changed in 7 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_stats_cats_row.tpl (+1 -1), guest_stats_member.tpl (+8 -8), guest_stats_month_row.tpl (+6 -2), guest_stats_row.tpl (+1 -1), guest_top10_row_earner.tpl (+1 -1), guest_top10_row_login.tpl (+1 -1), guest_top10_row_refs.tpl (+1 -1)
quix0r 2011-07-06 16:34 Rev.: 5609

More use of EL code

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_top10_row_login.tpl (+2 -2)
quix0r 2011-07-06 09:47 Rev.: 5608

More code parts could take advantage of previously improved fixEmptyContentToDashes():
- More code parts, all checked for ext-nickname is installed/active in an extra
ugly looking if() block, could be improved by previously rewritten function
fixEmptyContentToDashes().
- Some internal TODOs closed
- TODOs.txt updated

4 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_active_row.tpl (+1 -1), guest_top10_row_earner.tpl (+1 -1), guest_top10_row_login.tpl (+1 -1), guest_top10_row_refs.tpl (+1 -1)
quix0r 2011-06-29 18:26 Rev.: 5543

'center' for all headers

3 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/de/html/guest: guest_login.tpl (+1 -1), guest_nickname_login.tpl (+2 -2)

(113 more)

Generated by StatSVN 0.7.0