[root]/js
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 99 (100.0%) | 35924 (100.0%) | 362.8 |
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
47 lines of code changed in 5 files:
Also update copyright in these files
2 lines of code changed in 2 files:
Updated copyright notice as there are changes in this year
9 lines of code changed in 9 files:
Fixed some MIME types
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
383 lines of code changed in 16 files:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
166 lines of code changed in 3 files:
Fixed :(
2 lines of code changed in 1 file:
Continued on AJAX installer to start first step (more are easily to add)
102 lines of code changed in 2 files:
Properties set
4 lines of code changed in 4 files:
Native :(
1 lines of code changed in 1 file:
Updated propset.sh, fixed all SVN properties
12 lines of code changed in 12 files:
Updated jquery(+ui) to latest stable versions
227 lines of code changed in 4 files:
Installation NG continued (still not fully working)
157 lines of code changed in 2 files:
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
15090 lines of code changed in 5 files:
Test is not JSON
1 lines of code changed in 1 file:
Now the comment block is okay
5 lines of code changed in 5 files:
Is 'test' target JSON?
2 lines of code changed in 2 files:
Fix for 'next/previous' navigation
8 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
9449 lines of code changed in 2 files:
jquery-ui updated to 1.9.1
2 lines of code changed in 1 file:
Updated jqueryui to 1.9.0
6 lines of code changed in 1 file:
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query
5 lines of code changed in 2 files:
Updated jquery-ui to 1.8.25
11 lines of code changed in 1 file:
Fixes for #226, renamed function:
- Function isSqlTableCreated() renamed to ifSqlTableExists()
- Fixed bug in ajax-common.js: responseText is now replaced by reply_content
- Possible fixed bug #226 (please test it)
- TODOs.txt updated
12 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
1119 lines of code changed in 12 files:
This should display the data?
4 lines of code changed in 1 file:
Admin menu has now a JavaScript "effect":
- Admin menu system can now be JavaScript-enabled. You need to enable JavaScript
in your browser to see the full "effect". If you leave it disabled, all menus
are fully displayed
- The helping text in admin area won't work in JavaScript-enabled mode
- Generic word 'mode' replaced on all (!) places to make it everywhere more
clear which "mode" I mean there
- TODOs.txt updated
117 lines of code changed in 1 file:
- The update of jquery caused an about with missing variable $this which is
caused by the code "compiler" (see FILTER_COMPILE_CODE() and eval() command
in loadTemplate()). If I would prevent "compiling" dollar chars, also
JavaScript templates e.g. from ext-surfbar won't work anymore.
- TODOs.txt updated
8980 lines of code changed in 1 file: