Skip to content

Commit

Permalink
MDL-19676 MDL-14408 MDL-8776 Blog improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Oct 30, 2009
1 parent ec22ccd commit 1c7b8b9
Show file tree
Hide file tree
Showing 28 changed files with 919 additions and 1,307 deletions.
6 changes: 6 additions & 0 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,12 @@
echo $OUTPUT->box(get_string('multilangupgradenotice', 'admin'), 'generalbox adminwarning');
}

// Hidden bloglevel upgrade
$showbloglevelupgrade = ($CFG->bloglevel == BLOG_COURSE_LEVEL || $CFG->bloglevel == BLOG_GROUP_LEVEL) && empty($CFG->bloglevel_upgrade_complete);
if ($showbloglevelupgrade) {
echo $OUTPUT->box(get_string('bloglevelupgradenotice', 'admin'), 'generalbox adminwarning');
}

// Alert if we are currently in maintenance mode
if (!empty($CFG->maintenance_enabled)) {
echo $OUTPUT->box(get_string('sitemaintenancewarning2', 'admin', "$CFG->wwwroot/$CFG->admin/settings.php?section=maintenancemode"), 'generalbox adminwarning');
Expand Down
102 changes: 0 additions & 102 deletions blog/README.txt

This file was deleted.

77 changes: 0 additions & 77 deletions blog/blogpage.php

This file was deleted.

Loading

0 comments on commit 1c7b8b9

Please sign in to comment.