poltawski
ba71f5c4b3
MDL-12990 - use our user object and we save 2dbq for free on message history page
...
merged from MOODLE_19_STABLE
2008-01-15 21:34:12 +00:00
poltawski
7390832c7d
MDL-12990 - Significantly reduce database queries for messaging
...
search by getting info required by in search sql.
On a site with 1500 users:
Before: 850 dbq
After: 8 dbq
merged from MOODLE_19_STABLE
2008-01-15 16:10:58 +00:00
tjhunt
8b66a42a96
MDL-13011 - Improve import form layout.
2008-01-15 15:25:02 +00:00
thepurpleblob
86b685208d
MDL-12016:
...
Read xml structure correctly to get category path.
Merged from STABLE_19
2008-01-15 14:52:49 +00:00
thepurpleblob
40e7144323
Reverting Mike C's change in MDL-12016
2008-01-15 14:35:59 +00:00
poltawski
f46b6587a6
MDL-12990 - clean up message_print_contacts() a lot to:
...
* Use less DB queries and avoid getting lots of needless data
* Dont do a big php array rearranging loop - database does the work for us instead
* split all the duplicated display code into a single function
merged from MOODLE_19_STABLE
2008-01-15 13:48:34 +00:00
ethem
4e25202e0b
Tidy up
2008-01-15 10:16:27 +00:00
ethem
d2e042ee5e
Tidy up
2008-01-15 10:03:57 +00:00
mjollnir_
d46a26c309
Merged from MOODLE_19_STABLE:
...
MDL-13000 Adding support for developers to add their own capabilities to local/db/access.php
This relies on a local/ language pack as well for the capability names.
Notes on implementation are in lib/locallib.php
2008-01-15 04:20:12 +00:00
mjollnir_
6a91692518
Merged from MOODLE_19_STABLE: MDL-13001 - adding support for language files in local/ directory.
2008-01-15 01:40:02 +00:00
mjollnir_
60581bb517
Merged from MOODLE_19_STABLE:
...
More on MDL-11561 - fixed up path to local/ settings file to be more consistent,
added documentation in lib/locallib.php on how to create new local admin tree item
2008-01-15 01:10:34 +00:00
mjollnir_
0b5e060578
Merged from MOODLE_19_STABLE: MDL-11561 - added support for local/localsettings.php
2008-01-14 23:32:43 +00:00
skodak
028553e774
MDL-12822 readding grade_get_course_grade(), alternative to grade_get_course_grades(); merged from MOODLE_19_STABLE
2008-01-14 23:29:00 +00:00
skodak
204175c5ce
MDL-12912 module idnumber course unique only; merged from MOODLE_19_STABLE
2008-01-14 22:46:03 +00:00
ethem
039afd9b87
MDL-12958 In the Authorize enrol plug-in when a credit card expiry date (year) is entered, a validate error is generated blocking credit card usage
2008-01-14 18:01:18 +00:00
poltawski
2bd89cdb07
MDL-12990 Ensure that displaying message contact list pictures doesn't take a
...
dbq per contact. Could do with a rewrite, but this saves us dbqs for now
merged from MOODLE_19_STABLE
2008-01-14 16:59:34 +00:00
moodler
ccf6a8ddd1
Automatic installer.php lang files by installer_builder (20080114)
2008-01-14 03:35:31 +00:00
poltawski
362594f2e4
MDL-8269 - stats wasn't paying attention to run time settings as the strtotime arguments were the wrong way round. Thanks to Mark Nielsen
2008-01-13 18:46:55 +00:00
urs_hunkler
9ef050900e
merged from 1.9 :: MDL-12564 :: added font-family to the arrow properties.
2008-01-13 17:53:44 +00:00
poltawski
837aae267a
MDL-12560 - layout fixes for tag blocks
...
merged from MOODLE_19_STABLE
2008-01-13 16:34:55 +00:00
poltawski
331362c8eb
MDL-12560 - layout fixes for tag blocks
...
merged from MOODLE_19_STABLE
2008-01-13 16:30:09 +00:00
poltawski
b826f37fb2
further refinement..
2008-01-13 12:30:55 +00:00
poltawski
7e3594dfaa
Improving wording
2008-01-13 12:28:48 +00:00
poltawski
5cbce21ab0
MDL-7846 - use translatable strings for bulk messaging
...
merged from MOODLE_19_STABLE
2008-01-13 12:21:47 +00:00
poltawski
ddd5486141
MDL-12943 - remove old dialogue unused language files
2008-01-13 11:46:20 +00:00
poltawski
22220aa736
MDL-12742 - remove duplicated lang files
2008-01-13 11:37:26 +00:00
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