Commit graph

30709 commits

Author SHA1 Message Date
ethem
d4ed9c7456 New strings for authorize.net account verification 2008-01-16 17:11:30 +00:00
poltawski
1eeaed292b MDL-13003 - dont icq key array twice
merged from MOODLE_19_STABLE
2008-01-16 15:07:00 +00:00
poltawski
d4ba9ef7dc MDL-13023 - avoid a db query per user picture 2008-01-16 14:45:24 +00:00
scyrma
9ea043250b added some documentation 2008-01-16 08:41:30 +00:00
scyrma
aa68a7b0a2 MDL-13020 : deprecates make_table 2008-01-16 08:17:25 +00:00
nicolasconnault
353a89619f Reverting MDL-12974 and MDL-12941 (Urs simple wrapper changes) 2008-01-16 07:54:27 +00:00
nicolasconnault
f0067a7836 MDL-12941 Added clear:none; to div.user-box css. Also fixed a couple of & with & 2008-01-16 07:44:57 +00:00
scyrma
9e73868793 Fix for MDL-9669 : make it possible to specify 0 as cellpadding and cellspacing 2008-01-16 07:39:03 +00:00
moodler
3ff19e09d2 Merged fix for SQL error in JOIN MDL-12990 2008-01-16 06:12:59 +00:00
moodler
73db2aa0af Automatic installer.php lang files by installer_builder (20080116) 2008-01-16 03:21:22 +00:00
moodler
e6d8bc8c4a Merged upgradelib.php fixes from 1.9 MDL-13017 2008-01-16 01:51:18 +00:00
poltawski
b4d80abe0c MDL-12990 - save more needless db queries
merged from MOODLE_19_STABLE
2008-01-15 22:08:20 +00:00
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