Changeset [38fe463b41786db9acd44d8abe88cbb727fc7890] by dleffler
February 17th, 2012 @ 05:36 PM
Cleans up ends of most php files; adds proper closing and
removes ending white space; prep for future xmlrpc feature
https://github.com/exponentcms/exponent-cms/commit/38fe463b41786db9...
Committed by dleffler
- M framework/core/compat/theme.php
- M framework/core/controllers/expCatController.php
- M framework/core/controllers/expController.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/models-1/container.php
- M framework/core/models-1/formbuilder_report.php
- M framework/core/models-1/section.php
- M framework/core/models/billing.php
- M framework/core/models/billingcalculator.php
- M framework/core/models/billingmethod.php
- M framework/core/models/billingtransaction.php
- M framework/core/models/childProduct.php
- M framework/core/models/crosssellItem.php
- M framework/core/models/discounts.php
- M framework/core/models/ecomconfig.php
- M framework/core/models/expCat.php
- M framework/core/models/expComment.php
- M framework/core/models/expConfig.php
- M framework/core/models/expFile.php
- M framework/core/models/expNestedNode.php
- M framework/core/models/expRating.php
- M framework/core/models/expSimpleNote.php
- M framework/core/models/expTag.php
- M framework/core/models/expTwitter.php
- M framework/core/models/external_address.php
- M framework/core/models/geoCountry.php
- M framework/core/models/geoRegion.php
- M framework/core/models/groupdiscounts.php
- M framework/core/models/keywords.php
- M framework/core/models/option.php
- M framework/core/models/option_master.php
- M framework/core/models/optiongroup.php
- M framework/core/models/optiongroup_master.php
- M framework/core/models/order.php
- M framework/core/models/order_discounts.php
- M framework/core/models/order_status.php
- M framework/core/models/order_status_changes.php
- M framework/core/models/order_status_messages.php
- M framework/core/models/order_type.php
- M framework/core/models/orderitem.php
- M framework/core/models/product_notes.php
- M framework/core/models/product_status.php
- M framework/core/models/promocodes.php
- M framework/core/models/sales_rep.php
- M framework/core/models/shipping.php
- M framework/core/models/shippingcalculator.php
- M framework/core/models/shippingmethod.php
- M framework/core/models/storeCategory.php
- M framework/core/models/subscribers.php
- M framework/core/models/taxclass.php
- M framework/core/models/vendor.php
- M framework/core/router_maps.php
- M framework/core/subsystems/database/mysql.php
- M framework/core/subsystems/database/mysqli.php
- M framework/core/subsystems/database/mysqlid.php
- M framework/core/subsystems/database/postgres.php
- M framework/core/subsystems/expAjaxReply.php
- M framework/core/subsystems/expBot.php
- M framework/core/subsystems/expCSS.php
- M framework/core/subsystems/expCore.php
- M framework/core/subsystems/expDatabase.php
- M framework/core/subsystems/expDateTime.php
- M framework/core/subsystems/expGeo.php
- M framework/core/subsystems/expHistory.php
- M framework/core/subsystems/expHtmlToPDF.php
- M framework/core/subsystems/expJavascript.php
- M framework/core/subsystems/expLDAP.php
- M framework/core/subsystems/expLang.php
- M framework/core/subsystems/expMail.php
- M framework/core/subsystems/expModules.php
- M framework/core/subsystems/expPaginator.php
- M framework/core/subsystems/expPermissions.php
- M framework/core/subsystems/expQueue.php
- M framework/core/subsystems/expRouter.php
- M framework/core/subsystems/expSession.php
- M framework/core/subsystems/expSettings.php
- M framework/core/subsystems/expSorter.php
- M framework/core/subsystems/expString.php
- M framework/core/subsystems/expTemplate.php
- M framework/core/subsystems/expTheme.php
- M framework/core/subsystems/expUtil.php
- M framework/core/subsystems/expValidator.php
- M framework/core/subsystems/expVersion.php
- M framework/modules-1/containermodule/class.php
- M framework/modules-1/formmodule/class.php
- M framework/modules-1/navigationmodule/class.php
- M framework/modules/addressbook/controllers/addressController.php
- M framework/modules/addressbook/models/address.php
- M framework/modules/administration/controllers/administrationController.php
- M framework/modules/banners/controllers/bannerController.php
- M framework/modules/banners/models/banner.php
- M framework/modules/blog/controllers/blogController.php
- M framework/modules/blog/models/blog.php
- M framework/modules/company/controllers/companyController.php
- M framework/modules/company/models/company.php
- M framework/modules/countdown/controllers/countdownController.php
- M framework/modules/ealerts/controllers/ealertController.php
- M framework/modules/ealerts/models/expeAlerts.php
- M framework/modules/ecommerce/billingcalculators/authorizedotnet.php
- M framework/modules/ecommerce/billingcalculators/creditcard.php
- M framework/modules/ecommerce/billingcalculators/passthru.php
- M framework/modules/ecommerce/billingcalculators/payflowpro.php
- M framework/modules/ecommerce/billingcalculators/splitcreditcard.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/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/products/model/donation.php
- M framework/modules/ecommerce/products/model/eventregistration.php
- M framework/modules/ecommerce/products/model/giftcard.php
- M framework/modules/ecommerce/products/model/product.php
- M framework/modules/ecommerce/shippingcalculators/fedexcalculator.php
- M framework/modules/ecommerce/shippingcalculators/flatratecalculator.php
- M framework/modules/ecommerce/shippingcalculators/freeshippingcalculator.php
- M framework/modules/ecommerce/shippingcalculators/instorepickupcalculator.php
- M framework/modules/ecommerce/shippingcalculators/upscalculator.php
- M framework/modules/faq/controllers/faqController.php
- M framework/modules/faq/models/faq.php
- M framework/modules/file/controllers/fileController.php
- M framework/modules/filedownloads/controllers/filedownloadController.php
- M framework/modules/filedownloads/models/filedownload.php
- M framework/modules/flickrfeed/controllers/flickrfeedController.php
- M framework/modules/flowplayer/controllers/flowplayerController.php
- M framework/modules/flowplayer/models/flowplayer.php
- M framework/modules/headline/controllers/headlineController.php
- M framework/modules/headline/models/headline.php
- M framework/modules/help/controllers/helpController.php
- M framework/modules/help/models/help.php
- M framework/modules/help/models/help_version.php
- M framework/modules/importexport/controllers/importexportController.php
- M framework/modules/motd/controllers/motdController.php
- M framework/modules/motd/models/motd.php
- M framework/modules/news/controllers/newsController.php
- M framework/modules/news/models/SimplePie.php
- M framework/modules/news/models/news.php
- M framework/modules/notfound/controllers/notfoundController.php
- M framework/modules/photoalbum/models/photo.php
- M framework/modules/pixidou/controllers/pixidouController.php
- M framework/modules/portfolio/controllers/portfolioController.php
- M framework/modules/portfolio/models/portfolio.php
- M framework/modules/recyclebin/controllers/recyclebinController.php
- M framework/modules/recyclebin/models/recyclebin.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/search/models/search.php
- M framework/modules/snippet/controllers/snippetController.php
- M framework/modules/snippet/models/snippet.php
- M framework/modules/text/controllers/textController.php
- M framework/modules/text/models/text.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/users/extensions/user_address.php
- M framework/modules/users/extensions/user_avatar.php
- M framework/modules/users/extensions/user_bio.php
- M framework/modules/users/extensions/user_instant_messenger.php
- M framework/modules/users/extensions/user_phone.php
- M framework/modules/users/models/group.php
- M framework/modules/users/models/profileextension.php
- M framework/modules/users/models/user.php
- M framework/modules/youtube/controllers/youtubeController.php
- M framework/modules/youtube/models/youtube.php
- M getswversion.php
- M login.php
- M source_selector.php
- M themes/multioptionstheme/config.php
- M themes/retrotheme/config.php
- M themes/simpletheme/config.php
- M themes/simpletheme/config_Fall.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