Lines Matching full:changelog
262 if (is_writable($conf['changelog'])) {
263 msg('Changelog is writable', 1);
264 } elseif (file_exists($conf['changelog'])) {
265 msg('Changelog is not writable', -1);
269 msg('Old changelog exists', 0);
272 if (file_exists($conf['changelog'] . '_failed')) {
273 msg('Importing old changelog failed', -1);
274 } elseif (file_exists($conf['changelog'] . '_importing')) {
275 msg('Importing old changelog now.', 0);
276 } elseif (file_exists($conf['changelog'] . '_import_ok')) {
277 msg('Old changelog imported', 1);