Subversion Repositories cryptochat

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
SAJAX TO DO LIST
2
----------------
3
* Fix http://www.modernmethod.com/sajax/forum/viewtopic.php?p=308
4
* Make the whole darn thing an object 
5
* Add J2EE module
6
* Apply Julien Grossiord's port non-80 patch.
7
* Apply Steve Smith (ND)'s ColdFusion POST patch.
8
* Better whitespace handling
9
* Test if a function exists before allowing you to export it
10
* Add Kae's IFRAME patch.
11
* Add C# support.
12
* Update othere backends to match php in 0.13.
13
 
14
THINGS THAT WERE TO DO AND ARE NOW TO DONE
15
------------------------------------------
16
* All-numeric array indices -> JS array, not object.
17
* Encode/serialize array elements
18
* Return false if the object could not be created.
19
* Support for "options" such as post-to-an-ID and POST/GET submit.
20
* Added sajax_set_remote_url or something along those lines instead of
21
  $REQUEST_URI
22
* Support POST
23
* Add CFML, ASP.Net
24
* Fix Perl module (with the contributed code)