tjhunt
c599a68240
question bank: MDL-12787, MDL-17870 field in the question editing form to tag questions, and load and save the tags from the DB.
2009-01-16 08:00:06 +00:00
tjhunt
8942fd77be
formslib / tags: MDL-17889 debugging message if you try to create a tags field when $CFG->usertags if false.
2009-01-16 07:34:29 +00:00
tjhunt
c060fc6a12
blog / tags: MDL-17900 Use the new tags field type to tag users' interests.
2009-01-16 07:14:39 +00:00
tjhunt
fc23301ced
blog / tags: MDL-17900 Use the new tags field type to tag blog posts.
2009-01-16 07:08:58 +00:00
tjhunt
f48dccd43c
formslib / tags: MDL-17889 improvements to this field type:
...
* Fix bug with rendering.
* Ensure the value is correctly set and returned.
2009-01-16 07:07:21 +00:00
tjhunt
60becebbef
Whitespace cleanup.
2009-01-16 06:29:56 +00:00
dongsheng
1e61a246f9
"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"
2009-01-16 05:38:40 +00:00
dongsheng
8d487d41c6
"QUIZ/MDL-17710, wrap quiz summary by div, merged from 1.9"
2009-01-16 05:34:15 +00:00
dongsheng
9aea9ddf37
"FILTER/MDL-17703, wrap object tag by div, merged from 1.9"
2009-01-16 05:21:03 +00:00
dongsheng
0675fbfc7e
"GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9"
2009-01-16 04:56:21 +00:00
dongsheng
a6e13ccc26
"FORUM/MDL-17709, use css selector instead of inline style, merged from 1.9"
2009-01-16 04:52:30 +00:00
tjhunt
a18ba12ca6
quiz / questions: MDL-17919 Bad link edit questions from quiz preview page.
...
Thanks to Ann Adamcik for noticing this. It was a regression from MDL-6085.
2009-01-16 04:47:23 +00:00
dongsheng
175511b5b7
"MDL-17707, replace p with div in module summary, merged from 1.9"
2009-01-16 04:47:16 +00:00
tjhunt
c795dc7843
questiontypes: MDL-17800
...
Fix another merge error.
2009-01-16 04:24:24 +00:00
tjhunt
815262cab6
questiontypes: MDL-17800
...
Fix merge error.
2009-01-16 04:23:21 +00:00
dongsheng
56f68fcff4
"MDL-17864, remove all styles in language pack"
2009-01-16 04:21:49 +00:00
tjhunt
4cfd5d4d8f
moodlelib: MDL-17761 More consistent error handling in get_string.
2009-01-16 04:18:43 +00:00
moodlerobot
f2df7609de
Updated the HEAD build version to 20090116
2009-01-16 03:37:59 +00:00
moodlerobot
177cb6c2c0
Automatic installer.php lang files by installer_builder (20090116)
2009-01-16 03:08:11 +00:00
moodler
8a9b7606e9
lang fix MDL-12886 Updated description of web services to explain what they are ;-)
2009-01-16 02:48:05 +00:00
moodler
1779f5b97d
upgrade reload icon MDL-17924 Replaced form with an icon
2009-01-16 02:29:33 +00:00
jerome
eb9f6a08a5
web service MDL-12886 few more SOAP tests
2009-01-16 01:17:55 +00:00
skodak
53bf751e9e
MDL-17458 minor cleanup
2009-01-15 22:41:20 +00:00
skodak
fe17580604
MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code
2009-01-15 22:19:35 +00:00
skodak
099f393f83
fixed whitespace
2009-01-15 22:14:40 +00:00
skodak
18818abf4c
MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code
2009-01-15 22:09:57 +00:00
skodak
0361508976
MDL-17457 moved all STATEMENTS into install.php
2009-01-15 21:36:48 +00:00
skodak
9b0b537b69
MDL-17222 imrpoved configuration links
2009-01-15 18:30:26 +00:00
sam_marshall
aab68b7931
MDL-17818: Completion icons are in wrong place with RTL languages
2009-01-15 17:48:45 +00:00
skodak
ad673afece
MDL-12886 adding killswitch for webservices - again!
2009-01-15 17:22:50 +00:00
sam_marshall
a343b13f59
MDL-17915: Conditional activities do not update when you change manual activity completion using an AJAX tickbox-
2009-01-15 17:09:02 +00:00
sam_marshall
a561d96ee2
MDL-17914: Conditional activities should check that available dates in module form are not stupid
2009-01-15 14:30:19 +00:00
tjhunt
9f1c9dfce5
formslib / tags: MDL-17889 a new formslib field type for editing a list of tags.
...
Not yet used anywhere. That can wait until tomorrow.
2009-01-15 09:24:45 +00:00
tjhunt
ec6a0e700a
XHTML strict.
2009-01-15 08:48:17 +00:00
jerome
884f46c926
web service MDL-12886 add web services settings into admin
2009-01-15 08:18:00 +00:00
jerome
c6c7b334c6
web service MDL-12886 restore the web service switch
2009-01-15 07:53:10 +00:00
tjhunt
c51c539d11
questiontypes: MDL-17800 Add extra_question_fields() support to backup/restore functions.
...
* Implement this in the base class, and
* use this in the shortanswer type as a proof of concept.
This makes writing new question type subclasses a bit easier. Thanks to Oleg Sychev for this code.
2009-01-15 07:29:07 +00:00
jerome
6eb82b7963
web service MDL-12886 alpha SOAP server/client
2009-01-15 07:27:22 +00:00
dongsheng
72aa74ce7c
"REPOSITORY/MDL-13766, use default icon for unknow file type"
2009-01-15 06:53:40 +00:00
jerome
74f3622699
web service MDL-12886 add delete + update user core function and REST ws functions
2009-01-15 06:12:57 +00:00
tjhunt
d65c238b2c
question engine: MDL-17651 this context is not used anywhere, so remove it.
...
(There was a bug in the get_context_instance call.)
2009-01-15 05:15:38 +00:00
moodlerobot
2d895b6e04
Updated the HEAD build version to 20090115
2009-01-15 03:06:02 +00:00
wildgirl
739c465700
lang string: MDL-17642 small rewording, as reported by Mitsuhiro Yoshida
2009-01-14 20:30:58 +00:00
wildgirl
9912ef52a9
help files: MDL-14319 small XHTML fixes, as reported by Chris Bandy
2009-01-14 20:20:28 +00:00
skodak
c05ede9867
MDL-17898 do not store real object instances into sessions in XMLDB editor
2009-01-14 18:45:40 +00:00
skodak
f61a032afc
MDL-14992 towards new moodle db sessions
2009-01-14 18:32:57 +00:00
stronk7
ae1467bbff
MDL-17837 - mimic from 19_STABLE - apply some limits to the dropdown of users in first instance.
2009-01-14 18:23:30 +00:00
stronk7
487166dff1
Fix wrong use of get_users_by_capability() - param mesh
2009-01-14 18:07:31 +00:00
skodak
3f57bd454a
MDL-14992 towards new moodle db sessions
2009-01-14 17:08:29 +00:00
skodak
d9e233af76
MDL-12886 adding killswitch for webservices
2009-01-14 16:26:00 +00:00