Petr Skoda
6d5b79c51d
MDL-25474 do not use html editor for css and js editing
2010-12-02 05:35:26 +00:00
Eloy Lafuente
3e7d386625
MDL-25418 glossary - fixed and improved duplicate entries buggy queries
2010-12-01 09:23:18 +00:00
Helen Foster
9936e3b00f
MDL-21250 capital letters removal
2010-11-29 16:23:19 +00:00
Helen Foster
af842c4309
MDL-21250 capital letters removal
2010-11-29 16:03:59 +00:00
Helen Foster
5735fefc93
MDL-21250 capital letters removal
2010-11-29 15:49:58 +00:00
Helen Foster
2a1a268136
MDL-25426 typo fix
2010-11-29 15:39:10 +00:00
David Mudrak
0b5549de93
Workshop index page cleanup
2010-11-29 12:24:16 +00:00
David Mudrak
32a979e9a8
MDL-25436 workshop: fixed deprecated function call
...
Credit goes to Paul Ortman for the patch.
2010-11-29 12:23:42 +00:00
Dongsheng Cai
d2d1db7a84
"MDL-25406 WIKI, use swid instead of wid, gid, uid"
2010-11-29 08:30:15 +00:00
Dongsheng Cai
33ea845ab2
"MDL-25406 WIKI, fixed wid parameter"
2010-11-29 08:25:03 +00:00
Sam Hemelryk
c89fa3fe4c
mod-forum MDL-25386 Fixed up the navigation for the forum.
2010-11-29 06:27:22 +00:00
Andrew Davis
ae27608564
rating MDL-22412 removed references to legacy ratings tables
2010-11-25 06:40:27 +00:00
Dan Marsden
a7ab614d3a
SCORM MDL-25298 escape html vars correctly - thanks to Xavier Paz for report/fix
2010-11-25 01:32:03 +00:00
Piers Harding
ef297a213d
MDL-24738 - fix up height and width calculations for scorm player
2010-11-24 22:57:38 +00:00
Tim Hunt
f2956c9813
quiz editing MDL-25391 creating a new question and adding it directly to the quiz was broken.
...
Thanks to Chad Outten for finding this before it was too late, and skodak for the review.
2010-11-24 09:05:22 +00:00
Dongsheng Cai
ad85f2629d
"NOMDL, fixed wiki upgrade, credits to David Mudrak"
2010-11-24 08:50:29 +00:00
Andreas Grabs
f42f567afc
MDL-25384 - the file mod/feedback/easy_excel.php is not used anymore
2010-11-23 18:07:11 +00:00
Andreas Grabs
51c49cc056
MDL-25375 - mod/feedback/complete.php throws exception if email notifications are enabled
2010-11-23 17:56:24 +00:00
Tim Hunt
423b992ee3
quiz editing MDL-25374 recent change broke JS on the order and paging tab.
2010-11-23 09:56:14 +00:00
Andreas Grabs
794cc28da9
MDL-25363 - Regression in feedback module show_entries.php
2010-11-22 19:48:52 +00:00
Tim Hunt
94dbfb3a82
quiz editing MDL-24750 The Add random button should also let you add questions from an existing category.
...
Also includes a fix for MDL-24749 by Sam Hemelryk. Thanks Sam.
This commit also includes a certain amount of code cleaning up.
2010-11-22 09:52:42 +00:00
Petr Skoda
5e21cac896
MDL-25336 fixed & in mod/url and fixed incomplete click url when embedding
2010-11-20 03:17:19 +00:00
Petr Skoda
56e507b2ee
MDL-25335 prevent errors when invalid format specified in resource text page
2010-11-20 02:51:26 +00:00
Dan Marsden
1ed0a96c28
SCORM MDL-25320 removes spaces from children patterns - thanks to Ian Wright for report
2010-11-19 23:35:12 +00:00
Tim Hunt
b81653e0af
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
Grr!
2010-11-19 11:11:33 +00:00
Andrew Davis
94263cca87
quiz MDL-25297 fixing quiz messaging issues
2010-11-19 09:50:12 +00:00
Aparup Banerjee
70b082fa6d
wiki MDL-24862 fixed wiki upgrade error (tested for mssql and mysql)
2010-11-19 08:36:49 +00:00
Andrew Davis
235da58d8c
quiz MDL-25297 fixed erroneous inline comments
2010-11-19 08:18:48 +00:00
Dongsheng Cai
49550e4964
"MDL-24862 revert previous change, sub query works better"
2010-11-19 07:43:13 +00:00
Andrew Davis
c02f338e5e
rss MDL-25319 replicating my optimization made to forum rss in glossary rss and database rss
2010-11-19 06:56:23 +00:00
Andrew Davis
da8ae44ead
rss MDL-25319 adding a check to avoid some work if the same rss feed is requested repeatedly
2010-11-19 06:33:38 +00:00
Aparup Banerjee
bb7603e900
wiki MDL-24862 fixed the upgrade code breaking in mssql.
2010-11-19 06:10:33 +00:00
Andrew Davis
bc68fc9a9b
message MDL-25297 refactored quiz to make message notifications work
2010-11-19 05:18:34 +00:00
Dan Marsden
32944e8d54
CHOICE MDL-24102 remove unused var - which should never be used anyway as it isn't cleaned!!
2010-11-19 03:42:33 +00:00
Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Dan Marsden
6e4453f5f8
CHOICE MDL-24102 use correct url in form submission
2010-11-19 03:23:14 +00:00
Dongsheng Cai
cece1791b0
MDL-23929 WIKI, fixed has_capability parameter
2010-11-19 02:59:10 +00:00
Sam Hemelryk
7a534d7a5c
mod-data MDL-25281 Removed format_text call that we messing up database entries.
2010-11-19 02:58:42 +00:00
Dan Marsden
e076641f77
CHOICE MDL-24102 fix tabs in code
2010-11-19 02:57:35 +00:00
Dan Marsden
f51d388c78
CHOICE MDL-24102 fix lang string
2010-11-19 02:48:39 +00:00
Dongsheng Cai
134d38ff18
MDL-22553, fixed wiki upgrade sql to running on sql server
2010-11-19 02:30:00 +00:00
Sam Hemelryk
653bc47ff2
mod-forum MDL-25299 Fixed up whitespace issue in forum lib
2010-11-19 01:57:23 +00:00
Tim Hunt
d744fc392a
quiz NOBUG improve a comment.
2010-11-18 22:38:50 +00:00
David Mudrak
29ec4d26ff
Fixed the anchor of Show parent link in the Forum
...
The anchor link led to the post itself instead of to the parent.
2010-11-18 12:47:24 +00:00
Eloy Lafuente
80c2a742b6
MDL-21437 data - fixed navigation from list to single
2010-11-17 21:47:08 +00:00
Eloy Lafuente
6e6878b5ec
MDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
2010-11-17 21:18:53 +00:00
Eloy Lafuente
be4d5a927b
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url
2010-11-17 19:27:47 +00:00
Eloy Lafuente
15a182827f
MDL-21437 data - checkbox and multimenu fields search working + require all too
2010-11-17 19:13:26 +00:00
Eloy Lafuente
1675129e35
MDL-21437 data - number and date fields search under mssql and oracle
2010-11-17 17:54:00 +00:00
Eloy Lafuente
eca891267c
MDL-21437 data - latlong, radio menu and multimenu now working under sqlserver & oracle
2010-11-17 16:57:56 +00:00