Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

4025 by opengeek on 05 September 2008, 20:50:08 -0500 (53 hours ago) Make Review - 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()).

branches/revolution/core/model/modx/processors/system/registry/register/read.php 4025 history download (+1 -1) diffs

branches/revolution/core/model/modx/modx.class.php 4025 history download (+6 -2) diffs

4024 by splittingred on 05 September 2008, 17:54:57 -0500 (55 hours ago) Make Review - Fixed bug where console ok button wasnt resetting

branches/revolution/manager/assets/modext/widgets/core/modx.console.js 4024 history download (+2 -1) diffs

4023 by splittingred on 05 September 2008, 17:50:04 -0500 (56 hours ago) Make Review [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…

branches/revolution/core/model/modx/processors/system/registry/register/read.php 4023 history download (+7 -2) diffs

branches/revolution/manager/assets/modext/widgets/core/modx.console.js 4023 history download (+53 -21) diffs

branches/revolution/core/model/modx/transport/modtransportpackage.class.php 4023 history download (+2 -0) diffs

branches/revolution/manager/templates/default/frame-header.tpl 4023 history download (+1 -0) diffs

branches/revolution/core/lexicon/en/workspace.inc.php 4023 history download (+6 -4) diffs

… 6 more files in changeset.
4022 by opengeek on 05 September 2008, 14:17:04 -0500 (59 hours ago) Make Review - 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…

branches/revolution/core/model/modx/processors/system/registry/register/read.php 4022 history download (+3 -1) diffs

branches/revolution/core/model/modx/processors/system/registry/register/send.php 4022 history download (+41) new

4021 by opengeek on 05 September 2008, 13:15:45 -0500 (60 hours ago) Make Review - [#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…

branches/revolution/core/model/modx/processors/element/tv/update.php 4021 history download (+2 -0) diffs

branches/revolution/core/lexicon/en/plugin.inc.php 4021 history download (+1 -1) diffs

branches/revolution/manager/controllers/element/snippet/update.php 4021 history download (+2 -6) diffs

branches/revolution/core/lexicon/en/template.inc.php 4021 history download (+1 -1) diffs

branches/revolution/core/lexicon/en/module.inc.php 4021 history download (+1 -1) diffs

… 15 more files in changeset.
4020 by splittingred on 05 September 2008, 10:18:13 -0500 (63 hours ago) Make Review - Fix bug with Safari and scroll wheel

branches/revolution/manager/assets/modext/util/utilities.js 4020 history download (+36 -0) diffs

4019 by splittingred on 04 September 2008, 15:53:33 -0500 (3 days ago) Make Review - Slight styling updates to Login panel
- Added ENTER key event to login panel, so you can submit by hitting enter

branches/revolution/manager/templates/default/security/login.tpl 4019 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/sections/login.js 4019 history download (+6 -3) diffs

4018 by splittingred on 04 September 2008, 15:44:24 -0500 (3 days ago) Make Review - Enabled onLoginFormRender and onLoginFormPrerender events with new login screen

branches/revolution/manager/templates/default/security/login.tpl 4018 history download (+2 -0) diffs

branches/revolution/manager/assets/modext/sections/login.js 4018 history download (+2 -0) diffs

4017 by splittingred on 04 September 2008, 15:28:25 -0500 (3 days ago) Make Review - [#MODX-306] Redesigned Login page to match styles of manager

branches/revolution/manager/templates/default/security/login.tpl 4017 history download (+16 -30) diffs

branches/revolution/manager/assets/modext/sections/login.js 4017 history download (+91 -1) diffs

4016 by splittingred on 04 September 2008, 14:26:04 -0500 (3 days ago) Make Review - [#MODX-311] Fix reference in modLexicon/modCacheManager to respect $language parameter

branches/revolution/core/model/modx/modcachemanager.class.php 4016 history download (+4 -3) diffs

branches/revolution/core/model/modx/modlexicon.class.php 4016 history download (+4 -1) diffs

4015 by splittingred on 04 September 2008, 14:18:34 -0500 (3 days ago) Make Review - [#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 …

branches/revolution/core/model/modx/processors/workspace/lexicon/create.php 4015 history download (+13 -4) diffs

branches/revolution/core/model/modx/processors/workspace/lexicon/focus/remove.php 4015 history download (+4 -1) diffs

branches/revolution/manager/assets/modext/workspace/lexicon/lexicon.grid.js 4015 history download (+24 -11) diffs

4014 by opengeek on 02 September 2008, 17:37:34 -0500 (5 days ago) Make Review * [#MODX-185] SET NAMES vs SET CHARACTER SET issue resolved; preferred method can be specified at installation and controlled in config.inc.php.

branches/0.9.6/install/changelog.txt 4014 history download (+2 -1) diffs

branches/0.9.6/manager/index.php 4014 history download (+1 -1) diffs

branches/0.9.6/install/lang/english/english.inc.php 4014 history download (+2 -1) diffs

branches/0.9.6/install/instprocessor.php 4014 history download (+4 -2) diffs

branches/0.9.6/manager/processors/login.processor.php 4014 history download (+1 -1) diffs

… 11 more files in changeset.
4012 by splittingred on 02 September 2008, 09:06:45 -0500 (5 days ago) Make Review - [#MODX-305] Small cleanups to manager actions JS

branches/revolution/manager/assets/modext/widgets/system/modx.grid.manager.log.js 4012 history download (+6 -8) diffs

4011 by netprophet on 29 August 2008, 21:51:05 -0500 (9 days ago) Make Review "[#MODX-302] fixes syntax errors that were preventing upgrade from working"

branches/revolution/core/model/modx/modcontext.class.php 4011 history download (+1 -1) diffs

branches/revolution/core/model/modx/modx.class.php 4011 history download (+1 -1) diffs

4010 by splittingred on 29 August 2008, 16:44:28 -0500 (9 days ago) Make Review - 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…

branches/revolution/manager/assets/modext/widgets/modx.topmenu.js 4010 history deleted

branches/revolution/manager/assets/modext/build/sections/element/tv 4010 history download (+0) new

branches/revolution/manager/templates/default/system/settings/index.tpl 4010 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/build/util/spotlight-min.js 4010 history download (+1) new

branches/revolution/manager/assets/modext/build/sections/resource/schedule-min.js 4010 history download (+1) new

… 214 more files in changeset.
4009 by opengeek on 29 August 2008, 14:58:24 -0500 (9 days ago) Make Review * Added message read options as parameters in system/registry/register/read processor.

branches/revolution/core/model/modx/processors/system/registry/register/read.php 4009 history download (+8 -1) diffs

4008 by opengeek on 29 August 2008, 13:42:59 -0500 (9 days ago) Make Review * 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;…

branches/revolution/core/docs/tutorials 4008 history download (+0 -0) diffs

branches/revolution/core/model/modx/processors/system/registry/register/read.php 4008 history download (+38) new

branches/revolution/core/model/modx/processors/system/registry 4008 history download (+0) new

branches/revolution/connectors/system/registry/register.php 4008 history download (+3) new

branches/revolution/core/model/modx/registry/modfileregister.class.php 4008 history download (+1 -1) diffs

… 6 more files in changeset.
4007 by splittingred on 29 August 2008, 11:34:25 -0500 (9 days ago) Make Review - Fix to edit policy page

branches/revolution/manager/templates/default/security/access/policy/update.tpl 4007 history download (+1 -1) diffs

4006 by splittingred on 29 August 2008, 10:11:58 -0500 (9 days ago) Make Review - Major upgrade/optimization to MODExt JS
- All page classes now MODx.page.[PageName] (eg: MODx.page.UpdateTV)
- Removed duplicate Ext.namespace calls
- Standardized xtypes

branches/revolution/manager/assets/modext/widgets/modx.topmenu.js 4006 history download (+1 -2) diffs

branches/revolution/manager/assets/modext/widgets/resource/modx.panel.resource.static.js 4006 history download (+7 -3) diffs

branches/revolution/manager/assets/modext/util/utilities.js 4006 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/sections/resource/schedule.js 4006 history download (+7 -8) diffs

branches/revolution/manager/assets/modext/sections/security/access/policy.js 4006 history download (+7 -8) diffs

… 145 more files in changeset.
4005 by garryn on 28 August 2008, 21:59:13 -0500 (10 days ago) Make Review * correct small typo in setup footer
* MODX -> MODx for consistency

branches/revolution/setup/lang/en.php 4005 history download (+2 -2) diffs

4003 by splittingred on 28 August 2008, 13:04:23 -0500 (10 days ago) Make Review - Starting major reorganization of MODExt file structure, to a much cleaner, more organized system

branches/revolution/manager/templates/default/system/settings/index.tpl 4003 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/ui/tree/modx.tree.js 4003 history download (+492) new/moved

branches/revolution/manager/templates/default/browser/index.tpl 4003 history download (+4 -4) diffs

branches/revolution/manager/assets/modext/ui/grid/modx.grid.local.js 4003 history download (+165) new/moved

branches/revolution/manager/assets/modext/ui/window 4003 history download (+0) new

… 20 more files in changeset.
4001 by splittingred on 28 August 2008, 12:35:58 -0500 (10 days ago) Make Review - 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…

branches/revolution/manager/assets/modext/ui/modx.window.js 4001 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/ui/modx.component.js 4001 history download (+1 -1) diffs

branches/revolution/manager/assets/modext/ui/modx.actionbuttons.js 4001 history download (+3 -3) diffs

branches/revolution/manager/assets/modext/ui/modx.console.js 4001 history download (+2 -1) diffs

branches/revolution/manager/assets/modext/util/utilities.js 4001 history download (+130 -117) diffs

… 5 more files in changeset.
4000 by splittingred on 28 August 2008, 11:54:06 -0500 (10 days ago) Make Review - Some cleanups to utilities.js
- Happy 4000 MODx commits!

branches/revolution/manager/assets/modext/util/utilities.js