moodler
d23026fdf6
Fixed comment copying from stable
2005-07-12 09:57:01 +00:00
moodler
fd40be3e8d
Merged quote fix from stable
2005-07-12 09:04:14 +00:00
moodler
f5e1319ec3
Merged SC139 from stable
2005-07-12 08:00:51 +00:00
moodler
b779602b0e
No journal on new installs, merged from stable
2005-07-12 07:11:33 +00:00
moodler
d17439f7bc
Merged upgrading fixes from stable
2005-07-12 06:57:58 +00:00
skodak
f0a99707fd
fixed resubmit logic and students can review their online assignment through file.php; merged from MOODLE_15_STABLE
2005-07-10 18:43:46 +00:00
stronk7
a118d51709
The hardcoded limit of 1000 was breaking long pages display in Moodle.
...
I've changed it to a variable limit depending of the page lenght. Bug 3039.
(http://moodle.org/bugs/bug.php?op=show&bugid=3039 )
Merged from MOODLE_15_STABLE
2005-07-09 16:41:58 +00:00
skodak
815b5ca6e9
fixed $posthtml - see bug#3868; merged from MOODLE_15_STABLE
2005-07-09 13:37:36 +00:00
skodak
3262ee106a
fixed grading bug#1517 and some other typos; merged from MOODLE_15_STABLE
2005-07-09 12:34:08 +00:00
skodak
72693c64a6
fixed PostgreSQL warning; merged from MOODLE_15_STABLE
2005-07-09 08:24:01 +00:00
skodak
020b4efdd2
fixed resubmit logic; merged from MOODLE_15_STABLE
2005-07-09 07:01:32 +00:00
moodler
042311a9cf
Merged frix from stable
2005-07-08 07:42:00 +00:00
bobopinna
7b8732344e
changed all the POST with option/required_param functions
2005-07-08 06:56:49 +00:00
defacer
281d70ac2d
Merging from STABLE:
...
Three improvements:
1. $nomoodlecookie = true. I just found out about this undocumented(?) hack(?)
in lib/setup.php which is the perfect way to suppress some warnings. We
don't need a session cookie for the chatd.
2. If allow_call_time_pass_reference is Off, socket_getpeername can't work.
3. Suppress "call time pass by reference is deprecated" messages for
socket_getpeername, we don't have any choice here.
2005-07-08 03:51:38 +00:00
gustav_delius
35bcb92150
fixed typo, see bug 3687
2005-07-08 00:21:02 +00:00
gustav_delius
9bc2d82a46
Merging from STABLE
2005-07-07 18:34:12 +00:00
gustav_delius
bb52d44c6a
Due date and start date are now optional, as requested in bug 867 and bug 3635
2005-07-07 17:16:56 +00:00
gustav_delius
27d132c0f7
Fixed bug 3687
2005-07-07 14:57:28 +00:00
gustav_delius
2b46608c3a
Merged from STABLE, satsifying bug 3696
2005-07-07 14:41:15 +00:00
gustav_delius
3f13a635ab
Merged fix for bug 3707 from STABLE
2005-07-07 14:22:06 +00:00
bobopinna
261ee0b00b
Fixed an update problem with the setting browsemode (changed to hidebrowse)
...
Added hidetoc setting to enable course structure hiding in playscorm.php
2005-07-07 09:26:12 +00:00
bobopinna
7f2f2b2d1a
Fixed a typo
2005-07-07 09:24:24 +00:00
bobopinna
5c1dbdb8a4
Changed scoid passing mode from SESSION to POST to fix a problem with tracking update
2005-07-07 09:22:05 +00:00
bobopinna
144f3abebc
Changed scoid pass mode from SESSION to POST to fix a problem with tracking update
2005-07-07 09:20:43 +00:00
bobopinna
73a2a50665
Added hidetoc and changed browsemode to hidemode (to fix a problem when a scorm is updated)
2005-07-07 09:16:01 +00:00
thepurpleblob
f59e91bcf8
_variable() functions, _GET, _POST etc. changed to appropriate _param()
...
style functions.
2005-07-06 15:31:07 +00:00
mindforge
638267ab81
Updated terminology.html and included the contents of eventtypes.html therein. Therefore eventtypes.html is no longer needed and is removed.
2005-07-06 15:30:13 +00:00
skodak
3e7bf58a3b
added word count display; merged from MOODLE_15_STABLE
2005-07-06 14:04:44 +00:00
thepurpleblob
621d2ab686
Fixed language string for show league tables.
2005-07-06 13:44:04 +00:00
thepurpleblob
1db81444e0
Upload limit now takes account of course upload limit.
...
Bug #3247
2005-07-06 12:14:39 +00:00
thepurpleblob
6cb48ed312
Help for 'use password' points to 'password' help as 'use password' had no
...
help.
2005-07-06 11:13:31 +00:00
skodak
110bdb0e49
max upload size not shown to students; merged from MOODLE_15_STABLE
2005-07-06 10:15:33 +00:00
skodak
088ec31716
Bug #3596 - Secureforms yes breaks online assignment; merged from MOODLE_15_STABLE
2005-07-06 09:52:59 +00:00
stronk7
bb7e09a453
Latest changes merged from MOODLE_15_STABLE
...
Moving the MERGED tag for the whole quiz directory
as talked with Gustav...
2005-07-06 09:05:17 +00:00
gustav_delius
39e3c1f1c3
Merged from STABLE
2005-07-06 07:53:17 +00:00
gustav_delius
7d0fdfd794
Moved constants into constants.php so that they can be loaded where needed.
2005-07-06 06:44:18 +00:00
defacer
fdc36b2f98
Merging from STABLE:
...
Fixed the annoying "...and the 1 Journals you had..." message when you have
no Journals at all, because I was tired of seeing it.
count(false) is 1 and not 0.
2005-07-06 00:47:08 +00:00
defacer
e623c7f740
Merging from STABLE:
...
Fix for bug 3616:
layout-table wasn't closed correctly for teachers and guests.
2005-07-06 00:36:36 +00:00
mindforge
2dde39c1c2
Update to attempt.html, minor modifications to databasetables.html
2005-07-05 16:35:09 +00:00
thepurpleblob
5a90586d36
Changed _variabl() functions to _param() functions.
2005-07-05 15:00:34 +00:00
thepurpleblob
00592b8032
changed deprecated _variable() type functions to _param() type functions.
2005-07-05 11:02:46 +00:00
thepurpleblob
218dc7532b
data_submitted() replaced with appropriate _param() style functions,
...
HTML output tidied up and sesskey checking added.
2005-07-05 10:53:22 +00:00
thepurpleblob
c33fe7e79a
Changed _variable() to _param throughout. Improved look of output HTML
...
and added sesskey checking.
2005-07-05 10:35:32 +00:00
skodak
dd5de88921
fixed comments - SC #61 ; merged from MOODLE_15_STABLE
2005-07-05 08:29:07 +00:00
skodak
4c2740fc5c
fixed searching - SC #61 ; merged from MOODLE_15_STABLE
2005-07-05 08:18:38 +00:00
skodak
472639376f
merged from MOODLE_15_STABLE
2005-07-05 06:30:07 +00:00
skodak
1e4343a06d
megamerge from MOODLE_15_STABLE
2005-07-05 06:03:04 +00:00
stronk7
a9c80fec8e
Now workshop are working under the new system to relink. Bug 3678.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=3678 )
Merged from MOODLE_15_STABLE
2005-07-04 22:25:10 +00:00
stronk7
25ef0370d5
Improved automatic relinking in backup and restore. Credits go to skodak.
...
Complete refactoring of the system that was really awful (my fault!).
Now everything is in its place and working like a charm, making things really
easier to be implemented and amplied. Bug 3678
(http://moodle.org/bugs/bug.php?op=show&bugid=3678 )
(http://moodle.org/mod/forum/discuss.php?d=26530 )
Note: Everything is merged from stable but the quiz module because it has
other changes not merged for now. I've skyped a message to Gustav about it.
Merged from MOODLE_15_STABLE
2005-07-04 18:56:03 +00:00
skodak
c6d67e76fc
merged from MOODLE_15_STABLE
2005-07-04 07:20:53 +00:00