moodler
5ec8a4f009
Removed tabs
2006-08-09 13:18:33 +00:00
moodler
9888263703
Removed tabs
2006-08-09 13:14:15 +00:00
moodler
30725d5a3b
Tabs and some random formatting fixes
2006-08-09 13:11:53 +00:00
stronk7
388e9ab212
One more FK in blocks system.
2006-08-09 11:56:02 +00:00
skodak
563e64e3de
Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE
2006-08-09 09:37:01 +00:00
vyshane
7613e6d7d1
More updates in lib.php
2006-08-09 09:18:31 +00:00
vyshane
f0eb2ffe85
Added mod/forum:viewhiddentimedposts
2006-08-09 09:17:37 +00:00
vyshane
53d7785b4a
Added moodle/site:viewfullnames
2006-08-09 09:16:35 +00:00
vyshane
0fa18d5a27
Bug fixes + updated capabilities.
2006-08-09 06:59:28 +00:00
moodler
ced70cb63d
More Roles-related strings
2006-08-09 05:54:27 +00:00
moodler
f21d80947c
Fix up the admin listing a bit
2006-08-09 05:53:36 +00:00
moodler
927bf46f3c
Tidy-ups
2006-08-09 05:37:53 +00:00
moodler
aa31141173
Small cleanup of a notification
2006-08-09 05:37:31 +00:00
moodler
4ed70f1b6e
Some new strings
2006-08-09 05:35:55 +00:00
moodler
ec0810ee2d
Some fixes to make the context more readable for humans
2006-08-09 04:51:05 +00:00
toyomoyo
07a9cdb544
tables went missing =(
2006-08-09 04:00:44 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
stronk7
9c642ecacb
Initial XMLDB schema for data tables. Using FKs where they are obvious.
2006-08-08 17:00:44 +00:00
stronk7
305ebf6849
Initial XMLDB schema for choice tables. Using FKs where they are obvious.
2006-08-08 17:00:03 +00:00
stronk7
14e1b02e68
Initial XMLDB schema for chat tables. Using FKs where they are obvious.
2006-08-08 16:59:35 +00:00
stronk7
5a1d835487
Adding some unsigned keywords here and there and implementing role tables
2006-08-08 09:04:55 +00:00
toyomoyo
e9871557be
some UI change for roles
2006-08-08 08:31:21 +00:00
toyomoyo
90f7a7d509
adding unsigned
2006-08-08 08:30:10 +00:00
toyomoyo
e6723f80dc
these tables should not be there,,
2006-08-08 08:04:01 +00:00
vyshane
9af1611a06
Replaced capability mod/forum:viewdiscussionsfromallgroups by
...
moodle/site:accessallgroups in code. Removed former from mod/forum/db/access.php.
2006-08-08 06:56:09 +00:00
vyshane
27950688bb
Added moodle/site:accessallgroups capability.
2006-08-08 06:45:25 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
moodler
394577c3e4
Automatic installer.php lang files by installer_builder (20060808)
2006-08-08 02:48:27 +00:00
stronk7
2bcd169775
Hack to link from the admin interface to the XMLDB editor.
2006-08-07 19:47:03 +00:00
stronk7
ab8bfc7eee
Two new strings to display the XMLDB editor under the admin page.
2006-08-07 19:45:02 +00:00
stronk7
cbd645bf96
Initial commit of assignment XMLDB file. Stopping now from now. Going to document things...
2006-08-07 19:02:46 +00:00
stronk7
e80d52526d
Initial commit for enrol tables XMLDB
2006-08-07 18:52:27 +00:00
stronk7
08b6ce833d
Initial commit for rss block tables
2006-08-07 18:40:37 +00:00
stronk7
158c1b3035
Initial commit of blocks XMLDB schema
2006-08-07 18:30:46 +00:00
stronk7
a689637d0f
Polishing a bit key and indexes names...
2006-08-07 18:02:15 +00:00
stronk7
dff83d0bdc
Initial XMLDB implementation of Moodle backup tables
2006-08-07 17:58:19 +00:00
stronk7
67d7d69494
Initial XMLDB implementation of Moodle Core.
2006-08-07 17:38:06 +00:00
skodak
3e46c6ec5a
Swf now disabled by default in Mediaplugin and added explanation SC#284; merged from MOODLE_16_STABLE
2006-08-07 14:53:53 +00:00
moodler
214f1402ac
Automatic installer.php lang files by installer_builder (20060806)
2006-08-06 02:50:52 +00:00
tjhunt
5a14d563b9
Bug #5972 - Some question types mark a blank answer inconsistently.
...
Also, cleaned up the marking code for numerical and short answer questions, partly by making the base-class method more useful.
Rewrote the way the way short answer questions do wildcard matching to be more robust, Unicode safe, and generally not suck.
This is a big change, so I am pleased to report I tested it using my new Selinium test suite. See: http://moodle.org/mod/forum/discuss.php?d=51161
2006-08-04 16:53:43 +00:00
tjhunt
00c300692f
Fix whitespace.
2006-08-04 16:47:57 +00:00
tjhunt
0b4ce29d8d
Matching question would fill in the right answer after an incorrect attempt.
2006-08-04 12:28:39 +00:00
martinlanghoff
cbfad05c86
login: forgot password now works for guest again (bug #6214 )
2006-08-04 06:11:48 +00:00
martinlanghoff
bed24ce7f5
mod/assignment if we are not using a numeric scale and a custom scale
...
return that as the max grade
Author: Jun Yamog <jun@catalyst.net.nz>
2006-08-04 05:51:31 +00:00
skodak
2c93e66a4c
merging forgotten changes from MOODLE_16_STABLE; sorry for the breakage ;-)
2006-08-03 19:19:23 +00:00
tjhunt
bc5694133a
Bug #6206 - Quiz can't be created on some mysql configurations. Merged from MOODLE_1.6_STABLE.
2006-08-03 16:30:38 +00:00
skodak
df77b427d5
check_dir_exists() has new recursive parameter - it should help clean up the restore code a bit and could be handy elsewhere too; tested in both linux and windoze
2006-08-02 19:40:58 +00:00
mchampan
56e924061e
Resource doc type and Zend readme changed.
2006-08-02 15:31:59 +00:00
mchampan
c629cfed33
Option for additional search types added.
2006-08-02 15:17:46 +00:00
mchampan
01e6afe2cd
String issue fix in ZF.
2006-08-02 15:15:45 +00:00