nicolasconnault
e8c36b7a7a
MDL-8922: Had to modify another bunch of files to fix a simple problem:
...
when a config block contains a form, the previous form needs to be closed
properly (it was, but there were non-matching closing divs etc...).
2007-03-26 03:04:33 +00:00
nicolasconnault
d099661cd4
MDL-8922: Had to modify another bunch of files to fix a simple problem:
...
when a config block contains a form, the previous form needs to be closed
properly (it was, but there were non-matching closing divs etc...).
2007-03-26 02:57:55 +00:00
nicolasconnault
2e177ee4bc
MDL-8922 : More work on cleaning up RSS block, but not quite there yet.
2007-03-23 07:58:25 +00:00
nicolasconnault
13d6383c9a
MDL-8922 : Fixed a number of xhtml simple issues, but heaps of hard-core fixes yet to do.
2007-03-23 07:46:17 +00:00
skodak
a045329951
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
...
backported from HEAD
2007-03-22 12:40:16 +00:00
moodler
0bd255acd7
More fixes for login block
2007-03-20 07:40:18 +00:00
moodler
638a8adc7b
Some cleanups for the login block input fields
2007-03-20 07:34:03 +00:00
poltawski
e1578125e4
MDL-8922 - some xhtml fixes
2007-03-15 16:57:05 +00:00
poltawski
01d38e9938
Fixed check for section for MDL-8360
2007-03-14 16:30:47 +00:00
poltawski
ffe67636f7
MDL-8360 - Currently can't bookmark admin searches, so disable the ability to bookmark
...
the search page
2007-03-14 11:55:25 +00:00
skodak
d4dd4c07fe
MDL-8849 use proper value quoting
2007-03-11 19:59:13 +00:00
toyomoyo
c6a5a391d4
fix for MDL-8782, adding a mentees block
2007-03-09 07:05:10 +00:00
moodler
7a258d4168
FIxed up footer display of this block
2007-03-07 02:01:27 +00:00
skodak
3c5ecd5859
MDL-8765 user preference usage cleanup; backported from HEAD
2007-03-06 10:48:12 +00:00
skodak
a6109173a2
MDL-7693 fixed participans block on frontpage; notloggedin and authenticated roles overrides to be fixed later in separate bug
2007-03-05 20:09:55 +00:00
skodak
011d1af528
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes - backported from HEAD
2007-03-05 11:37:54 +00:00
nfreear
c40999b0b6
Fixes Bug MDL-8709 "Javascript: pseudo-protocol in admin tree block is bad" merged from HEAD.
2007-03-01 13:08:48 +00:00
nfreear
f1b29e2e69
Fixes MDL-6548 "... block should use lists" - blocks: blog tags, news items, recent activity - forum (merged from HEAD).
2007-03-01 11:17:33 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
defacer
04adc7de38
Not needing this anymore, we now have Moodle Docs.
2007-02-27 14:43:09 +00:00
defacer
a8088232b1
Fixing notices, I should 've done grep "BLOCK_TYPE_NUKE" earlier.
2007-02-26 13:58:14 +00:00
defacer
ff1b96e9f0
Killing BLOCK_NUKE constant, since Martin nuked nuke blocks.
2007-02-26 13:26:56 +00:00
moodler
2eb638be81
Added feature is an admin config to hide the "all courses" link from users ...
...
Eloy wrote this I belive. I've not tested this well .... Andrea will.
2007-02-26 08:51:22 +00:00
toyomoyo
a65d282818
fix for MDL-8582, adding s() to course_list block
2007-02-23 05:44:36 +00:00
toyomoyo
afb3efd947
checking in nick's patch for MDL-8582
2007-02-23 05:05:56 +00:00
skodak
4ac48edb9b
MDL-8590 auth cleanup - part 2; backported from HEAD
2007-02-20 17:13:35 +00:00
vyshane
ae21a6519b
Merged from 1.7.
2007-02-16 08:43:10 +00:00
toyomoyo
c8f324143a
fixed wrong context, it should be possible to manage a single block
2007-02-16 01:24:58 +00:00
skodak
fd9e9c6404
MDL-8518 incorrect link to frontpage settings from course summary block; backported from HEAD
2007-02-14 21:04:54 +00:00
moodler
1910c3a347
Added a missing style sheet
2007-02-02 05:40:00 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
skodak
083c3743d3
MDL-7977 - updated guest and loggedin detection in login block; removed obsolted $USER->loggedin (now tested with empty($USER->id) in isloggedin()) and $USER->site (replaced by session test cookie)
...
MDL-5429 - skip https login for guestlogins
2007-01-27 21:28:26 +00:00
urs_hunkler
e331bccf75
'preferred_width changed to 210 because with lower values column width changes when block is closed by user'
2007-01-27 20:56:55 +00:00
moodler
f4e5991261
Prettied up RSS pages a bit
2007-01-25 07:09:24 +00:00
moodler
5bf0415584
Fixed "can't add RSS feed" bug MDL-8180
2007-01-25 06:37:59 +00:00
moodler
8b4315fd33
Little fix for typo (see MDL-8061)
2007-01-23 03:39:56 +00:00
martinlanghoff
db4b12eb70
mnet: introducing get_my_remotecourses() and get_my_remotehosts() -- use them too
2007-01-19 08:57:13 +00:00
martinlanghoff
0743661ea5
mnet: it is $USER->mnet_foreign_host_array instead of $SESSION->mnet_foreign_host_array. $SESSION is fraught with peril as it persists acros logins/logouts
2007-01-19 08:36:02 +00:00
martinlanghoff
f3203630ca
mnet: this stuff is only for logged in users!
2007-01-19 08:14:18 +00:00
martinlanghoff
b90052f253
mnet: fix logic and html layout in block_course_list
2007-01-19 07:54:41 +00:00
martinlanghoff
5e142a172c
mnet: pix for mnethost is now the tiny moodle icon ;-)
2007-01-19 07:15:12 +00:00
moodler
2ee1f30bb2
Added some lables and formatting to fix MDL-8176 Accessibility
2007-01-18 12:06:36 +00:00
donal72
afbedfb8d8
Mnet: Bugfix: Faulty logic - if the user has no local courses, we didn't bother to check for remote courses.
2007-01-16 22:52:24 +00:00
donal72
4d8c087e02
MNET: MyCourses block enriched with links to remote Moodles when roaming
2007-01-16 05:00:18 +00:00
stronk7
bf63e03ebe
Now all the blocks global config pages are valid XML. Related to MDL-7861
2007-01-13 20:14:40 +00:00
vyshane
936af097b4
Fixes for MDL-7861.
2007-01-10 06:44:15 +00:00
vyshane
bf7b68c25b
Fix for MDL-7861.
2007-01-10 06:31:51 +00:00
vyshane
d72fd6950b
Fixed notice.
2007-01-10 06:11:31 +00:00
skodak
440d164869
MDL-7861xhtml strict and css fixes in blocks
2007-01-09 23:45:24 +00:00
skodak
f82c88abd4
MDL-5120 list blocks now use <div for columns instead of span and floats; blocks related CSS cleanup, some xhtml strict fixes
2007-01-09 11:04:13 +00:00