Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 1890 (100.0%) | 15487 (100.0%) | 8.1 |
Rewrote 2 str_replace() calls to one with array()
2 lines of code changed in 1 file:
Registration provider continued:
- Added missing guest templates, "translate" function, language elements
- Fixed handling of 'provider' parameter (renamed!) in filters
- Start of cleanup of CSS classes
1 lines of code changed in 1 file:
Rewrote some code, added templates/functions:
- Introduced return(Error)Message() functions
- Added template for choosing registration provider
- Added template helper which reads all activated registration provider
- Other improvements
1 lines of code changed in 1 file:
Continued with registration provider:
- Added a lot filter for both ext-register/wernis to handle (partly finished)
registration requests and forms
- Add config entry (currently not changeable in web interface) for default
registration and login provider
12 lines of code changed in 1 file:
Rewrote some parts:
- more double quotes converted to single (speed up)
- introduced isThemeReadable()
- Other minor rewrites
1 lines of code changed in 1 file:
More double-quotes to single-quotes
5 lines of code changed in 5 files:
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
13 lines of code changed in 3 files:
Renamed all SQL-related functions to camel-case notation
86 lines of code changed in 10 files:
Updated copyright notice as there are changes in this year
29 lines of code changed in 29 files:
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
1 lines of code changed in 1 file:
Typos fixed + keep fake modules hidden
3 lines of code changed in 1 file:
Fixed calls of addSelectionBox()
2 lines of code changed in 1 file:
Init variables on top
5 lines of code changed in 1 file:
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
1 lines of code changed in 2 files:
Removed some column aliases as they make it harder to check which column was ment
2 lines of code changed in 1 file:
Filters for configurable userid exclusion added:
- Rewrote some if() blocks to a filter to exclude configured userids, if set
- Closed internal TODO (see above)
- Added SQL columns/aliases/table names in back-ticks (missed some)
- TODOs.txt updated
52 lines of code changed in 4 files:
Use countSumTotalData() instead of SQL query
1 lines of code changed in 1 file:
RDF/RSS parser fixed:
- Added possiblity of a call-back function for finish() method
- Fixed many other things (sorry)
- TODOs.txt updated
1 lines of code changed in 1 file:
Introduced padLeftZero()
3 lines of code changed in 1 file:
MINOR: Mark closing braces that closes a simple if() block
2 lines of code changed in 2 files:
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
2 lines of code changed in 1 file:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
9 lines of code changed in 3 files:
Minor improvements, wrote all upper-case
10 lines of code changed in 1 file:
Added more missing wrappers
1 lines of code changed in 1 file:
Swapped out more HTML to templates (see ticket #68)
13 lines of code changed in 2 files:
Introduced more wrappers
6 lines of code changed in 1 file:
R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated
0 lines of code changed in 45 files:
Extension ext-top10 improved:
- calculation of top earners changed
- added notice about above change
- moved out text to language file
20 lines of code changed in 1 file:
Testers excluded (almost, see TODO) from guest stats page:
- Don't do secureString(getRequestElement('foo')) as it is already secured
- Testers excluded from almost all statistics in what-stats.php
- TODOs.txt updated
6 lines of code changed in 1 file:
Extension ext-mediadata now excludes testers
26 lines of code changed in 1 file:
Code style changed, ext-user continued:
- Changed true/false to TRUE/FALSE
- Introduced validateSubId() and prepareFoundSubId()
- Add validation of edited sub id by member
- TODOs.txt updated
91 lines of code changed in 16 files:
Mailer project continued:
- Refactured FILTER_ORDER_ZIP_CODE_SQL() to allow also zip code member inclusion
through GET parameters. This can be used e.g. in what=list_user&zip=12345 to
only list members from zip code 12345
- Some todos added for what-list_user.php: please refacture birthday handling
and link generation
- TODOs.txt updated
13 lines of code changed in 1 file:
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
19 lines of code changed in 6 files:
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query
2 lines of code changed in 1 file:
Removed already no longer used last parameter from addMaxReceiveList(), so more EL coce can be used
0 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
166 lines of code changed in 29 files:
Damn thing, that where local changes :(
42 lines of code changed in 42 files:
Fixed referral system (hopefully for good)
1488 lines of code changed in 42 files:
All previously (by mistake) committed files marked as deprecated
135 lines of code changed in 45 files:
Reverted last commit
0 lines of code changed in 45 files:
(315 more)