Plugin Directory

Changeset 721073


Ignore:
Timestamp:
05/31/2013 10:21:53 PM (13 years ago)
Author:
damiensaunders
Message:

Commit for Project dbc-backup-2 with tag name 2.1.2 to trunk

Location:
dbc-backup-2/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dbc-backup-2/trunk/dbcbackup-options.php

    r617533 r721073  
    22/*
    33Plugin Options for DBC Backup 2
    4 Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin
    5 Version: 2.1
    6 Author: Damien Saunders
    7 Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin
    8 License: GPLv2 or later
    94*/
    105if ( ! defined( 'ABSPATH' ) ) exit;
    116if(!defined('WP_ADMIN') OR !current_user_can('manage_options')) wp_die(__('You do not have sufficient permissions to access this page.'));
    127
    13 dbcbackup_locale();
     8// dbcbackup_locale();
    149$cfg = get_option('dbcbackup_options');
    1510if($_POST['quickdo'] == 'dbc_logerase')
     
    181176       <tr valign="top">
    182177           <th scope="row" nowrap="nowrap"><?php _e('Export Directory:', 'dbcbackup'); ?></th>
    183            <td><input size="40" type="text"  name="export_dir" value="<?php echo attribute_escape($cfg['export_dir']); ?>" /><br />
    184             <?php _e('Full Path e.g. /home/path/to/public_html/databack', 'dbcbackup'); ?></td>
     178           <td><input size="40" type="text"  name="export_dir" value="<?php echo esc_attr($cfg['export_dir']); ?>" /><br />
     179            <?php _e('Use ../wp-content/backup or a full path like e.g. /home/username/public_html/databack', 'dbcbackup'); ?></td>
    185180        </tr>
    186181        <tr valign="top">
  • dbc-backup-2/trunk/dbcbackup.php

    r617533 r721073  
    22/*
    33Plugin Name: DBC Backup 2
    4 Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin
     4Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=source
    55Description: Safe & easy backup for your WordPress database. Just schedule and forget.
    6 Version: 2.1.1
     6Version: 2.2
    77Author: Damien Saunders
    8 Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin
     8Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=source
    99License: GPLv2 or later
    1010*/
  • dbc-backup-2/trunk/readme.txt

    r659032 r721073  
    22Contributors: damiensaunders
    33Donate link:
    4 Tags: Database, Cron, Backup, Schedule, SQL
     4Tags: Database, Cron, Backup, Schedule, SQL, data, extract
    55Requires at least: 3.0
    6 Tested up to: 3.5
    7 Stable tag: 2.1.1
     6Tested up to: 3.6
     7Stable tag: 2.1.2    #stable tag not the same as the SVN commit tag
    88
    99DBC Backup 2 is a safe & simple way to schedule regular WordPress database backups using the wp-cron batch jobs.
     
    2525The plugin will try to auto create the export directory
    2626
    27 During backup, a log will be generated which includes, the generation date, file, filesize, status and the duration of the generation.
     27During backup, a log is created that includes, the generation date, file, filesize, status and the duration of the generation.
    2828
    2929The backup files are identical to what phpmyadmin would produce because DBC Backup is using the key procedures of phpmyadmin.
     
    3131DBC Backup was built to be fast, flexible and as simple as possible.
    3232
    33 I've used this plugin for several years and was disappointed that the author Chris T aka Tefra no longer maintained it so I have forked it. I tried to contact the author but without any luck.
    3433
    3534= Checkout my other work =
    36 * [Damien](http://damien.co/blog?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin) - digital marketing strategy, technical development and digital marketing
    37 * [Ideas for WordPress](http://wordpress.damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin)
    38 * [Plugins for WordPress](http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin)
     35
     36== CHANGE YOUR WEBSITE NOT YOUR THEME == responsive visual grid layout with Isotope.js & visual animation. [Free to download](http://wordpress.damien.co/shop/isotope/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme)
     37
     38
     39* [Damien](http://damien.co/blog?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme) - digital marketing strategy, technical development and digital marketing
     40* [Ideas for WordPress](http://wordpress.damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme)
     41* [Plugins for WordPress](http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme)
    3942
    4043
    4144== Changelog ==
     45
     46= Version 2.2 =
     47- Killed a few bugs. Getting this ready for the next WordPress 3.6
    4248
    4349= Version 2.1.1 =
Note: See TracChangeset for help on using the changeset viewer.