Giter Club home page Giter Club logo

awecms's Introduction

awecms

Awecms is an awesome CMS built on top of Yii Framework.

Note: The CMS isn't maintained anymore.

Modules

User (Registration, Login, Profile, etc.)
Role (Roles/usergroups, access rules)
Menu (Flexible, nested, themeable menu system with drag-drop sorting)
Search (Flexible search with Lucene)
Page (Pages with SE friendly URLs and WYSIWYG editor)
File (Easy file browsing and uploads with ELFinder)
Comments (Highly configurable commenting system with nesting, Gravatar support, premoderation, etc. that can injected into any page/model with a single line of code)
Gallery (Powerful gallery with Galleria on frontend, under construction)
News (with widgets for frontpage, under construction)
Events (with widgets for frontpage, under construction)

Other Features/Components

Settings API (Allows easy saving/retrieval of settings within the app, also automatically shown in admin backend)

Design by @RohitRox

awecms's People

Contributors

isdipesh avatar rohitrox avatar

Stargazers

Raj avatar Johnny avatar Thomas Mery avatar Dmytro Teslytskyi avatar  avatar smjrifle avatar Nathan Campos avatar  avatar Aleksey Okkel avatar

Watchers

Nitesh Rijal avatar thedesignpig avatar  avatar  avatar  avatar Johnny avatar Amrit K. Chhetri avatar  avatar

awecms's Issues

Page Module, categories not selected on clicking on Select All

Location: /awecms/admin/page/create

Selecting all categories, doesn't check all the other category lists, while the same in front end does.

opening up firebug shows 3 errors

An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.

An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
http://localhost/awecms/admin/page/create
Line 4

SyntaxError: missing ; before statement
http://localhost/awecms/assets/5cc2c56f/js/redactor.js
Line 3399

TypeError: jQuery("#Page_content").redactor is not a function
http://localhost/awecms/admin/page/create
Line 196

Error Reporting problem in PHP

I am using Linux Mint, based on Ubuntu. It seems that these OS treat all the sites as Production mode, and thus they disable the error reporting by default.

We can of course set it on in the php.ini file but since awecms uses a single php file to handle all the request, I would recommend a small fix so that even if the settings are turned off, the cms itself overrides the thing.

I'm not sure whether it is a good way to do it, but still here it is.

It worked for me, kept the code in "index.php"

ini_set('display_errors', true); error_reporting(E_ALL ^ E_NOTICE);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.