Changeset [59b4971c0f396b6ed8c28e15c545231b84dca035] by dleffler
September 9th, 2011 @ 05:31 PM
Deprecates/migrates 1.0 format administration & login
modules, and core, geo, & permissions subsystems
https://github.com/exponentcms/exponent-cms/commit/59b4971c0f396b6e...
Committed by dleffler
- A framework/core/subsystems/expCore.php
- A framework/core/subsystems/expGeo.php
- A framework/core/subsystems/expPermissions.php
- A framework/modules/users/assets/css/flyout.css
- A framework/modules/users/assets/css/login.css
- A framework/modules/users/assets/images/minus.png
- A framework/modules/users/assets/images/plus.png
- A framework/modules/users/controllers/loginController.php
- A framework/modules/users/views/login/showlogin.tpl
- A framework/modules/users/views/login/showlogin_expanded.tpl
- A framework/modules/users/views/login/showlogin_flyout.tpl
- A framework/modules/users/views/login/showlogin_flyoutYUI.tpl
- A framework/modules/users/views/login/showlogin_logoutOnly.tpl
- A framework/modules/users/views/login/showlogin_stacked.tpl
- R framework/core/subsystems-1/backup.php
- R framework/core/subsystems-1/backup/0.95.php
- R framework/core/subsystems-1/backup/normalize.php
- R framework/core/subsystems-1/core.php
- R framework/core/subsystems-1/datetime.php
- R framework/core/subsystems-1/geo.php
- R framework/core/subsystems-1/permissions.php
- R framework/core/subsystems-1/users.php
- R framework/modules-1/administrationmodule/actions/clear_smarty_cache.php
- R framework/modules-1/administrationmodule/actions/config_activate.php
- R framework/modules-1/administrationmodule/actions/config_configuresite.php
- R framework/modules-1/administrationmodule/actions/config_delete.php
- R framework/modules-1/administrationmodule/actions/config_save.php
- R framework/modules-1/administrationmodule/actions/configuresite.php
- R framework/modules-1/administrationmodule/actions/examplecontent.php
- R framework/modules-1/administrationmodule/actions/finish_install_extension.php
- R framework/modules-1/administrationmodule/actions/gmgr_delete.php
- R framework/modules-1/administrationmodule/actions/gmgr_editprofile.php
- R framework/modules-1/administrationmodule/actions/gmgr_membership.php
- R framework/modules-1/administrationmodule/actions/gmgr_savegroup.php
- R framework/modules-1/administrationmodule/actions/gmgr_savemembers.php
- R framework/modules-1/administrationmodule/actions/groupaccounts.php
- R framework/modules-1/administrationmodule/actions/htmlarea_configs.php
- R framework/modules-1/administrationmodule/actions/htmlarea_deleteconfig.php
- R framework/modules-1/administrationmodule/actions/htmlarea_editconfig.php
- R framework/modules-1/administrationmodule/actions/htmlarea_saveconfig.php
- R framework/modules-1/administrationmodule/actions/install_extension.php
- R framework/modules-1/administrationmodule/actions/installtables.php
- R framework/modules-1/administrationmodule/actions/managemodules.php
- R framework/modules-1/administrationmodule/actions/managesubsystems.php
- R framework/modules-1/administrationmodule/actions/managethemes.php
- R framework/modules-1/administrationmodule/actions/modmgr_activate.php
- R framework/modules-1/administrationmodule/actions/optimizedatabase.php
- R framework/modules-1/administrationmodule/actions/orphanedcontent.php
- R framework/modules-1/administrationmodule/actions/orphanedcontent_delete.php
- R framework/modules-1/administrationmodule/actions/profileext_clear.php
- R framework/modules-1/administrationmodule/actions/profileext_delete.php
- R framework/modules-1/administrationmodule/actions/profileext_manage.php
- R framework/modules-1/administrationmodule/actions/profileext_order.php
- R framework/modules-1/administrationmodule/actions/profileext_save.php
- R framework/modules-1/administrationmodule/actions/remove_css.php
- R framework/modules-1/administrationmodule/actions/run.php
- R framework/modules-1/administrationmodule/actions/switchtheme.php
- R framework/modules-1/administrationmodule/actions/sysinfo.php
- R framework/modules-1/administrationmodule/actions/sysinfo_download.php
- R framework/modules-1/administrationmodule/actions/theme_preview.php
- R framework/modules-1/administrationmodule/actions/toggle_dev.php
- R framework/modules-1/administrationmodule/actions/toggle_maintenance.php
- R framework/modules-1/administrationmodule/actions/umgr_clearpass.php
- R framework/modules-1/administrationmodule/actions/umgr_delete.php
- R framework/modules-1/administrationmodule/actions/umgr_edit.php
- R framework/modules-1/administrationmodule/actions/umgr_editprofile.php
- R framework/modules-1/administrationmodule/actions/umgr_lockuser.php
- R framework/modules-1/administrationmodule/actions/umgr_membership.php
- R framework/modules-1/administrationmodule/actions/umgr_savemembers.php
- R framework/modules-1/administrationmodule/actions/umgr_saveuser.php
- R framework/modules-1/administrationmodule/actions/upload_extension.php
- R framework/modules-1/administrationmodule/actions/useraccounts.php
- R framework/modules-1/administrationmodule/actions/usersessions.php
- R framework/modules-1/administrationmodule/actions/verify_extension.php
- R framework/modules-1/administrationmodule/class.php
- R framework/modules-1/administrationmodule/css/_form_EditorControl_Toolbar.css
- R framework/modules-1/administrationmodule/js/_form_EditorControl_Toolbar.js
- R framework/modules-1/administrationmodule/tasks/coretasks.php
- R framework/modules-1/administrationmodule/tasks/ecomtasks.php
- R framework/modules-1/administrationmodule/tasks/htmlarea_tasks.php
- R framework/modules-1/administrationmodule/tasks/search_tasks.php
- R framework/modules-1/administrationmodule/views/Default.tpl
- R framework/modules-1/administrationmodule/views/Quick Links.tpl
- R framework/modules-1/administrationmodule/views/_config_configuresite.tpl
- R framework/modules-1/administrationmodule/views/_config_results.tpl
- R framework/modules-1/administrationmodule/views/_configuresiteview.tpl
- R framework/modules-1/administrationmodule/views/_examplecontent.tpl
- R framework/modules-1/administrationmodule/views/_form_EditorControl_Toolbar.tpl
- R framework/modules-1/administrationmodule/views/_form_massmail.tpl
- R framework/modules-1/administrationmodule/views/_form_uploadExt.tpl
- R framework/modules-1/administrationmodule/views/_gmgr_editprofile.tpl
- R framework/modules-1/administrationmodule/views/_groupmanager.tpl
- R framework/modules-1/administrationmodule/views/_groupmembership.tpl
- R framework/modules-1/administrationmodule/views/_htmlareaconfigs.tpl
- R framework/modules-1/administrationmodule/views/_modulemanager.tpl
- R framework/modules-1/administrationmodule/views/_optimizedatabase.tpl
- R framework/modules-1/administrationmodule/views/_orphanedcontent.tpl
- R framework/modules-1/administrationmodule/views/_panel.tpl
- R framework/modules-1/administrationmodule/views/_profileextManager.tpl
- R framework/modules-1/administrationmodule/views/_remove_css.tpl
- R framework/modules-1/administrationmodule/views/_sessionmanager.tpl
- R framework/modules-1/administrationmodule/views/_subsystemManager.tpl
- R framework/modules-1/administrationmodule/views/_sysinfo.tpl
- R framework/modules-1/administrationmodule/views/_tableInstallSummary.tpl
- R framework/modules-1/administrationmodule/views/_tableTrimSummary.tpl
- R framework/modules-1/administrationmodule/views/_thememanager.tpl
- R framework/modules-1/administrationmodule/views/_trimdatabaseWhich.tpl
- R framework/modules-1/administrationmodule/views/_umgr_edit_which.tpl
- R framework/modules-1/administrationmodule/views/_umgr_editprofile.tpl
- R framework/modules-1/administrationmodule/views/_upload_filesList.tpl
- R framework/modules-1/administrationmodule/views/_upload_finalSummary.tpl
- R framework/modules-1/administrationmodule/views/_usermanager.tpl
- R framework/modules-1/administrationmodule/views/_usermembership.tpl
- R framework/modules-1/loginmodule/actions/login.php
- R framework/modules-1/loginmodule/actions/loginredirect.php
- R framework/modules-1/loginmodule/actions/logout.php
- R framework/modules-1/loginmodule/actions/mygroups.php
- R framework/modules-1/loginmodule/actions/showuserprofile.php
- R framework/modules-1/loginmodule/class.php
- R framework/modules-1/loginmodule/views/Expanded.tpl
- R framework/modules-1/loginmodule/views/Stacked.tpl
- R framework/modules-1/loginmodule/views/_login_redirect.tpl
- R framework/modules-1/loginmodule/views/_show_userprofile.tpl
- R framework/modules-1/loginmodule/assets/css/flyout.css
- R framework/modules-1/loginmodule/assets/css/login.css
- R framework/modules-1/loginmodule/assets/images/minus.png
- R framework/modules-1/loginmodule/assets/images/plus.png
- R framework/modules-1/loginmodule/views/Default.tpl
- R framework/modules-1/loginmodule/views/Flyout.tpl
- R framework/modules-1/loginmodule/views/FlyoutYUI.tpl
- R framework/modules-1/loginmodule/views/Logout Only.tpl
- M cron/send_reminders.php
- M exponent.php
- M exponent_bootstrap.php
- M exponent_constants.php
- M framework/core/controllers/expController.php
- M framework/core/expFramework.php
- M framework/core/models-1/container.php
- M framework/core/models-1/section.php
- M framework/core/models/expFile.php
- M framework/core/subsystems-1/forms/controls/countryregioncontrol.php
- M framework/core/subsystems-1/forms/controls/htmleditorcontrol.php
- M framework/core/subsystems-1/forms/controls/tagtreecontrol.php
- M framework/core/subsystems-1/template.php
- M framework/core/subsystems/expAjaxReply.php
- M framework/core/subsystems/expBot.php
- M framework/core/subsystems/expCSS.php
- M framework/core/subsystems/expDateTime.php
- M framework/core/subsystems/expHistory.php
- M framework/core/subsystems/expJavascript.php
- M framework/core/subsystems/expLDAP.php
- M framework/core/subsystems/expLang.php
- M framework/core/subsystems/expModules.php
- M framework/core/subsystems/expPaginator.php
- M framework/core/subsystems/expQueue.php
- M framework/core/subsystems/expRouter.php
- M framework/core/subsystems/expSession.php
- M framework/core/subsystems/expSorter.php
- M framework/core/subsystems/expTheme.php
- M framework/core/subsystems/expVersion.php
- M framework/core/views/_maintenance.tpl
- M framework/modules-1/bots/actions/activate_bot.php
- M framework/modules-1/bots/actions/deactivate_bot.php
- M framework/modules-1/bots/actions/manage_bots.php
- M framework/modules-1/calendarmodule/actions/delete.php
- M framework/modules-1/calendarmodule/actions/edit.php
- M framework/modules-1/calendarmodule/actions/ical.php
- M framework/modules-1/calendarmodule/actions/save.php
- M framework/modules-1/calendarmodule/actions/view.php
- M framework/modules-1/calendarmodule/actions/viewday.php
- M framework/modules-1/calendarmodule/actions/viewtag.php
- M framework/modules-1/calendarmodule/actions/viewweek.php
- M framework/modules-1/calendarmodule/class.php
- M framework/modules-1/common/actions/configure.php
- M framework/modules-1/common/actions/groupperms.php
- M framework/modules-1/common/actions/saveconfig.php
- M framework/modules-1/common/actions/savegroupperms.php
- M framework/modules-1/common/actions/saveuserperms.php
- M framework/modules-1/common/actions/userperms.php
- M framework/modules-1/containermodule/actions/ddReorder.php
- M framework/modules-1/containermodule/actions/delete.php
- M framework/modules-1/containermodule/actions/delete_content.php
- M framework/modules-1/containermodule/actions/edit.php
- M framework/modules-1/containermodule/actions/order.php
- M framework/modules-1/containermodule/actions/orphans_content.php
- M framework/modules-1/containermodule/actions/save.php
- M framework/modules-1/containermodule/actions/view-recycle-bin.php
- M framework/modules-1/containermodule/class.php
- M framework/modules-1/containermodule/views/_addmodulelink.tpl
- M framework/modules-1/exporter/actions/list_exporters.php
- M framework/modules-1/exporter/actions/page.php
- M framework/modules-1/formbuilder/actions/delete_control.php
- M framework/modules-1/formbuilder/actions/delete_record.php
- M framework/modules-1/formbuilder/actions/edit_control.php
- M framework/modules-1/formbuilder/actions/edit_form.php
- M framework/modules-1/formbuilder/actions/edit_record.php
- M framework/modules-1/formbuilder/actions/edit_report.php
- M framework/modules-1/formbuilder/actions/export_csv.php
- M framework/modules-1/formbuilder/actions/order_controls.php
- M framework/modules-1/formbuilder/actions/picked_source.php
- M framework/modules-1/formbuilder/actions/save_control.php
- M framework/modules-1/formbuilder/actions/save_form.php
- M framework/modules-1/formbuilder/actions/save_report.php
- M framework/modules-1/formbuilder/actions/submit_form.php
- M framework/modules-1/formbuilder/actions/view_data.php
- M framework/modules-1/formbuilder/actions/view_form.php
- M framework/modules-1/formbuilder/actions/view_record.php
- M framework/modules-1/formmodule/class.php
- M framework/modules-1/navigationmodule/actions/DragnDropReRank.php
- M framework/modules-1/navigationmodule/actions/add_pagesetpage.php
- M framework/modules-1/navigationmodule/actions/add_section.php
- M framework/modules-1/navigationmodule/actions/edit_contentpage.php
- M framework/modules-1/navigationmodule/actions/edit_externalalias.php
- M framework/modules-1/navigationmodule/actions/edit_internalalias.php
- M framework/modules-1/navigationmodule/actions/manage.php
- M framework/modules-1/navigationmodule/actions/order.php
- M framework/modules-1/navigationmodule/actions/remove.php
- M framework/modules-1/navigationmodule/actions/returnChildrenAsJSON.php
- M framework/modules-1/navigationmodule/actions/save_contentpage.php
- M framework/modules-1/navigationmodule/actions/save_externalalias.php
- M framework/modules-1/navigationmodule/actions/save_internalalias.php
- M framework/modules-1/navigationmodule/actions/save_pagesetpage.php
- M framework/modules-1/navigationmodule/class.php
- M framework/modules-1/simplepollmodule/actions/activate_question.php
- M framework/modules-1/simplepollmodule/actions/delete_answer.php
- M framework/modules-1/simplepollmodule/actions/delete_question.php
- M framework/modules-1/simplepollmodule/actions/edit_answer.php
- M framework/modules-1/simplepollmodule/actions/edit_question.php
- M framework/modules-1/simplepollmodule/actions/manage_question.php
- M framework/modules-1/simplepollmodule/actions/manage_questions.php
- M framework/modules-1/simplepollmodule/actions/order_switch.php
- M framework/modules-1/simplepollmodule/actions/save_answer.php
- M framework/modules-1/simplepollmodule/actions/save_question.php
- M framework/modules/administration/controllers/administrationController.php
- M framework/modules/administration/menus/user.php
- M framework/modules/administration/views/administration/quicklinks_Administration_Links.tpl
- M framework/modules/company/controllers/companyController.php
- M framework/modules/core/views/expComment/edit.tpl
- M framework/modules/core/views/expSimpleNote/edit.tpl
- M framework/modules/ealerts/controllers/ealertController.php
- M framework/modules/ecommerce/views/store/quicklinks.tpl
- M framework/modules/faq/controllers/faqController.php
- M framework/modules/flowplayer/controllers/flowplayerController.php
- M framework/modules/headline/controllers/headlineController.php
- M framework/modules/migration/controllers/migrationController.php
- M framework/modules/rss/controllers/rssController.php
- M framework/modules/twitter/controllers/twitterController.php
- M framework/modules/users/controllers/usersController.php
- M framework/modules/users/models/group.php
- M framework/modules/users/models/user.php
- M framework/plugins/function.control.php
- M framework/plugins/function.getchromemenu.php
- M framework/plugins/function.icon.php
- M framework/plugins/function.link.php
- M framework/plugins/function.podcastlink.php
- M framework/plugins/function.rsslink.php
- M framework/plugins/function.scaffold.php
- M framework/plugins/function.securelink.php
- M framework/plugins/postfilter.includemiscfiles.php
- M index.php
- M login.php
- M popup.php
- M themes/basetheme/index.php
- M themes/coolwatertheme/index.php
- M themes/coolwatertheme/module_preview.php
- M themes/coolwatertheme/subthemes/Full Body.php
- M themes/multioptionstheme/index.php
- M themes/retrotheme/index.php
- M themes/retrotheme/subthemes/Three Column.php
- M themes/simpletheme/index.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