[root]/templates/de/html/doubler
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 77 (100.0%) | 287 (100.0%) | 3.7 |
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
6 lines of code changed in 1 file:
Removed some column aliases as they make it harder to check which column was ment
7 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
2 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
1 lines of code changed in 1 file:
Next batch of fixed language ids (renamed, see ticket #219)
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
4 lines of code changed in 2 files:
svn:eol-style set to 'native'
6 lines of code changed in 6 files:
We should write UTF-8 in upper-case
1 lines of code changed in 1 file:
More EL used, this has fixed double calls of translateComma() in various places
1 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
3 lines of code changed in 1 file:
A lot CSS classes rewritten, please update all your themes.
18 lines of code changed in 3 files:
Naming convention applied on language strings, check added to wrapper:
- Naming convention applied on more language strings
- Check added to wrapper function ifPostContainsSelections() to make sure the
form is really sent
- TODOs.txt updated
1 lines of code changed in 1 file:
Numerous ext-sponsor fixes and HTML rewrites (sorry for lame description)
1 lines of code changed in 1 file:
New extension ext-cliclbanner introduced, a lot SVN properties changed
6 lines of code changed in 6 files:
A lot naming conventions applied, TODOs.txt updated
1 lines of code changed in 1 file:
Fixes for doubler (not fully fixed) and rewrites for beg/doubler:
- Many fixes for doubler link (was broken due to bad EL syntax)
- Rewrites to make lesser use of SOME_FOO_1/SOME_FOO_2 (should be SOME_FOO)
- Fixes for beg extension
- TODOs.txt updated
8 lines of code changed in 1 file:
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
- Deprecated variables $nick and $email removed from loadEmailTemplate()
- More rewrites for usage of EL
- getMessage() lesser used (saves a lot calls while execution of include file)
- Some internal TODOs closed
- TODOs.txt updated
7 lines of code changed in 1 file:
Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)
1 lines of code changed in 1 file:
Fix for missing array elements
4 lines of code changed in 1 file:
Naming-inconsistency fixed #2
1 lines of code changed in 1 file:
Even some more HTML cleanups #3
19 lines of code changed in 1 file:
More HTML rewrites #2
7 lines of code changed in 1 file:
Next stage of HTML rewriting, lesser br-tags
1 lines of code changed in 1 file:
Global rewrite of engine:
- Cookie-less (even no session cookie) should now work
(maybe with some flaws)
- Some code cleanups
6 lines of code changed in 4 files:
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have 4 columns
2 lines of code changed in 1 file:
Huge HTML/CSS rewrite (see forum)
1 lines of code changed in 1 file:
Missing template added
4 lines of code changed in 2 files:
Entities in JavaScript => failed, fixed... login fixed by removing status=GUEST
1 lines of code changed in 1 file:
Typo 'referral'->'referal' fixed, more 'empty version' fixed
6 lines of code changed in 1 file:
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.
20 lines of code changed in 2 files:
Several more constants rewritten to getConfig()
14 lines of code changed in 2 files:
Removed again
0 lines of code changed in 5 files:
More XHTML-fied and extended header added to templates
1 lines of code changed in 1 file:
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags created for remaining, svn:keyword added
5 lines of code changed in 6 files:
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partly resolves #83
6 lines of code changed in 1 file:
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
46 lines of code changed in 1 file:
HTML->XHTML preparation (still *A LOT* to convert
27 lines of code changed in 6 files:
A lot form templates rewritten (star removed. fixes)
2 lines of code changed in 1 file:
Dynamic payment added to surfbar
1 lines of code changed in 1 file:
- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
been removed, all email templates are rewritten from direct variables like
$salut, $surname, $family to $content[bla].
- Offensive word "sex" and "salut" replaced with "gender"
- Several minor fixes to templates and engine
8 lines of code changed in 1 file:
(1 more)