1. Thursday, April 26 2007 23:13testing again

    After some tricky changes, it is debugging time again. The changes we made are :

    • Modified forms to fake parent_id and id, replacing the values by parent_zip and zip (zip is an id incremented separately for each site).
    • Added a new scope: section. So we now have site, project, section and all the variations around children (images, pages, documents, ...). Isn’t that cool ?
    • Skin is now a subclass of Section. A skin is therefore not a template. It’s “something that contains pages, documents and templates”.
    • All the default layouts are now written in unknown link.
    • Restful controllers, with pretty urls like “documentation/page2.html”, “image4.jpg”, “nodes/3/versions/1”.

    Gaspard Bucher