Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 62... Línea 62...
62
     *
62
     *
63
     * This mode will ensure that files are not included in the backup generation, and
63
     * This mode will ensure that files are not included in the backup generation, and
64
     * during a restore they are copied from the existing file record.
64
     * during a restore they are copied from the existing file record.
65
     */
65
     */
66
    const MODE_IMPORT    = 20;
66
    const MODE_IMPORT    = 20;
67
    const MODE_HUB       = 30;
-
 
Línea 68... Línea 67...
68
 
67
 
69
    /**
68
    /**
70
     * This mode is intended for duplicating courses and cases where the backup target is
69
     * This mode is intended for duplicating courses and cases where the backup target is
71
     * within the same site.
70
     * within the same site.
Línea 154... Línea 153...
154
    /**
153
    /**
155
     * Usually same than major release version, this is used to mark important
154
     * Usually same than major release version, this is used to mark important
156
     * point is backup when some behavior/approach channged, in order to allow
155
     * point is backup when some behavior/approach channged, in order to allow
157
     * conditional coding based on it.
156
     * conditional coding based on it.
158
     */
157
     */
159
    const VERSION = 2024042200;
158
    const VERSION = 2025041400;
160
    /**
159
    /**
161
     * Usually same than major release zero version, mainly for informative/historic purposes.
160
     * Usually same than major release zero version, mainly for informative/historic purposes.
162
     */
161
     */
163
    const RELEASE = '4.4';
162
    const RELEASE = '5.0';
Línea 164... Línea 163...
164
 
163
 
165
    /**
164
    /**
166
     * Cipher to be used in backup and restore operations.
165
     * Cipher to be used in backup and restore operations.
167
     */
166
     */