-
Notifications
You must be signed in to change notification settings - Fork 33
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
Next few changes - see commit messages #2109
Conversation
@deg-pl, @harrieklomp, @andrixnet Please check if in your nodes settings.inc.php all calls to class "cache" (/lib/cache.php) are removed: all things like: cache::TYPE_TRADITIONAL should be replaced to GeoCacheCommons::TYPE_TRADITIONAL After merge this PR there will not be /lib/cache.php anymore. |
@kojoty It produces error "ErrorException: ClassPathDictionary::getClassPath: ERROR: Trying to load unknown class: GeoCacheCommons" (in settings.inc.php) |
Just add: |
Done at OCNL |
Done on OCUS |
Done on OC PL and OC UK. @kojoty Tak to jest, jeśli się zmienia konfigurację OC o północy między układaniem paneli a układaniem paneli ;). Dzięki. |
bo jest stara zasada przodków którą znano już prawdopodobnie w XVIw.: niedziela dzień święty - w niedzielę nie trzeba paneli układać - trzeba wtedy kod OC refaktorować! |
OCRO and OCUS pending. |
I afraid the answer must be: YES |
IMO it is ready, at least according to my experience and knowledge of the code and all the research I did. There still is however a chance I might have missed something. See it live here: http://ocro.dev.andrix.eu/ |
I will try to be around the computer in the evening, 22:00 - 24:00 EET |
OK, I've checked and can confirm that the conficts with BIG PR #2087 (with new types) are quite easy to resolve - if OCUS and OCRO are ready (no cache:: use in settings.inc.php) we can merge this. |
@andrixnet Can you confirm that OCRo and OCUs are read for this commit - I mean no references to cache:: in settings.inc.php I would like to merge this - and next I will resolve conflicts in #2087 when we decide to merge it. |
OCRO has
I droppped it. Beware that
|
@andrixnet Thanks, don't worry about settingsDefault.inc.php - this is a part of the code so I can control it by repo modification - opposite to settings.inc.php where I don't have an access |
No description provided.