Eloy Lafuente (stronk7)
d2142e7b7c
Merge branch '23538-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-25 17:00:06 +01:00
David Monllao
99e434f2fa
MDL-31500 backup: Warn users about front page backups
...
They should know that they can only be restored on the front
page before selecting the destination course.
2014-11-25 10:30:25 +08:00
David Monllao
d62c556110
MDL-31500 backup: Remove frontpage restore UI restrictions
2014-11-25 09:37:53 +08:00
Dan Poltawski
bcc4dc3eab
Merge branch 'MDL-31500_master' of git://github.com/dmonllao/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-24 10:55:27 +00:00
David Monllao
03c39daad8
MDL-31500 backup: Allow front page backup/restore
...
Removes restore on front page restrictions and allows
front page modules duplication.
2014-11-21 14:55:09 +08:00
David Monllao
818262afa5
MDL-31500 backup: New unit test for front page backup/restore
2014-11-21 12:37:27 +08:00
Sam Hemelryk
c866fe44de
MDL-23538 backup: tidied up phpdocs + coding style
2014-11-19 10:04:10 +13:00
Mark Nelson
17fd194c7c
MDL-35494 core_backup: fixed activity restoration issue
2014-11-16 22:50:10 -08:00
Mark Nelson
c5f0d9f50a
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:55:48 -07:00
David Scotson
a1071322f7
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-08 09:46:42 +01:00
David Scotson
9b2a2ffe2a
MDL-44468 backup: use notification API
...
Replace a hardcoded div.notifyproblem with a API call that,
in Standard theme, outputs the same HTML.
Also removes the .notifyproblem class from the heading,
as that might cause problems for themers who expect it to be
used consistently with the API.
2014-04-08 09:46:42 +01:00
apsdehal
54ae34ced1
MDL-41644 Backup: Update CSS class .notifywarning with .notifyproblem
2014-02-02 03:26:28 +05:30
FilipBenco
be885f1291
MDL-42209 backup: fixed wrong icon being displayed when restoring course
2013-10-14 14:32:18 +08:00
sam marshall
77b3d9dfdf
MDL-38196 Backup/restore: Display log if non-empty
...
When doing a backup or restore operation with the normal user interface,
if there is anything in the backup/restore log, it will now be displayed
at the end of the process below the Continue button.
If you have developer debugging enabled, it sets the display level to
LOG_DEBUG and there will always be content in the log. Otherwise, it
uses LOG_INFO which generally means the log is empty, and nothing
displays (no visible change for users).
2013-10-08 11:00:11 +01:00
Nadav Kavalerchik
1a46c81c87
MDL-37211 Backup: Migrate hard-coded strings to language string for the table header labels on the restore page
2013-08-16 12:24:10 +03:00
Dan Poltawski
534ee16ec0
MDL-35603 backup: fix coding style issues
2013-04-02 14:30:50 +08:00
Rex Lorenzo
c4dbfb2c91
MDL-35603 - Backup - Course import selector notice
...
* added new config option to determine length of courses returned by import
* added text indicator if there are more than X number of courses, similar to how the restore course list currently works
2013-03-28 15:24:51 -07:00
Frederic Massart
d9f95015f5
MDL-36777 usability: Theming fixes on backup steps
2012-11-30 16:53:39 +08:00
Frederic Massart
c384744304
MDL-36638 usability: Core changes for new quiz/question icons
2012-11-29 12:41:29 +08:00
Adrian Greeve
a689cd1def
MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15)
2012-07-30 14:59:57 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe
.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Sam Hemelryk
9394d86367
Merge branch 'MDL-26037' of git://github.com/stronk7/moodle
2012-03-05 14:03:34 +13:00
Tony Levi
a4df8560cc
MDL-26037: import: display search box even when no courses are currently displayed
2012-03-01 13:18:45 +01:00
Eloy Lafuente (stronk7)
ac6dc09c26
MDL-29248 backup: take rid of the setting and code handling the 'private' user filearea
2012-03-01 13:09:47 +01:00
Rajesh Taneja
d6e23c1466
MDL-30394 Backup: Removed popup, inserted by 27790 during restore in new course
2011-11-22 12:03:26 +08:00
Rajesh Taneja
687f512d88
MDL-27790 Backup: Added warning message to let user know that temporary course will be created for restoration process
2011-11-08 11:37:48 +08:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Aparup Banerjee
7eae2c5ae2
Merge branch MDL-29187-master of git://github.com/samhemelryk/moodle
...
- resolved conflict.
2011-09-13 13:52:31 +08:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
63390481c4
MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly
2011-09-08 09:37:07 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
David Mudrak
71d1751c53
Improved the information display about a non-standard backup file
2011-05-18 12:19:57 +02:00
David Mudrak
f666f14930
The first attempt to include backup conversion in the restore process
...
With this initial implementation, we do not display any information
about the backup contents yet. The non-standard backup file is just
silently converted at the beginning of the settings stage, as soon as
the restore controller is available.
In the future we will probably want to display the information about the
contents of the converted file as if we were restoring from standard
MBZ format. However this includes more work in the restore UI machinery
and I leave it open for now.
2011-05-18 01:55:27 +02:00
David Mudrak
3a0767218a
The core_backup_renderer does not need the full backup information any more
...
In the previous implementation, the renderer needed full backup
information just to see if its type is TYPE_1COURSE or not. For
non-standard backups, we do not have the full backup information
available but we can easily decide if we are restoring the whole course
or just its part.
2011-05-18 01:14:24 +02:00
Eloy Lafuente (stronk7)
165b7bd987
MDL-25388 restore - confusing options restoring 1-activity
2011-03-04 19:45:43 +01:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Eloy Lafuente
dc2abd4020
MDL-24718 import - always import adding
2010-11-11 22:17:09 +00:00
Sam Hemelryk
33d34b4b77
restore MDL-24757 Fixed up course and category selectors
2010-11-11 01:21:16 +00:00
Sam Hemelryk
bac233d326
backup MDL-22184 Scheduled backups are now possible again through cron.
...
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
David Mudrak
1b42bc07e8
NOMDL restore: do not display course details for activity backups
...
Activity backups do not contain these details so I just put all the
block into one if-statement.
2010-09-22 15:31:27 +00:00
Sam Hemelryk
10618448c8
backup MDL-24219 Tidied up restore destination forms
2010-09-17 03:16:39 +00:00
Sam Hemelryk
f9bbe3c9d2
backup MDL-24103 Altered strings as requested and added a help string for 1.9 backup restoration
2010-09-08 07:46:45 +00:00
Sam Hemelryk
d94bb34312
backup MDL-24103 Better error messages when a user attempts to restore invalid backup file formats such as moodle 1.9 backups
2010-09-08 07:23:27 +00:00
Dongsheng Cai
1a22a422de
"MDL-23910, fixed breadcrumb for backup files editing ui"
2010-08-30 03:44:44 +00:00
Dongsheng Cai
6aef525df4
"MDL-23910, improved restore pre-ui, removed treeview, list backup files in tables and sorted by created time"
2010-08-26 06:19:46 +00:00
Sam Hemelryk
83c000d9b5
backup MDL-23904 Backup and restore UI improvements
2010-08-26 02:18:13 +00:00
Sam Hemelryk
83a9c86690
backup MDL-23727 The proceed button is now to the right of the screen and the cancel button throws a confirmation box.
2010-08-17 05:21:57 +00:00