jamiesensei
c56590192a
whitespace clean up, removed all indentation with tabs and trailing white space
2008-01-13 08:30:39 +00:00
moodler
e34f24226a
Automatic installer.php lang files by installer_builder (20080113)
2008-01-13 03:18:55 +00:00
stronk7
f7ca1b7edc
Minor changes to custom check definition. MDL-12914 ; merged from 19_STABLE
2008-01-12 18:54:54 +00:00
stronk7
6cf0583501
Function changed to check for register_globals. MDL-12914 ; merged from 19_STABLE
2008-01-12 18:54:30 +00:00
urs_hunkler
f58fcc8234
merged from 1.9 :: MDL-11154 :: added the missing code and the config line and explanation in config.php for flexible columns.
2008-01-12 18:14:49 +00:00
urs_hunkler
11a6a30773
merged from 1.9 :: MDL-9306 :: explanation added for hooks as comma separated lists in Chameleon.
2008-01-12 16:32:44 +00:00
urs_hunkler
3e2f38544d
merged from 1.9 :: MDL-11486 :: added width to the adminblock
2008-01-12 14:52:45 +00:00
urs_hunkler
60a60237a3
merged from 1.9 :: MDL-12910 :: changed top from 2.9em to 3.5em
2008-01-12 14:06:40 +00:00
jamiesensei
6923c5546a
MDL-12695 Symantec Norton internet security pop up blocker seems to be stopping user starting a quiz attempt - fixed this by using print_single_button which uses an onclick event to trigger a confirm dialogue, should work better even with popup blockers.
2008-01-12 08:50:32 +00:00
jamiesensei
3269de981e
MDL-12906 add an optional parameter $jsconfirmmessage parameter to print_single_button
2008-01-12 08:47:29 +00:00
skodak
bb7152cc4e
MDL-12914 Register globals trouble; merged from MOODLE_19_STABLE
2008-01-11 23:22:50 +00:00
stronk7
efcc5e0f3d
Fixed copy/paste typo. MDL-11341 ;-) ; merged from 19_STABLE
2008-01-11 17:21:53 +00:00
poltawski
e67eff89e6
MDL-11341 - allow users with language editing perms to access language
...
editing
merged from MOODLE_19_STABLE
2008-01-11 16:27:15 +00:00
poltawski
71beacf6d1
MDL-11074 - incorrect test in page_generic_activity, thanks to Gordon Bateson
...
merged from MOODLE_19_STABLE
2008-01-11 15:44:11 +00:00
pichetp
fa1661c27c
MDL12932 -Random Short-Answer Matching does not display correctly in Item analysis report
2008-01-11 14:24:10 +00:00
skodak
fffa8b358f
MDL-12926 Discussion list shows all discussion in separate mode if user not member of any group and does not have accessallgroups; merged from MOODLE_19_STABLE
2008-01-11 13:09:51 +00:00
poltawski
2b5153990a
MDL-12930 - wrong title text on search webpages button, thanks to Mitsuhiro
...
Yoshida
merged from MOODLE_19_STABLE
2008-01-11 11:59:31 +00:00
poltawski
577d233d53
MDL-12400 - superfluous required_param causing problems in upload
...
assignment user report.
2008-01-11 11:46:16 +00:00
urs_hunkler
cf93a5b0d9
merged from 1.9 :: typo body#tag-manage table#tag-management-list, th, must be body#tag-manage table#tag-management-list th,
2008-01-11 11:36:08 +00:00
nicolasconnault
f94fd8fe0c
Fixed intermixed quickgrading and quickfeedback help strings
2008-01-11 10:03:32 +00:00
urs_hunkler
ba92d2f50c
merged from 1.9 :: MDL-12221 :: removed the "nocoursepage" hack, which was an attempt to find out if a page has a layout-table. I developed this hack because Martin said, that he does not see any chance to implement a layout-table check. This hack followed several exception hacks because Moodel pages are inconsistently created. All those exceptions I could delete too.
...
Now I added a JavaScript layout-table check which works great.
2008-01-11 09:29:53 +00:00
moodler
67f05d3a84
Automatic installer.php lang files by installer_builder (20080111)
2008-01-11 03:23:17 +00:00
stronk7
aa9c6b6ba6
Adding custom check to test MDL-12914 ; merged from 19_STABLE
2008-01-11 00:05:55 +00:00
stronk7
5075a6ca3d
Added new library to store all core custom checks to be performed
...
by environmental stuff. MDL-12914
2008-01-10 23:46:28 +00:00
skodak
c57da11991
MDL-12921 Using visible groups in Q&A Forums student can't reply to discussions for All participants (including groups code cleanup); merged from MOODLE_19_STABLE
2008-01-10 23:13:30 +00:00
poltawski
16ca2da3d6
MDL-12915 - fixed require of removed file
...
merged from MOODLE_19_STABLE
2008-01-10 16:11:10 +00:00
jmg324
7ffcbfe152
MDL-6216 print_category_info no longer counts invisible courses if the user does't have permission to see them.
2008-01-10 15:43:24 +00:00
tjhunt
18159e20db
MDL-12913 - Error messages when doing an XML grade import are not very helpful, include the idnumber that is causing the problem in the error message.
2008-01-10 15:38:48 +00:00
skodak
cb3883c297
MDL-12911 fixed permission checks; merged from MOODLE_18_STABLE
2008-01-10 15:09:58 +00:00
tjhunt
77e2e3f2b8
Fix notice when you try to import an empty XML file.
2008-01-10 14:17:37 +00:00
poltawski
5c88048813
MDL-12890 - differing values for number of choice responses link to what is
...
displayed
merged from MOODLE_19_STABLE
2008-01-10 14:08:19 +00:00
tjhunt
b26adbef4c
MDL-12373 - More instances of links to the participants list being shown in the navigation bar to people without the necessary capability.
...
I have not copied and pasted the same code into lots of different places. That sucks. We really need to refactor this into a function that builds the navigation up to, and including the user's name. However, I don't have time now. A list of the places touched by this bug (MDL-12373) will at least give a complete list of places that such a refactoring would have to touch.
2008-01-10 10:58:16 +00:00
poltawski
d1a2a97ba3
MDL-12221 - use theme variables so it doesn't break on my setup ;)
...
merged from MOODLE_19_STABLE
2008-01-10 10:43:35 +00:00
skodak
307155469e
search cron.php is included from search block, the config.php was already included in admin/cron.php
2008-01-10 10:01:06 +00:00
jmg324
fec6dd580b
altered require statement for config.
...
Not sure why, but the referential file path was causing cron to fail because config couldn't be found when running from scheduled cron (running in browser was fine!
It looks tidier anyway to have both require's done the same way, so now both user $dirroot to locate files required and this works with scheduled cron.
2008-01-10 09:47:29 +00:00
moodler
e93902f856
Merged parenting fix from 1.9 MDL-12221
2008-01-10 06:10:50 +00:00
moodler
0e13d28f3e
Merge MDL-12904 (db support for auth plugins) from 1.9 and 1.8
2008-01-10 03:51:56 +00:00
moodler
e70aef0f31
Automatic installer.php lang files by installer_builder (20080110)
2008-01-10 03:20:21 +00:00
mjollnir_
e3cd54731c
MDL-12894 Fixing language string mess (language packs containing \n) & moved them to the controllers,
...
also fixed a few typos and a || instead of && bug. This all relates to the CLI installer.
2008-01-09 23:15:44 +00:00
skodak
b9f49659b6
MDL-12822 removing some unused grade functions (obsoleted by format grade function), renaming PUBLIC API to activity communication API and adding new querylib.php with useful functions (requested by other devs); merged from MOODLE_19_STABLE
2008-01-09 18:19:42 +00:00
tjhunt
2647f80ecd
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message - and there were also instances in blog.
2008-01-09 17:23:47 +00:00
tjhunt
bb9a123a73
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message - this was repeated in other parts of the user profile that I had not noticed when I fixed this before.
2008-01-09 16:46:21 +00:00
urs_hunkler
52ea8aa026
Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
...
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.
In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:52:08 +00:00
poltawski
4de1ef8cc2
MDL-12889 - bad capability check [thanks Tim!] in assignment recent activity report
...
merged from MOODLE_19_STABLE
2008-01-09 12:57:44 +00:00
poltawski
e0bd367d01
MDL-12888 - remove require to form no longer used
...
merged from MOODLE_19_STABLE
2008-01-09 11:04:39 +00:00
poltawski
8bbcf67bce
MDL-12888 - remove require to form no longer used
...
merged from MOODLE_19_STABLE
2008-01-09 10:57:45 +00:00
poltawski
f62cb19d89
MDL-10886 - Category edit: use 'save changes', enable cancel button to allow us
...
to get back from where we came from & refine where we are returned to when cancelled.
merged from MOODLE_19_STABLE
2008-01-09 10:49:59 +00:00
poltawski
4597d5335b
MDL-12461 - wrong urls for message related log entries
...
merged from MOODLE_19_STABLE
2008-01-09 10:12:31 +00:00
moodler
a58ff1159b
Fixed missing string MDL-12801
2008-01-09 07:36:29 +00:00
moodler
8871caf0ac
Merged MDL-12801 from MOODLE_18_STABLE (improve roles terminology for system)
2008-01-09 06:50:42 +00:00