Petr Skoda
6f3451e540
MDL-31301 remove all uses of moodle_strtolower() and deprecated it
2012-03-03 11:46:26 +01:00
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Sam Hemelryk
80c1289773
MDL-25637 Fixed whitespace
2011-01-24 16:20:30 +08:00
Aparup Banerjee
2b9ce62e23
performance MDL-25637 converted tabs to spaces
2011-01-24 15:49:18 +08:00
Aparup Banerjee
f179cdb73e
performance MDL-25637 some of more similar performance tweaks to come
2011-01-24 14:51:21 +08:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Sam Hemelryk
eff674ae35
NOBUG: Fixed syntax error
2010-11-04 05:20:09 +00:00
Eloy Lafuente
b5e58c1831
MDL-22164 backup - more cleanup of old 1.9 backup/restore code
2010-11-01 15:47:07 +00:00
Eloy Lafuente
41941110fd
MDL-22138 backup - I know smaller cathedrals than this, yay quizzes!
2010-10-24 10:43:42 +00:00
Sam Hemelryk
8d3950ea2e
core MDL-19786 Cleaned up a couple of minor deprecated calls
2010-09-22 07:48:35 +00:00
Petr Skoda
e894efc31c
MDL-24321 switching to stdClass in /backup/
2010-09-21 08:47:01 +00:00
Eloy Lafuente
aada726ccc
MDL-22164 backup - clean already implemented old code (wip)
2010-08-30 00:27:38 +00:00
Petr Skoda
389d17f9cc
MDL-23985 removing all make_user_dir() and get_user_directories() usage
2010-08-29 09:50:36 +00:00
Eloy Lafuente
bb41dadd29
MDL-22164 backup - clean important parts of old code. Leaving rest for reference
2010-08-06 16:09:28 +00:00
Aparup Banerjee
59e2121e16
theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed
2010-08-06 06:20:28 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Eloy Lafuente
c86fa1a2ce
MDL-22588 restore scales - fix scales not being assigned to target course. Merged from 19_STABLE
2010-05-28 09:25:21 +00:00
Petr Skoda
1f96e907ea
MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2
2010-04-14 09:45:49 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Eloy Lafuente
ac94303a42
MDL-19233 restore of roles - prevent role creation, role assignment and
...
permission overrides by observing corresponding caps. Improve role mapping a bit.
Credit goes to Daniel Neis. Merged from 19_STABLE
2010-03-22 22:33:30 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Rossiani Wijaya
b6570b2fec
MDL-21509 - include timecreate field (user table) to backup and restore.
2010-02-05 08:08:57 +00:00
Eloy Lafuente
0c8952c309
MDL-21370 restore - avoid adding slashes twice to user info. Merged from 19_STABLE
...
Credit goes to jean-christophe zulian
2010-01-18 19:39:38 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Eloy Lafuente
5e934890c9
MDL-16658 restore - new restore:createuser cap + pre-check users before restoring; merged from 19_STABLE
2009-12-30 17:35:36 +00:00
Eloy Lafuente
ead791ddd5
MDL-21045, MDL-21046 restore - gradebook categories, letters and outcomes are now
...
restored no matter if user info is enabled or no (as far as they are user-independent)
Merged from 19_STABLE
2009-12-18 18:48:44 +00:00
Eloy Lafuente
8ef5f17dc3
NOBUG minor typo in phpdocs ; merged from 19_STABLE
2009-12-17 14:41:15 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Eloy Lafuente
5d9ab024ac
MDL-16658 restore users pre-check. Reviewed logic with latest discussions. Continues disabled. Merged from 19_STABLE
2009-11-29 21:24:05 +00:00
Eloy Lafuente
55f5b2e8b8
MDL-16658 users pre-check. Committing current *disabled* code to have it
...
already under CVS control and better handling ; merged from 19_STABLE
2009-11-24 10:06:13 +00:00
Eloy Lafuente
321ee52976
MDL-20939 backup & restore - avoid admins to be always included. Two things
...
were causing this: wrong get_users_by_capability() call and standard scales.
Improved scales restore to observe the 'moodle/course:managescales' cap.
Merged from 19_STABLE
2009-11-24 00:45:11 +00:00
Petr Skoda
edb5da8331
MDL-20934 'not cached' flag used in all auth plugins that do not need the password
2009-11-23 21:50:40 +00:00
Eloy Lafuente
886e63dda9
MDL-20932 user->secret out - merged from 19_STABLE
2009-11-22 13:36:19 +00:00
Eloy Lafuente
f6459d125e
MDL-20849 moodle/restore:userinfo - new cababilty to allow/deny
...
permissions to restore any (users, messages, modulesactivity...)
user-level information. Merged from 19_STABLE
2009-11-20 00:32:16 +00:00
Petr Skoda
f54c4273da
MDL-20901 fixed input validationand removed annoying redirect which must not be clicked during course import
2009-11-19 18:48:34 +00:00
Eloy Lafuente
089f1f065e
MDL-20846 creating users on restore - part1 - mark password as 'restored'
...
so login will detect that for resetting password. Also some minor improvements
into user/auth detection. Merged from 19_STABLE
2009-11-17 15:51:27 +00:00
Penelope Leach
70fbfb2c25
MDL-20596 - fixes to backup_course_silently and import_backup_file_silently
...
Merged from MOODLE_19_STABLE - even though backup/restore is broken in HEAD, for a reference for Eloy's backup 2.0
2009-11-09 13:05:39 +00:00
Petr Skoda
795b694516
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:39:15 +00:00
Eloy Lafuente
79a7bcfd0b
MDL-20591 IMS-CC import: Integration committed. Next weeklies will include it. Merged from 19_STABLE
2009-10-26 09:21:50 +00:00
stronk7
81b06e9b17
MDL-12922 'moodle/restore:rolldates' capability - Implement logic on restore. Merged from 19_STABLE
2009-10-06 01:27:37 +00:00
stronk7
cf59fbc036
MDL-18469 checksum restore in-session objects - both in manual restore and
...
import, create checksums of the critical in-session objects (info, course_header
and restore) to be able to check in restore_execute.html that all the information
has arrived properly without any trim/error. Merged from 19_STABLE
2009-10-05 17:23:31 +00:00
stronk7
5758d88262
MDL-18469 restore missing session info - add a quick re-test of xml file
...
before any further processing by restore_execute(). More coming. Merged
from 19_STABLE
2009-10-05 10:31:46 +00:00
stronk7
eb25bbcbc8
MDL-18469 Minor changes to restore silenty/import before implementing checksum. Merged from 19_STABLE
2009-10-02 12:50:19 +00:00
nicolasconnault
c4c7d936ac
MDL-19789 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:27 +00:00
nicolasconnault
9549b98659
MDL-19789 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:29:16 +00:00
nicolasconnault
e11adf4884
MDL-19789 Migrated calls to print_heading
2009-08-06 08:19:03 +00:00
tjhunt
086d27e4e1
Clarify commenst in backup, to make it clear what is acutally a TODO, and what is a reference to the $todo variable.
...
I would like to suggest that $todo is not a great variable name!
2009-07-17 07:40:38 +00:00
skodak
fc29e51b2d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:34:43 +00:00
skodak
a8f3a651c0
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:16:08 +00:00
skodak
bb4b6010f3
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:17:10 +00:00