zena / zena

zena is a state-of-the-art CMS (content managment system) based on Ruby on Rails with a focus on usability, ease of customization and web 2.0 goodness (application like behaviour).

commit  2c5354237f33d6948ec2c326145c55a79d1c9172
tree    b171c0c9f92e8648a959c3fab8f82c1b217f1d8b
parent  8b5ab6263a59beadf96092e06823c1e37e64f82b
zena / History.txt
100644 41 lines (31 sloc) 1.158 kb
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
== 0.15.2
 
* 2 major enhancements:
  * attachments can now be provided with an url
  * Sphinx search support
 
* 1 minor enhancment
  * logrotate setup support with capistrano
 
== 0.15.1 2009-10-27
 
* 2 major enhancements:
  * Passenger support (deploy, upload progress)
  * JS popup & gallery support (setting in image formats)
 
* 6 minor enhancements:
  * fixed some deployment tasks (capistrano)
  * fixed zena:setup task to copy files instead of symlink
  * better versions list and diff select
  * internal 'js_data' hook to insert javascript at end of page
  * custom queries are loaded from bricks (bricks/brick_name/queries/test.host.yml)
  * fixed skin importation from zipped xhtml template
 
== 0.15.0 2009-10-16
 
* 5 major enhancements:
  * running rails 2.3.4
  * installable as gem without RMagick
  * usable as gem with config.gem
  * supports sqlite3
  * 'zena' command to create app
 
* 3 minor enhancemnts:
  * huge speed improvement in version loading
  * massive code cleanup
  * better team workflow (reworked access rights)
 
== 0.11.1 2009-04-03
 
* minor enhancements:
  * Better testing of custom queries using latest querybuilder (0.5.2)