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
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
David Mudrak
27d1a27c21
MDL-21695 Migrating the usage of root help files so far re-worded
...
AMOS BEGIN
HLP forcepasswordchange.html,[forcepasswordchange_help,core]
HLP interestslist.html,[interestslist_help,core]
HLP newpassword.html,[newpassword_help,core]
HLP permissions.html,[permissions_help,core_role]
HLP picture.html,[newpicture_help,core]
HLP picture.html,[newpicture_help,core_group]
HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
Petr Skoda
0aa759b01c
MDL-22015 more get_list_of_countries() refactoring
2010-04-14 14:27:10 +00:00
Petr Skoda
3c7e56c4b8
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [decsep,core],[decsep,core_langconfig]
MOV [listsep,core],[listsep,core_langconfig]
MOV [thousandsep,core],[thousandsep,core_langconfig]
AMOS END
2010-04-10 17:40:58 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
740128d6e2
MDL-20402 - update bulk user action messages from regular textarea to HTML editor.
2010-01-25 09:23:02 +00:00
Petr Skoda
dc6896efe0
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
2010-01-03 20:47:13 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
8139c92f6d
MDL-20948 auth plguins do not throw notices in methods if not configured yet
2009-11-24 14:51:28 +00:00
Petr Skoda
d91fee8bb6
MDL-19608 do not force changing of password in external accounts
2009-11-24 08:42:38 +00:00
Petr Skoda
154acd7aa3
MDL-19608 do not force changing of passwords if users may not actually change them
2009-11-17 11:36:51 +00:00
Petr Skoda
cce60fc481
MDL-14679 fixed dml conversion issues
2009-11-17 10:21:29 +00:00
Petr Skoda
6b16433a81
MDL-19608 allow forced password change for everybody including admin
2009-11-17 10:17:25 +00:00
Petr Skoda
23c442988d
MDL-19608 fixed potential issue when too many users selected, replaced redirect by continueand other problems
2009-11-17 10:16:05 +00:00
Anthony Borrow
8f6ba17fcf
MDL-19608 - adding bulk user action to force password change, credit to Iñaki Arenaza for the patch
2009-11-16 17:16:03 +00:00
Petr Skoda
0df0df23f4
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:55:31 +00:00
Petr Skoda
244bb39668
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:42:45 +00:00
samhemelryk
9e492db050
admin MDL-19787 Upgrade deprecated function calls
2009-09-30 06:32:25 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
8fbce1c8c8
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:40 +00:00
nicolasconnault
20486a5a21
MDL-19787 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:22 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
tjhunt
ebff477995
MDL-19882 Add missing require_login-s before require_capability.
2009-07-20 08:57:18 +00:00
tjhunt
e63f88c9a6
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
...
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
skodak
e8656befac
MDL-17942 more session refactoring
2009-01-18 18:00:44 +00:00
skodak
88fdd846f6
MDL-17942 fixed gc regressions, added gc after deleting users and similar cases
2009-01-18 12:20:55 +00:00
jerome
69574ad1f4
MDL-16929: fix bulk user download function. (the shortname column title is now profile_field_"shortname"), merged from 19
2008-10-22 01:33:37 +00:00
tjhunt
61a828842e
MDL-16702 Remove unnecessary JavaScript from bulk user enrol page
2008-09-26 08:22:46 +00:00
tjhunt
192a0a698b
Fix whitespace.
2008-09-26 07:17:40 +00:00
tjhunt
16851b22ad
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 10:04:01 +00:00
dongsheng
51471f2ad5
MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan.
2008-07-10 09:16:43 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
7e60297f54
MDL-14679 converted some sql_'s
2008-06-02 21:56:06 +00:00
skodak
ca8d6e377c
MDL-14679 towards /admin/user conversion
2008-05-31 09:50:46 +00:00
skodak
624a690b3d
MDL-14679 first part of datalib conversion
2008-05-25 09:39:02 +00:00
dongsheng
c79106c4b5
MDL-14053, include custom profile fields when export user info, see tracker, merged from MOODLE_19_STABLE
2008-04-23 02:07:11 +00:00
dongsheng
6967cb2d42
MDL-14129, fix print_error() call
2008-04-11 07:49:07 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
poltawski
a5137c503a
MDL-13235 - bulk user action removing users etc was buggy,
...
merged from MOODLE_19_STABLE
2008-02-05 15:24:11 +00:00
skodak
444598e94a
MDL-10464 user list download in bulk ops; merged from MOODLE_19_STABLE
2007-12-20 10:55:05 +00:00
skodak
cd1edf9e8a
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
2007-11-13 08:43:20 +00:00
poltawski
6e8a5d8814
MDL-11767 SQL error with postgres - merged from MOODLE_19_STABLE
2007-10-29 00:21:57 +00:00
toyomoyo
e8f78c916d
MDL-11553, reducing the number of bulk user selection buttons and lang changes
2007-10-17 04:30:22 +00:00
toyomoyo
af5c201302
MDL-11553, bulk user actions selection buttons do not work as expected
2007-10-03 08:26:13 +00:00
toyomoyo
667e08ef42
minor fixes for bulk user actions, adding ?>, using delete_user() function to delete users, etc
2007-09-28 03:07:03 +00:00
toyomoyo
dc155ceb57
MDL-10181, adding subtracting mechanism for bulk user opertaions, and add some help
2007-08-28 02:23:10 +00:00