Directory templates/de/html/install/

Total Files:
31
Deleted Files:
2
Lines of Code:
1018

[root]/templates/de/html/install

Lines of Code

templates/de/html/install/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 270 (100.0%) 1913 (100.0%) 7.0

Most Recent Commits

quix0r 2013-06-01 19:57 Rev.: 6400

Fixed bug 'sprintf() too few arguments':
- This bug was caused by {% which is the EL code open "tag". In all language
files this has to be renamed to {OPEN_TEMPLATE} and %} to {CLOSE_TEMPLATE}
to avoid this bug in getMaskedMessage() function

6 lines of code changed in 1 file:

  • templates/de/html/install: install_page5.tpl (+6)
quix0r 2013-05-29 20:26 Rev.: 6392

Fixes for various bugs (e.g.: 'secret file could not be read', SQL error and more)

1 lines of code changed in 1 file:

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

96 lines of code changed in 9 files:

  • templates/de/html/install: install_header.tpl (del), install_main_ajax.tpl (+14 -1), install_menu.tpl (+1), install_page_base_data.tpl (+6), install_page_database_config.tpl (+10), install_page_extensions.tpl (+4), install_page_first_admin.tpl (new 45), install_page_other_config.tpl (+10), install_page_smtp_config.tpl (+6)
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

3 lines of code changed in 2 files:

  • templates/de/html/install: install_main_ajax.tpl (+1 -1), install_selector.tpl (+2 -2)
quix0r 2012-12-30 00:56 Rev.: 6260

The usual changes: forms fixed

3 lines of code changed in 3 files:

  • templates/de/html/install: install_page1.tpl (+1 -1), install_page2.tpl (+1 -1), install_page3.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)

60 lines of code changed in 8 files:

  • templates/de/html/install: install_list_extensions.tpl (new 17), install_list_extensions_row.tpl (new 17), install_main_ajax.tpl (+7 -8), install_menu.tpl (+1), install_page2.tpl (+2 -2), install_page3.tpl (+4 -4), install_page_extensions.tpl (new 11), install_selector.tpl (+1 -1)
quix0r 2012-11-27 22:35 Rev.: 6215

Added check for installation phase, this fixes the message of a missing template and doesn't allow robots to index any installation page

1 lines of code changed in 1 file:

  • templates/de/html/install: install_metadata.tpl (new 1)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

2 lines of code changed in 1 file:

  • templates/de/html/install: install_header.tpl (+2)
quix0r 2012-11-24 00:38 Rev.: 6185

Wrong method (POST), should be GET

1 lines of code changed in 1 file:

  • templates/de/html/install: install_finished.tpl (+1 -1)
quix0r 2012-11-19 00:45 Rev.: 6180

Installation NG continued (still not fully working)

49 lines of code changed in 13 files:

  • templates/de/html/install: install_main_ajax.tpl (+14 -1), install_overview_failed.tpl (new 14), install_page1.tpl (+1 -1), install_page2.tpl (+1 -1), install_page3.tpl (+1 -1), install_page5.tpl (+1 -1), install_page_base_data.tpl (+1 -1), install_page_database_config.tpl (+1 -1), install_page_init.tpl (+1 -2), install_page_other_config.tpl (+1 -1), install_page_overview.tpl (new 9), install_page_smtp_config.tpl (+1 -1), install_selector.tpl (+3)
quix0r 2012-11-16 23:40 Rev.: 6179

jQuery updated:
- Allowed also jquery-ui being loaded uncompressed (very large)
- Added some more features to it which will be used later on
- TODOs.txt updated

1 lines of code changed in 1 file:

  • templates/de/html/install: install_selector.tpl (+1 -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

18 lines of code changed in 8 files:

  • templates/de/html/install: install_fatal_errors.tpl (+2 -2), install_finished.tpl (+2 -2), install_page1.tpl (+2 -2), install_page2.tpl (+2 -2), install_page3.tpl (+2 -2), install_page5.tpl (+2 -2), install_selector.tpl (+4 -4), install_welcome.tpl (+2 -2)
quix0r 2012-11-08 23:42 Rev.: 6157

Fixes for installation phase

5 lines of code changed in 3 files:

  • templates/de/html/install: install_header.tpl (new 1), install_page2.tpl (+1 -1), install_page_database_config.tpl (+3 -3)
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 1 file:

  • templates/de/html/install: install_main.tpl (del)
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

562 lines of code changed in 21 files:

  • templates/de/html/install: install_fatal_errors.tpl (+4 -4), install_footer.tpl (new 9), install_main.tpl (+1 -7), install_main_ajax.tpl (new 74), install_main_plain.tpl (new 14), install_menu.tpl (new 8), install_page1.tpl (+11 -11), install_page2.tpl (+12 -12), install_page3.tpl (+10 -10), install_page5.tpl (+10 -10), install_page_base_data.tpl (new 52), install_page_database_config.tpl (new 59), install_page_init.tpl (new 10), install_page_other_config.tpl (new 47), install_page_smtp_config.tpl (new 39), install_page_welcome.tpl (new 39), install_selector.tpl (new 96), install_warning_next.tpl (new 14), install_warning_previous.tpl (new 14), install_warning_tab.tpl (new 14), install_welcome.tpl (+25 -12)
quix0r 2012-06-22 22:00 Rev.: 5949

One more found

1 lines of code changed in 1 file:

  • templates/de/html/install: install_page1.tpl (+1 -1)
quix0r 2011-09-17 00:02 Rev.: 5889

This was not intended to be committed

0 lines of code changed in 1 file:

  • templates/de/html/install: install_main.tpl (-4)
quix0r 2011-09-17 00:00 Rev.: 5888

This should display the data?

4 lines of code changed in 1 file:

  • templates/de/html/install: install_main.tpl (+4)
quix0r 2011-08-03 05:51 Rev.: 5753

Extension ext-earning introduced (unfinished), renamings:
- Extension ext-earning introduced (ext-sql_patches did hold the tables)
- Some messages updated ('Mitglied-Id' reads better)
- All fooRequestParameterBar() functions renamed to fooRequestElementBar()
- TODOs.txt updated

4 lines of code changed in 2 files:

  • templates/de/html/install: install_page2.tpl (+2 -2), install_page3.tpl (+2 -2)
quix0r 2011-07-04 22:10 Rev.: 5595

Installation rewritten to use more EL code

1 lines of code changed in 1 file:

  • templates/de/html/install: install_main.tpl (+1 -1)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

11 lines of code changed in 11 files:

  • templates/de/html/install: .htaccess (+1), install_fatal_errors.tpl (+1), install_fatal_row.tpl (+1), install_fatal_table.tpl (+1), install_finished.tpl (+1), install_main.tpl (+1), install_page1.tpl (+1), install_page2.tpl (+1), install_page3.tpl (+1), install_page5.tpl (+1), install_welcome.tpl (+1)
quix0r 2011-02-16 14:20 Rev.: 5460

We should write UTF-8 in upper-case

7 lines of code changed in 7 files:

  • templates/de/html/install: install_fatal_errors.tpl (+1 -1), install_finished.tpl (+1 -1), install_page1.tpl (+1 -1), install_page2.tpl (+1 -1), install_page3.tpl (+1 -1), install_page5.tpl (+1 -1), install_welcome.tpl (+1 -1)
quix0r 2011-01-27 04:20 Rev.: 5429

Fixes some HTML errors, shell scripts cleaned up

4 lines of code changed in 1 file:

  • templates/de/html/install: install_page3.tpl (+4 -4)
quix0r 2010-12-07 02:31 Rev.: 5402

Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)

17 lines of code changed in 3 files:

  • templates/de/html/install: install_page1.tpl (+5 -5), install_page2.tpl (+6 -6), install_page3.tpl (+6 -4)
quix0r 2010-10-29 15:16 Rev.: 5359

Fixed wrong CSS classes

2 lines of code changed in 2 files:

  • templates/de/html/install: install_page2.tpl (+1 -1), install_page3.tpl (+1 -1)
quix0r 2010-09-02 13:15 Rev.: 5303

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

17 lines of code changed in 4 files:

  • templates/de/html/install: install_finished.tpl (+2 -2), install_page1.tpl (+5 -5), install_page2.tpl (+6 -6), install_page3.tpl (+4 -4)
quix0r 2010-08-28 21:49 Rev.: 5288

Fixed a lot CSS classes

6 lines of code changed in 1 file:

  • templates/de/html/install: install_fatal_table.tpl (+6 -6)
quix0r 2010-08-25 14:47 Rev.: 5275

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

71 lines of code changed in 10 files:

  • templates/de/html/install: install_fatal_errors.tpl (+16 -16), install_fatal_row.tpl (+6 -2), install_fatal_table.tpl (+11 -3), install_finished.tpl (+2 -2), install_main.tpl (+1 -1), install_page1.tpl (+7 -7), install_page2.tpl (+9 -9), install_page3.tpl (+7 -7), install_page5.tpl (+7 -6), install_welcome.tpl (+5 -5)
quix0r 2010-07-19 01:28 Rev.: 5153

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

11 lines of code changed in 11 files:

  • templates/de/html/install: .htaccess (+1), install_fatal_errors.tpl (+1), install_fatal_row.tpl (+1), install_fatal_table.tpl (+1), install_finished.tpl (+1), install_main.tpl (+1), install_page1.tpl (+1), install_page2.tpl (+1), install_page3.tpl (+1), install_page5.tpl (+1), install_welcome.tpl (+1)
quix0r 2010-07-06 08:01 Rev.: 5129

Rewrites for installation phase:
- All localized installer messages should be located in install_XX.php
- All those messages should have a prefix INSTALLER_
- Fatal errors in installation phase are now no longer handled by our fatal
error handler, instead the installer handles them by itself.
- Another old message id part "LANG" removed
- TODOs.txt updated

46 lines of code changed in 10 files:

  • templates/de/html/install: install_fatal_errors.tpl (+3 -3), install_fatal_row.tpl (+1 -1), install_fatal_table.tpl (+1 -1), install_finished.tpl (+3 -3), install_main.tpl (+1 -1), install_page1.tpl (+8 -8), install_page2.tpl (+12 -12), install_page3.tpl (+7 -7), install_page5.tpl (+9 -9), install_welcome.tpl (+1 -1)
quix0r 2010-06-29 23:49 Rev.: 5092

Even more fixes for surfbar, EL rewrites

6 lines of code changed in 5 files:

  • templates/de/html/install: install_fatal_errors.tpl (+1 -1), install_page1.tpl (+1 -1), install_page2.tpl (+2 -2), install_page3.tpl (+1 -1), install_page5.tpl (+1 -1)
quix0r 2010-06-06 18:09 Rev.: 4982

Naming convention applied for ext-payout

1 lines of code changed in 1 file:

  • templates/de/html/install: install_page5.tpl (+1 -1)
quix0r 2009-12-04 07:25 Rev.: 4818

Major cleanup of old-school HTML-mess...

101 lines of code changed in 4 files:

  • templates/de/html/install: install_page1.tpl (+7 -5), install_page2.tpl (+18 -16), install_page3.tpl (+29 -28), install_page5.tpl (+47 -46)
quix0r 2009-11-27 18:29 Rev.: 4770

ext-network continued, documentation updated, stelzi's fix integrated:
- 10 chars max for default values wasn't correct in ext-network
- More networks added (in @TODO tags only currenly)
- Language string for adding new network type updated
- Missing properties set
- TODOs.txt updated

5 lines of code changed in 1 file:

  • templates/de/html/install: install_page1.tpl (+5 -5)
quix0r 2009-11-22 06:38 Rev.: 4705

Next stage of HTML rewriting, lesser br-tags

8 lines of code changed in 6 files:

  • templates/de/html/install: install_fatal_errors.tpl (-1), install_fatal_row.tpl (+4 -2), install_page1.tpl (+1 -25), install_page2.tpl (+3 -32), install_page3.tpl (-21), install_page5.tpl (-7)
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

6 lines of code changed in 6 files:

  • templates/de/html/install: install_finished.tpl (+1 -1), install_page1.tpl (+1 -1), install_page2.tpl (+1 -1), install_page3.tpl (+1 -1), install_page5.tpl (+1 -1), install_welcome.tpl (+1 -1)
quix0r 2009-11-07 20:53 Rev.: 4628

Last words removed. :)

2 lines of code changed in 1 file:

  • templates/de/html/install: install_welcome.tpl (+2 -2)
quix0r 2009-10-28 04:13 Rev.: 4388

Deprecated scripts/templates removed

2 lines of code changed in 2 files:

  • templates/de/html/install: install_footer.tpl (del), install_header.tpl (del)
quix0r 2009-10-27 20:35 Rev.: 4374

Further fixes for installation phase and endless loop

40 lines of code changed in 4 files:

  • templates/de/html/install: install_page1.tpl (+10 -11), install_page2.tpl (+14 -14), install_page3.tpl (+8 -8), install_page5.tpl (+8 -8)
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.

63 lines of code changed in 11 files:

  • templates/de/html/install: .htaccess (+1 -1), install_fatal_errors.tpl (+6 -6), install_finished.tpl (+1 -1), install_footer.tpl (+1 -1), install_header.tpl (+1 -5), install_main.tpl (new 7), install_page1.tpl (+2 -2), install_page2.tpl (+10 -10), install_page3.tpl (+17 -17), install_page5.tpl (+12 -12), install_welcome.tpl (+5 -5)

(21 more)

Generated by StatSVN 0.7.0