Directory templates/de/html/js/

Directory Created:
2009-07-31 17:23
Total Files:
11
Deleted Files:
2
Lines of Code:
726

[root]/templates/de/html/js

Lines of Code

templates/de/html/js/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 93 (100.0%) 12688 (100.0%) 136.4

Most Recent Commits

quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

9 lines of code changed in 9 files:

  • templates/de/html/js: js_ (+1 -1), js_admin_ajax.tpl (+1 -1), js_cookies_disabled.tpl (+1 -1), js_install_ajax.tpl (+1 -1), js_order_send.tpl (+1 -1), js_surfbar_frame_top.tpl (+1 -1), js_surfbar_member_book.tpl (+1 -1), js_surfbar_member_edit.tpl (+1 -1), js_surfbar_stopped.tpl (+1 -1)
quix0r 2013-01-06 21:25 Rev.: 6271

Mailer project rwritten:
- Extension ext-network continued:
+ More missing type handlers added
+ Also array element translations added
+ Made API query generally working
+ Added missing what-config_network.php to allow configuration
+ Many other improvements
- Used correct MIME type for JavaScripts (text/javascript)
- Many other rewrites
- TODOs.txt updated

43 lines of code changed in 6 files:

  • templates/de/html/js: js_ (new 27), js_admin_ajax.tpl (+6 -26), js_install_ajax.tpl (+4 -29), js_surfbar_frame_top.tpl (+4 -4), js_surfbar_member_edit.tpl (+1 -1), js_surfbar_stopped.tpl (+1 -1)
quix0r 2012-12-27 02:40 Rev.: 6247

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

1 lines of code changed in 1 file:

  • templates/de/html/js: js_install_ajax.tpl (+1 -1)
quix0r 2012-11-27 22:22 Rev.: 6213

Moved extra JavaScripts to external template

44 lines of code changed in 3 files:

  • templates/de/html/js: js_order_send.tpl (+6 -1), js_surfbar_member_book.tpl (+29), js_surfbar_member_edit.tpl (+9)
quix0r 2012-11-19 00:45 Rev.: 6180

Installation NG continued (still not fully working)

11 lines of code changed in 1 file:

  • templates/de/html/js: js_install_ajax.tpl (+11 -1)
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

2 lines of code changed in 2 files:

  • templates/de/html/js: js_surfbar_member_book.tpl (+1), js_surfbar_stopped.tpl (+1 -1)
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 2 files:

  • templates/de/html/js: js_admin_menu_onclick.tpl (del), js_jquery.tpl (del)
quix0r 2012-10-22 18:04 Rev.: 6076

Extension ext-surfbar continued:
- Moved language strings from template to language file surfbar_de.php
- Added minimum waiting time (per URL)
- Fixed other minor things

3 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_frame_top.tpl (+3 -3)
quix0r 2012-10-21 20:34 Rev.: 6070

The usual asset of bugfixes for ext-surfbar

7 lines of code changed in 2 files:

  • templates/de/html/js: js_surfbar_frame_top.tpl (+5 -5), js_surfbar_member_edit.tpl (+2 -2)
quix0r 2012-10-07 12:41 Rev.: 6023

Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query

2 lines of code changed in 2 files:

  • templates/de/html/js: js_admin_ajax.tpl (+1 -1), js_install_ajax.tpl (+1 -1)
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

398 lines of code changed in 11 files:

  • templates/de/html/js: js_admin_ajax.tpl (new 86), js_admin_menu_onclick.tpl (+2 -1), js_cookies_disabled.tpl (+31), js_install_ajax.tpl (new 104), js_jquery.tpl (+1), js_order_send.tpl (+29), js_surfbar_frame_top.tpl (+50 -21), js_surfbar_member_book.tpl (+29), js_surfbar_member_edit.tpl (+29), js_surfbar_stopped.tpl (+36 -7), js_uberwach.tpl (+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

3 lines of code changed in 1 file:

  • templates/de/html/js: js_admin_menu_onclick.tpl (new 3)
quix0r 2011-08-14 02:24 Rev.: 5825

- The update of jquery caused an about with missing variable $this which is
caused by the code "compiler" (see FILTER_COMPILE_CODE() and eval() command
in loadTemplate()). If I would prevent "compiling" dollar chars, also
JavaScript templates e.g. from ext-surfbar won't work anymore.
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+1 -8981)
quix0r 2011-08-14 01:56 Rev.: 5824

CSS cleanup, jquery updated:
- CSS classes cleaned up (sponsor classes renamed to generic)
- jquery updated to version 1.6.2
- TODOs.txt updated

7219 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+7219 -2614)
quix0r 2011-07-12 01:32 Rev.: 5634

Fixes for referal system, shell scripts overworked:
- Various fixes to the referal/points system (still some work needs to be done)
- Shell scripts enhanced with check for "root" directory (modules.php)
- Shell debug-lines.sh added which will show which debug lines are commented in
- Other minor rewrites/fixes
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_frame_top.tpl (+1 -1)
quix0r 2011-07-11 17:02 Rev.: 5628

Fixes for JavaScript in member booking with set limit

40 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_member_book.tpl (+40 -10)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

8 lines of code changed in 8 files:

  • templates/de/html/js: .htaccess (+1), js_cookies_disabled.tpl (+1), js_jquery.tpl (+1), js_order_send.tpl (+1), js_surfbar_member_book.tpl (+1), js_surfbar_member_edit.tpl (+1), js_surfbar_stopped.tpl (+1), js_uberwach.tpl (+1)
quix0r 2011-02-16 14:20 Rev.: 5460

We should write UTF-8 in upper-case

1 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+1 -1)
quix0r 2010-08-25 14:47 Rev.: 5275

A lot CSS classes rewritten, please update all your themes.

3 lines of code changed in 3 files:

  • templates/de/html/js: js_surfbar_member_book.tpl (+1 -1), js_surfbar_member_edit.tpl (+1 -1), js_surfbar_stopped.tpl (+1 -1)
quix0r 2010-08-06 13:54 Rev.: 5226

Fixed a lot ext-network forms, {%get=foo%} introduced, a lot array elements added
- Fixed all form for ext-network to handle dynamic parameters correctly
- Introduced new EL: {%get=foo%} is now a helper EL to insert parameters from
GET request, still this doesn't support extra functions but will be added soon
- Added a lot array element translations for many networks
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+1 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

New extension ext-cliclbanner introduced, a lot SVN properties changed

9 lines of code changed in 9 files:

  • templates/de/html/js: .htaccess (+1), js_cookies_disabled.tpl (+1), js_jquery.tpl (+1), js_order_send.tpl (+1), js_surfbar_frame_top.tpl (+1), js_surfbar_member_book.tpl (+1), js_surfbar_member_edit.tpl (+1), js_surfbar_stopped.tpl (+1), js_uberwach.tpl (+1)
quix0r 2010-06-29 23:49 Rev.: 5092

Even more fixes for surfbar, EL rewrites

3 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+3 -3)
quix0r 2010-06-29 14:20 Rev.: 5091

Rewrites/fixes for surfbar

76 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_frame_top.tpl (new 76)
quix0r 2010-06-29 05:00 Rev.: 5088

Fixes and further rewrites to make use of EL

2 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+2 -2)
quix0r 2010-06-28 04:47 Rev.: 5065

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

1 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+1 -1)
quix0r 2010-06-06 16:49 Rev.: 4978

A lot forced-space characters ( ) removed, naming convention applied also in JavaScript functions

12 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_stopped.tpl (+12 -12)
quix0r 2010-05-28 19:38 Rev.: 4976

Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)

2 lines of code changed in 1 file:

  • templates/de/html/js: js_surfbar_member_edit.tpl (+2 -2)
quix0r 2009-11-18 04:45 Rev.: 4678

Global rewrite of engine:
- Cookie-less (even no session cookie) should now work
(maybe with some flaws)
- Some code cleanups

2 lines of code changed in 2 files:

  • templates/de/html/js: js_cookies_disabled.tpl (+1 -1), js_uberwach.tpl (+1 -1)
quix0r 2009-11-07 06:51 Rev.: 4620

Huge HTML/CSS rewrite (see forum)

41 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+41 -41)
quix0r 2009-11-05 20:32 Rev.: 4600

Several fixes for template engine, JavaScripts, etc.

144 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+144 -144)
quix0r 2009-11-05 16:57 Rev.: 4577

Entities in JavaScript => failed, fixed... login fixed by removing status=GUEST

2 lines of code changed in 1 file:

  • templates/de/html/js: js_cookies_disabled.tpl (new 2)
quix0r 2009-11-04 00:34 Rev.: 4546

More fixes to templates

1 lines of code changed in 1 file:

  • templates/de/html/js: js_uberwach.tpl (+1 -1)
quix0r 2009-11-03 23:28 Rev.: 4537

Reverted

6 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+6 -6)
quix0r 2009-11-03 23:21 Rev.: 4535

A lot texts rewritten and exclamation signs removed

6 lines of code changed in 1 file:

  • templates/de/html/js: js_jquery.tpl (+6 -6)
quix0r 2009-11-03 16:22 Rev.: 4519

New extension added, ext-uberwach rewritten (unfinished), some fixes
- Referal link fixed
- New satire extension 'Politician Stop' added which should politician prevent printing your webpages
- Campaign extension 'ext-uberwach', a German campaign against surviliance, extended (unfinished)
- Extension ext-network continued but still unfinished
- Some more minor fixes

4377 lines of code changed in 2 files:

  • templates/de/html/js: js_jquery.tpl (new 4376), js_uberwach.tpl (+1 -1)
quix0r 2009-10-27 18:24 Rev.: 4372

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.

133 lines of code changed in 6 files:

  • templates/de/html/js: .htaccess (+1 -1), js_order_send.tpl (new 21), js_surfbar_member_book.tpl (new 37), js_surfbar_member_edit.tpl (new 41), js_surfbar_stopped.tpl (new 30), js_uberwach.tpl (+3 -3)
quix0r 2009-10-11 03:16 Rev.: 4363

Several more constants rewritten to getConfig()

1 lines of code changed in 1 file:

  • templates/de/html/js: js_uberwach.tpl (+1 -1)
quix0r 2009-07-31 17:52 Rev.: 4288

Now no longer in admin area

1 lines of code changed in 1 file:

  • templates/de/html/js: js_uberwach.tpl (+1 -1)
quix0r 2009-07-31 17:23 Rev.: 4286

Script extended with JavaScript templates and ext-uberwach added, see http://www.uberwach.de for details

72 lines of code changed in 2 files:

  • templates/de/html/js: .htaccess (new), js_uberwach.tpl (new 72)
Generated by StatSVN 0.7.0