[root]/install
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 129 (100.0%) | 2680 (100.0%) | 20.7 |
Fixes for various bugs (e.g.: 'secret file could not be read', SQL error and more)
1 lines of code changed in 1 file:
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:
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:
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:
Rewrote email if tasks has been purged
1 lines of code changed in 1 file:
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:
This is correct (sorry)
2 lines of code changed in 1 file:
Fix id->ext_id, moved SQL in right place
9 lines of code changed in 1 file:
Introduced 'per-what-word-wrapping
1 lines of code changed in 1 file:
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:
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:
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:
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:
Use more UNSIGNED as in most places negative values are not expected
9 lines of code changed in 1 file:
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:
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:
userid shall be NULL by default everywhere possible
1 lines of code changed in 1 file:
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:
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:
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:
Even them a bit longer...
5 lines of code changed in 1 file:
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:
Rewrites to use fake POST data
1 lines of code changed in 1 file:
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:
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:
Menu block 'logout' is now weighted 999 as default
2 lines of code changed in 2 files:
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:
svn:eol-style set to 'native'
3 lines of code changed in 3 files:
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:
SQL command for member registration moved to proper extension
0 lines of code changed in 2 files:
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)
16 lines of code changed in 1 file:
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:
Another SQL moved to extension
4 lines of code changed in 2 files:
The sender of a mail should better pay more (price) than the receivers will earn (payment)
10 lines of code changed in 2 files:
Full insert SQLs may prevent problems in the future...
80 lines of code changed in 2 files:
Fixes saving of settings, inconsistency fixed in config entries
0 lines of code changed in 1 file:
Menu moved to extension
0 lines of code changed in 2 files:
Words 'User-Id' in German language replace with 'Mitglieder-Id', more mt_word placeholders
2 lines of code changed in 2 files:
Module 'ref' added to install dump
6 lines of code changed in 1 file:
Menu moved to extension, index_delay should not have UNSIGNED
0 lines of code changed in 2 files:
(34 more)