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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2009

  1. Fixes minor issue with register routes.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5937 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 29, 2009
    Configuration menu
    Copy the full SHA
    82135cb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2009

  1. Remove calls to removed callback function.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5938 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    8f3b552 View commit details
    Browse the repository at this point in the history
  2. Remove the cms reference in the module.

    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
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    76aacf0 View commit details
    Browse the repository at this point in the history
  3. Don't use $this->smarty any more.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5940 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    30e32da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e553b15 View commit details
    Browse the repository at this point in the history
  5. Remove references to $this->cms

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5942 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    4d68058 View commit details
    Browse the repository at this point in the history
  6. Adds the new set_language plugin, using this variable will override a…

    …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
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    ea28f46 View commit details
    Browse the repository at this point in the history
  7. Adds the CmsNls class, rewrites the nls.php files to be more namespac…

    …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
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    af1844a View commit details
    Browse the repository at this point in the history
  8. Adds the sticky=1 parameter.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5945 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    57a0ed3 View commit details
    Browse the repository at this point in the history
  9. Splits the session stuff in set_language_auto into to params.... stic…

    …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
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    5c4413a View commit details
    Browse the repository at this point in the history
  10. Fix class name issue.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5949 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    8016942 View commit details
    Browse the repository at this point in the history
  11. Adds the module object to smarty at the top of the DoAction call.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5950 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 30, 2009
    Configuration menu
    Copy the full SHA
    5b5ace4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2009

  1. Fix dumb error on my part.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5951 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Aug 31, 2009
    Configuration menu
    Copy the full SHA
    9dcb42f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2009

  1. Fixes to listmodules (put the xml stuff back in)

    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
    calguy1000 committed Sep 2, 2009
    Configuration menu
    Copy the full SHA
    75fc2f0 View commit details
    Browse the repository at this point in the history
  2. fixed a warning in imagefiles related to the ageold htmlarea-stuff

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5953 3d254a34-79dc-0310-9e5f-be208747d8a0
    Silmarillion authored and Silmarillion committed Sep 2, 2009
    Configuration menu
    Copy the full SHA
    88f8192 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2009

  1. Fix attempt to access private member.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5954 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 3, 2009
    Configuration menu
    Copy the full SHA
    26f6906 View commit details
    Browse the repository at this point in the history
  2. Rix another problem with access to private member variable... I bet t…

    …here's gonna be a few of these.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5955 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 3, 2009
    Configuration menu
    Copy the full SHA
    c7c90e7 View commit details
    Browse the repository at this point in the history
  3. And yet another one.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5956 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 3, 2009
    Configuration menu
    Copy the full SHA
    fd07d6a View commit details
    Browse the repository at this point in the history
  4. More fixes for private members... adds a protected member for mOldAlias

    gawd it's nice having php 5
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5957 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 3, 2009
    Configuration menu
    Copy the full SHA
    0642c3e View commit details
    Browse the repository at this point in the history
  5. Fixes add content message.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5958 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 3, 2009
    Configuration menu
    Copy the full SHA
    eb76bca View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2009

  1. Applies changes from 1.6.5

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5967 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    56db3f0 View commit details
    Browse the repository at this point in the history
  2. Applies MenuManager changes from 1.6.5

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5968 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    eadc255 View commit details
    Browse the repository at this point in the history
  3. Fix minor error.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5969 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    87fb874 View commit details
    Browse the repository at this point in the history
  4. Many many changes

    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
    wishy committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    4386627 View commit details
    Browse the repository at this point in the history
  5. Some fixes for content problems.... still more work to be done.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5971 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    1320aaf View commit details
    Browse the repository at this point in the history
  6. Adds showtemplate=false support to module actions in the admin, for c…

    …ompatibility purposes.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5972 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    b7c3e5f View commit details
    Browse the repository at this point in the history
  7. Adds CreateURL method.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5973 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    76db476 View commit details
    Browse the repository at this point in the history
  8. Fixes menumanager for new content stuff in 1.7

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5974 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    3b04c6f View commit details
    Browse the repository at this point in the history
  9. Fix stupidity in CreateURL method.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5975 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 6, 2009
    Configuration menu
    Copy the full SHA
    883a51c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2009

  1. Pulled content base changes from 2.0 branch

    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 committed Sep 7, 2009
    Configuration menu
    Copy the full SHA
    4b0d5b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcb829b View commit details
    Browse the repository at this point in the history
  3. Adds the content type profile, and the content editor classes (not co…

    …mplete)
    
    Begins work on modification to editcontent.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5978 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 7, 2009
    Configuration menu
    Copy the full SHA
    32c93b3 View commit details
    Browse the repository at this point in the history
  4. Minor fixes.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5979 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 7, 2009
    Configuration menu
    Copy the full SHA
    b52a368 View commit details
    Browse the repository at this point in the history
  5. Reworked listcontent to use smarty templates

    Added plugin loader for admin
    Updated jquery UI code to the latest
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5980 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Sep 7, 2009
    Configuration menu
    Copy the full SHA
    573c3d4 View commit details
    Browse the repository at this point in the history
  6. Fixed issues with property display

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5981 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Sep 7, 2009
    Configuration menu
    Copy the full SHA
    dc52f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2009

  1. Fixes to the page tree stuff.

    More work on the content editor and content_editor_base stuff.
    Remove redundant functions from cms_content_base (we'll put them in content_base)
    convert all of editcontent to use the content_editor stuff... but now trying to save.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5982 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 9, 2009
    Configuration menu
    Copy the full SHA
    b907993 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with id_field and aliases stomping on each other

    Fixed a few more orm calls in the system
    Fixed id handling in acts_as_nested_set
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5983 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Sep 9, 2009
    Configuration menu
    Copy the full SHA
    b0a7e33 View commit details
    Browse the repository at this point in the history
  3. First round of fixes to the method names for content objects.

    I'm sure there will be many many more.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5984 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 9, 2009
    Configuration menu
    Copy the full SHA
    f99e4e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2009

  1. More changes to the content editor classes, and the content_base clas…

    …s stuff.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5988 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 12, 2009
    Configuration menu
    Copy the full SHA
    63c25a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2009

  1. Rework the content types properly

    Add the section_header_editor class
    Fixes to editcontent so that switching back and forth between content types will work
    Cleans up the content type stuff, now there are 3 easy to understand functions in CmsContentOperations
    more work to do, need more content editor classes for the other content types.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5989 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 14, 2009
    Configuration menu
    Copy the full SHA
    be0aa63 View commit details
    Browse the repository at this point in the history
  2. Working on new page admin

    Added jquery tree plugin
    Removed some old jquery plugins that aren't being used
    Moved smarty stuff in CmsSmarty class
    Some various fixes
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5990 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Sep 14, 2009
    Configuration menu
    Copy the full SHA
    3e4948b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2009

  1. Fix problem with cms_selflink

    More fixes to editcontent
    Fixes problem with case insensitive type names in the ORM
    Adds link editor class.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5994 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 15, 2009
    Configuration menu
    Copy the full SHA
    117a2f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2009

  1. Adds the page link editor class... fighting that MDD stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@5999 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 18, 2009
    Configuration menu
    Copy the full SHA
    a202aae View commit details
    Browse the repository at this point in the history
  2. Fixes bug with KEY field in the datadictionary... not tested with pos…

    …tgres or sqlite.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6000 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 18, 2009
    Configuration menu
    Copy the full SHA
    f7dea08 View commit details
    Browse the repository at this point in the history
  3. #3923 Adminlog download, tab separator single quoted

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6001 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Sep 18, 2009
    Configuration menu
    Copy the full SHA
    506af21 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2009

  1. More work on the content editor stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6007 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    db836ad View commit details
    Browse the repository at this point in the history
  2. One trivial change, and we now have three tabs in editcontent... perm…

    …issions.
    
    woot.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6008 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    b047514 View commit details
    Browse the repository at this point in the history
  3. And adding content works once again, getting rid of the addcontent.ph…

    …p file.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6009 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    f82c324 View commit details
    Browse the repository at this point in the history
  4. More fixes to the editcontent stuff...

    Minor tweaks for debugging to the listcontent stuff.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6010 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    2973b09 View commit details
    Browse the repository at this point in the history
  5. Now check if there are displayable elements in tabs in the get_tab_na…

    …mes method.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6011 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    a89fef2 View commit details
    Browse the repository at this point in the history
  6. Fix minor oops.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6012 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    a5799a7 View commit details
    Browse the repository at this point in the history
  7. More content type changes.

    Roll back the adodb fixes... gotta find another solution.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6013 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 19, 2009
    Configuration menu
    Copy the full SHA
    ee4cf80 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2009

  1. Fixed the must contain body bug

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6014 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    4fbb11e View commit details
    Browse the repository at this point in the history
  2. Fixes to content operations.

    Fixes to the module_file_template stuff in the cms_smarty class.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6017 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    35cd81c View commit details
    Browse the repository at this point in the history
  3. Moves the editor classes into the contenttypes directory.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6018 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    3fe63f8 View commit details
    Browse the repository at this point in the history
  4. Adds the cms_additional_editors class, and appropriate methods in the…

    … cms_content_base class.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6019 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    7bd257c View commit details
    Browse the repository at this point in the history
  5. Additional editors stuff now works.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6020 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    5e96351 View commit details
    Browse the repository at this point in the history
  6. Fixes problem with field mapping and the id_field with the ORM

    the before_delete method now can return a boolean in the ORM
    Delete content now works properly, and is simple.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6021 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 20, 2009
    Configuration menu
    Copy the full SHA
    33ea522 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2009

  1. Adds basic http class, and the cms_file_get_contents method.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6025 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    d99bcc9 View commit details
    Browse the repository at this point in the history
  2. More work on content types, adds the class_name attribute.

    Moves alot of stuff into an 'navigation' tab.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6026 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    049971c View commit details
    Browse the repository at this point in the history
  3. Removes the priority field from the profile attributes for defining h…

    …ow a content page is laid out.
    
    Begin working on permissions checks.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6027 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    35317eb View commit details
    Browse the repository at this point in the history
  4. Options and Navigation tabs all permission controlled now.

    Adds the basic attribute stuff.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6028 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    a7743e7 View commit details
    Browse the repository at this point in the history
  5. Adds ability for modules to add attributes to content objects.... sti…

    …ll needs refinement.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6029 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    400a183 View commit details
    Browse the repository at this point in the history
  6. Its now possible for modules to add attributes (fields) and even tabs…

    … to the edit content page.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6030 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    05a4841 View commit details
    Browse the repository at this point in the history
  7. More work on cleaning things up... preview almost works again.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6031 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 26, 2009
    Configuration menu
    Copy the full SHA
    b4a8320 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2009

  1. Fixes minor errors in the UDT stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6034 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Sep 30, 2009
    Configuration menu
    Copy the full SHA
    300f22b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2009

  1. Content moving via drag/drop -- Yay!

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6042 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 4, 2009
    Configuration menu
    Copy the full SHA
    adbdfa2 View commit details
    Browse the repository at this point in the history
  2. Applies patch submitted by ajprog to fix lost password stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6043 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 4, 2009
    Configuration menu
    Copy the full SHA
    784af08 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2009

  1. Updated to adodb 5 for php 5.2. Will need some testing, but seems to …

    …work fine.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6045 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 5, 2009
    Configuration menu
    Copy the full SHA
    46b6607 View commit details
    Browse the repository at this point in the history
  2. Put tree moving into a transaction

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6046 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 5, 2009
    Configuration menu
    Copy the full SHA
    c087986 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2009

  1. More listcontent changes

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6048 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 10, 2009
    Configuration menu
    Copy the full SHA
    f1add3f View commit details
    Browse the repository at this point in the history
  2. Adds a new path preference for the image and thumbnail properties.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6049 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 10, 2009
    Configuration menu
    Copy the full SHA
    2d32f8f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2009

  1. Fixes the content_image tag, to allow optionally excluding files begi…

    …nning with a prefix.
    
    Fixes the content_image tag to use directories relative to the image uploads path.
    Now everything is consistent.
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6051 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    eae78da View commit details
    Browse the repository at this point in the history
  2. More fixes to {content_image} ... and preview now works.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6052 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    c688f22 View commit details
    Browse the repository at this point in the history
  3. Viewable button now works on content pages.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6053 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    787be7a View commit details
    Browse the repository at this point in the history
  4. Fixes problem with apply in editcontent when a wysiwyg editor is in u…

    …se (forgot 1 stupid line).
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6054 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    6b3cb07 View commit details
    Browse the repository at this point in the history
  5. Edit externals.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6055 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    b283be2 View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.0-beta1.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6056 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 11, 2009
    Configuration menu
    Copy the full SHA
    9825746 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2009

  1. Fixes to the show_in_menu stuff and the redirect_to_alias() method.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6057 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 12, 2009
    Configuration menu
    Copy the full SHA
    61301c9 View commit details
    Browse the repository at this point in the history
  2. Fix another minor error with show_in_menu stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6058 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 12, 2009
    Configuration menu
    Copy the full SHA
    1615fb6 View commit details
    Browse the repository at this point in the history
  3. Fixes to changegroupperm stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6062 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 12, 2009
    Configuration menu
    Copy the full SHA
    dcd60a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2009

  1. Content list now submits to multicontent

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6063 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 16, 2009
    Configuration menu
    Copy the full SHA
    eaf415d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2009

  1. Updated multicontent to use new API methods and ajax passing of values

    Added friendly_content() method to CmsContentBase
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6064 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 17, 2009
    Configuration menu
    Copy the full SHA
    41b24e7 View commit details
    Browse the repository at this point in the history
  2. Fixes to edit content and changing templates.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6065 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 17, 2009
    Configuration menu
    Copy the full SHA
    68189ab View commit details
    Browse the repository at this point in the history
  3. Menu text now defaults to the page name if not supplied.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6066 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Oct 17, 2009
    Configuration menu
    Copy the full SHA
    e2823fc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2009

  1. Configuration menu
    Copy the full SHA
    d50029b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2009

  1. updated jstree code

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6070 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 25, 2009
    Configuration menu
    Copy the full SHA
    59d105a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2009

  1. Addition of time zone to installer, fixes for methods not matching th…

    …e definition in their superclass
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6071 3d254a34-79dc-0310-9e5f-be208747d8a0
    sjg committed Oct 26, 2009
    Configuration menu
    Copy the full SHA
    3a86374 View commit details
    Browse the repository at this point in the history
  2. Cleaning up invalid references on function calls

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6072 3d254a34-79dc-0310-9e5f-be208747d8a0
    sjg committed Oct 26, 2009
    Configuration menu
    Copy the full SHA
    1f5be35 View commit details
    Browse the repository at this point in the history
  3. ORM caching -- whee!

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6073 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 26, 2009
    Configuration menu
    Copy the full SHA
    78756be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    898e47d View commit details
    Browse the repository at this point in the history
  5. Fix issues with type returing wrong... type

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6075 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Oct 26, 2009
    Configuration menu
    Copy the full SHA
    28b4363 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2009

  1. Configuration menu
    Copy the full SHA
    3db1235 View commit details
    Browse the repository at this point in the history
  2. Renamed module GetLanguage method to GetModuleLanguage, so as not to …

    …break long-standing method in CMSMailer
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6077 3d254a34-79dc-0310-9e5f-be208747d8a0
    sjg committed Oct 27, 2009
    Configuration menu
    Copy the full SHA
    0e980e2 View commit details
    Browse the repository at this point in the history
  3. More cleanup of reference declarations on function calls

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6078 3d254a34-79dc-0310-9e5f-be208747d8a0
    sjg committed Oct 27, 2009
    Configuration menu
    Copy the full SHA
    c925b22 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2009

  1. 4208 Don't show inactive template in the page 404

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6079 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Oct 30, 2009
    Configuration menu
    Copy the full SHA
    a8e79f9 View commit details
    Browse the repository at this point in the history
  2. fixed type in login.php

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6080 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Oct 30, 2009
    Configuration menu
    Copy the full SHA
    5c6c1e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    017fda1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2009

  1. Working on minimizing index and include

    Added full page caching code back in -- needs testing
    Added more logic to the admin page list so that mulitple pages are handled properly
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6082 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Nov 5, 2009
    Configuration menu
    Copy the full SHA
    b21af1a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2009

  1. Add missing CmsSession class

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6085 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Dec 31, 2009
    Configuration menu
    Copy the full SHA
    e99e6c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2010

  1. Optimization changes. Added missing files.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6089 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 16, 2010
    Configuration menu
    Copy the full SHA
    9963731 View commit details
    Browse the repository at this point in the history
  2. Fix generating the admin panel user key

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6090 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 16, 2010
    Configuration menu
    Copy the full SHA
    5039a17 View commit details
    Browse the repository at this point in the history
  3. Fix the target="---" issue

    Add proper default url generation to get_url
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6091 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 16, 2010
    Configuration menu
    Copy the full SHA
    21be7cf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2010

  1. Fix: #4431 UDT names not validated when being edited

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6092 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Jan 18, 2010
    Configuration menu
    Copy the full SHA
    e16540b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2010

  1. Fix some installation issues

    Upgrade adodb to 5.10
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6093 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 24, 2010
    Configuration menu
    Copy the full SHA
    81fc3f4 View commit details
    Browse the repository at this point in the history
  2. Moved Smarty to lazy load

    Reorganized a whole bunch of code and fixed a whole lot of bugs
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6094 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 24, 2010
    Configuration menu
    Copy the full SHA
    4609ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2010

  1. New search logic based on Zend Search Lucene

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6095 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jan 25, 2010
    Configuration menu
    Copy the full SHA
    6202e86 View commit details
    Browse the repository at this point in the history
  2. Adding the new Zend Search Libraries

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6096 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jan 25, 2010
    Configuration menu
    Copy the full SHA
    4a080d4 View commit details
    Browse the repository at this point in the history
  3. Make it so {table_name} will automatically become prefix_table_name. …

    …Cuts down on SQL query mess.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6097 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jan 25, 2010
    Configuration menu
    Copy the full SHA
    9133109 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2010

  1. Added CmsModuleBase and CmsModuleTemplate for template editing

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6098 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jan 26, 2010
    Configuration menu
    Copy the full SHA
    5bb5d28 View commit details
    Browse the repository at this point in the history
  2. Update the database schema

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6099 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jan 26, 2010
    Configuration menu
    Copy the full SHA
    81ddca7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2010

  1. Added a Module Template page in the Layout menu.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6100 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jan 27, 2010
    Configuration menu
    Copy the full SHA
    875fd3e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2010

  1. New module loader

    New event manager (still needs to load in db based events)
    Key Cache (just mysql for now)
    Schema 37
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6102 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Feb 6, 2010
    Configuration menu
    Copy the full SHA
    ee546f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2010

  1. Added icon for Module Templates

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6106 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Feb 11, 2010
    Configuration menu
    Copy the full SHA
    8ae2550 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2010

  1. Working on module API changes

    Removed module.functions.php
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/branches/1.7.x@6112 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Feb 13, 2010
    Configuration menu
    Copy the full SHA
    d153a58 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2010

  1. Moving branches/1.7.x to trunk -- new 2.0

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6128 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Feb 27, 2010
    Configuration menu
    Copy the full SHA
    70a92b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2010

  1. ORM assosication fixes

    Rolled database events into the main event handler
    Started work on module API changes
    Pulled admin changes over from old 2.0, but not integrated yet
    Fixed a few bugs in the old menu manager render method -- even if it's depreated
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6134 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Feb 28, 2010
    Configuration menu
    Copy the full SHA
    dd34847 View commit details
    Browse the repository at this point in the history
  2. Added memcached settings for adodb and CmsKeyCache

    Added caching queries to ORM and some other regularly called queries
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6135 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Feb 28, 2010
    Configuration menu
    Copy the full SHA
    0506df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2010

  1. Added permission, template and preference module API extensions

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6136 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 1, 2010
    Configuration menu
    Copy the full SHA
    f93a1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2010

  1. Start converting menu manager to a 2.0 style module

    Various bug fixes
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6137 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 4, 2010
    Configuration menu
    Copy the full SHA
    2aa8ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2010

  1. New user and group classes

    New login class and procedure
    More module API extensions
    New admin theme stuff
    New module form methods based on hashs instead of a bunch of parameters
    More menu manager work to get updated for 2.0 style modules
    Add workaround for events name case issues
    Cleaning up cmsms.api.php
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6138 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 5, 2010
    Configuration menu
    Copy the full SHA
    102b74e View commit details
    Browse the repository at this point in the history
  2. Add missing templates dir

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6139 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 5, 2010
    Configuration menu
    Copy the full SHA
    73568e2 View commit details
    Browse the repository at this point in the history
  3. Move tabs to the admin theme object

    Fixed the css and js for the tabs
    Fixed the site prefs
    More menu manager stuff
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6140 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 5, 2010
    Configuration menu
    Copy the full SHA
    d76d61f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2010

  1. Fixed js tabs

    Fixed page list
    Added template and stylesheet orm objects
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6141 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 8, 2010
    Configuration menu
    Copy the full SHA
    b234647 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2010

  1. More module API form love. Almost done.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6142 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 12, 2010
    Configuration menu
    Copy the full SHA
    f3a77d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2010

  1. Change MenuManager to CoreMenuManager -- removed from separate repo

    Moved list modules to ModuleManager -- removed form separate repo
    More module API stuff -- redirect extension
    Fixed tabs in admin again
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6144 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 13, 2010
    Configuration menu
    Copy the full SHA
    67d42df View commit details
    Browse the repository at this point in the history
  2. Added lazy loading module plugins (via metadata file -- doesn't work …

    …on pre 2.0 modules yet)
    
    Updated 4 of the menu manager templates to be nested
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6145 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 13, 2010
    Configuration menu
    Copy the full SHA
    8a2845a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2010

  1. Hook up the parameter parsing/cleaning

    Fix menu manager parameter handling and a collapse bug
    Fix bug in the Page tree calling ORM
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6146 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 14, 2010
    Configuration menu
    Copy the full SHA
    47d9279 View commit details
    Browse the repository at this point in the history
  2. Some php 5.3 fixes

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6147 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 14, 2010
    Configuration menu
    Copy the full SHA
    6b3cee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2010

  1. Removing cruft

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6159 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    6e8046b View commit details
    Browse the repository at this point in the history
  2. Removing expand/collapse plugins and helparea.js

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6160 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    51701b1 View commit details
    Browse the repository at this point in the history
  3. Removing old and unnecessary plugins (tags)

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6161 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    55c3a65 View commit details
    Browse the repository at this point in the history
  4. More cruft

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6162 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    2ae3598 View commit details
    Browse the repository at this point in the history
  5. Remove CMSMailer external

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6163 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    ba96742 View commit details
    Browse the repository at this point in the history
  6. Replaced CMSMailer module with SwiftMailer module -- set as core

    Various other little fixes
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6170 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    d63a137 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2010

  1. Module plugins. Lots of 'em.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6171 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 21, 2010
    Configuration menu
    Copy the full SHA
    3cdb6fc View commit details
    Browse the repository at this point in the history
  2. Module ORM class

    Database extension
    Fixed the module plugins
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6172 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 21, 2010
    Configuration menu
    Copy the full SHA
    0a4ad35 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2010

  1. Fixed bug in adodb cache clearing

    Dropped news external, added blog module -- not sure it's staying yet, though
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6173 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 22, 2010
    Configuration menu
    Copy the full SHA
    1e2c8d3 View commit details
    Browse the repository at this point in the history
  2. Fixed module template processing

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6174 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 22, 2010
    Configuration menu
    Copy the full SHA
    f07fa27 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2010

  1. Basic module template editing interface.

    Fixed bug in ORM delete.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6175 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 27, 2010
    Configuration menu
    Copy the full SHA
    6c31daa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2010

  1. Fixes for php 5.3 strict and ref notices.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6176 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 28, 2010
    Configuration menu
    Copy the full SHA
    6647616 View commit details
    Browse the repository at this point in the history
  2. Few more 5.3 ref notices

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6177 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 28, 2010
    Configuration menu
    Copy the full SHA
    ee9c5e4 View commit details
    Browse the repository at this point in the history
  3. Pulled over CmsLanguage class and related files

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6178 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 28, 2010
    Configuration menu
    Copy the full SHA
    12c5f81 View commit details
    Browse the repository at this point in the history
  4. Remove lang directory and all the nls files

    Fix more 5.3 ref errors
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6179 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 28, 2010
    Configuration menu
    Copy the full SHA
    0e0251d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2010

  1. Removed install external and pulled it into the repository

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6180 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    8becafa View commit details
    Browse the repository at this point in the history
  2. Installer fixes. Now installs core modules properly.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6181 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    f0a0bc2 View commit details
    Browse the repository at this point in the history
  3. Language fixes. Remove add me.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6182 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    06afddc View commit details
    Browse the repository at this point in the history
  4. Fix issues with site and user prefs

    More 5.3 notices
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6183 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    0ce61b6 View commit details
    Browse the repository at this point in the history
  5. Fix top* pages

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6184 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    7d7e736 View commit details
    Browse the repository at this point in the history
  6. Module event watching lazy loading

    Various little fixes
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6185 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    1605a17 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2010

  1. Removed include.php and version.php (required a lot of admin changes)

    Added real request and response objects -- started moving things to use them
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6186 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 5, 2010
    Configuration menu
    Copy the full SHA
    413b565 View commit details
    Browse the repository at this point in the history
  2. Fix a round of 5.3 notices

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6187 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 5, 2010
    Configuration menu
    Copy the full SHA
    ad5f031 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2010

  1. Fixes numerous minor, but annoying errors.

    Installer now works, but stops on Search::set_template
    
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6188 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    9298c96 View commit details
    Browse the repository at this point in the history
  2. Commit missing file.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6189 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    62cadf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2010

  1. Few little fixes

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6207 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 9, 2010
    Configuration menu
    Copy the full SHA
    1531140 View commit details
    Browse the repository at this point in the history
  2. Change loop to extract function

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6208 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 9, 2010
    Configuration menu
    Copy the full SHA
    fb7af44 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2010

  1. Fixes to tab stuff.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6209 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    ef8d394 View commit details
    Browse the repository at this point in the history
  2. Fixes to edit content.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6210 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    0b0d8e1 View commit details
    Browse the repository at this point in the history
  3. Removed more unnecessary files

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6211 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    c6b134d View commit details
    Browse the repository at this point in the history
  4. Added xmlrpc lib, handler, and module API call

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6212 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    9c2bf07 View commit details
    Browse the repository at this point in the history
  5. Edit content now displays... errors display properly (waiting for lan…

    …g to be fixed)...
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6220 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    5d818d7 View commit details
    Browse the repository at this point in the history
  6. Simplified jquery logic for page list

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6222 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    77d1af1 View commit details
    Browse the repository at this point in the history
  7. Error fix.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6223 3d254a34-79dc-0310-9e5f-be208747d8a0
    calguy1000 committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    3fc31e8 View commit details
    Browse the repository at this point in the history
  8. Bunch of strict related issues

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6224 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 10, 2010
    Configuration menu
    Copy the full SHA
    5c17fd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2010

  1. Some installer changes (remove seq tables)

    Ted Kulp committed Apr 11, 2010
    Configuration menu
    Copy the full SHA
    1b5f4e4 View commit details
    Browse the repository at this point in the history
  2. modified 2 expand-icons.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6229 3d254a34-79dc-0310-9e5f-be208747d8a0
    ronnyk committed Apr 11, 2010
    Configuration menu
    Copy the full SHA
    bc0f6f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2010

  1. Split pages and content apart

    Simplied content types significantly
    Still needs a lot of work
    Ted Kulp committed Apr 26, 2010
    Configuration menu
    Copy the full SHA
    67223d7 View commit details
    Browse the repository at this point in the history
  2. Some installer changes (remove seq tables)

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6257 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 26, 2010
    Configuration menu
    Copy the full SHA
    663d4d1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pages_and_content'

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6258 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Apr 26, 2010
    Configuration menu
    Copy the full SHA
    9e9a16c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2010

  1. Fix issues with the observers for alias and url

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6261 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 1, 2010
    Configuration menu
    Copy the full SHA
    fc86dce View commit details
    Browse the repository at this point in the history

Commits on May 2, 2010

  1. Got basic page adding working. Still needs some cleanup.

    Another tweak to the load() method in the ORM
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6274 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 2, 2010
    Configuration menu
    Copy the full SHA
    5e09cd3 View commit details
    Browse the repository at this point in the history
  2. Moved some content ops methods to CmsPage

    Fixed a few issues in CoreMenuManager
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6275 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 2, 2010
    Configuration menu
    Copy the full SHA
    6351381 View commit details
    Browse the repository at this point in the history
  3. Enable checkboxes for Active and Show in Menu

    Fix the path and alias lookups
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6276 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 2, 2010
    Configuration menu
    Copy the full SHA
    c8d42a2 View commit details
    Browse the repository at this point in the history
  4. - Fix up apply, cancel, save on content editing

    - Moved menu text to an array for multilang
    - Moved some page table fields around
    - Fixed a bug in the update_parameters method for 
      handling extra params
    - Fixed some handling of menu text in menu manager
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6277 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 2, 2010
    Configuration menu
    Copy the full SHA
    14c953a View commit details
    Browse the repository at this point in the history
  5. Added the parent dropdown to page editing

    Moved some methods from CmsContentOperations to CmsPage
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6278 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 2, 2010
    Configuration menu
    Copy the full SHA
    c526c23 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2010

  1. Added start of context menu

    Cleaned up the tree code a bit
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6279 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 3, 2010
    Configuration menu
    Copy the full SHA
    71f4729 View commit details
    Browse the repository at this point in the history
  2. Change anchor value from an empty string to 'nothing' so page doesn't…

    … bounce to the top
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6280 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 3, 2010
    Configuration menu
    Copy the full SHA
    c11db60 View commit details
    Browse the repository at this point in the history
  3. Bump jquery to 1.4.2

    Add a simple "Loading" div when ajax is doing it's thing
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6281 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 3, 2010
    2 Configuration menu
    Copy the full SHA
    3d65160 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2010

  1. Added simpletest framework

    Added a lot of tests for the orm and nested sets
    Fixed issues with nested sets -- page drag and drop should be closer to working now
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6282 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 4, 2010
    Configuration menu
    Copy the full SHA
    46f7150 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2010

  1. Made it possible to clear particular cache by name

    Changed URL parsing to check hierarchy path instead of just alias (can't fake url's anymore)
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6283 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 5, 2010
    Configuration menu
    Copy the full SHA
    7bec60a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2010

  1. Fixed the initial page on install

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6284 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 6, 2010
    Configuration menu
    Copy the full SHA
    17502ff View commit details
    Browse the repository at this point in the history
  2. Remove all references to permissions_seq.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6285 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 6, 2010
    Configuration menu
    Copy the full SHA
    08d5032 View commit details
    Browse the repository at this point in the history
  3. Removed the Search module external

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6286 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 6, 2010
    Configuration menu
    Copy the full SHA
    0e660d1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2010

  1. Get Search module to install and basically work (no admin panel yet, …

    …though)
    
    Fix bug pulling return id for module actions
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6287 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 7, 2010
    Configuration menu
    Copy the full SHA
    0637dfe View commit details
    Browse the repository at this point in the history

Commits on May 8, 2010

  1. Connect the 'add child here' context menu item

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6288 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 8, 2010
    Configuration menu
    Copy the full SHA
    3337320 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2010

  1. Fix the set all pages link in list templates

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6291 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 9, 2010
    Configuration menu
    Copy the full SHA
    bbb2aa6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2010

  1. Got translations working like they do in 1.7

    Removed list modules
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6293 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 10, 2010
    Configuration menu
    Copy the full SHA
    e342af4 View commit details
    Browse the repository at this point in the history
  2. Get module help display working in Module Manager

    Fix some of the swiftmailer help info
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6294 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 10, 2010
    Configuration menu
    Copy the full SHA
    6ccd008 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2010

  1. Fix menu manager issues when pages are set not to show in the menu

    Added childrenof parameter for backwards compat
    Fix issue with events never having more than one registered handler
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6338 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 31, 2010
    Configuration menu
    Copy the full SHA
    fab553a View commit details
    Browse the repository at this point in the history
  2. Added some magic to the parent dropdown.

    Fixed url dupe checking to only check the same parent.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6339 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed May 31, 2010
    Configuration menu
    Copy the full SHA
    dcf3497 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2010

  1. Configuration menu
    Copy the full SHA
    0dc8e5f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2010

  1. Added ability to delete pages and their associated

    content.
    Few tweaks to content editing.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6415 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jun 30, 2010
    Configuration menu
    Copy the full SHA
    d045509 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2010

  1. Update smarty plugins for admin tabs and permission checking.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6437 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    21b805d View commit details
    Browse the repository at this point in the history
  2. Update Search admin for now module_plugins

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6438 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    854b9bb View commit details
    Browse the repository at this point in the history
  3. Trim off spaces on the second premission.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6440 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    e221193 View commit details
    Browse the repository at this point in the history
  4. Fix Language bugs

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6448 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    2b56674 View commit details
    Browse the repository at this point in the history
  5. Update some plugins to use the CmsLanguage class

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6449 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    657e93e View commit details
    Browse the repository at this point in the history
  6. Fix statistics tab

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6450 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    55b8cf9 View commit details
    Browse the repository at this point in the history
  7. Fix a problem in the lang file.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6451 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 2, 2010
    Configuration menu
    Copy the full SHA
    06b3cea View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2010

  1. Module for UserAdministration

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6452 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    4da50e9 View commit details
    Browse the repository at this point in the history
  2. Bug fixes

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6453 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    a7ad792 View commit details
    Browse the repository at this point in the history
  3. Bug fixes

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6454 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    353ca2b View commit details
    Browse the repository at this point in the history
  4. More cms_orm updates

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6455 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    afdd89e View commit details
    Browse the repository at this point in the history
  5. Add missing file

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6456 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    22df810 View commit details
    Browse the repository at this point in the history
  6. Fixes for $user->groups, Ted please check

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6457 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    a1b8632 View commit details
    Browse the repository at this point in the history
  7. Missing templates

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6458 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    8b14258 View commit details
    Browse the repository at this point in the history
  8. Hopefully the last of the missing files

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6459 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    996be1d View commit details
    Browse the repository at this point in the history
  9. Managing Users is done, now on to groups.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6460 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    4dc2d7c View commit details
    Browse the repository at this point in the history
  10. Finish Groups and Permissions

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6462 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    dbb8f5d View commit details
    Browse the repository at this point in the history
  11. Updates for Permissions

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6463 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    c88abf1 View commit details
    Browse the repository at this point in the history
  12. Fix a bug with permissions.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6465 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    f46eeee View commit details
    Browse the repository at this point in the history
  13. Permission fixes.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6466 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    a88eeaa View commit details
    Browse the repository at this point in the history
  14. Remove my hack and fixed some id problems

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6468 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    35971d5 View commit details
    Browse the repository at this point in the history
  15. Update schema for permission changes.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6469 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    6cb7551 View commit details
    Browse the repository at this point in the history
  16. Add UserAdmin to Core Modules.

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6470 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 3, 2010
    Configuration menu
    Copy the full SHA
    423500c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2010

  1. Changed friendly name to assume the text is stored as a key in the la…

    …ng file with the name of the module.
    
    Means that we can assume it's there and show it without loading the module, plus it has a nice fallback.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6480 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 6, 2010
    Configuration menu
    Copy the full SHA
    c1c3999 View commit details
    Browse the repository at this point in the history
  2. Removed config.functions.php

    Added KeyCache handling for module xml files
    Added the KeyCache table to the main schema file and bumped to schema 37
    Added missing extra_param fields to Users and Groups (for later expansion)
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6481 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 6, 2010
    Configuration menu
    Copy the full SHA
    219e9e2 View commit details
    Browse the repository at this point in the history
  3. Missing commit

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6482 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 6, 2010
    Configuration menu
    Copy the full SHA
    d64c04a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2010

  1. First pass at smarty 3

    Ted Kulp committed Jul 8, 2010
    Configuration menu
    Copy the full SHA
    35ac94a View commit details
    Browse the repository at this point in the history
  2. Reenabled warning handler

    Fixed a few issues on edittempalate.php
    Ted Kulp committed Jul 8, 2010
    Configuration menu
    Copy the full SHA
    4cf6edd View commit details
    Browse the repository at this point in the history
  3. Added smarty autoload logic to CMSMS autoloader

    Ted Kulp committed Jul 8, 2010
    Configuration menu
    Copy the full SHA
    75d759e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2010

  1. Add cms_stylesheet from 1.8

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6489 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 12, 2010
    Configuration menu
    Copy the full SHA
    f49b4a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2010

  1. Changed warning handler to just stick message in debug

    Fixed a rogue _cms_ plugin
    Ted Kulp committed Jul 14, 2010
    Configuration menu
    Copy the full SHA
    673eed5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'smarty3'

    Conflicts:
    	plugins/function.root_url.php
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6503 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 14, 2010
    Configuration menu
    Copy the full SHA
    71680e0 View commit details
    Browse the repository at this point in the history
  3. Redid the content block parsing to use the lexer instead of

    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
    wishy committed Jul 14, 2010
    Configuration menu
    Copy the full SHA
    bc3ec63 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2010

  1. Comment up the content block parser hack. Put in handling for quotes

    around returned values.
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6514 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 15, 2010
    Configuration menu
    Copy the full SHA
    685fd00 View commit details
    Browse the repository at this point in the history
  2. Added tests for the content block parsing

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6515 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 15, 2010
    Configuration menu
    Copy the full SHA
    b0b9891 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2010

  1. Added content_types table

    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
    wishy committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    386ce63 View commit details
    Browse the repository at this point in the history
  2. First pass as database based content types. Module based types

    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
    wishy committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    382294f View commit details
    Browse the repository at this point in the history
  3. More content type work. Added default

    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
    wishy committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    6c94eb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2010

  1. Removed some warnings on install, removed unused config option

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6521 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 21, 2010
    Configuration menu
    Copy the full SHA
    adecf05 View commit details
    Browse the repository at this point in the history
  2. Make sure certain module parameters are always allowed

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6522 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Jul 21, 2010
    Configuration menu
    Copy the full SHA
    bcf7abb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2010

  1. Updated cms_stylesheet. Since we are using Smarty 3 we can use { and …

    …} in the stylesheets
    
    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6523 3d254a34-79dc-0310-9e5f-be208747d8a0
    ajprog committed Jul 27, 2010
    Configuration menu
    Copy the full SHA
    f355ed6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2010

  1. Added CmsModuleLoader::has_capability

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6529 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Aug 1, 2010
    Configuration menu
    Copy the full SHA
    a6c80fb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2010

  1. Commented out news tags in default templates for now

    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
    wishy committed Aug 5, 2010
    Configuration menu
    Copy the full SHA
    72fdce1 View commit details
    Browse the repository at this point in the history
  2. Bumped smarty to 3.0rc3

    git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@6531 3d254a34-79dc-0310-9e5f-be208747d8a0
    wishy committed Aug 5, 2010
    Configuration menu
    Copy the full SHA
    d19c598 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2010

  1. First pass at page types. Editing content now needs

    a big refactor in order to have all fields controlled
    by the page type.  Also, you'll have to reinstall
    after this commit.
    Ted Kulp committed Aug 17, 2010
    Configuration menu
    Copy the full SHA
    566cd8f View commit details
    Browse the repository at this point in the history
  2. Fix for page_type field name

    Samuel Goldstein committed Aug 17, 2010
    Configuration menu
    Copy the full SHA
    4d68f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2010

  1. Page Types

    Error code checking in CmsResponse
    Cleanup some unused files and templates
    Ted Kulp committed Aug 27, 2010
    Configuration menu
    Copy the full SHA
    9b4d089 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2010

  1. Added wysiwyg and syntax highlighter interfaces

    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.
    Ted Kulp committed Aug 29, 2010
    Configuration menu
    Copy the full SHA
    c2f5ff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2010

  1. Configuration menu
    Copy the full SHA
    3c8cc37 View commit details
    Browse the repository at this point in the history
  2. Fix more fixes for 2.0edness in MicroTiny

    De-bump version to 2.0-alpha1
    Ted Kulp committed Aug 30, 2010
    Configuration menu
    Copy the full SHA
    adca840 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2010

  1. Configuration menu
    Copy the full SHA
    53f985c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2010

  1. Configuration menu
    Copy the full SHA
    f0502a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2010

  1. Bunch of small additions

    ajprog authored and Jeffery Bosch committed Sep 16, 2010
    Configuration menu
    Copy the full SHA
    2a5ccba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2010

  1. Bunch of small additions

    ajprog committed Sep 17, 2010
    Configuration menu
    Copy the full SHA
    71d813f View commit details
    Browse the repository at this point in the history
  2. Fix my syntax errors

    ajprog committed Sep 17, 2010
    Configuration menu
    Copy the full SHA
    c70bab2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2010

  1. Configuration menu
    Copy the full SHA
    b96c95f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2010

  1. Merge branch 'master' of git://github.com/cmsmadesimple/cmsmadesimple…

    …-2-0
    Samuel Goldstein committed Oct 4, 2010
    Configuration menu
    Copy the full SHA
    8c23e02 View commit details
    Browse the repository at this point in the history
  2. Fixed syntax errors

    Samuel Goldstein committed Oct 4, 2010
    Configuration menu
    Copy the full SHA
    e18e449 View commit details
    Browse the repository at this point in the history