♎ Libra CMS
Free Open Source Content Management system

January 22, 2018

Release v0.8.1. The CMS is installable with latest composer 1.6.2.

Update dependencies to latest ZendFramework 2.x (2.5.3 for today).

August 17, 2015

Release v0.7.0 with twitter boostrap v3.3.

BC changes: screen.css renamed to style.css (adopt custom layouts). Aditional you should do all migration of twbs v2 -> v3. You can stay on v0.6 until adopt you template.

July 21, 2014

I have started commiting into dev branch that is back incompatible bacause it provide Twitter Bootstrap v3.*. Zfcuser-doctrine-orm replaced with libra-user that extends user to roles and permission by using zfc-rbac.

So changes touched event user table. Column user_id renamed to id to standartize names for doctrine 2. Added new tables permission, role etc.

There provided 4 user hierarchical roles: admin > manager > user > guest.

User access to backand relays on having at least  manager role.

 

I don't recommend upgrade to this version yet until you are redy to fix breakes.

I recommend use it on new installations by php composer.phar create-project libra/libra-cms libra-cms dev-dev

It's raw so generate tables by doctrine-module, and manually rename column user_id to id (doctrine's sql don't work for MySql here).

April 25, 2014

There was intagrated twitter boostrap v3 into new branch twb3.

April 22, 2014

Updated LibraCMS to v0.6.0 that require LibraApp v0.6.0 with separated packages of ZF.

Updated ZF to v2.3.

March 29, 2014

Updated LibraArticle form to avoid bug in ZF 2.2.6 Form Validation on empty value.

March 9, 2014

Addded posibility to transfer CKEditor configs to particular form element.

It's preferable to use 'type' => 'LibraArticle\Form\Element\CKEditor' for that form field.

Accessable through:             'options' => array('config' => array( 'height' => 500,),

March 8, 2014

Added filkt for removing \r (CR) from textarea form field.

February 9, 2014

Was fixed creating and updating articles. Added proper versions to composer config.

Anyone recomended to updete by this version.

September 14, 2013

Released version 0.5.0 with new improved  version of LibraLocale that provide little different behaviour.

August 31, 2013

The site was unavailable some days due problems of transfer it at new server.

Now It work fine. Thanks for your patience.

Jule 09, 2013

I've just released Libra CMS ver. 0.4.0. It contain DB break compatibility from ver. 0.3.5.
For updating run:

    bin/doctrine-module orm:schema-tool:update --dump-sql

then

    bin/application updater update 0.3.5

Jule 03, 2013

Update http://demo.ejoom.com/libra-cms/ to latest master versinon.

June 26, 2013

Main repo was transfered to github: https://github.com/libracms/libra-cms.

https://bitbucket.org/libracms/libra-cms - will be accesible as mirror during some time.

June 08, 2013

Update Java Script & CSS libraries to newer:

  • jQuery up to 1.10
  • jQuery UI up to 1.10
  • FansyBox up to 2.1.4
  • Twitter Bootstrap up to 2.3.2

May 31, 2013

Did code more compitable with skeleton Application.

Moved module MyModule from git submodule to inline code module Application.

May 30, 2013

Updated Libra-CMS to use library ZendFramework ver. 2.2.0.

May 22, 2013

Create demo site with admin access: http://demo.ejoom.com/libra-cms/ (user: admin, pass: libra-cms).

May 8, 2013

Released Module Assets installer for Zend Framework project ver. 1.0.0.

Now, It will also create/delete link to public on update/downgrade package respectively.

This package will help you develop your module with comfortable structure of public assets at public directory at root folder of your module. It will create symlink to this folder in public/vendor/yourvendor/package-name So in view it will be accessible as example for libra/libra-app:

$this->basePath() . '/vendor/libra/libra-app/css/screen.css';

 

May 8, 2013

Added SEO module.

Function: Counting symbols for field Meta Description

Added approximate preview of google search result in editing article.

 

April 5, 2013

Updated Libra CMS and Its component to be fully compatible with ZF 2.1.4. Remove all query typed routers. Fix locale.

All subpackages was transfered from Mercurial (hg) to Git DCVS.

Setup auto-update packagist for all libra cms packages.

Created by eJoom Software. All rights reserved.