Changeset [cd6902dffd4a3cd38495be03f522dce63b60c5c9] by dleffler
September 2nd, 2012 @ 08:11 PM
Fixes asset_path & view_path properties to point to correct
location even with a custom module in themes folder. NOTE: have
upgraded the static methods in the expControllers classes to
reflect their status...this REQUIRES updating all custom
controllers in like manner. This is necessary for php v5.4
compliance and also allows simple controller information to be
obatianed without instanciating the controller itself (e.g., to get
the controller name previously required instanciating it, now it
may be called statically) [#703 state:resolved]
https://github.com/exponentcms/exponent-cms/commit/cd6902dffd4a3cd3...
Committed by dleffler
- M framework/core/controllers/expCatController.php
- M framework/core/controllers/expCommentController.php
- M framework/core/controllers/expController.php
- M framework/core/controllers/expDefinableFieldController.php
- M framework/core/controllers/expHTMLEditorController.php
- M framework/core/controllers/expModuleController.php
- M framework/core/controllers/expNestedNodeController.php
- M framework/core/controllers/expRatingController.php
- M framework/core/controllers/expSimpleNoteController.php
- M framework/core/controllers/expTagController.php
- M framework/core/expFramework.php
- M framework/core/models/expComment.php
- M framework/core/models/expRecord.php
- M framework/core/subsystems/expModules.php
- M framework/modules/addressbook/controllers/addressController.php
- M framework/modules/administration/controllers/administrationController.php
- M framework/modules/banners/controllers/bannerController.php
- M framework/modules/blog/controllers/blogController.php
- M framework/modules/company/controllers/companyController.php
- M framework/modules/countdown/controllers/countdownController.php
- M framework/modules/ealerts/controllers/ealertController.php
- M framework/modules/ecommerce/billingcalculators/authorizedotnet.php
- M framework/modules/ecommerce/billingcalculators/creditcard.php
- M framework/modules/ecommerce/controllers/billingController.php
- M framework/modules/ecommerce/controllers/cartController.php
- M framework/modules/ecommerce/controllers/donationController.php
- M framework/modules/ecommerce/controllers/ecomconfigController.php
- M framework/modules/ecommerce/controllers/eventregistrationController.php
- M framework/modules/ecommerce/controllers/orderController.php
- M framework/modules/ecommerce/controllers/order_statusController.php
- M framework/modules/ecommerce/controllers/order_typeController.php
- M framework/modules/ecommerce/controllers/product_statusController.php
- M framework/modules/ecommerce/controllers/purchaseOrderController.php
- M framework/modules/ecommerce/controllers/sales_repController.php
- M framework/modules/ecommerce/controllers/shippingController.php
- M framework/modules/ecommerce/controllers/storeCategoryController.php
- M framework/modules/ecommerce/controllers/storeController.php
- M framework/modules/ecommerce/controllers/taxController.php
- M framework/modules/faq/controllers/faqController.php
- M framework/modules/file/controllers/fileController.php
- M framework/modules/filedownloads/controllers/filedownloadController.php
- M framework/modules/flickrfeed/controllers/flickrfeedController.php
- M framework/modules/flowplayer/controllers/flowplayerController.php
- M framework/modules/headline/controllers/headlineController.php
- M framework/modules/help/controllers/helpController.php
- M framework/modules/importexport/controllers/importexportController.php
- M framework/modules/links/controllers/linksController.php
- M framework/modules/migration/controllers/migrationController.php
- M framework/modules/motd/controllers/motdController.php
- M framework/modules/navigation/controllers/navigationController.php
- M framework/modules/news/controllers/newsController.php
- M framework/modules/notfound/controllers/notfoundController.php
- M framework/modules/photoalbum/controllers/photoController.php
- M framework/modules/photoalbum/controllers/photosController.php
- M framework/modules/pixidou/controllers/pixidouController.php
- M framework/modules/portfolio/controllers/portfolioController.php
- M framework/modules/recyclebin/controllers/recyclebinController.php
- M framework/modules/report/controllers/reportController.php
- M framework/modules/rss/controllers/rssController.php
- M framework/modules/search/controllers/searchController.php
- M framework/modules/simplepoll/controllers/simplePollController.php
- M framework/modules/snippet/controllers/snippetController.php
- M framework/modules/text/controllers/textController.php
- M framework/modules/twitter/controllers/twitterController.php
- M framework/modules/users/controllers/loginController.php
- M framework/modules/users/controllers/usersController.php
- M framework/modules/youtube/controllers/youtubeController.php
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS