Today we released the package 3.0.0-beta3 of Campsite. It's not yet fully
done, there are still some features to implement. Here is the complete list:
- write the template language converter
- update the sample packages
- implement the lists start index for lists limited in length
- finish the missing "if" statements
- implement the forms actions
- finish the test cases
- update the context class to allow plugins to add new attributes
- write the manual
The changes since beta 1:
- Many bug fixes
- Finished rewriting the event managers
- Finished and fixed the URL classes
- Implemented the preview window and syntax error messages display
This package contains some sample templates together with the corresponding
database which you can install by following the steps in the INSTALL file.
Unlike 2.2-2.7 versions 3.0 does not support multiple instances anymore.
This means that for each instance you want to run you have to install
Campsite in a new virtual host. The install process is much simpler and the
dependencies are much fewer: we removed the C++ code so every dependency
related to it vanished. No more compiling
The APC (Alternative PHP Cache) dependency was removed since beta2 version
for Windows testers.
i know there has been some requests about Ajax article editor, so while i
was looking for some unobtrusive javascript, i stumbled upon jQuery
library(http://jquery.com/). Further digging revealed that there are
various plugins for it and among many, i saw this one: