OKAPI Project update (r424).

The major difference in this version of OKAPI is that it properly hides caches with statuses > 3. However, this required a complex update process. I'm not 100% sure if this update process will succeed in all scenarios, but I think it should.

Note, that first cronjobs fired after this update MAY take even 20 minutes to run.
This commit is contained in:
Wojciech Rygielski
2012-08-23 10:51:12 +02:00
parent b7ae9cc1f0
commit bdc794952e
16 changed files with 599 additions and 60 deletions

View File

@ -24,5 +24,6 @@ class OkapiUrls
'^cron5$' => 'cron5',
'^devel/attrlist$' => 'devel/attrlist',
'^devel/dbstruct$' => 'devel/dbstruct',
'^devel/cronreport$' => 'devel/cronreport',
);
}