Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Configuration code #1

Open
wants to merge 3,396 commits into
base: master
Choose a base branch
from
Open

Module Configuration code #1

wants to merge 3,396 commits into from

Conversation

libelle
Copy link

@libelle libelle commented Sep 3, 2010

Included is my module configuration code. Currently, the approach is to load the module's method.configure.php from ModuleManager's action.configure.php (via class.cms_module_operations.php).

There's some confusion with the module trying to call a method via ModuleManager's action. I need a slightly bigger brain to actually make it work.

I think the infrastructural code (CmsModulePreferenceExtension, changes to module loader) is sound, even if the configuration process part of the mechanism requires rethinking.

calguy1000 and others added 30 commits August 29, 2009 21:22
Remove the config reference in the module
Make most members private, 


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5939 3d254a34-79dc-0310-9e5f-be208747d8a0
…ny lang= parameters used in subsequent module calls.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5943 3d254a34-79dc-0310-9e5f-be208747d8a0
…e specific, and adds the {set_language_auto} plugin.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5944 3d254a34-79dc-0310-9e5f-be208747d8a0
…ky=1 to save the detected language, and use_sticky=1 to use a previously detected language if it exists, but not set one.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5946 3d254a34-79dc-0310-9e5f-be208747d8a0
Fixes list of system modules.
Minor fix to the nb_NO.nls file


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5952 3d254a34-79dc-0310-9e5f-be208747d8a0
Fixed some php 5.3 issues
Added nested set logic to content tree
Slowly making everything lazy loaded


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5970 3d254a34-79dc-0310-9e5f-be208747d8a0
Reorganized listcontent so that it works with the changes


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5976 3d254a34-79dc-0310-9e5f-be208747d8a0
wishy and others added 21 commits July 14, 2010 03:30
Conflicts:
	plugins/function.root_url.php

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6503 3d254a34-79dc-0310-9e5f-be208747d8a0
processing it with a render. Now unsucceptable to template logic.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6505 3d254a34-79dc-0310-9e5f-be208747d8a0
Removed all the upgrade scripts and reverted back to db version 1

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6516 3d254a34-79dc-0310-9e5f-be208747d8a0
are not implemented yet, as well as any other type other than
"HTML Content".

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6517 3d254a34-79dc-0310-9e5f-be208747d8a0
html_content type to the default install.
Removed the content table relying on 'type' 
so modules can handle content types however they 
want.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6518 3d254a34-79dc-0310-9e5f-be208747d8a0
Change memcache key cache to use a persistent connection

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6530 3d254a34-79dc-0310-9e5f-be208747d8a0
a big refactor in order to have all fields controlled
by the page type.  Also, you'll have to reinstall
after this commit.
Error code checking in CmsResponse
Cleanup some unused files and templates
Documented wysiwyg and syntax_highlighter "core" capabilities
Changed textarea generation code to make use of CmsModuleLoader changes
Add MicroTiny as a core module, update for 2.0 style
Got MicroTiny displaying in it's basic form. Still need work to submit forms, though.
De-bump version to 2.0-alpha1
@tedkulp
Copy link
Member

tedkulp commented Sep 3, 2010

Cool. I'll look it over tomorrow and see if I can help you track it down.

@tedkulp
Copy link
Member

tedkulp commented Sep 3, 2010

Ok, I have a few questions/suggestions on the code, when you get in this morning.

@tedkulp
Copy link
Member

tedkulp commented Oct 6, 2010

Think I should pull this in? I know we still need to make some changes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants