Dan [Thu, 26 Jun 2008 18:05:42 -0400] rev 587
Oops, scriptPath isn't defined in jsres.php.
Dan [Thu, 26 Jun 2008 18:03:04 -0400] rev 586
Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
Dan [Thu, 26 Jun 2008 17:31:33 -0400] rev 585
Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
Dan [Thu, 26 Jun 2008 17:01:42 -0400] rev 584
Fixed missing table_prefix in generate_rank_sql()
Dan [Thu, 26 Jun 2008 16:56:52 -0400] rev 583
Installer should work with JS componentization now
Dan [Tue, 24 Jun 2008 23:37:23 -0400] rev 582
Majorly reworked Javascript runtime stuff to use on-demand loading.
- Runtime reduced to only AJAX library + very common functions, ~50K total
- Almost all specific functionality loaded on demand using synchronous XHR
- Crypto functions consolidated into crypto.js
- Much testing still to be done
- ACL editor known not working under firefox
- Some other components (autofill, theme/rank managers) not ported yet