Sam Hemelryk
e44d2cad8f
navigation MDL-23832 Labels are no longer shown on the navigation
2010-08-17 02:47:17 +00:00
Sam Hemelryk
aa721d7635
mforms dateselector MDL-23829 Added link to tracker issue to clean this up when applicable
2010-08-17 02:22:58 +00:00
Sam Hemelryk
ad93ddd5f7
course-import MDL-23752 Implemented course import functionality back into Moodle 2.0
...
The course import now makes use of the backup and restore processed and the backup UI to allow the user to import one course into another.
The new UI is much the same as the backup ui except preceeded by a course selector to choose the course to import from.
2010-08-17 02:07:30 +00:00
Petr Skoda
eb5bdb3510
MDL-23797 improved detection of PAGE->context abuse andproblems; fixed incorrect use of this->context instead of this->_context; missing PAGE->context does not throw fatal error any more
2010-08-16 19:11:21 +00:00
Petr Skoda
df92ba9a43
MDL-23797 minor session refactoring necessary for setting of default context on pages that do not use cookies
2010-08-16 17:47:36 +00:00
David Mudrak
cb616be854
MDL-21695 Making old_help_icon() deprecated
...
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
David Mudrak
cde9bee874
MDL-21695 Got rid of the last call of setHelpButton()
2010-08-16 14:32:43 +00:00
Sam Hemelryk
9badf21588
NOBUG: Fixed very minor JS bug
2010-08-13 07:24:24 +00:00
Dongsheng Cai
7126772325
"MDL-23786, added sesskey and added s() filter"
2010-08-13 06:53:28 +00:00
Petr Skoda
ede7252234
MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code
2010-08-12 20:37:24 +00:00
Petr Skoda
0c3c54934a
MDL-23784 converted question types to use new pix API and locations
2010-08-12 19:01:28 +00:00
Petr Skoda
b11681e036
MDL-23784 fixed more incorrect pix links
2010-08-12 18:38:56 +00:00
Petr Skoda
4f622c38a1
MDL-23774 only administrators may edit administartor accounts
2010-08-12 09:44:28 +00:00
Aaron Barnes
24a3b34131
completion: MDL-2631 Improve queries, reports and fix problems checking for tracked users
2010-08-12 03:40:35 +00:00
Petr Skoda
54475ccba2
fixed use of context when formatting instance names
2010-08-11 17:15:52 +00:00
Petr Skoda
6b24e35e79
MDL-23740 fixed PARAM_TAG compatibility with utf-8 chars
2010-08-11 09:57:21 +00:00
Andrew Davis
5174f3c5c4
gradebook MDL-23750 category and item page had extra cells due to partial refactoring
2010-08-11 06:54:40 +00:00
Sam Hemelryk
a26f25ae65
custommenu MDL-23707 Fixed trim issue with custom menu item URLs
2010-08-11 06:02:21 +00:00
Dongsheng Cai
fe6ce23489
MDL-16094 File storage conversion Quiz and Questions
2010-08-10 09:56:48 +00:00
Petr Skoda
bce08d9a37
MDL-23739 improved ajax headers - now using application/json with the exception of YUI upload
2010-08-10 08:50:08 +00:00
Sam Marshall
fce37b254e
course MDL-23701: Fixed order of deleting entire course to delete grades before course-modules, avoiding dependency problem
2010-08-09 17:13:35 +00:00
Petr Skoda
c2a3a44818
MDL-23722 importing latest 1.9.1 PEAR base classes
2010-08-09 16:25:32 +00:00
Petr Skoda
0a31acef78
fixing IDE code completion issue
2010-08-09 13:23:11 +00:00
Petr Skoda
bbb13f0619
MDL-23720 importing latest PEAR GeoIP module
2010-08-09 13:10:33 +00:00
Petr Skoda
4806e6d70f
MDL-23722 importing Exception from PEAR base 1.9.1
2010-08-09 13:04:46 +00:00
Petr Skoda
f22b73977f
MDL-22001 improved handling of context during install/upgrade in format_text()
2010-08-09 12:00:16 +00:00
Andrew Davis
9f60f914d8
rating MDL-23586 added intelligent handling if the user configures ratings in a non-sensical way.
2010-08-09 08:42:19 +00:00
Petr Skoda
428540d174
MDL-19774 fixed incorrect session init in cron - credit goes to Jay Knight
2010-08-09 07:40:26 +00:00
Andrew Davis
fe020fb64b
email MDL-23240 added change comments to READEME_MOODLE.txt
2010-08-09 01:33:49 +00:00
Andrew Davis
4bcb406b54
email MDL-23240 added change comments to READEME_MOODLE.txt
2010-08-09 01:33:01 +00:00
David Mudrak
50e798c8a4
MDL-23625 Fixed support for local customization of the English pack in non-core plugins
2010-08-08 09:32:23 +00:00
Andrew Davis
4aebb58ded
email MDL-23240 commented out the use of php's quoted_printable_encode()
2010-08-08 04:34:03 +00:00
Inaki
3e5f4b870e
auth/ldap MDL-23652 Error in auth_ldap_sync_users.php
...
We need to specify a valid user id in the call to role_assign(). And we only
have to make the call if the user has been added successfully, not
otherwise.
Also make sure we lowercase the memberuser and group distinguished names
before comparing them. Depending on the LDAP server we can get mixed case
values for the DNs, and the user may have specified the creators group/ou
name in a different case.
By the way, this has been broken for ages (since the auth cleanup in 1.8, in
2007!). It's a bit strange nobody noticed before :-O
Credit goes to Joe Chryst.
2010-08-07 00:40:16 +00:00
Tim Hunt
633c0843b3
navigation NOBUG clone the URL passed to override_active_url
...
Grrr! just spent ages debugging a really subtle bugs because moodle_urls can
change, and override_active_url was keeping a reference to the caller's URL
rathern than taking a private copy.
2010-08-06 16:12:31 +00:00
jerome mouneyrac
6bb31e404e
webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses
2010-08-06 15:22:27 +00:00
Aparup Banerjee
59e2121e16
theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed
2010-08-06 06:20:28 +00:00
Tim Hunt
9ffcb38e43
textlib NOBUG improve comment to autocomplete works.
2010-08-05 13:56:37 +00:00
Sam Hemelryk
d0cfbab331
NOBUG: Updating PHP docs for navigation - make_active and override_active_url
2010-08-05 08:17:27 +00:00
Sam Hemelryk
77387297f8
javascript MDL-23430 YUI moodle modules are no longer cached if CFG->cachejs is off
2010-08-05 04:05:28 +00:00
Sam Hemelryk
deaf04c7b7
NOBUG updating PHP docs for lib/navigationlib.php
2010-08-05 02:44:03 +00:00
Sam Hemelryk
cede87e05b
navigation MDL-23670 Added capability and enrollment checks to course generation
2010-08-05 02:22:48 +00:00
Petr Skoda
6aa9d9527d
MDL-23640 fixed borked include, my fault - credit goes to Basil Gohar
2010-08-04 19:54:12 +00:00
Petr Skoda
024a217963
MDL-23638 wrong sting concat in in spellchecker path - credit goes to Basil Gohar
2010-08-04 19:51:49 +00:00
Tim Hunt
f23f98dd63
question flags MDL-22643 Manually commenting should not reset the flag state.
2010-08-04 18:56:51 +00:00
Tim Hunt
a194c2187b
weblib MDL-22664 html_to_text should not strip images, it should replace them by their alt text.
...
Also, an new optional argument to html_to_text to control word-wrapping.
2010-08-04 17:40:01 +00:00
Tim Hunt
ff065f96bc
mod quiz + questions MDL-22370 convert JavaScript to YUI3 and modules.
...
Note, quiz editing JS has not been done yet.
2010-08-04 15:22:04 +00:00
Petr Skoda
d3da2ae51b
fixed typos
2010-08-04 09:45:21 +00:00
Petr Skoda
3ec8f360cf
MDL-23628 removed log_display upgrade leftovers
2010-08-04 09:44:25 +00:00
Sam Hemelryk
e5473854a0
form-dateselector MDL-23096 Converted the date selector to a YUI-Moodle module
2010-08-04 09:13:27 +00:00
Petr Skoda
4ee513460d
MDL-23655 fixed yet another PAGE->context issue - let's make system context default PAGE->context in CLI scripts
2010-08-04 07:55:49 +00:00