forked from nive/nive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changes.txt
77 lines (64 loc) · 2.34 KB
/
changes.txt
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
0.9.12b
------
- refactored previous package nive -> nive, nive_cms, nive_userdb
see packages.txt for changed imports
This ('nive') is now the base used for the different applications
packages 'nive_cms', nive_userdb' and 'nive_datastore'. Install
one of these to get the application you are looking for.
----------------------------------------------------------------------------------------
Preparation for 1.0 release
----------------------------------------------------------------------------------------
0.9.11b
------
- new sessionuser with limited functionality for caching
- added serialize and deserialize callback option
- user identity field added
- enabled non-class functions as event callbacks
- nive.utils.dataPool2.connections refactored
- added support to view.Assets() for url links e.g. http://example.com/assets/jquery.js
- bugfixes and improvements
0.9.10b
------
- maintenance and bugfixes
- added IFileStorage interface for file classes used to read and store file data
- renamed cms.pages.skipColumn parameter to addColumnContents
- extended definitions.ViewModuleConf with renderer attribute as default for views
- HTMLForm action button postfix changed to class var actionPostfix
- nive.container: added afterAdd event, renamed beforeCreate -> beforeAdd
0.9.9b
------
- bugfixes: sort and ajax response
- improved column integration
- css and js assets configureable design.configuration.assets
- cms editor widgets css updates
- added sort and cut, copy, paste tests
0.9.8b
------
- editor ui improvements
- welcome message
- scaffolds improved
- mysql tests improved
- bugfixes
0.9.7b
------
- scaffold base64 password bugfix
- converted cmsview javascript to jquery plugin
- added cmseditor.js, removed pe.js and overlay.js
- added cmseditor.css, removed pe.css
- added Undo() on sql execute exceptions
0.9.6b
------
- bugfixes and smaller updates
- serialization and deserialization of lists to json
- added forms.JsonSequenceForm
- added controlset option for list form fields
0.9.5b
------
The first beta release. Finally, all major features are included in this release.
- Boostrap css framework used for the default design
- Responsive selectors added to box forms and html rendering
- Fulltext search
- Ctrl-key disables links in edit mode
- Updated scaffold for sqlite and mysql
- many fixed issues and cleanup
- code moved to github repository