skodak
03f5a0f87c
major whitespace cleanup - fixed \r\n line-ending
2006-09-20 19:46:52 +00:00
urs_hunkler
c954040189
'updated CSS for the breadcrumb and calendar arrows'
2006-09-20 07:40:55 +00:00
moodler
54a7469271
Removed some obsolete stuff
2006-09-20 06:52:54 +00:00
toyomoyo
9ce384ba1e
relacing deprecated functions with capability checks
2006-09-19 14:16:40 +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
moodler
b88b740a80
Remove obsolete themes link MDL-6518
2006-09-14 03:35:19 +00:00
urs_hunkler
18a6481ffa
'merged from 1.6'
2006-09-13 17:31:35 +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
toyomoyo
ae9e4c064e
replacing iscreator() calls with capabilty
2006-09-12 08:56:10 +00:00
toyomoyo
ec7a8b7999
adding capabilities
2006-09-07 08:57:56 +00:00
skodak
6e4dc10f54
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
2006-09-02 13:14:57 +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
vinkmar
7ff99cb64f
admin page cleanup (google soc 2006)... updated to use new pagelib
2006-08-18 07:27:05 +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
urs_hunkler
89240f2f30
*** empty log message ***
2006-07-27 20:37:58 +00:00
urs_hunkler
f88d969277
*** empty log message ***
2006-07-27 20:27:33 +00:00
urs_hunkler
13351b29b8
*** empty log message ***
2006-07-27 20:18:27 +00:00
urs_hunkler
b08c4173ea
merged, corrected bug with teacger rights
2006-07-21 05:00:02 +00:00
urs_hunkler
1ec4315887
remove styles_layout.css
2006-07-18 09:21:39 +00:00
urs_hunkler
296ed48e99
merged from 1.6 - enhancements and bugfixes, works now in Safari and Konqueror
2006-07-18 09:11:35 +00:00
urs_hunkler
d4b912c242
merged from 1.6 - some CSS changes
2006-07-18 08:10:29 +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
skodak
10ab3efc35
Bug #5820 - IE returns unsecure items with SSL on login; merged from MOODLE_16_STABLE
2006-07-06 15:53:46 +00:00
tjhunt
9e452c0d7b
Layout similar question types more consistently.
2006-07-05 12:32:53 +00:00
mits
71e367bd8a
Changed <hr> widh of header.html.
...
Added <hr> to footer.html.
Changed color of "HOME" button.
Eloy, thanks for good suggestion.
2006-06-19 18:20:18 +00:00
mits
21bc85d65a
Added back homelink to oceanblue theme based on standard theme.
2006-06-19 16:36:51 +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
e99e2d126d
Ongoing, fix bug 5400, navbar/breadcrumb TABLE to DIV, to improve semantics. Merged from stable branch.
2006-05-22 10:00:18 +00:00
nfreear
f08ab5f020
Ongoing, fix bug 5400, DIV to H1, to improve semantics. Merged from MOODLE_16_STABLE.
2006-05-19 13:30:25 +00:00
nfreear
1211e73244
Fix bug 5434 - hardcoded missing Alt text, with a warning comment. Merged from branch MOODLE_16_STABLE.
2006-05-19 10:33:13 +00:00
nfreear
49d192fcd6
Merged from STABLE.
2006-05-16 10:35:15 +00:00
andreabix
3fa299acc6
Minor refinements
2006-05-05 08:56:03 +00:00
stronk7
02436153e0
Solving some changes in course-view and sections...
...
Merged from MOODLE_16_STABLE
2006-05-03 17:49:52 +00:00
andreabix
ad293d8bd3
1.6 compliance added
2006-05-03 17:28:18 +00:00