4025
by opengeek on
05 September 2008, 20:50:08 -0500
(53 hours ago)
- Make sure modX::_logToRegister() creates a unique message key. - Fix message_limit option in system/registry/register/read processor (should be msg_limit when passed to modRegister::read()).
4023
by splittingred on
05 September 2008, 17:50:04 -0500
(56 hours ago)
[LEXICON RELOAD REQUIRED] - Integrated MODx.Console into workspaces, now shows console log of install progress - Uses modRegister to register log messages in queue - More logging details to come in fu…
4022
by opengeek on
05 September 2008, 14:17:04 -0500
(59 hours ago)
- Updated registry/register/read processor to allow register_class to be specified. - Introduced registry/register/send processor for writing messages (allows a single string-format message per reques…
4021
by opengeek on
05 September 2008, 13:15:45 -0500
(60 hours ago)
- [#MODX-137] Locked Elements now editable by users with the Admin policy attribute edit_locked (not locked as in being edited by another user, but locked explicitly in the Element attributes). - Adde…
4019
by splittingred on
04 September 2008, 15:53:33 -0500
(3 days ago)
- Slight styling updates to Login panel - Added ENTER key event to login panel, so you can submit by hitting enter
4018
by splittingred on
04 September 2008, 15:44:24 -0500
(3 days ago)
- Enabled onLoginFormRender and onLoginFormPrerender events with new login screen
4016
by splittingred on
04 September 2008, 14:26:04 -0500
(3 days ago)
- [#MODX-311] Fix reference in modLexicon/modCacheManager to respect $language parameter
4015
by splittingred on
04 September 2008, 14:18:34 -0500
(3 days ago)
- [#MODX-309] Lexicon Management issues resolved - If in a namespace with no foci, will create default foci upon entry creation - Added labels to lexicon grid filters - Refresh filter namespace combo …
4014
by opengeek on
02 September 2008, 17:37:34 -0500
(5 days ago)
* [#MODX-185] SET NAMES vs SET CHARACTER SET issue resolved; preferred method can be specified at installation and controlled in config.inc.php.
4013
by splittingred on
02 September 2008, 10:27:49 -0500
(5 days ago)
- Converted Chunk page to an Ext panel - Fixed major bug with modJSONReader implementation
4010
by splittingred on
29 August 2008, 16:44:28 -0500
(9 days ago)
- Got compressed JS scripts working. - Created Ant build script that builds out scripts. However, it needs to be fixed to overwrite js files that exist, rather than skip them. - Adjusted locations, he…
4008
by opengeek on
29 August 2008, 13:42:59 -0500
(9 days ago)
* Added support for logTargets of type modRegister to allow logging to custom register topics. * Added support for a current topic to be used when send()'ing messages with modRegister implementations;…
4006
by splittingred on
29 August 2008, 10:11:58 -0500
(9 days ago)
- Major upgrade/optimization to MODExt JS - All page classes now MODx.page.[PageName] (eg: MODx.page.UpdateTV) - Removed duplicate Ext.namespace calls - Standardized xtypes
4003
by splittingred on
28 August 2008, 13:04:23 -0500
(10 days ago)
- Starting major reorganization of MODExt file structure, to a much cleaner, more organized system
4001
by splittingred on
28 August 2008, 12:35:58 -0500
(10 days ago)
- Some major cleanups to MODExt; trying to remove as many global vars as possible, and move to a more package-based class structure. - Introduced MODx.util.* package --- modJSONReader -> MODx.util.JSO…