[root]/templates/de/html/sponsor
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 165 (100.0%) | 1196 (100.0%) | 7.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:
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
2 lines of code changed in 1 file:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
2 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
6 lines of code changed in 3 files:
First batch of fixed language ids (renamed, see ticket #219)
1 lines of code changed in 1 file:
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:
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:
svn:eol-style set to 'native'
10 lines of code changed in 10 files:
We should write UTF-8 in upper-case
3 lines of code changed in 3 files:
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)
2 lines of code changed in 1 file:
Minor rewrites/fixes
1 lines of code changed in 1 file:
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:
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:
A lot CSS classes rewritten, please update all your themes.
29 lines of code changed in 3 files:
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:
Rewritten to make usage of newly introduced math EL code
8 lines of code changed in 1 file:
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:
Fixes for messed up sponsor menu
3 lines of code changed in 2 files:
More rewrites/fixes (not all is fixed) for ext-sponsor
20 lines of code changed in 5 files:
New extension ext-cliclbanner introduced, a lot SVN properties changed
10 lines of code changed in 10 files:
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:
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:
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:
A lot forced-space characters ( ) removed, naming convention applied also in JavaScript functions
41 lines of code changed in 4 files:
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:
No DOS/Win32 breakline...
1 lines of code changed in 1 file:
Was missing...
0 lines of code changed in 1 file:
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:
HTML attributed fixed
1 lines of code changed in 1 file:
Major cleanup of old-school HTML-mess...
5 lines of code changed in 2 files:
More HTML rewrites #3
44 lines of code changed in 3 files:
Next stage of HTML rewriting, lesser br-tags
12 lines of code changed in 2 files:
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:
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have 4 columns
55 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.
22 lines of code changed in 5 files:
Several more constants rewritten to getConfig()
9 lines of code changed in 6 files:
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:
Removed again
0 lines of code changed in 9 files:
More XHTML-fied and extended header added to templates
21 lines of code changed in 3 files:
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:
(12 more)