cms
cms copied to clipboard
GleezCMS - A Light, Simple, Flexible Content Management System
Since php 5.3 intl extention is supported for unicode. Looking for a lightweight library to use the native extensions exist or use the fallback methods if the server doesn't support....

Need rename class files with StudlyCaps for PSR-0 autoloading support
Hi guys, If I access the Gleez CMS as a registered user from a smartphone I have the drop-down list under the user nick name deployed (visible) but its sub-links...
I propose to make a commit, in which all the php files will be converted to use spaces instead of tabs. See [PSR-2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) > - Code MUST...
@sandeepone How to change password after authorize via oAuth provider? Need send some mail with link for change password
How might one go about enabling LDAP user authentication in Gleez?
I think since version 2.0 we need to move away from these long and ugly class names in the direction of the namespaces. I really liked the structure of the...
IMHO we should replace the existing request/response with the symfony httpfoundation. https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation We can extend and replace the present request/response with the above class. I'm still open to opinions on...
It seems, in version 2.0 we should use [PHP Framework Interoperability Group](https://github.com/php-fig/fig-standards). [For example](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md), it pushes to use such structure of files: - `\Gleez\Blog\Controller` => `/path/to/project/lib/vendor/Gleez/Blog/Controller.php` - `\Doctrine\Common\IsolatedClassLoader` => `/path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php`...