In House Cms

In House Cms

Pages

Plugins


TODO:

Add plugin functionality  – DONE

Add The media manager – Partial (Uploading Complete)

Add delete function to plugins

Add upgrading of plugins – DONE

Add upgrading of templates

Add upgrading of whole cms

Add capability of adding a new admin menu item via plugin config – DONE

Add redirect to error if page not found – DONE

Add password protection for pages that have it enabled – DONE

Add Base url in config.php fiile – then update all files – DONE

Check if plugin is activated before loading plugin admin page – DONE

Enable keyboard shortcuts when editing page (Also enable the option in admin menu)

Update cms dashboard with relevant links instead of the boxes – DONE

Setup proper user authentication – groups/permissions etc. (Access Control Level)

 

PLUGINS:

Blog

Links Manager – Using content-snippet widget instead

Inline Editing (Images, font, colour, password etc) – Basic editing available, just editing text

Gallery – Started

Comments – DONE

Page Order (drag and drop) – DONE

Panels and Widgets – DONE

Theme Editing

Client Management – Started

Maintenance Mode – DONE

 

ADD: View page link when a page is updated

FIX: Menu structure for sub-pages on public site – Two Tier Site

FIX: always show errors on plugin page even if successful – DONE

FIX: enable password protected pages to show in menu – Going to use a plugin instead

FIX: fix the error about the smarty register_function() function – DONE

FIX: panels plugin, when a whole panel is disabled the content is still displayed on the website

FIX: when a panel is deleted, or a widget. Also delete the content snippet that was assigned to it

FIX: Change includes to require in the admin section – DONE