Commit graph

25045 commits

Author SHA1 Message Date
thepurpleblob
c09f474dd0 MDL-8450 Added support for including question categories in a quiz export. 2007-02-07 10:14:22 +00:00
thepurpleblob
b942d94348 MDL-8450 Added support for including question categories in a quiz export. 2007-02-07 10:02:31 +00:00
urs_hunkler
ec3938f3d1 'added check if right column is empty - needed for round corners' 2007-02-07 08:22:20 +00:00
urs_hunkler
ce821fdab7 'added round corner code' 2007-02-07 08:11:31 +00:00
urs_hunkler
1d41dcd081 'extended class nocoursepage to all admin pages' 2007-02-07 08:10:54 +00:00
toyomoyo
60a9a6ea67 fix for some of the MDL-8425 issues 2007-02-07 07:34:53 +00:00
vyshane
211480c3db Merged from 1.7. 2007-02-07 07:09:31 +00:00
moodler
46bec16d35 Automatic installer.php lang files by installer_builder (20070207) 2007-02-07 03:29:07 +00:00
urs_hunkler
e5afdd2710 'added felxible columns and round corner code' 2007-02-06 22:23:08 +00:00
urs_hunkler
dd9098cc8b 'added felxible columns and round corner code' 2007-02-06 21:31:04 +00:00
urs_hunkler
012beafb2a 'deleted uh comments' 2007-02-06 20:44:16 +00:00
urs_hunkler
d2bb4f71d2 'deleted old block width definition' 2007-02-06 20:33:28 +00:00
urs_hunkler
689456eb15 'deleted old block width definition' 2007-02-06 20:18:45 +00:00
stronk7
796903809e Fixed two schema-fk typos. MDL-8427
Merged from MOODLE_17_STABLE
2007-02-06 15:52:20 +00:00
nfreear
5bca3fed8f Fixes bug MDL-8434, "group administration - can't delete groups". 2007-02-06 15:34:09 +00:00
toyomoyo
fbe31d22d1 xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
ethem
9c2498d381 Moved validation functions to enrol_authorize_form class. 2007-02-05 14:09:02 +00:00
ethem
c7aaa3cbdb Moved validation functions to enrol_authorize_form class. 2007-02-05 14:05:19 +00:00
ethem
2542dea98f Pass custom data "$course" to enrol_authorize_form class. 2007-02-05 13:51:27 +00:00
ethem
1f7d43cfc4 Put back skodak's last commit. global $COURSE is $SITE and enrols to site. 2007-02-05 10:07:38 +00:00
moodler
1e0fb1054c Resolved duplicate id issue MDL-8410 2007-02-05 07:58:29 +00:00
moodler
378ef1fe98 Cleaned up HTML, quotes and styles for the neglected category editing screen MDL-8145 2007-02-05 07:27:07 +00:00
moodler
87fa8a1791 Fixed apostrophe problem in MDL-8416 2007-02-05 06:52:42 +00:00
moodler
78ca9b00bf updated tags 2007-02-05 06:11:06 +00:00
stronk7
8dadea8837 Fixing one little-little bug about user->ajax being nullable. MDL-8421 2007-02-04 20:48:34 +00:00
stronk7
b7a0ea8781 Fixing one little-little bug about user->ajax being nullable. MDL-8421
Merged from MOODLE_17_STABLE
2007-02-04 20:11:32 +00:00
urs_hunkler
56595370a3 'MDL-8418 - I added and changed some classes to center the table and use more standrad cell classes.' 2007-02-04 20:11:05 +00:00
moodler
5479b98dff Fixed alignment of logs MDL-8418 2007-02-04 11:57:18 +00:00
stronk7
64e396939c Adjusting Wood theme for 1.8 2007-02-03 19:39:09 +00:00
mudrd8mz
dd43d37152 lang.php now keeps orphaned transaltions, i.e. string without English reference. Fixes MDL-8409. 2007-02-03 12:23:53 +00:00
gbateson
980f8d92be allow empty JQuiz questions (which have at least one answer) 2007-02-03 01:12:30 +00:00
gbateson
9d45b55ad0 omit empty answers from JQuiz import 2007-02-03 00:36:18 +00:00
crbusch
fc9f2d26b9 Added scripts 2007-02-02 18:38:05 +00:00
moodler
c158eac4c3 Merged some changes from stable 1.7 2007-02-02 15:03:40 +00:00
moodler
3577daa4f2 Merged some unmerged changes from 1.7 (urs! ;-) 2007-02-02 14:57:10 +00:00
moodler
f1a20f1efe Merged some outstanding css from 1.7 2007-02-02 14:44:27 +00:00
mudrd8mz
5764893508 Produces better HTML/CSS output to fit into translators' screen.
There are only two columns in the translation table form now. Odd and even
rows' background alters.
See MDL-8334 and http://moodle.org/mod/forum/discuss.php?d=62800 for more info about this.
2007-02-02 14:42:15 +00:00
skodak
d4ec5b1e8c MDL-8334 CSS code needed for lang.php changes - patch by David ;-) 2007-02-02 14:35:30 +00:00
skodak
eebb96e5da MDL-8392 Permanent Message "Chameleon is loading..." 2007-02-02 14:06:04 +00:00
moodler
1934b87667 Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
sam_marshall
24c66531b3 MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc 2007-02-02 12:19:58 +00:00
moodler
ec45c67924 FIxed some colors 2007-02-02 08:38:44 +00:00
moodler
06f8943cb3 Some changes to make this theme sort of work, but it still needs a lot of love <3 2007-02-02 08:29:45 +00:00
vyshane
b2ee058fac Merged from 1.7. 2007-02-02 08:14:55 +00:00
vyshane
02cb4f393d Merged from 1.7. 2007-02-02 07:56:45 +00:00
moodler
986f093fef Fixing some alignment of categry boxes on front page 2007-02-02 07:39:40 +00:00
moodler
8cef951707 Fixed badly specificed simple box on site topic 2007-02-02 07:29:17 +00:00
vyshane
a194510a9c print_header now calls require_js() to print out html that loads JavaScript libraries. 2007-02-02 06:40:22 +00:00
vyshane
ae13dbc845 Changed to make use of require_js(). 2007-02-02 06:36:34 +00:00
vyshane
f47e1c1751 Changed to work with new require_js().
Related to MDL-7682 and MDL-8374.
2007-02-02 06:35:59 +00:00