Commit graph

578 commits

Author SHA1 Message Date
moodler
841d5d4b94 Added some CSS to contain the html editor 2006-09-25 08:54:16 +00:00
moodler
afee986420 Updates for better CSS hooks 2006-09-25 08:20:14 +00:00
moodler
0462b3589e Temporary fix 2006-09-25 08:01:05 +00:00
moodler
6153cf5800 Moving all the admin settings to a tableless design MDL-6678
Thanks Urs for the CSS help!
2006-09-25 07:35:43 +00:00
jamiesensei
da6f876395 This is a first cut of a new formslib.php a library of classes for creating and securely processing forms in Moodle, based on PEAR QuickForms. Only uses XHTML and CSS and no table tags.
This is NOT YET PART OF THE MOODLE API it is here for experimental purposes.
2006-09-24 17:04:51 +00:00
moodler
ff439b30af Added styles to the role editing/viewing list, as well as some links and tooltips 2006-09-24 09:44:51 +00:00
urs_hunkler
65e2d1f0df 'merged from 1.6 - reduced the distance above the footer from 100px to 40px' 2006-09-22 15:19:38 +00:00
urs_hunkler
9d147a038f 'added 16px height to the commands to correct the wrapping issue in the sideblock header' 2006-09-22 07:51:23 +00:00
skodak
6124048972 major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
moodler
54a7469271 Removed some obsolete stuff 2006-09-20 06:52:54 +00:00
tjhunt
a4514d91de Renamed new commentary feature to 'general feedback'. 2006-09-19 13:35:42 +00:00
nfreear
57100a9098 Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."
- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
2006-09-19 11:36:21 +00:00
moodler
0e1cc9070b Fixed a some debugging statements 2006-09-18 13:24:45 +00:00
urs_hunkler
aaf281d1eb 'merged from 1.6 - MDL-6020 - CSS changes to align text beside images' 2006-09-18 12:01:16 +00:00
moodler
ce607dd457 Tidying up coursebox teacher listing (no bullets) 2006-09-17 03:38:04 +00:00
moodler
6a12bc4836 Bringing phpinfo into the fold 2006-09-15 08:59:02 +00:00
moodler
4934c49719 Cleaning up assign and override interfaces 2006-09-15 06:04:10 +00:00
moodler
9584965f9c Tidied up the role assignment pages 2006-09-14 14:49:45 +00:00
tjhunt
45f501a54b Put the unit test styles in the standard theme, rather than using the previous nasty hack that had been broken by the admin page changes. 2006-09-13 16:16:39 +00:00
urs_hunkler
80f7ef6fe9 Merged from 1.6. See bug MDL-6028 2006-09-13 15:23:50 +00:00
tjhunt
307f045f07 MDL-5969 Let multiple choice questions have feedback that does not depend on the chosen answer
In passing, I fixed MDL-6297 Export of multichoice questions in Moodle XML format doesn't save shuffle option too.
2006-08-24 10:22:43 +00:00
tjhunt
1b8a7434e2 Bug 6239 - Allow questions to have some teacher-supplied commentary.
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590, and is why this patch makes the codebase 523 lines smaller.
2006-08-11 14:59:18 +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
martinlanghoff
07b76bad6a chat: Prevent user from submitting a 2nd message before his 1st is received.
Some users reported that mod/chat was silently dropping some messages. The
user's browser may not be able to keep up with the rate at which he submits
chat messages. This update keeps things sane.

Merged from MOODLE_16_STABLE

Author: Donal McMullan <donal@catalyst.net.nz>
2006-07-12 02:29:12 +00:00
tjhunt
9e452c0d7b Layout similar question types more consistently. 2006-07-05 12:32:53 +00:00
moodler
2de506e1da Merged homelink from stable 2006-06-19 16:32:00 +00:00
tjhunt
6f1991905d Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from MOODLE_16_STABLE. 2006-06-13 18:55:25 +00:00
nfreear
782792047b Fix bug 5611 (Skip block), across 4 files. Extra parameter $title in weblib.php: print_side_block, edits to moodleblock.class.php, Standard style, en_utf8 language pack. 2006-06-09 14:25:18 +00:00
tjhunt
37611ee17c Bug #5559: revised fix - using better CSS class names. Merged from MOODLE_16_STABLE. 2006-06-06 17:10:04 +00:00
nfreear
ef4c53696b Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negative, not left. Merged from STABLE branch. 2006-05-30 11:24:42 +00:00
moodler
854c0e06a3 Merged CSS improvements for MyMoodle from stable 2006-05-29 09:27:40 +00:00
moodler
10312bf9a2 Fixed some issues with course overview report 2006-05-29 09:10:33 +00:00
skodak
0629da47d2 removed reliance on register globals; merged from MOODLE_16_STABLE 2006-05-23 09:16:17 +00:00
nfreear
49d192fcd6 Merged from STABLE. 2006-05-16 10:35:15 +00:00
stronk7
a167667798 Adding back some recently deleted styles related with the IMS-CP resource.
It seems that the latest commit (merge) deleted a bunch of styles!!!!
(notified by email to commiter)
2006-05-02 14:59:17 +00:00
nfreear
c7ae8c5da7 Fix ongoing, bug 5400, "Accessibility modifications not propagated to themes". 2006-05-02 14:32:39 +00:00
toyomoyo
f0edf8c274 manual merge from stable 2006-05-02 07:57:20 +00:00
moodler
90fcfc0ada Fixed some blog styles 2006-05-01 03:41:40 +00:00
moodler
7fdc360c1e New style for blog audience info 2006-05-01 02:00:06 +00:00
urs_hunkler
43015b3b6a cleaned and enhanced CSS for questions 2006-04-30 17:39:02 +00:00
nfreear
b656d9226c Subtle fix to style-selectors/ background colours
- Bug 5161 "Course format weekscss looks unfinished".
2006-04-27 16:03:24 +00:00
stronk7
d8606dc543 Defining width and height seems to improve resizing
behaviour under some browsers (source: some blogs)
It also helps when resize doesn't work, defaulting
to a nice size.
2006-04-26 22:18:47 +00:00
nfreear
31d35603ce Fix bug 5345 "Calendar block overflows in 'weekscss' course format." 2006-04-26 13:56:39 +00:00
stronk7
4d939c7283 Bypass div#footer style in resource view pages to get
all the space avaliable, making an exception in the
global one.
2006-04-25 15:35:39 +00:00
stronk7
b2ff86070d Changed list style for ims-cp to gain some room... 2006-04-24 00:14:20 +00:00
stronk7
25b7cdf308 Finishing with ims cp styles, I think... :-/ 2006-04-23 18:19:50 +00:00
stronk7
375da10d09 Latest ims cp styles added. 2006-04-23 17:01:06 +00:00
stronk7
6a4fa81362 Moving some styles harcoded in the ims cp to standard... 2006-04-23 11:48:50 +00:00
urs_hunkler
1ffd3647bd removed width for multichoice feedback 2006-04-20 19:11:20 +00:00
urs_hunkler
d133007141 added CSS for multichoice feedback 2006-04-19 17:13:37 +00:00