iensenfirippu / reiZ

OOP php CMS, with strong focus on providing a clean html output.
GNU General Public License v2.0
0 stars 0 forks source link

Edit Pages (Backend) #4

Closed iensenfirippu closed 9 years ago

iensenfirippu commented 10 years ago

Backend for creating, editing and maintaining the content on pages.

iensenfirippu commented 9 years ago

The majority of the form is completed, but a way of connecting modules to the pages, has yet to be deviced.

iensenfirippu commented 9 years ago

Inclusion of modules on pages implemented via Search/Replace function. Format: <!--{module|method|arg1|arg2|arg3|argN}--!> Modules can be included this way either inline, on a separate line or completely on its own.

The only thing missing from the form is a nice way to handle "weight".

iensenfirippu commented 9 years ago

Implemented a "Move" column in the list view, allowing for easy rearranging of the pages with simple "move to top", "move up", "move down", "move to bottom" -buttons.

In case it isn't working correctly just yet, I left the weight field in the edit form. As a fallback solution. But it should be removed eventually.