Petr Skoda
cd1bca899f
MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on
2010-03-19 08:00:29 +00:00
Andrew Davis
3be8b5b8c3
rating MDL-21657 modified moodle/rating:rate risks
2010-03-19 07:37:51 +00:00
Andrew Davis
b1721f670b
rating MDL-21657 started making ratings API more like comments and split rate.php into rate.php and rate_ajax.php
2010-03-19 06:55:47 +00:00
Dan Marsden
1c5517a5a6
Assignment Events MDL-21861 - trigger events when files are uploaded in assignment to allow further handling - particularly for plagiarism prevention
2010-03-19 06:20:12 +00:00
Dongsheng Cai
f6e315fee6
"MDL-15405, fixed filearea parameter in filemanager"
2010-03-19 05:00:11 +00:00
Dongsheng Cai
08a22be6af
"MDL-19118, fixed comments api in format_text function"
2010-03-19 04:53:54 +00:00
Andrew Davis
c82ed0a8b0
rating MDL-21657 changed ratings rendering to avoid a nonconstant element name
2010-03-19 02:24:44 +00:00
Petr Skoda
9707279af6
MDL-21068 do not show admin usernames in cron logs
2010-03-18 22:00:09 +00:00
David Mudrak
794eed327d
MDL-20204 fixed calling of undefined method
2010-03-18 18:47:39 +00:00
David Mudrak
67da0bf73e
MDL-20204 fixed typo in variable name
2010-03-18 18:33:40 +00:00
David Mudrak
0189bf77c1
MDL-20204 fixed calling of a dropped html_component method on block_contents
2010-03-18 17:11:16 +00:00
Andrew Davis
09fa5f0463
rating MDL-21657 changed inner joins to just joins
2010-03-18 08:47:50 +00:00
Petr Skoda
f3afba4e19
MDL-21851 adding idalias to user_picture::fields()
2010-03-18 07:41:57 +00:00
Andrew Davis
e116a81833
rating MDL-21657 improved the default rating permissions
2010-03-18 07:14:49 +00:00
Sam Hemelryk
66a0612ae0
datalib MDL-14679 Fixed regression in get_logs_userday function, missing argument
2010-03-18 05:48:21 +00:00
Andrew Davis
8b69c341c0
rating MDL-21657 more changes based on Petr's feedback
2010-03-18 03:47:12 +00:00
Eloy Lafuente
dd884a3ac5
NOBUG: Get back Oracle to normality (fix trigger/seq generation) after latest cache changes
2010-03-18 01:50:32 +00:00
Eloy Lafuente
38af117a91
NOBUG: partially re-introduce DB object static cache, as we need to avoid dupes
...
when two indexes are created in the same sentence and initials are the same (contenthash, contextid)
This introduces some problems in Oracle but... better to keep the rest working.
2010-03-18 00:48:48 +00:00
Andrew Davis
7ac928a749
rating MDL-21657 more changes based on Petr's feedback
2010-03-17 09:12:13 +00:00
Andrew Davis
5db9b119bd
rating MDL-21657 moved upgrade of data table to mod/data/ upgrade script and updated install.xml
2010-03-17 05:50:08 +00:00
Andrew Davis
f1f6a75524
rating MDL-21657 changes based on Petr's feedback
2010-03-17 03:39:54 +00:00
Dongsheng Cai
6ee744b36e
"MDL-20204, fixed html_writer::tag parameters"
2010-03-17 02:25:36 +00:00
Eloy Lafuente
237e66198d
MDL-21834 DDL tests - static caches aren't good for multiple connections in same request
2010-03-17 02:17:26 +00:00
Andrew Davis
019cf6ce82
rating MDL-21657 added something to upgrade script to ensure there are no problems due to db/install.php having lagged behind unpgrade.php
2010-03-17 02:05:31 +00:00
Andrew Davis
e32a0646b6
rating MDL-21657 fixed rating table name in install.xml
2010-03-17 01:49:52 +00:00
Eloy Lafuente
d61b3d0269
MDL-21834 DDL tests - fix concurrent temp tables for mssql + 1 incorrect test
2010-03-17 01:34:29 +00:00
Eloy Lafuente
00511e2101
MDL-21834 DDL tests - fix concurrent temp tables for postgresql
2010-03-17 01:32:59 +00:00
Penny Leach
549c1ae680
portfolio MDL-21508 fixed broken forum attachment export
...
- fixed a lot of logic in the format conflict stuff
- fixed a very specific bug in forum export when exporting a single
attachment.
2010-03-16 19:07:53 +00:00
Eloy Lafuente
fbff152d22
MDL-21834 DDL tests - reveal some problems using concurrent temp tables
2010-03-16 19:02:18 +00:00
Penny Leach
fda8369f38
filelib MDL-21752 fixed case where mimeinfo_from_icon was including document/unknown when there were better options
2010-03-16 18:58:08 +00:00
Andrew Davis
6c5fcef746
rating MDL-21657 changing from ratings (plural) to rating (singular)
2010-03-16 09:37:31 +00:00
Andrew Davis
0f51ca7922
rating MDL-21657 changed table from ratings (plural) to rating (singular)
2010-03-16 09:20:23 +00:00
Andrew Davis
19fae1198c
rating MDL-21657 changed capabilities from ratings (plural) to rating (singular)
2010-03-16 09:02:34 +00:00
Andrew Davis
54e42e0bf2
rating MDL-21657 Switched from table ratings to rating
2010-03-16 08:57:57 +00:00
Dongsheng Cai
249c4f606d
"MDL-20904, web services for files"
2010-03-16 08:29:08 +00:00
Andrew Davis
158cd5d91a
rating MDL-21657 Fixed 2 upgrade problems
2010-03-16 06:59:34 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Dongsheng Cai
88342307b0
"MDL-21786, remove old comment lib file"
2010-03-15 08:03:18 +00:00
Dongsheng Cai
36051c9e91
"MDL-21786, moving comments library files to consistency"
2010-03-15 07:59:28 +00:00
Dongsheng Cai
ad13710756
"MDL-15405, fixed non-js filepicker url, need more work on nonjs version"
2010-03-15 06:29:47 +00:00
Dongsheng Cai
133fd70ba5
"MDL-13766, improve filemanager to browse user_private area files"
2010-03-15 06:12:39 +00:00
Dongsheng Cai
875f4e7b54
"MDL-21400, fixed image & media filepicker in editor"
2010-03-11 07:45:06 +00:00
Petr Skoda
c676fe6717
MDL-21789 fixed buggy handling of 0.00 in s()
2010-03-10 08:47:15 +00:00
Petr Skoda
b16b5857f0
MDL-21790 fixed dml conversion regression - credit goes to Evan Irving-Pease for the patch and discovery, thanks
2010-03-10 08:42:44 +00:00
Dongsheng Cai
ad620df347
"MDL-13766, fixed maxbytes parameter"
2010-03-09 01:49:02 +00:00
Dongsheng Cai
8a3e6a5604
"MDL-13766, fixed maxbytes limit"
2010-03-08 16:49:51 +00:00
Tim Hunt
7c1b615060
formslib: MDL-21561 minor bug with disabled datetimeselectors.
...
Thanks for Matt Petro for finding this and suggesting the fix.
I introduced this error when adding the calendar pop-up.
Strangely, dateselector was not affected.
2010-03-08 14:03:24 +00:00
Dongsheng Cai
0dc303382f
"MDL-21240, added yui3 lib requirment"
2010-03-08 04:13:55 +00:00
Dongsheng Cai
26d7ca9e09
"MDL-15405, perform filemanager init tasks in one function"
2010-03-08 03:37:20 +00:00
Dongsheng Cai
e30d75ccdd
"MDL-15405, perform filemanager init tasks in one function"
2010-03-08 03:28:22 +00:00