moodler
c223acda18
Merged fixes for RTL support in 1.8 from Sharar Dolev and the Hebrew translation team
...
see MDL-10768
2007-09-06 07:30:51 +00:00
toyomoyo
6673f18b1c
MDL-9613, spliting the queries into 2 for site/course block respectively
2007-09-06 06:24:40 +00:00
poltawski
6164fc9080
MDL-9851 - RSS block links previously used to open in new window. Restoring this
...
behaviour. Had to tweak the cleaning to ensure the JS hack for XHTML complaint new
window gets through.
2007-09-03 10:18:59 +00:00
moodler
8841cecde3
Hide roles button on sticky blocks MDL-9723 Merged from head
2007-08-24 02:23:43 +00:00
stronk7
02e7dadc05
Let's use the default (cached) list of fields here. MDL-10571
2007-07-23 16:33:54 +00:00
stronk7
f352ff4b83
Small improvement. Reducing the list of fields
...
returned by get_my_courses() in this block.
2007-07-22 10:29:01 +00:00
toyomoyo
5d29fd70a3
fix for MDL-9613, broken sql in online user block
2007-07-09 02:52:23 +00:00
skodak
7ce2b7d43e
MDL-9780 Groups 181 cleanup - part 1
2007-05-15 18:23:35 +00:00
nfreear
1e53ed8af3
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". Merged.
2007-05-11 11:29:45 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
martinlanghoff
1a4a3b3380
calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617)
...
With 2500 courses the calendar was causing around 15000 queries at login and 5000 on the home page.
- Replaced queries inside loops with single unlooped queries.
- Fixed calendar so that course events will show when the users role is assigned at a category level.
- Moved calendar_session_vars() function call out of calendar/lib.php (including a lib should not have side effects)
Author: Matt Clarkson - with some conflict resolution from MartinL
2007-05-06 04:26:35 +00:00
toyomoyo
3ac3641547
Matthew's fix for MDL-9613
2007-05-02 17:29:30 +12:00
nicolasconnault
cb7c915b10
MDL-9457 Missed a few files
2007-04-23 04:13:01 +00:00
toyomoyo
e9b9c28e44
fix for MDL-7544, hidden users show up on participants block
2007-04-23 03:05:04 +00:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +00:00
moodler
e48c333640
Added some consistency to the handling of "latest news" MDL-9308
2007-04-15 07:24:36 +00:00
toyomoyo
ef52b6a434
MDL-9291, temporarily disabling blog this link
2007-04-12 02:16:00 +00:00
moodler
db9b5fc35c
Increased online users allowed (50) and added some rounding for performance MDL-6553
2007-04-04 07:22:42 +00:00
moodler
28f2414b0d
FIx for wierd alignment on IE6 MDL-9126
2007-04-03 01:59:32 +00:00
moodler
0681430f0f
Fixed up the block self-test
2007-03-30 18:00:47 +00:00
moodler
2750460adc
Fixed typo in capability!
2007-03-30 17:05:20 +00:00
moodler
23e1dc24f3
I've added some logic to applicable formats so that people don't see admin blocks in the list when they can't do anything with it. MDL-9119
2007-03-30 16:50:44 +00:00
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