Subversion Repositories cryptochat

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
SAJAX CHANGELOG
2
---------------
3
 
4
Sajax version 0.13 (August 26, 2009)
5
 
6
* [php] Use php native json_encode for serilization of responce data.
7
* [php] use of JSON.parse on client side for better speed and security.
8
* [php] per function GET/POST
9
* [php] Autoselect POST if request is to large data for GET
10
* [php] Synchronous mode
11
* [php] gratly improved error handeling on both client and server side
12
* [php] Support for utf-8 and international charectors
13
* [php] Better handeling of IE (no more warnings in IE7+)
14
* [cf] Updated to match the PHP implementation.
15
 
16
Sajax version 0.12 (January 30, 2006)
17
 
18
* [php] Numerous improvements to serialization, support for varied PHP
19
	setups, addition of sajax_cancel().
20
* [asp] Removed due to serious bugs
21
 
22
Sajax version 0.11 () Unreleased beta.
23
 
24
Sajax version 0.10 (March 21, 2005)
25
 
26
* [php] Support for POST instead of just GET. Set $sajax_request_type.
27
        Based on code from Folletto Malefico, to whom I owe thanks.
28
        POST mode should be used if you are sending long requests (more
29
        than 512 bytes) or if you are modifying data with the request.
30
* [php] (untested) Support for GET/POST to pages other than $REQUEST_URI.
31
  		Set $sajax_remote_uri to the desired URL to get this behavior.
32
* [php] Small fixes to the Wall example, thanks to Leonardo Lorieri 
33
		and Jesse Sightler.
34
* [cf] Cold Fusion MX support (Thanks Eric Moritz)
35
* [asp] ASP support (Thanks Jared Nuzzolillo)
36
* [python] Improvements to the Python backend from Adam Collard
37
 
38
Sajax version 0.9 (March 15, 2005)
39
 
40
* [php] Major changes to the PHP backend: 
41
* [php] Renamed incl_sajax.php to Sajax.php to fit PEAR and other language
42
		naming conventions
43
* [php] Functions and vars previously named rs_* are now sajax_*
44
* [php] Function stubs all call one generalized sajax_do_call() dispatcher
45
* [php] Added non-echoing version of sajax_echo_javascript() called
46
		sajax_get_javascript via the magic of output buffering
47
* [php] Changed all examples to support new framework
48
* [perl] Applied fix for URL encoding of space (Thanks Max Maischein)
49
* [ruby] Added Ruby backend contributed by anonymous author
50
* [io] Added Io (http://www.iolanguage.com/) backend by Sajax team @ MM
51
 
52
Sajax version 0.8 (March 9, 2005)
53
 
54
* [php] Bug in the long-open-tags changes. Thanks to Matthew M. Vince.
55
* [lua] Backend port added. Thanks to Javier Guerra. 
56
 
57
Sajax version 0.7 (March 9, 2005)
58
 
59
* [php] Major bug calling remote functions without args.
60
 
61
Sajax version 0.6 (March 8, 2005)
62
 
63
* Layout of archive changed; base folder changed; subfolders added for backends
64
* [php] Used short open tags by default. Thanks to Matthew M. Vince.
65
* [perl] Backend port added. Thanks to Nathan Schmidt, Jason Purdy and Nate
66
  Mueller.
67
* [python] Backend port added. Thanks to Adam Collard. Please note that
68
  this port is licensed under the Creative Commons "By" License version
69
  2.0.