28860 Commits

Author SHA1 Message Date
skodak
029735054a MDL-11859 student rank and showing of hidden grade items are now configurable + fixed some incorrect include_once 2007-10-21 12:56:19 +00:00
moodler
f51c9b8c24 Automatic installer.php lang files by installer_builder (20071021) 2007-10-21 04:12:36 +00:00
gbateson
f6c4bee314 improvements to XHTML compatability (merged from 1.9) 2007-10-21 03:02:55 +00:00
skodak
e3516b2da1 MDL-8605 fixed user image restore code 2007-10-20 20:57:06 +00:00
skodak
ffb2a56ff1 MDL-11857 missing addslashes on idnumber field during backup restore 2007-10-20 19:31:51 +00:00
skodak
549bf9cd73 MDL-11857 missing addslashes on idnumber field during backup restore 2007-10-20 19:25:10 +00:00
skodak
bfe0c0ddcf MDL-11835 proper labels for aggregation coef - weight and extra credit 2007-10-20 19:12:33 +00:00
skodak
78358cd6a1 MDL-11718 fixed incorrect bounds when altering aggregates for hidden grades 2007-10-20 15:48:46 +00:00
skodak
89a5f82768 MDL-11278 improved forced category settings - refactoring + regrading forced + new setting to hide forced settings in UI 2007-10-20 15:00:31 +00:00
mudrd8mz
a8d0a37a27 Fixed tabindex feature 2007-10-20 01:03:06 +00:00
mudrd8mz
cc8d91fa5f Added tabindex so you can jump to another missing string field by pressing a TAB key. 2007-10-20 00:45:51 +00:00
stronk7
04c2d0db9d Booleans are not always transformed to 0 /1. This was preventing install
under mysqli. Define block->multiple if needed.

Merged from MOODLE_19_STABLE
2007-10-19 17:53:23 +00:00
stronk7
df7cb97973 Adding support to course/formats from within the editor. MDL-11842
Merged from MOODLE_19_STABLE
2007-10-19 16:52:34 +00:00
poltawski
83f8b304e2 MDL-11766 Flickr/Youtube blocks don't respect http proxy vars
Merged from MOODLE_19_STABLE
2007-10-19 15:09:12 +00:00
poltawski
08ec989fd0 MDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed
by most http proxies to prevent tunneling. Added some debugging in case of failure.

Merged from MOODLE_19_STABLE
2007-10-19 14:47:14 +00:00
poltawski
e27f076535 MDL-11766 download_file_content is quite broken with proxies - lacking global
CFG definition, so must never have worked, also incorrectly specified proxyhost..

Merged from MOODLE_19_STABLE
2007-10-19 11:45:21 +00:00
skodak
d297269d79 2007-10-19 08:51:52 +00:00
toyomoyo
deb2988f39 MDL-11167, admin blocks page should not show blocks not placed on course pages 2007-10-19 07:54:30 +00:00
donal72
b3f0a052b2 Enable access to Mahara from testclient.php 2007-10-19 00:43:33 +00:00
urs_hunkler
a2d67b20d2 different spacing to 1.9 corrected. 2007-10-18 19:08:17 +00:00
urs_hunkler
6487c75230 merged from 1.9 2007-10-18 19:03:39 +00:00
stronk7
b738808bb3 Commenting some more debug...
Merged from MOODLE_19_STABLE
2007-10-18 16:04:54 +00:00
stronk7
6100dad06e Commenting out some excess of debug info.
Merged from MOODLE_19_STABLE
2007-10-18 15:57:15 +00:00
skodak
3b34f698b5 userid must be set in new grade too 2007-10-18 10:08:26 +00:00
toyomoyo
478f4322fa grade_grade does not have itemid initialized in grader report 2007-10-18 07:09:31 +00:00
toyomoyo
cb8cb8bf88 MDL-11241, adding logs for roles management 2007-10-18 05:53:14 +00:00
moodler
8754093016 Automatic installer.php lang files by installer_builder (20071018) 2007-10-18 05:29:44 +00:00
mattc-catalyst
e34f620386 groups/autogroup: Allocate members to groups more fairly
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-10-18 00:40:04 +00:00
skodak
b89a70ce8a MDL-11718 aggregated grades which depend on hidden grades are now hidden too + cleanup in grader report 2007-10-17 20:38:52 +00:00
tjhunt
93b2ed94a8 MDL-11061 - admin notifications about $CFG->wwwroot, which sometimes lead to obscure errors. Merged from MOODLE_19_STABLE. 2007-10-17 20:21:16 +00:00
tjhunt
bfbef967bc Fix notice. Meged from MOODLE_19_STABLE. 2007-10-17 14:36:03 +00:00
urs_hunkler
1c3f0a2aab merged from 1.9 :: removed CSSEdit reference line. 2007-10-17 14:01:26 +00:00
urs_hunkler
0ca8946ec7 merged from 1.9 :: RTL rendering optimized for IE6, IE7, Oper with CSS and Safari 2 with JavaScript. 2007-10-17 13:41:11 +00:00
skodak
6391ebe7da MDL-11718 aggregated grades which depend on hidden grades are now hidden too; cleanup in user report 2007-10-17 09:45:14 +00:00
skodak
a2cf7f1b8a MDL-11658 shared rdef definition - reduced memory usage in cron 2007-10-17 09:19:39 +00:00
donal72
fd7756e468 Laying groundwork for more Mnet error reporting 2007-10-17 08:14:47 +00:00
donal72
4ce054f348 Rewrite testclient.php to be a service browser for remote Moodles. This should be useful to people who are trying to connect to the API from non-Moodle hosts, or write software to connect to Moodle. MDL-10214, MDL-10174, MDL-10172, MDL-10171 2007-10-17 08:12:06 +00:00
donal72
f633d85d72 Change reflection methods to only report on methods that are being published to the inquiring host (instead of all methods that could be published). MDL-10214, MDL-10174, MDL-10172, MDL-10171 2007-10-17 08:08:12 +00:00
toyomoyo
82f66bed7b closing the $rs 2007-10-17 07:28:17 +00:00
toyomoyo
b592b8040e MDL-11738 merged, chat message not shown 2007-10-17 07:18:56 +00:00
toyomoyo
74204b6188 MDL-11687, the string 'capability' should not be translated in the links to capabilties docs page 2007-10-17 05:37:12 +00:00
toyomoyo
08eb5c4605 MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page 2007-10-17 05:30:57 +00:00
toyomoyo
e8f78c916d MDL-11553, reducing the number of bulk user selection buttons and lang changes 2007-10-17 04:30:22 +00:00
toyomoyo
f23aee73d0 MDL-11770, broken userid in add_to_log 2007-10-17 03:02:17 +00:00
toyomoyo
cccd44e2b7 MDL-11779, blog tagging code broken 2007-10-17 02:55:16 +00:00
tjhunt
d309fd0926 MDL-5262 - PHP notice when sorting on R% coloumn in the Item analysis report - I adopted the simple solution of stopping people sorting on that column, since it is the same as sorting on rcount, I think. Merged from MOODLE_19_STABLE. 2007-10-16 21:26:50 +00:00
tjhunt
4f189a8e17 Fix possible notice. Merged from MOODLE_19_STABLE. 2007-10-16 20:52:28 +00:00
tjhunt
263c81b0ad MDL-11794 - Blocks editing on button is not XHTML Strict when produced by page_generic_activity. Merged from MOODLE_19_STABLE. 2007-10-16 20:44:55 +00:00
tjhunt
76c619ea16 MDL-11791 - Custom corners broken on the quiz view page because I missed a global declaration, and PHP empty was hiding the problem. Merged from MOODLE_19_STABLE. 2007-10-16 20:29:20 +00:00
stronk7
226a1d9dfc Move the update of digestmailtimelast to the end of the
loop to allow digests to be sent over multiple cron
executions if something crash in the middle. MDL-11657

Merged from MOODLE_19_STABLE
2007-10-16 16:10:19 +00:00