[root]/DOCS/en
cache
(2 files, 20 lines)
country
(5 files, 572 lines)
doubler
(2 files, 24 lines)
engine
(2 files, 41 lines)
rallye
(2 files, 28 lines)
rewrite
(3 files, 55 lines)
task
(2 files, 7 lines)
themes
(2 files, 65 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 114 (100.0%) | 129 (100.0%) | 1.1 |
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
0 lines of code changed in 1 file:
Renamed all SQL-related functions to camel-case notation
3 lines of code changed in 2 files:
Rewrote new extension detection:
- Updated new extension detection (and task registration) so that it won't use
so much database space anymore as this only adds a place-holder (see below)
- Renamed OPEN/CLOSE_TEMPLATE TO OPEN/CLOSE_LANGUAGE
- Added OPEN/CLOSE_TEMPLATE for {% and %}
- TODOs.txt updated
4 lines of code changed in 1 file:
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple of call-back functions
2 lines of code changed in 1 file:
Protection for all DOCS directories
1 lines of code changed in 1 file:
Added missing parameter which allows to add the SQL statements not just to 'install' SQL pool
1 lines of code changed in 1 file:
AJAX installer fixed:
- The AJAX installer could be fixed thanks to gnarf from jquery chat :)
- Added uncompressed jquery (1.8.2) to allow later debugging
2 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
2 lines of code changed in 2 files:
Updated notes about contributors
15 lines of code changed in 1 file:
README.txt-s updated
3 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
2 lines of code changed in 2 files:
Typo fixed
8 lines of code changed in 2 files:
Even more www. removed
1 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
CSS class 'pre' is now no longer used, use regular pre tag instead
0 lines of code changed in 1 file:
Inactive developer 'profi-concept' moved to inactive section
5 lines of code changed in 1 file:
svn:eol-style set to 'native'
17 lines of code changed in 17 files:
Initial TRANSLATORS.txt added
9 lines of code changed in 1 file:
Documentation updated, fixes for bug #195/196 (previous commit comment was wrong):
- Fixes for missing function SQL_ESCAPE() while in installation phase and setting
language (e.g. call install.php?mx_lang=de), see ticket #196
- Added code to check for double-initialization of cache instance, see ticket #195
- Updated documentation, may be missleading, see ticket #198
- TODOs.txt updated
4 lines of code changed in 2 files:
New extension ext-cliclbanner introduced, a lot SVN properties changed
17 lines of code changed in 17 files:
Installation page=welcome rewritten to use div
2 lines of code changed in 1 file:
Removed again
0 lines of code changed in 17 files:
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags created for remaining, svn:keyword added
17 lines of code changed in 30 files:
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partly resolves #83
2 lines of code changed in 2 files:
Major fixes in filters/extensions, other improvements:
- Major bug in filter removal fixed (was rewritten to use own filter 'run_sqls')
- Removed guest menu from SQL files and added to ext-online.php
- Filters added to same extension
- UPDATE_LOGIN_DATA() rewritten as filter
- Some documents updated
- Admin footer template now with closing "li" tags and title attribute for guest
area link
2 lines of code changed in 2 files:
Referal overview finished and rewritten for refback extension
2 lines of code changed in 3 files:
Modified/added missing files
7 lines of code changed in 2 files: