Several improvements to the page module.
commitbfd9903283e56698b772a325d2bc5a65a1088c9f
authorvinnl <imnotb@gmail.com>
Wed, 16 Apr 2008 15:19:03 +0000 (16 17:19 +0200)
committervinnl <imnotb@gmail.com>
Wed, 16 Apr 2008 15:25:33 +0000 (16 17:25 +0200)
tree21e205e2500631454e2ac41aa70cce54a4da7a02
parent0a71f2e3e306890288a66e148d5afcbfcb688b6c
Several improvements to the page module.
 * [Page] Blocks now have priorities.
 * [Page] When adding blocks, they are no longer separated by section (though they are still ordered by section).
 * [Page] Bundles can now contain other bundles.
 * [Page] Bundles are now loaded before page blocks.
 * [Page] The default request now loads the "core" bundle. This means that when a module wants to load the rest of the page, it will only load those in the "core" bundle, while the Page module will load all blocks in the "default" module (which will also have the "core" bundle included during installation).
project/modules/page/Module.php
project/modules/page/Tables.yml
project/modules/page/controllers/BundleController.php [new file with mode: 0644]
project/modules/page/controllers/IndexController.php
project/modules/page/views/scripts/index/add.phtml
project/modules/page/views/scripts/index/pagecontext.phtml [deleted file]