Feature #5848
Adding HTML pages in the portal
Description
This is like the current feature "Add a page (CMS)" (in administration > Edit homepage) but saved in the DB using Silex (symfony) and Doctrine objects instead of inside the "home/" directory
Associated revisions
Adding pages feature (index.php and htaccess) see #5848
History
Updated by Yannick Warnier about 8 years ago
Question: The current "Add page" feature was storing the documents in the /home/ directory, which enabled creating a directory in there and upload it as a set of HTML pages from a Dreamweaver or stuff like that... Will it still be possible to link to existing pages instead of only creating a new one only in the database?
Updated by Julio Montoya about 8 years ago
The "pages" will be saved in the DB (like in the Document tool) no HTML files will be created. The "Add page tool" should be replaced (some day) with this tool.
I can create a "migration" process or a import option that parses the home directory and creates new "pages" ... This tool was created just for fun in order to test the silex/doctrine2/controllers/phpunit capabilities
Adding pages feature see #5848