stronk7
ed4fd6c492
Detect the connection status before continue. Else no-one
...
will be able to connect with local alternatives. And
under SSO it's a problem!
2007-08-08 10:59:42 +00:00
tjhunt
809651502d
MDL-10737 - Increase size of short answer text entry box
2007-08-07 12:39:33 +00:00
urs_hunkler
ab717a9c26
MDL-8109 - removed comments and some changes to make merging easier
2007-08-07 07:11:44 +00:00
urs_hunkler
9ffa6198f3
MDL-8109 - found a way to work with the split print_header and print_footer part. Check the tracker for more info
2007-08-07 06:53:31 +00:00
stronk7
62ec0b2bd4
Id tag added + whitespace cleaning
2007-08-06 23:20:21 +00:00
stronk7
c6b2e4fce9
Added Id tag
2007-08-06 22:15:19 +00:00
poltawski
82ad3312a7
MDL-10624 Reverting forum part of last commit - it wasn't needed, I wasn't testing
...
correctly.
2007-08-06 19:16:17 +00:00
poltawski
ca2af27934
Fixed typo in previous commit
2007-08-06 18:49:05 +00:00
poltawski
19ec0f2df2
MDL-9431 & MDL-10624 - we're not removing some tracking records from the
...
database when we unassign roles - remove forum_subscriptions & user_lastaccess
2007-08-06 18:44:10 +00:00
stronk7
4adbf6cf72
Added Id tag
2007-08-06 18:28:30 +00:00
stronk7
91cee36fe6
Adding Id tag + copyright notice.
2007-08-06 17:54:14 +00:00
moodler
0c93bd7340
Make sure that the receiving user has some messaging preferences set so they can see popups, get email etc.
...
MDL-10732
2007-08-06 15:09:18 +00:00
moodler
4be4e29a3b
JUst tidying some comments while I was there
2007-08-06 14:50:12 +00:00
poltawski
8cd6f2b347
MDL-10714 - tweak language to clarify allowdeleteing
2007-08-06 13:37:36 +00:00
poltawski
87aa917219
MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!
2007-08-06 13:26:43 +00:00
tjhunt
1221d87de8
MDL-9519 - incorrectuse of language strings in quiz.
2007-08-06 13:22:06 +00:00
moodler
caa413ece1
Some fixes relating to the unsubscribe link in emails for some types of forums
2007-08-06 13:08:05 +00:00
mattc-catalyst
4fb68891b0
MDL-7043: fix insert link functionality to allow linking to images again
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-08-06 05:21:30 +00:00
moodler
acd404e309
Automatic installer.php lang files by installer_builder (20070806)
2007-08-06 03:56:00 +00:00
stronk7
1f31378d11
fix insert_record() call using arrays instead of objects
...
Merged from MOODLE_17_STABLE
2007-08-05 22:49:49 +00:00
stronk7
273c8bf204
$dataobject in insert_record() and update_record() must be objects.
...
Added code to detect, fix and debug array situations. Related to MDL-9751.
2007-08-05 22:35:31 +00:00
urs_hunkler
db8a7ac9d1
$thumbheigt was calculated instead of $thumbwidth
2007-08-05 16:40:05 +00:00
moodler
ef9b262c7c
Added some whitespace to new discussion button
2007-08-05 05:38:16 +00:00
stronk7
5ce8c064dd
Prevent one warning
2007-08-04 18:46:36 +00:00
stronk7
37c023fb5c
Support some strings from within the auth plugin lang files added. MDL-10694
2007-08-04 17:16:05 +00:00
moodler
2ac86cbd24
Automatic installer.php lang files by installer_builder (20070804)
2007-08-04 05:46:18 +00:00
tjhunt
5573a51843
MDL-10709 - Shortanswer resonses should be trimmed before being saved in the database.
2007-08-03 14:26:33 +00:00
donal72
f4f534c675
MDL-8119 : Improvements to logging where Mnet hosts are involved
2007-08-03 13:18:00 +00:00
donal72
aa34400457
Link to profile editing should not appear on other users' profiles.
2007-08-03 12:20:46 +00:00
urs_hunkler
8ebd0d9f4d
Added a space before divs too and removed the space behind req
2007-08-03 12:04:31 +00:00
donal72
1880a55e53
MDL-9288 : An additional addslashes() that was in Petr's patch but didn't get committed. Tested and required.
2007-08-03 11:15:59 +00:00
tjhunt
4fadd52878
Tabs to spaces.
2007-08-03 10:34:15 +00:00
tjhunt
87b9156edb
MDL-10690 - Make quiz name a manditory field.
2007-08-03 10:32:53 +00:00
donal72
39bf0df228
MDL-9314 : typo of $access / $accessctrl
2007-08-03 10:08:52 +00:00
urs_hunkler
27a78fcd2d
Added a space behind advancedimg to correct aligning in forms.
2007-08-03 09:28:52 +00:00
moodler
45debd50c5
Automatic installer.php lang files by installer_builder (20070803)
2007-08-03 07:17:02 +00:00
moodler
a4f3137661
Fixed reportgraphs MDL-10700
2007-08-03 03:28:18 +00:00
stronk7
1002d7e22a
Added space to perform correct N' queries under MSSQL. MDL-10423
2007-08-02 23:37:13 +00:00
donal72
587813b713
1 word doco fix
2007-08-02 05:36:06 +00:00
donal72
c21899e0dd
Fix for PHP 5.2.2: $HTTP_RAW_POST_DATA not populated bug:
...
http://bugs.php.net/bug.php?id=41293
2007-08-02 05:13:10 +00:00
donal72
bcfbd8cbdf
Rename 'promiscuous' to 'dangerous'. Minor bugfixing for mnet.
2007-08-02 04:30:34 +00:00
donal72
304182d210
Minor mnet bugfixes
2007-08-02 00:48:04 +00:00
thepurpleblob
f4c0f3d062
MDL-10680:
...
subquestions/subanswers needed swapped for matching questions
2007-08-01 13:43:29 +00:00
thepurpleblob
a871e630b2
MDL-10585:
...
MDL-10584:
Present more factually correct message when a guest attempts to enrol.
Provide a mechanism for specifying which role in a course holds the
enrolment key.
2007-08-01 11:50:00 +00:00
thepurpleblob
5ceecdaaff
MDL-10585:
...
MDL-10584:
Present more factually correct message when a guest attempts to enrol.
Provide a mechanism for specifying which role in a course holds the
enrolment key.
2007-08-01 10:55:17 +00:00
gbateson
964b1bb8c5
fix 2 javascript errors: "getELementById not defined" and "parseint not defined"
2007-08-01 05:23:35 +00:00
moodler
5aada1957d
FIx for HTML typo MDL-9222
2007-08-01 05:10:54 +00:00
moodler
6e0c3e4e4d
Fixed broken docs links MDL-10670
2007-07-31 15:58:17 +00:00
tjhunt
1e6eb9da35
MDL-10663 - fix stupid typo on the stable branch. Somebody shoot me!
2007-07-31 09:38:52 +00:00
stronk7
960192ec0e
search cron was killing the rest of cron tasks!
2007-07-30 23:40:41 +00:00