This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
79 lines (65 loc) · 2.67 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Changelog for haXigniter
<<<<<<< HEAD:Changelog
=======
Current
=======
=======
v0.55 (2009-09-07)
==================
>>>>>>> 460d00e083d89496128fa7926db211fdc0c1d975:Changelog
Features
- Support for SQLite v3 added to PHP in the haxigniter.php.db.Sqlite class.
- Added Input.htmlEscape() which translates &'"<> to html entities. Input.htmlUnescape() does the opposite.
- Added Input.escapeData() for easy escaping of incoming data.
- Added Input.getParams() to avoid switching between the Neko and PHP version.
Changed
- Database class updated to better handle stack traces.
- Database CRUD methods (insert, update, delete) now handles classes and anonymous types.
- Url.redirect() now treats urls starting with '/' as absolute.
- Default controller and action can now be specified in application/config/Config.hx.
Bug fixes
- REST error on missing action wasn't displayed properly.
v0.54 (2009-09-02)
==================
Features
- If "src/haxigniter/application/resources" directory exists, the contents
will we copied to output dir when building. Useful for css, js, images etc.
- Added comment about resource handling in root .gitignore file.
- Added Url.linkUrl() for easier link output in templates.
Changed
- Integrity tests now shows Development mode status.
- Database method queryRow() now returns null if no row was found instead of an empty object.
Bug fixes
- Fixed a quoting problem in the build scripts.
- Windows build script only included php files in the external folder.
v0.53 (2009-08-30)
==================
Features
- Added lastInsertId() to haxigniter.libraries.Database.
- Added doc/mod_rewrite.conf, a template for Apache mod_rewrite
- config.indexPath is now autodetected for PHP.
Bug fixes
- Fixed a security hole in Neko session handler.
- tools/build.sh didn't handle ending slash.
v0.52 (2009-08-29)
==================
Features
- Added method for debugging,
haxigniter.libraries.config.Config.dumpEnvironment(). Can be run
automatically from the configuration file, see config/Config.hx.
Bug fixes
- Fixed unit tests for Neko.
v0.51 (2009-08-28)
==================
Changed
- Updated build scripts to handle paths and custom inclusions better.
- REST action "destroy" now uses POST, not GET.
- REST methods updated to handle extra arguments.
- Request library now handles method and query.
- Interface haxigniter.libraries.CustomRequest changed to accomodate the new Request structure.
Bug fixes
- RttiUtils.getMethods() didn't handle CEnum and CTypedef.
v0.5 (2009-08-26)
=================
Features
- First official release on github (http://github.com/ciscoheat/haxigniter)