[root]/templates/de/html/guest
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 926 (100.0%) | 4929 (100.0%) | 5.3 |
Rewrote 2 str_replace() calls to one with array()
74 lines of code changed in 4 files:
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:
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:
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:
Language string cleaned up
1 lines of code changed in 1 file:
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:
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
1 lines of code changed in 1 file:
The usual changes: forms fixed
2 lines of code changed in 2 files:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
4 lines of code changed in 2 files:
Swapped out more HTML to templates (see ticket #68)
3 lines of code changed in 1 file:
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:
Added doTemplateGuestFooterExtras() call-back and guest_footer_extras filter chain
2 lines of code changed in 1 file:
Updated propset.sh, fixed all SVN properties
6 lines of code changed in 3 files:
Added missing parameter which allows to add the SQL statements not just to 'install' SQL pool
12 lines of code changed in 1 file:
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:
Also these templates are all dead
0 lines of code changed in 3 files:
R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated
0 lines of code changed in 6 files:
Missed it :(
1 lines of code changed in 1 file:
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:
_FOOTER is wrong, better _NOTICE, missing language ids for point account subject lines added
1 lines of code changed in 1 file:
Removed already no longer used last parameter from addMaxReceiveList(), so more EL coce can be used
20 lines of code changed in 1 file:
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:
Last files for _NOTE->_NOTICE renaming
2 lines of code changed in 2 files:
First batch of fixed language ids (renamed, see ticket #219)
1 lines of code changed in 1 file:
Reverted last commit
21 lines of code changed in 3 files:
Hotfix
43 lines of code changed in 3 files:
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:
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:
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:
If min/max beg points are the same output only min points
1 lines of code changed in 1 file:
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:
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:
Members can now no longer enter 'NULL' as their nickname
1 lines of code changed in 1 file:
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:
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:
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:
More use of EL code
2 lines of code changed in 1 file:
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:
'center' for all headers
3 lines of code changed in 2 files:
Extension ext-coupon basicly finished, no shortcuts in naming:
- Extension ext-coupon basicly finished: Please test it intensively now
- Renamed all _UID to _USERID, we don't want to shortcut words
- Minior renames/improvements here and there
- TODOs.txt updated
6 lines of code changed in 4 files:
(108 more)