Dashboard

Shaun McCormick
- [#MODX-1636] Added ability to assign Role to User when adding them to a User Group from the User Groups tree
Shaun McCormick
- [#MODX-1634] Fixed bug with resource/resourcegroup/getlist processor that prevented showing of resource groups in new resource panels
Jason Coward

committed 6329 to modx

08 Feb
- Fixed modUser::removeSessionContext() to call modUser::endSession() if no contexts are left
- Fixed modUser::endSession() to destroy all SESSION data and the session cookie
Jason Coward

committed 406 to xpdo

05 Feb
- Modified xPDOQuery_mysql::select() to trim the comma-delimited fields specified after explode()'ing the string.
Jason Coward

committed 6328 to modx

05 Feb
- Fixed bug in Plugin -> System Events tab caused by invalid function call in getlist processor
Jason Coward

committed 6327 to modx

05 Feb
- Fixed problems with various deprecated functions to increase compatibility with Evo and avoid performance issues:
* modX::getDocuments() and modX::getDocument()
* modX::getAllChildren()
* modX::getActiveChildren()
* modX::getDocumentChildren()
* modX::getDocumentChildrenTVars()
* modX::getParent()
* modX::getPageInfo()
* modX::getUserInfo()
- Fixed modX::__construct() declaration to indicate it properly as a public method; added phpdoc comments.
- Fixed modX::sanitize() declaration to indicate it properly as a static method.
Jason Coward

committed 6326 to modx

04 Feb
- Various fixes to setup for @traditional distributions (wasn't skipping contexts controller)
- Updated copyright date in code headers within setup/
- Updated copyright date in language string for setup/
Jason Coward

committed 6325 to modx

04 Feb
- Modified resolver for config.core.php files so it does not attempt to write these files in @traditional setups, i.e. MODX_SETUP_KEY == '@traditional`
Jason Coward

committed 6324 to modx

04 Feb
- Updated build.xml release to rc
Jason Coward

committed 6323 to modx

04 Feb
- Updated to xPDO 2.0 revision 405
Jason Coward

committed 405 to xpdo

03 Feb
- Modified xPDOVehicle::resolve() to return true if xPDOTransport::RESOLVE_FILES is set to false with file resolver types.
- Modified xPDOFileVehicle::install() to check xPDOTransport::INSTALL_FILES is not set to false before checking for the existence of the defined fileSource.
Jason Coward

committed 6322 to modx

03 Feb
- [#MODX-1614] Fixed issue with cached pages going to unauthorized_page instead of error_page when user does not have load permission
Jason Coward

committed 6321 to modx

03 Feb
- [#MODX-411] Set system setting: emailsender to the admin email address during install
Jason Coward

committed 6320 to modx

03 Feb
- [#MODX-1556] Show class and id for deleted resources or elements in Manager Action Log
Jason Coward

committed 6319 to modx

03 Feb
- [#MODX-1552] Create New element Here shows for root elements but not those in categories
Shaun McCormick

committed 6317 to modx

02 Feb
- Added preventative to make sure packages are only downloaded once when in Package Browser
Jason Coward

committed 6316 to modx

02 Feb
- [#MODX-1623] Fixed package installation error: attempting to preserve files fails with error message
- Updated to xPDO 2.0 revision 404