skodak
ddb5da6113
MDL-9618 Form remove option logic is incorrect - patch by Mark Nielsen
2007-05-16 20:31:20 +00:00
skodak
9b7b42cc07
MDL-9825, MDL-9798, MDL-9799 - new workaround for the object trouble in IE caused by UFO; reverting previous patches
2007-05-16 18:14:45 +00:00
moodler
4cfaa3c85e
Added navmenu icons as per MDL-9826
...
They can be disabled with $THEME->navmenuiconshide = true; in the theme
2007-05-16 08:01:11 +00:00
skodak
7ce2b7d43e
MDL-9780 Groups 181 cleanup - part 1
2007-05-15 18:23:35 +00:00
moodler
7ce5c00bf1
Added some brackets that were missing
2007-05-15 07:48:34 +00:00
nfreear
d376f25fd2
Sorry, reverting my last commit which duplicated functions link_arrow_left, etc. (bug MDL-9753).
2007-05-11 13:54:28 +00:00
nfreear
8aa656699c
Follow-up fix bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". (Thought I committed this, what's going on?!)
2007-05-11 11:41:38 +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
skodak
b68ae6fca7
MDL-9764 Require_course_login() should check cm visibility in frontpage course too
2007-05-10 08:55:10 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
Martin Langhoff
d27de862a6
cvsimport fixups - add missing files
2007-05-09 22:00:29 +12:00
sam_marshall
0b9a7f7bc6
MDL-9741: Fixed broken link on editor help page
2007-05-08 14:58:05 +00:00
poltawski
9c85777a62
MDL-9726 - fixed phpdoc comment from MartinD's commit
2007-05-07 08:28:43 +00:00
toyomoyo
c9dc3ac1a5
fix for MDL-9656, blocks parents can be system context
2007-05-07 03:23:37 +00:00
moodler
6f45d0516c
A little flag added to avoid checking enrolment plugins for each has_capability on other people MDL-9726
2007-05-07 03:06:30 +00:00
martinlanghoff
df01c2f983
get_my_courses() - ensure we have groupmode, groupmodeforce in $d_fields - calendar/lib.php counts on it
2007-05-06 05:37:21 +00:00
martinlanghoff
dcf93f8107
get_my_courses() - added optimisation for guest login
...
- was causing very slow page generation
2007-05-06 05:28:22 +00:00
martinlanghoff
b5f523ab6e
get_my_courses() - tighten default fields - faster, risky
...
This makes get_my_courses() faster/lighter in 2 ways
- We fetch a ton less data from the DB
- We store a tone less data in the Session
In a test environment, with a student enrolled in 3 _empty_ courses
(just created, empty modinfo, etc), this shaves 50% off the session
size on-disk.
The problem is callers that may be expecting a given field to appear by
default. Next step: walk all callers...
2007-05-06 05:27:27 +00:00
martinlanghoff
a728edc61f
get_my_courses() - skip checks if we know the user has moodle/site:doanything and we are observing $doanything
2007-05-06 05:27:05 +00:00
martinlanghoff
309bb4021d
get_my_courses(): tighten cache scheme - part 2
...
the tighter cache was fragile as we always edit $field
2007-05-06 05:25:57 +00:00
martinlanghoff
f98c2af902
get_my_courses(): tighten cache scheme
...
This tightens the rather lax caching mechanism that
cached regardless of parameters.
Thanks to Matt Clarkson for the heads-up...
2007-05-06 05:21:52 +00:00
toyomoyo
7a543c5cfb
fix for MDL-9617, calendar performance issues
2007-05-04 05:24:55 +00:00
donal72
d11ec62bd3
MDL-8973 : Undo API change in previous commit
2007-05-02 17:29:30 +12:00
donal72
597cd7728e
MDL-8973 : Update to the require_logout function to ensure that the user's auth plugin is the first (& only) one to have its prelogout_hook invoked.
2007-04-29 15:09:45 +00:00
skodak
ea714cfdbd
MDL-8813 Cas auth for 1.8x - credit goes to Jérôme Gutierrez; TODO: redirection after failed login
2007-04-29 13:57:46 +00:00
tjhunt
443768b8aa
MDL-9565 - Question preview links don't work in developer debug mode, and not XHTML strict. Merged from OU Moodle.
2007-04-24 16:59:23 +00:00
skodak
9cb2c25061
MDL-9561 Langimport does not ignore langlist when langcache used
...
MDL-9563 Improve refreshing of langcache, detect permission problems
part 2
2007-04-24 16:29:34 +00:00
skodak
1a5e5787aa
MDL-9561 Langimport does not ignore langlist when langcache used
...
MDL-9563 Improve refreshing of langcache, detect permission problems
2007-04-24 16:08:09 +00:00
skodak
e1397186a9
MDL-9560 $CFG->langlist should accept both short (en) and long (en_utf8) names
2007-04-24 14:57:17 +00:00
skodak
0a45ab2fb2
MDL-9559 setup_lang_from_browser should respect $CFG->langlist
2007-04-24 14:21:48 +00:00
sam_marshall
c5e4aebf29
MDL-9556: HTML editor shortcut button should only appear when JS enabled
2007-04-24 11:49:50 +00:00
tjhunt
1e825b9dc1
MDL-9524 - Formslib gets confused if a required field is frozen.
2007-04-23 16:18:08 +00:00
skodak
43c99d82f1
MDL-9233 denied and allowed email address domains are not matched correctly; merged from HEAD
2007-04-21 20:10:40 +00:00
skodak
fb68fa74e3
MDL-9416 Double quotes and tags in helpable item breaks XHTML strict
2007-04-17 20:40:03 +00:00
skodak
f15eba9879
MDL-4421 unwanted space in formatted time
2007-04-16 18:50:17 +00:00
ikawhero
a352220a48
Display custom profile fields in profile page - see MDL-9285
...
Menu type stores value rather than index - see comments on MDL-9285
General tidy up and renaming of functions in field class.
2007-04-16 02:45:50 +00:00
martinlanghoff
5ad59d2b07
moodle_request_shutdown(): silence errors when apache_child_terminate() is disallowed - (MDL-9350)
2007-04-16 00:24:42 +00:00
skodak
fb733f80e3
MDL-8839 fixed markdown cleaning before editting of existing untrusted text
2007-04-15 21:53:32 +00:00
skodak
650d657bb0
MDL-9300 The aspell spell-checker does not work in 1.8
2007-04-15 17:03:11 +00:00
stronk7
1027fcce3b
Fixing typo causing purge of accelerator cache not working. MDL-9349
2007-04-15 11:10:42 +00:00
tjhunt
346a83d25f
Work round PHP4 being a stinking pile of crap.
2007-04-13 10:03:15 +00:00
tjhunt
e904a8315b
Reveted Nick's alleged typo fix.
Thank you very much for trying to fix my code, but your change is definitely wrong. get_context_instance needs to be passed a coursemoduleid, not a coursemodule object.
Why did you think there was a typo?
And neither of us had noticed that I had left some debug code in. Removing that.
2007-04-13 08:12:19 +00:00
toyomoyo
b43c3213ab
some more MDL-9273 related fixes
2007-04-13 05:39:12 +00:00
martinlanghoff
8632e95b13
Bug fix: 'off by one'month bug in mupltiple locations.
...
When the system/user time zone was set to GMT-13 months would lag behind by
one month.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-13 05:05:56 +00:00
nicolasconnault
3cba887fca
Fixed a typo introduced by Tim Hunt in revision 1.85.2.11. No hard feelings :-)
2007-04-13 01:24:31 +00:00
tjhunt
0ece80c088
MDL-9325 - mod/quiz:ignoretimelimits does not work.
This is a really horrific short-term fix to a problem not of my making.
2007-04-12 22:16:20 +00:00
martinlanghoff
34177c462c
Fixed 'off by one' month bug in month select boxes generated by
...
print_date_selector when users time zone set to GMT-13.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt <mattc@catalyst.net.nz>
2007-04-12 00:42:05 +00:00
mjollnir_
8a4f91b671
merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports
2007-04-11 23:53:14 +00:00
tjhunt
b930d5a83b
MDL-9082 - moodle/question:manage does not let you create questions. Also:
* remove useless option from print_question_icon
* use the right module context in question_list
* a bit of XHTML strrrict in question_list
2007-04-11 22:56:50 +00:00
skodak
6b68f4e53b
MDL-9075 utf-8 bom is now stripped from uploaded users cvs file
2007-04-10 15:30:51 +00:00