gustav_delius
934eea9e43
Introduce field for teacher comments, in preparation for manual grading. I am afraid I forgot to commit this yesterday, so now it is possible that some new beta testers installed Moodle without this new field.
2006-04-07 05:28:18 +00:00
mark-nielsen
31f6b26d4f
[BugFix] Action was using global variables - now is fetched with optional_param
2006-04-06 23:03:08 +00:00
mits
8fbfacd946
To show navbar background-image on admin page correctly added "width:100%;".
2006-04-06 21:19:44 +00:00
danmarsden
6c5a77bbb7
couple of bugs when no data returned.
2006-04-06 20:42:35 +00:00
gustav_delius
6463e8a6b6
Fixing a large number of tidy warnings
2006-04-06 20:35:49 +00:00
gustav_delius
755bddf118
Improvements to response history. Three small bug fixes.
2006-04-06 19:59:02 +00:00
nfreear
408b65dd44
Fix 2, bug 4943: "print_simple_box behaviour changed". Centred is now default alignment; for centred no-width specified, width=30em.
2006-04-06 17:21:04 +00:00
moodler
0143db5788
More clean ups
2006-04-06 17:12:55 +00:00
gustav_delius
80bbc7d7d1
Some code cleanup, relying more on the functions from questionlib.php. Not currently functional, awaiting the central manual grading feature.
2006-04-06 16:45:14 +00:00
gustav_delius
01bd54e0cb
Jean-Michel's fix to the get_actual_responses() method
2006-04-06 16:43:41 +00:00
gustav_delius
3a5a6f59a3
Introduce field for teacher comments, in preparation for manual grading
2006-04-06 16:42:00 +00:00
moodler
b4f3e56cc1
Fixes from Dan Stowell to support thumbnail images, with some modifications
...
from me to remove unnecessary messages. bug 5011
2006-04-06 16:20:50 +00:00
moodler
d9d282e493
Fixing some documentation.
...
get_records etc are not inefficient if used correctly, and result in MUCH
more readable code that get_recordset does.
I'm already starting to see code being submitted that takes these
instructions literally and it looks like Java. :-(
2006-04-06 15:26:44 +00:00
danstowell
2201638882
Minor improvements to IMS-E enrol - better handling of empty <userid></userid>
2006-04-06 14:06:40 +00:00
gustav_delius
a488b9325c
Replace require_variable() by required_param()
2006-04-06 12:56:37 +00:00
gustav_delius
e49a8d099e
Supply default values for more arguments of question_list()
2006-04-06 12:54:48 +00:00
urs_hunkler
7e4f53c80c
changed the CSS for navbutton to position the 2 buttons side by side. #bug4913
2006-04-06 07:35:40 +00:00
moodler
7e73ff00cf
Some info about the PHP license and PEAR (we are going to keep it in Moodle)
2006-04-06 06:31:38 +00:00
moodler
91555ae462
FIxed some box sizes, and added hooks for Matt Oquists portfolio stuff
2006-04-06 01:38:52 +00:00
patrickslee
faf2851fd9
Override doc link for postgresql migration
2006-04-05 23:41:59 +00:00
stronk7
391f527040
Hehe, setup itself was using register_globals hack! ;-)
...
Now the lang menu is working again.
Note: I've used the PARAM_SAFEDIR flag because it's the
only one supporting alpha+digits+underscore. Its name
doesn't seem to be perfect for this. Perhaps we should
create some alias?
2006-04-05 23:29:46 +00:00
stronk7
768cf7d5d1
Now graphlib also works with ttf fonts installed under
...
moodledata/lang dir. Rest of functionality not modified.
2006-04-05 23:03:18 +00:00
stronk7
c829776d34
Default TrueType font updated from ( http://www.nongnu.org/freefont/ )
...
It seems to support all the European character sets (latin + cyrillic +
greek). The rest will need to add their custom font to the langpack.
2006-04-05 22:48:14 +00:00
stronk7
03595aab1a
Small change in MySQL. Seems to work better under any version
...
(tested over MySQL 4.1.12, 4.1.16, 5.0.18 and 5.0.19) Bug 5055.
(http://moodle.org/bugs/bug.php?op=show&bugid=5055 )
2006-04-05 22:14:24 +00:00
gustav_delius
22c08850d7
Fixing stupid typos from previous commit
2006-04-05 20:02:37 +00:00
gustav_delius
4feb8730d7
Fix to make it work without globals hack
2006-04-05 19:43:42 +00:00
gustav_delius
ded180686e
Fix to make it work without globals hack
2006-04-05 19:35:51 +00:00
gustav_delius
e8a4049ddd
Removed some unnecessary code
2006-04-05 18:52:37 +00:00
gustav_delius
3ab76e6562
Don't duplicate site name in navigation bar
2006-04-05 17:37:59 +00:00
thepurpleblob
0183742eeb
bug #2569 . 'Open dialogues' and 'Closed dialogues' now have their own strings
...
rather than contatenating existing ones.
2006-04-05 13:48:01 +00:00
moodler
60f92a4330
Added a missing index for some sites (bug 5100)
2006-04-05 13:45:14 +00:00
ethem
743d932c11
Hide order details if an action emerges. (actions: capture, delete, refund, void)
2006-04-05 10:08:57 +00:00
gustav_delius
9c7c8d63f4
Prevent student from seeing quiz when closed, bug 5070
2006-04-05 09:43:29 +00:00
ethem
913a69687b
Auto-capture strings changed to scheduled-capture.
2006-04-05 08:43:04 +00:00
moodler
9a7a199fd0
No need to restrict where RSS feeds can be displayed
2006-04-05 08:35:40 +00:00
ethem
0bf8ea6aa0
Show errors in original language.
...
You can't do this action: native_action
2006-04-05 08:28:12 +00:00
moodler
236d839ff1
Fixed some pretty major HTML errors :-) bug 5089
2006-04-05 08:19:09 +00:00
vyshane
3014ee9ccf
Fixed bug: Bug #5081 - meta courses - teacher can't add child courses
2006-04-05 08:12:08 +00:00
gustav_delius
87b18f4ab7
Fixed call to required_param()
2006-04-05 07:46:52 +00:00
vyshane
a1b85c9ba5
Added isset($course) test to get rid of notice
2006-04-05 07:41:12 +00:00
gustav_delius
20d6d84d43
Fixed call to required_param()
2006-04-05 07:39:32 +00:00
moodler
202a96d2c8
HTML fixes for bug 5092
2006-04-05 07:37:48 +00:00
moodler
a9ac269967
FIxed some warnings bug 5091
2006-04-05 07:27:58 +00:00
moodler
9ee20a32f6
FIxed blank trailing lines (bug 5095)
2006-04-05 06:14:28 +00:00
gustav_delius
7baa9c8016
Fixing the name of the PostgreSQL files
2006-04-05 06:11:40 +00:00
gustav_delius
0a5b58af89
Many bugfixes accummulated during CVS outage, more to come.
2006-04-05 05:53:18 +00:00
vyshane
edc13d625b
Fixed Bug #5080 - admin/environment.php use a new and different class for the
...
list table
2006-04-05 05:43:19 +00:00
ethem
ece1fbeeb2
Use consts when an user performs an action.
2006-04-05 05:28:56 +00:00
ethem
4440d7a432
Some indexes were added in 15_STABLE. So, don't show a warning message if index already exists.
2006-04-05 05:20:59 +00:00
vyshane
5723bc6f09
Fix for Bug #4910 - stringnames with - . and / don't show up in translation editor
...
Modified /admin/lang.php to allow us to still use periods in language string keys. The lang.php script just replaces the periods with ##46# for the form inputs and then puts the periods back in before saving to the language file.
This means that there is no need to update language files at all. They will just work even with periods in the string keys.
2006-04-05 04:07:16 +00:00