Directory templates/de/html/select/

Directory Created:
2009-11-15 20:09
Total Files:
38
Deleted Files:
6
Lines of Code:
227

[root]/templates/de/html/select

Lines of Code

templates/de/html/select/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 104 (100.0%) 331 (100.0%) 3.1

Most Recent Commits

quix0r 2013-06-04 13:45 Rev.: 6403

Project continued:
- Added more functions for ext-grade
- Fixesd XML template for ext-grade
- Added missing language element
- Swapped out 'setup' phase for ext-grade
- Added more asserts
- Various other fixes

6 lines of code changed in 2 files:

  • templates/de/html/select: select_grade_parent_id_box.tpl (new 3), select_grade_parent_id_option.tpl (new 3)
quix0r 2013-05-27 14:37 Rev.: 6389

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

8 lines of code changed in 4 files:

  • templates/de/html/select: select_forced_ads_id_banner_box.tpl (new 3), select_forced_ads_id_banner_option.tpl (new 3), select_network_configured_box.tpl (+1 -1), select_network_unconfigured_box.tpl (+1 -1)
quix0r 2013-01-23 00:27 Rev.: 6344

Rewrote script to use more EL, introduced wrappers for sending pool:
- Introduced wrapper function getPaymentTime() and getPaymentPayment() and used
both in EL code instead of PHP script
- Added new function library "pool-functions.php"
- Rewrote reading emails from "pool" table
- Rewrote updating of "pool data"
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/select: select_network_type_box.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

53 lines of code changed in 5 files:

  • templates/de/html/select: select_network_configured_box.tpl (new 23), select_network_configured_option.tpl (new 3), select_network_type_box.tpl (+1 -3), select_network_unconfigured_box.tpl (new 23), select_network_unconfigured_option.tpl (new 3)
quix0r 2012-11-27 22:12 Rev.: 6212

Added missing template

3 lines of code changed in 1 file:

  • templates/de/html/select: select_forced_ads_id_box.tpl (new 3)
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

8 lines of code changed in 4 files:

  • templates/de/html/select: select_admins_box.tpl (+2 -2), select_network_box.tpl (+2 -2), select_network_type_box.tpl (+2 -2), select_network_type_title_box.tpl (+2 -2)
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 6 files:

  • templates/de/html/select: select_surfbar_actions_action_box.tpl (del), select_surfbar_actions_action_option.tpl (del), select_surfbar_actions_new_status_box.tpl (del), select_surfbar_actions_new_status_option.tpl (del), select_surfbar_actions_status_box.tpl (del), select_surfbar_actions_status_option.tpl (del)
quix0r 2012-10-21 19:35 Rev.: 6067

Templates renamed, missing language id added (still no email template for surfbar actions)

24 lines of code changed in 12 files:

  • templates/de/html/select: select_actions_action_surfbar_box.tpl (new 3), select_actions_action_surfbar_option.tpl (new 3), select_actions_new_status_surfbar_box.tpl (new 3), select_actions_new_status_surfbar_option.tpl (new 3), select_actions_status_surfbar_box.tpl (new 3), select_actions_status_surfbar_option.tpl (new 3), select_surfbar_actions_action_box.tpl (+1 -3), select_surfbar_actions_action_option.tpl (+1 -3), select_surfbar_actions_new_status_box.tpl (+1 -3), select_surfbar_actions_new_status_option.tpl (+1 -3), select_surfbar_actions_status_box.tpl (+1 -3), select_surfbar_actions_status_option.tpl (+1 -3)
quix0r 2012-10-20 22:01 Rev.: 6052

Added missing admin templates for ext-forced, some other things improved

3 lines of code changed in 1 file:

  • templates/de/html/select: select_forced_ads_id_textlink_box.tpl (new 3)
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

70 lines of code changed in 22 files:

  • templates/de/html/select: select_admins_option.tpl (+1 -1), select_forced_ads_id_popup_box.tpl (new 3), select_forced_ads_id_popup_option.tpl (new 3), select_forced_ads_id_textlink_option.tpl (new 3), select_forced_ads_type_option.tpl (+1 -1), select_forced_costs_id_box.tpl (new 3), select_forced_costs_id_option.tpl (new 3), select_forced_costs_visibility_box.tpl (new 3), select_forced_costs_visibility_option.tpl (new 3), select_network_option.tpl (+1 -1), select_network_type_option.tpl (+1 -1), select_network_type_title_option.tpl (+3 -1), select_points_locked_mode_box.tpl (new 3), select_points_locked_mode_option.tpl (new 3), select_points_payment_method_box.tpl (new 3), select_points_payment_method_option.tpl (new 3), select_surfbar_actions_action_box.tpl (new 5), select_surfbar_actions_action_option.tpl (new 5), select_surfbar_actions_new_status_box.tpl (new 5), select_surfbar_actions_new_status_option.tpl (new 5), select_surfbar_actions_status_box.tpl (new 5), select_surfbar_actions_status_option.tpl (new 5)
quix0r 2011-08-30 02:00 Rev.: 5861

Extension ext-network continued:
- All 'network params' templates, scripts etc cetera renamed to 'request
params', 'network' is dublicate here
- A lot more renamed for better naming convention
- Column 'network_type_handle' renamed to 'network_type_handler' to make it
more matching with other parts of ext-network
- 'do' is now everywhere in URL (GET)
- TODOs.txt updated

6 lines of code changed in 4 files:

  • templates/de/html/select: select_network_type_box.tpl (+2 -2), select_network_type_option.tpl (+1 -1), select_network_type_title_box.tpl (+2 -2), select_network_type_title_option.tpl (+1 -1)
quix0r 2011-08-21 11:39 Rev.: 5841

Extension ext-network continued, links in bug report mail added:
- General German README.txt file updated (mostly how it is written)
- Missing templates for configuring network types added (still one is missing)
- Title of this project added to all 'developer team' text blocks
- Links to forums, bug tracker and DokuWiki added to mail template for bug
report. Please remember that this mail does not reach the developer team.

4 lines of code changed in 1 file:

  • templates/de/html/select: select_network_type_box.tpl (+4 -4)
quix0r 2011-08-13 21:30 Rev.: 5817

Extension ext-network continued:
- Stub script added for network types configuration
- GET request parameter 'network' renamed to 'network_id' for clear naming
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/select: select_network_type_box.tpl (+1 -1)
quix0r 2011-08-13 17:10 Rev.: 5815

Extension ext-network continued:
- All button language ids renamed to better naming convention, suffix is
_SUBMIT because the language id will be placed on a submit button
- Also many other language id renamed
- Referral link and 88x31 button added, now the webmaster (you!) can enter his
or her referral link and a 88x31 formatted banner which are planned to be
displayed in guest and member area (not yet finished)
- TODOs.txt updated

6 lines of code changed in 3 files:

  • templates/de/html/select: select_network_box.tpl (+2 -2), select_network_type_box.tpl (+2 -2), select_network_type_title_box.tpl (+2 -2)
quix0r 2011-08-12 02:08 Rev.: 5803

Extension ext-network continued:
- Some language ids renamed (better naming)
- Function isNetworkApiConfigured() introduced which checks if a network API is
already configured by given network id
- Variable $id renamed to $networkId
- Wether the network API is configured is now displayed in network selection box

General:
- CSS classes 'good' and 'bad' added (but unused)

1 lines of code changed in 1 file:

  • templates/de/html/select: select_network_option.tpl (+1 -1)
quix0r 2011-08-11 19:39 Rev.: 5793

Extension ext-forced/network continued:
- README.txt added for how you have to name your design (folder/directory name
only). Don't forget to set the real (displayed) name in theme.php.
- Extension ext-forced continued: Template for editing forced-ads added
- Some language ids in ext-network renamed

1 lines of code changed in 1 file:

  • templates/de/html/select: select_forced_ads_type_option.tpl (+1 -1)
quix0r 2011-08-10 20:38 Rev.: 5778

Extension ext-admins improved:
- The menu point what-admins_contct does now provide a shiny new selection box
fully made of templates
- Fixed admin contact link (still there are a lot copies around in the script)
- TODOs.txt updated

24 lines of code changed in 2 files:

  • templates/de/html/select: select_admins_box.tpl (new 21), select_admins_option.tpl (new 3)
quix0r 2011-07-28 05:07 Rev.: 5701

A lot has been rewritten, ext-teams added, ext-forced continued:
- Adding of (admin only) forced-ads basicly finished
- Listing of forced-ads in admin area basicly finished
- Extension ext-teams introduced (stub only)
- Many rewrites/refacturings (I cannot recall them all!) here and there,
including more usage of EL code and filters
- TODOs.txt updated

6 lines of code changed in 2 files:

  • templates/de/html/select: select_forced_ads_type_box.tpl (new 3), select_forced_ads_type_option.tpl (new 3)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

3 lines of code changed in 3 files:

  • templates/de/html/select: .htaccess (+1), select_network_box.tpl (+1), select_network_option.tpl (+1)
quix0r 2011-02-16 14:20 Rev.: 5460

We should write UTF-8 in upper-case

3 lines of code changed in 3 files:

  • templates/de/html/select: select_network_box.tpl (+1 -1), select_network_type_box.tpl (+1 -1), select_network_type_title_box.tpl (+1 -1)
quix0r 2010-08-25 14:47 Rev.: 5275

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

12 lines of code changed in 3 files:

  • templates/de/html/select: select_network_box.tpl (+4 -4), select_network_type_box.tpl (+4 -4), select_network_type_title_box.tpl (+4 -4)
quix0r 2010-08-02 20:58 Rev.: 5211

More usage of EL

6 lines of code changed in 2 files:

  • templates/de/html/select: select_network_option.tpl (+3 -1), select_network_type_option.tpl (+3 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

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

7 lines of code changed in 7 files:

  • templates/de/html/select: .htaccess (+1), select_network_box.tpl (+1), select_network_option.tpl (+1), select_network_type_box.tpl (+1), select_network_type_option.tpl (+1), select_network_type_title_box.tpl (+1), select_network_type_title_option.tpl (+1)
quix0r 2010-06-29 05:00 Rev.: 5088

Fixes and further rewrites to make use of EL

6 lines of code changed in 3 files:

  • templates/de/html/select: select_network_box.tpl (+2 -2), select_network_type_box.tpl (+2 -2), select_network_type_title_box.tpl (+2 -2)
quix0r 2010-06-06 16:49 Rev.: 4978

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

24 lines of code changed in 3 files:

  • templates/de/html/select: select_network_type_box.tpl (+4 -4), select_network_type_title_box.tpl (new 20), select_network_type_title_option.tpl (new)
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/select: select_network_box.tpl (+2)
quix0r 2010-05-28 19:26 Rev.: 4975

Added new files from EL branch

27 lines of code changed in 2 files:

  • templates/de/html/select: select_network_type_box.tpl (new 27), select_network_type_option.tpl (new)
quix0r 2009-12-20 21:51 Rev.: 4859

Several fixes/improvements:
- Networks are now sorted by short name (in what=list_networks and selection box)
- Fix for auto-purging members
- 'Der Werbepartner.cc added with basic data.
- TODOs.txt updated

0 lines of code changed in 1 file:

  • templates/de/html/select: select_network_option.tpl (new)
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

1 lines of code changed in 1 file:

  • templates/de/html/select: select_network_box.tpl (+1 -1)
quix0r 2009-11-15 20:09 Rev.: 4655

detectExtraTemplatePath() cached, ext-network continued:
- Function detectExtraTemplatePath() is now 'cached' by $GLOBALS usage
- Extension ext-network contined, so a selection box for networks is generated

15 lines of code changed in 2 files:

  • templates/de/html/select: .htaccess (new), select_network_box.tpl (new 15)
Generated by StatSVN 0.7.0