Releases: webability/xamboo
Xamboo v3.0.5
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented. It is compatible with PHP 7.0+
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
Changes in this version:
-
Uses CORE 3.0.8 and XConfig 2.0.2
-
Added the support for multilanguage to a single page server (.code), with language entry like ##id##
-
Added the attribute languageapplied into XBLibrary to not parse twice the language entries
-
XBRESTLibrary modified to be extended from XBLibrary to use multilanguage support
-
XBCode modified to support multilanguage and correct use of sysparams
-
PHPExec modified to support multilanguage
-
HTTPRequest modified to avoid warnings on REMOTE_ADDR and REQUEST_METHOD: they are not always present (in CLI for instance)
Xamboo v3.0.2
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented. It is compatible with PHP 7.0+
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
Changes in this version:
- Uses DOMCORE 3.0.2
- Uses XConfig 2.0.1
- Error corrected on namespaces in some servers
Xamboo v3.0.1
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented. It is compatible with PHP 7.0+
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
- Uses DOMCORE 3.0.1
- Uses XConfig v2.0.0
- Module for integration with PHP application server included
- Support for PHP application server in various libraries (HTTPRequest, HTTPResponse, Base_Engine)
- Now uses XConfig in the examples to load the xamboo.conf configuration file from repository
- Xamboo uses now namespaces and is fully compatible with PHP7
- XConfig has been added for simple configuration of the tool
Xamboo 2.0.5
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
- An important error has entered into XBCode on previous version 2.0.4 and has been corrected: the metalanguage comments %-- ... --% were not working correctly
Xamboo 2.0.4
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
- Added all the default parameters into index.php of site and restsite as examples
- The metaword 'PARAM' has been slightly modified so it works also for simple pages CALLs, a new syntax has been added: [[PARAM,name]](it was only working for library CALLs)
- Manuals are more complete.
Xamboo 2.0.3
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
- added PUTDATA in HTTPRequest, to be able to access the data sent by a PUT command into the body, if it not a JSON string
- The base_engine object now uses the WABase library from domcore
Xamboo v2.0.1
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
Now uses DOMCORE 1.01.17 as base code libraries
- Base_Engine simplified to contains only what Xamboo needs
- History of changes added, the system keeps track of any change of any page (so the posibility to undo)
- Libraries renamed to be XB compliant
Xamboo v1.0.4
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.
- Now uses DOMCORE 1.01.16 as base code libraries
- Removed not usefull code, cleaned not used libraries
- Added comments and headers of code
- Spanish and English basic manuals added
- The level-1 and level-2 caches are now optional and individually customizable
Xamboo v1.0.3
Xamboo is a Content Management Framework for WEB and REST applications, written in PHP 5.3+ and fully object oriented.
Xamboo is also a database-less CSM framework for extremely fast applications, highly customizable, with a very powerfull meta-language.