Directory install/

Total Files:
3
Deleted Files:
0
Lines of Code:
373

[root]/install

Lines of Code

install/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 129 (100.0%) 2680 (100.0%) 20.7

Most Recent Commits

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:

  • install: tables.sql (+1 -1)
quix0r 2013-01-23 02:10 Rev.: 6347

More rewrites to configuration:
- Moved more configuration entries from tables.sql to proper extensions
- Moved some configuration from/to ext-other to/from ext-foo
- Swapped out 'update' step for ext-register
- TODOs.txt updated

0 lines of code changed in 1 file:

  • install: tables.sql (-14)
quix0r 2013-01-22 22:24 Rev.: 6341

Rewrote reset and some extensions:
- Rewrote script reset that weekly and monthly are now separated out from daily
functions
- Rewrote ext-profile/order to handle their own configuration entries (were all
in ext-other)
- Moved large 'update' block for ext-order out to
inc/extensions/order/mode-update.php
- TODOs.txt updated

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -5)
quix0r 2013-01-21 20:25 Rev.: 6339

Introduced new extension ext-blacklist:
- Extracted new extension ext-blacklist from aldready existing functions, as
this should become a more generic black-/white listing feature
- TODOs.txt updated

0 lines of code changed in 1 file:

  • install: tables.sql (-1)
quix0r 2013-01-20 11:50 Rev.: 6336

Rewrote email if tasks has been purged

1 lines of code changed in 1 file:

  • install: tables.sql (+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

3 lines of code changed in 1 file:

  • install: tables.sql (+3 -3)
quix0r 2012-12-19 22:06 Rev.: 6238

This is correct (sorry)

2 lines of code changed in 1 file:

  • install: tables.sql (+2 -2)
quix0r 2012-12-14 15:13 Rev.: 6237

Fix id->ext_id, moved SQL in right place

9 lines of code changed in 1 file:

  • install: tables.sql (+9 -9)
quix0r 2012-12-01 16:05 Rev.: 6230

Introduced 'per-what-word-wrapping

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2012-11-25 00:14 Rev.: 6193

Some menu points renamed to not conflict with configuration menus:
- Renamed config_cats to list_cats, config_mods to list_mods and
config_rallye_prices to list_rallye_prices as "config" is only
for configuration table "config"
- In all configuration files "save_config" is now the submit button's name
- TODOs.txt updated

2 lines of code changed in 2 files:

  • install: menu-de.sql (+1 -1), menu-en.sql (+1 -1)
quix0r 2012-10-13 16:47 Rev.: 6036

Mailer project continued:
- Most data of advert network 'superomo24.de' added to ext-network
- Some templates for ext-network renamed (networks->network_data) to fix
inconsistence with database table
- Templates for extension management (admin_extensions/~_delete/~_edit) renamed
to follow naming convention
- Sub-Id tracking: Admin area almost finished (edit/delete of sub ids
unfinished)
- Added space between `foo`,`bar` database query to make it better readable
- Other minor improvements
- TODOs.txt updated

170 lines of code changed in 3 files:

  • install: menu-de.sql (+77 -77), menu-en.sql (+77 -77), tables.sql (+16 -16)
quix0r 2012-10-07 11:34 Rev.: 6022

This debug message was to noisy but it is needed in development (where debug-mode is enabled)

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2012-10-02 15:46 Rev.: 5992

Updated ext-politician-stop which is satire on politicians that doesn't really know what Internet is. Note: Please reinstall this extension or else the text won't get printed.

10 lines of code changed in 2 files:

  • install: menu-de.sql (+5 -5), menu-en.sql (+5 -5)
quix0r 2012-09-30 20:48 Rev.: 5978

Use more UNSIGNED as in most places negative values are not expected

9 lines of code changed in 1 file:

  • install: tables.sql (+9 -9)
quix0r 2012-09-30 20:11 Rev.: 5975

Various fixes to fix bug #226, comment #562, removed extension dependency register->country to avoid uninstallable (currently) script

1 lines of code changed in 1 file:

  • install: tables.sql (+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

28 lines of code changed in 1 file:

  • install: tables.sql (+28 -28)
quix0r 2011-09-15 16:44 Rev.: 5886

userid shall be NULL by default everywhere possible

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2011-08-12 21:58 Rev.: 5812

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:

  • install: menu-de.sql (+2 -2), menu-en.sql (+2 -2)
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

170 lines of code changed in 3 files:

  • install: menu-de.sql (+77 -77), menu-en.sql (+77 -77), tables.sql (+16 -16)
quix0r 2011-07-15 12:23 Rev.: 5678

Extension ext-mediadata continued, wrapper function introduced:
- ext-mediadata: Rewritten output of engine software, version and repository
data (used revision and when created)
- Wrapper function getDateTimeFromRepository() introduced

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2011-07-14 17:02 Rev.: 5670

Even them a bit longer...

5 lines of code changed in 1 file:

  • install: tables.sql (+5 -5)
quix0r 2011-07-14 16:51 Rev.: 5667

Menu entries moved to ext-user:
- 'add_points' and 'sub_points' are user actions and should belong into ext-user
- Some minor comment improvements

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2011-07-12 20:53 Rev.: 5644

Rewrites to use fake POST data

1 lines of code changed in 1 file:

  • install: tables.sql (+1 -1)
quix0r 2011-07-12 20:01 Rev.: 5643

Referal system rewritten, ext-refback continued:
- Referal system refactured, it is now much easier to understand
- Extension ext-refback does now show the click rate in refback list
- BIGINT is now always 20 digits long
- Internal TODO closed (unused column 'status')
- TODOs.txt updated

8 lines of code changed in 1 file:

  • install: tables.sql (+8 -8)
quix0r 2011-07-12 13:50 Rev.: 5635

Referal system refactured (and some parts fixed), wrapper function introduced:
- Referal points system refactured: All point accounts can now be handled (admin
menu is not yet finished) through the table 'points_data', including
notification by email.
- Introduced new "translation" wrapper generateYesNoOptionList() to simplify
many configuration menus
- Some internal TODOs closed (e.g. handling of registration welcome points)
- TODOs.txt updated

170 lines of code changed in 3 files:

  • install: menu-de.sql (+77 -77), menu-en.sql (+77 -77), tables.sql (+16 -16)
quix0r 2011-06-28 10:05 Rev.: 5533

Menu block 'logout' is now weighted 999 as default

2 lines of code changed in 2 files:

  • install: menu-de.sql (+1 -1), menu-en.sql (+1 -1)
quix0r 2011-06-25 19:12 Rev.: 5515

Extension ext-coupon continued, missing template added:
- Extension ext-coupon continued (and documented in wiki: http://wiki.mxchange.org/doku.php/de/developer/ideas/extensions/ext-coupon)
- Other German word for 'Standard' used, maybe 'Ausgangs-' is more clear?
- Missing template added
- Minor code improvements here and there
- TODOs.txt updated

10 lines of code changed in 2 files:

  • install: menu-de.sql (+5 -5), menu-en.sql (+5 -5)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

3 lines of code changed in 3 files:

  • install: menu-de.sql (+1), menu-en.sql (+1), tables.sql (+1)
quix0r 2011-02-26 05:37 Rev.: 5465

Extension ext-forced continued, 'earnings' are now in one menu block:
- Basic menu structure for ext-forced finished
- New member menu 'action-earn' added, where all "earning possibilities" should go
- SQL dumps resorted to let them look like the menu will appear
- Bugs in what-<admin|guest|mem>edit.php fixed, mostly small things and memedit
has linked to adminedit

16 lines of code changed in 2 files:

  • install: menu-de.sql (+8 -8), menu-en.sql (+8 -8)
quix0r 2011-02-24 22:51 Rev.: 5464

SQL command for member registration moved to proper extension

0 lines of code changed in 2 files:

  • install: menu-de.sql (-1), menu-en.sql (-1)
quix0r 2010-12-07 02:31 Rev.: 5402

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

16 lines of code changed in 1 file:

  • install: tables.sql (+16 -16)
quix0r 2010-11-07 21:05 Rev.: 5377

Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced

0 lines of code changed in 1 file:

  • install: tables.sql (-1)
quix0r 2010-09-27 02:47 Rev.: 5339

Another SQL moved to extension

4 lines of code changed in 2 files:

  • install: menu-de.sql (+2 -3), menu-en.sql (+2 -3)
quix0r 2010-08-09 20:40 Rev.: 5238

The sender of a mail should better pay more (price) than the receivers will earn (payment)

10 lines of code changed in 2 files:

  • install: menu-de.sql (+5 -5), menu-en.sql (+5 -5)
quix0r 2010-08-09 20:37 Rev.: 5237

Full insert SQLs may prevent problems in the future...

80 lines of code changed in 2 files:

  • install: menu-de.sql (+40 -40), menu-en.sql (+40 -40)
quix0r 2009-11-25 19:48 Rev.: 4743

Fixes saving of settings, inconsistency fixed in config entries

0 lines of code changed in 1 file:

  • install: tables.sql (-2)
quix0r 2009-11-22 10:11 Rev.: 4714

Menu moved to extension

0 lines of code changed in 2 files:

  • install: menu-de.sql (-1), menu-en.sql (-1)
quix0r 2009-11-03 19:21 Rev.: 4532

Words 'User-Id' in German language replace with 'Mitglieder-Id', more mt_word placeholders

2 lines of code changed in 2 files:

  • install: menu-de.sql (+1 -1), menu-en.sql (+1 -1)
quix0r 2009-11-03 16:55 Rev.: 4524

Module 'ref' added to install dump

6 lines of code changed in 1 file:

  • install: tables.sql (+6 -5)
quix0r 2009-10-31 16:51 Rev.: 4496

Menu moved to extension, index_delay should not have UNSIGNED

0 lines of code changed in 2 files:

  • install: menu-de.sql (-1), menu-en.sql (-1)

(34 more)

Generated by StatSVN 0.7.0