lionelm / ci-cms

Automatically exported from code.google.com/p/ci-cms
Other
0 stars 0 forks source link

Code Igniter 2 Compatibility #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
During the pre-release, please update your files with the latest svn before 
reporting a defect
-----

CI2 has many changes. One of which is the removal of the deprecated validation 
library. Also, the whole matchbox extension does not work under ci2. There is a 
patch version of Modular Extension (Phil Sturgeon) that does work under ci2 but 
will require much rewriting. In fact, almost any solution is going to require a 
considerable effort to keep this CMS working.

I have come to love CI-CMS and us it on almost all of my projects. So I hope 
the effort will be made to revamp the system for ci2. 

Original issue reported on code.google.com by rmorga...@gmail.com on 5 Feb 2011 at 4:56

GoogleCodeExporter commented 9 years ago
Me too. I use CI-CMS so I think we'll have to do it. 

Original comment by heriniai...@gmail.com on 8 Feb 2011 at 5:09

GoogleCodeExporter commented 9 years ago
I am working on migrating the CI-CMS system to CI2 and modular-extension and 
away from Matchbox. I am having trouble however in using views with in views in 
the Layout library. It appears that when a view is used to load another view 
from within the Layout library, some views are not loaded. I am not sure why... 
I have never gotten SVN to work on my laptop and so I may with your permission 
begin hosting this code on bitbucket.org I really wish Google would add support 
for Mercurial. 

If you have any thoughts on what might be going on in the layout library let me 
know. 

Original comment by rmorga...@gmail.com on 10 Feb 2011 at 4:23

GoogleCodeExporter commented 9 years ago
Ok, figured out what is going on in layout. The issue lies in the 
modular-extension Loader library. It if finding the 'admin' module folder and 
trying to load the theme views from there. The work around is to change the 
name of the admin theme folder. 

I propose that we create an APPPATH/view/themes folder to contain all themes. 
This way unless we have a module named themes, we can still use the old themes 
without major changes. This is the approach I am going to work on. So if you 
have any other ideas let me know soon.

Original comment by rmorga...@gmail.com on 10 Feb 2011 at 4:56

GoogleCodeExporter commented 9 years ago
I have made great progress in migrating the CI-CMS system to CI2 and 
modular-extension. I now have a working admin panel and page module. 

Original comment by rmorga...@gmail.com on 10 Feb 2011 at 8:13

GoogleCodeExporter commented 9 years ago
Need to modify the MX_Router class to locate module admin controllers

Original comment by rmorga...@gmail.com on 10 Feb 2011 at 9:47

GoogleCodeExporter commented 9 years ago
Hello rmorgan. 

I put CI-CMS in bitbucket. Maybe we can use it for the CI2 version
You can see it in here
https://bitbucket.org/hery/ci-cms

Original comment by heriniai...@gmail.com on 10 Feb 2011 at 10:22