[root]/templates/de/html/surfbar
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 146 (100.0%) | 566 (100.0%) | 3.8 |
Extension ext-surfbar continued:
- Added booking packages for ext-surfbar (unfinished admin area + member)
- Renamed most 'Surfbar' to 'Besuchertausch' which is more correct
- Swapped out some messages to language file
- Other improvements
- TODOs.txt updated
1 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:
The usual asset of bugfixes for ext-surfbar
1 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
5 lines of code changed in 4 files:
Extension ext-network continued:
- Network types handler can now be added (yet a template for showing saved data
needs to be added)
- Several minor improvements
- todo-builder.sh does now search for .htaccess files with something to do
- TODOs.txt updated
1 lines of code changed in 1 file:
More fixes for ext-surfbar:
- Fixed some template bugs, the dollar sign went missing
- Renamed template (we write some_delete_foo and not some_del_foo)
- TODOs.txt updated
2 lines of code changed in 1 file:
XML parser introduced, ext-surfbar rewritten, more EL code:
- XML parser functions (see xml-functions.php) introduced which shall make it
much easier in adding list/edit/delete/foo forms to the script by a XML
rather than tons of hard-to-debug code or large call parameters
- Extension ext-surfbar: Edit/delete/lock/unlock/undelete of URLs is now
rewritten to make usage of above XML parser
- For same extension, new translateFooToBar() wrappers has been introduced in
EL code.
- TODOs.txt updated
13 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
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.
11 lines of code changed in 3 files:
New extension ext-cliclbanner introduced, a lot SVN properties changed
10 lines of code changed in 10 files:
Even more fixes for surfbar, EL rewrites
2 lines of code changed in 1 file:
Rewrites/fixes for surfbar
5 lines of code changed in 1 file:
New function isValidUserid() introduced, more rewrites to EL:
- New function isValidUserId() introduced, see ticket #147. This function just
validates a given user id if it not null, not empty and larget than zero.
- More rewrites to make use of EL
- 'surfbar_counter' is now a CSS class, not id
- TODOs.txt updated
9 lines of code changed in 4 files:
More rewrites to make use of the EL
7 lines of code changed in 1 file:
Rewritten to make use of EL
8 lines of code changed in 2 files:
A lot forced-space characters ( ) removed, naming convention applied also in JavaScript functions
31 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:
Complete refacture for previously discovered inconsistency
1 lines of code changed in 1 file:
Naming-inconsistency fixed #2
4 lines of code changed in 2 files:
Major cleanup of old-school HTML-mess...
10 lines of code changed in 3 files:
Next stage of HTML rewriting, lesser br-tags
13 lines of code changed in 4 files:
Now extension code must be inserted like {%ext,version=foo%}
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
20 lines of code changed in 8 files:
Some code 'beatuified', config in templates surfbar_stopped.tpl
1 lines of code changed in 1 file:
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have 4 columns
4 lines of code changed in 3 files:
Huge HTML/CSS rewrite (see forum)
1 lines of code changed in 1 file:
Several fixes for template engine, JavaScripts, etc.
2 lines of code changed in 1 file:
Special characters, like German Umlaute, rewritten to entities (yes, still them... ;))
2 lines of code changed in 2 files:
Caching again rewritten, admin functions fixed:
- All cache loaders rewritten not to load itself, it is handled in cache class
'CacheSystem', method addRow() instead
- Several miss-leading variables in admin functions (e.g. getAdminHash()) fixed
- Now the admin login is used for all cache entries except the 'login' entry
1 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.
16 lines of code changed in 7 files:
Several more constants rewritten to getConfig()
19 lines of code changed in 7 files:
Login form for guests in surfbar added, some trigger_error() added, misc rewrites
46 lines of code changed in 1 file:
Better out, then it is automatic
1 lines of code changed in 1 file:
Scrollbar enabled for url frame...
1 lines of code changed in 1 file:
CSS classes rewritten to ids to let JavaScript insert more values. Some wrappers added
29 lines of code changed in 5 files:
Several rewrites/fixes which I have done yesterday but not commited, mxchange_die->app_die renamed, fixes from stelzi merged
0 lines of code changed in 1 file:
Removed again
0 lines of code changed in 9 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:
(21 more)