mattc-catalyst
f52a0de1c5
MDL-12433: course/info - missing context
2007-12-07 00:15:50 +00:00
moodler
ea9af5b1a2
Automatic installer.php lang files by installer_builder (20071206)
2007-12-06 05:16:04 +00:00
toyomoyo
1ac5aabb2f
MDL-12439, templates not imported in database preset import
2007-12-06 00:45:31 +00:00
diml
ee7a11dc62
fixing security hole. reference : http://moodle.org/mod/forum/discuss.php?d=85748#p379857
...
Inaki Arenzana
2007-12-05 15:55:01 +00:00
martinlanghoff
ca6f03263d
datalib:get_my_courses() - fix CAST() to work in MySQL - MDL-12427
...
MySQL does not like CAST()s to VARCHAR. Change it to a CHAR() -- note
the lack of length definition -- which will do the cast without any
padding. That's what we are after, anyway.
2007-12-04 23:11:03 +00:00
martinlanghoff
77a53d26bb
datalib: get_logs_user*() - fix invalid SQL - MDL-12426
...
Oracle does not accept column labels in the GROUP BY section -
get_logs_usercourse() and get_logs_userday() were computing the
day/hours column and using it in the GROUP BY. The compatible fix
is to reproduce the same computation in the GROUP BY section.
Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>.
2007-12-04 06:15:08 +00:00
martinlanghoff
414b66be32
blocks/online_users: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
...
Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>
2007-12-04 06:13:47 +00:00
martinlanghoff
b5558e5742
mod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
...
This loop also needs some rewriting - it is _very_ inefficient on
large courses.
2007-12-04 06:13:15 +00:00
martinlanghoff
9dbb215cf6
datalib:get_my_courses() - fix SQL compat Oracle - MDL-12427
...
One of the SQL queries in gmc is concatenating ctx.path with an id field.
Oracle barfs at the idea of casting the numeric id - so we CAST() it
explicitly, lest there be any confusion.
Credit for the fix to Dennis Rochford <Dennis.Rochford@usq.edu.au>
2007-12-04 06:07:12 +00:00
moodler
0a85b6161b
Automatic installer.php lang files by installer_builder (20071204)
2007-12-04 05:21:30 +00:00
toyomoyo
eb34ba19a9
MDL-12399, shorten_text() truncates all closing tags
2007-12-04 05:09:12 +00:00
fmarier
8a48b86836
ddllib: Mark table_column() as deprecated
...
Signed-off-by: Eloy Lafuente
2007-12-03 23:17:56 +00:00
stronk7
0196475e23
Adding some outer spaces to returned SQL to avoid wrong
...
sentences caused by concatenation.
2007-12-03 20:41:31 +00:00
stronk7
8245849ef9
Adding two new functions: sql_isempty() and sql_isnotempty() to perform
...
SQL comparisons to empties in a cross-db way. General solution for
problems like MDL-12084
2007-12-03 20:08:07 +00:00
nfreear
0b5a4199d0
Fixes bug MDL-12416, Help links - img ALT text should contain phrase "new window" to match link TITLE. Merged.
2007-12-03 16:47:23 +00:00
whchuang
3dd157d0ee
MDL-12094. Added the /blocks/search/lang/en_utf8/block_search.php back based on the moodle 1.9 version
2007-11-30 02:13:44 +00:00
moodler
51528c6d6e
New installer files added - stronk7
...
Backported from HEAD
2007-11-29 17:02:16 +00:00
moodler
d07ae54371
file installer.php was added on branch MOODLE_18_STABLE on 2007-11-29 17:02:16 +0000
2007-11-29 16:59:26 +00:00
moodler
4f497b2c4e
Automatic installer.php lang files by installer_builder (20071129)
2007-11-29 05:57:40 +00:00
toyomoyo
482221882b
MDL-12289, fixing html strict for restore
2007-11-29 04:45:34 +00:00
toyomoyo
fab9a8452a
MDL-12346, lesson module GIFT import fails
2007-11-29 04:30:28 +00:00
urs_hunkler
0c7d5e2966
added missing pix
2007-11-28 16:14:07 +00:00
toyomoyo
50ab9935c0
MDL-10263, enable forum search for multiple groups
2007-11-28 07:49:55 +00:00
toyomoyo
1e81a1295e
MDL-11818, single post forum descript = first post
2007-11-28 05:06:41 +00:00
arborrow
200f64d220
MDL-10523 - Removing DISTINCT from the query will enable the function to work with MSSQL which was having difficulty with the current syntax and should not impact other queries because the user id should already be unique.
2007-11-27 20:18:19 +00:00
nicolasconnault
1b1bd5929b
MDL-8863 Initial page field was disabled when there were no entries in the wiki, making it useless. It is now always enabled
2007-11-27 13:29:36 +00:00
toyomoyo
e489cc2f8d
MDL-12331, hidden teacher should not be displayed in choice results
2007-11-26 05:58:21 +00:00
toyomoyo
827100874d
MDL-12175, forum reset should delete attachments
2007-11-26 04:22:40 +00:00
toyomoyo
160684c811
fixing 2 restore problems 1) group sql is broken 2) sql could return multiple groups
2007-11-26 03:19:26 +00:00
toyomoyo
afbb79e1c6
MDL-12081, teacher with import capability can not import course
2007-11-26 02:37:56 +00:00
gbateson
1cd4d9dffe
fix MDL-12318: from Moodle 1.8 onward, the HotPot module has its own mediaplugin filter, because teh standard Moodle "filter/mediaplugin" can no longer insert media players into Javascript.
2007-11-26 00:14:54 +00:00
gbateson
f548abb84c
added new mediaplayer filter, because standard Moodle mediaplugin filter can no longer insert players into JavaScript. "mod/hotpot/mediaplayers/moodle/filter.php" mimics the behavior or the "filter/mediaplugin/filter.php" in Moodle 1.7
2007-11-26 00:12:56 +00:00
moodler
1f44541d17
Automatic installer.php lang files by installer_builder (20071125)
2007-11-25 03:54:21 +00:00
skodak
1cefec56ed
MDL-12329 fixed last access when course not accessed yet - patch by Yolanda Ordóñez Rufat; backported from MOODLE_19_STABLE
2007-11-23 21:33:28 +00:00
moodler
aeae7ec39d
Automatic installer.php lang files by installer_builder (20071123)
2007-11-23 04:59:35 +00:00
toyomoyo
471e1be772
MDL-12320, problem viewing grades with separate groups
2007-11-23 04:12:12 +00:00
stronk7
3e5d5d5741
Deleting one ='' condition that isn't cross-db nor necessary. MDL-12186
2007-11-22 22:45:23 +00:00
scyrma
f1deee8860
Replaces 'GMT' by 'UTC' where it showed in user interface and fixes MDL-9164.
2007-11-22 06:39:11 +00:00
toyomoyo
c08b2ecf09
turn the block of if $CFG->messaging if off
2007-11-22 01:15:38 +00:00
toyomoyo
fae700ba1c
MDL-10028, adding a string
2007-11-22 01:03:30 +00:00
nfreear
7b8cd330a3
Fixes reopened bug MDL-7472, "Explicitly label radio buttons in Survey" - removes use of USER->screenreader using get_accesshide + many other accessibility fixes. MERGED.
2007-11-21 15:26:19 +00:00
toyomoyo
5645145115
MDL-10294, MDL-10028, changing messaging/bulk messaging system
2007-11-21 07:46:45 +00:00
diml
ad91f3744e
fix unchecked foreach loops
2007-11-20 23:25:46 +00:00
diml
7bf21a5064
fix table name for deletion of indexes before regeneration
2007-11-20 23:25:22 +00:00
tjhunt
3b37251a8a
MDL-12282 - Numerical question type - the units are displayed on the editing form with a stupidly large number of decimal places.
2007-11-20 16:56:53 +00:00
ethem
80d7317a79
Fixo
2007-11-20 14:25:20 +00:00
ethem
47d75826be
Fix for Canadian Postal Code
...
http://moodle.org/mod/forum/discuss.php?d=81736
2007-11-20 13:41:49 +00:00
moodler
8478d321ec
Automatic installer.php lang files by installer_builder (20071120)
2007-11-20 05:14:28 +00:00
mattc-catalyst
9e9511ca48
MDL-12264 - course/info: check if course is hidden before displaying info about it.
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-11-20 02:36:53 +00:00
stronk7
451761a403
Some question formating...
2007-11-20 00:05:16 +00:00