Martin Dougiamas
e822f07ba2
MDL-23475 Some cleanups to make adding/editing entries a bit smoother. Fixed buttons on Delete too.
2010-07-22 06:29:14 +00:00
Andrew Davis
aa28106896
glossary MDL-23369 made glossary item autolink filter popups the right size
2010-07-22 05:51:40 +00:00
Andrew Davis
ee15123074
forum MDL-23328 forum_get_discussions_unread() now works
2010-07-22 03:54:22 +00:00
Dongsheng Cai
adbb249d99
MDL-23452, force download folder files
2010-07-22 02:45:52 +00:00
Dan Marsden
5d21c26076
SCORM MDL-21333 remove link to allow manual opening of window as JS communication can fail and no grades are reported from the object. Remove old strings no longer required.
2010-07-22 01:52:25 +00:00
Dan Marsden
a73e2664fb
SCORM MDL-22951 height/width are now only valid for pop-up windows.
2010-07-22 01:23:17 +00:00
Dan Marsden
5c2aa1574f
SCORM MDL-22951 New player for SCORM fixes major regression that prevents some SCORM objects from playing - MDL-23454 - also fixes MDL-19954, MDL-7787, MDL-19618, MDL-23421 - this still has a some issues with the display of objects in IE 7 but these are minor compared to the regression in MDL-23454 and should be resolved very soon.
2010-07-22 00:48:06 +00:00
Dan Marsden
0872dbdc19
SCORM MDL-23453 fix default api mask
2010-07-21 22:34:42 +00:00
Petr Skoda
01310dfbed
MDL-23197 fixed matching regression, sorry
2010-07-21 17:42:36 +00:00
Dan Marsden
bd803ac7e4
SCORM MDL-23422 fix logic for displaying closed messages.
2010-07-21 10:19:38 +00:00
Dan Marsden
58a8f28862
Choice MDL-23448 lang tidy for users that can be enrolled - don't call them guests.
2010-07-21 10:11:18 +00:00
Petr Skoda
5e110d86a6
MDL-23429 Lesson :: multichoice feedback missing studentresponse, credit goes to Joseph Rzeau
2010-07-21 10:01:38 +00:00
Petr Skoda
088d400692
MDL-23197 fixed recent forms regression
2010-07-21 09:58:20 +00:00
Andrew Davis
aa87cde4b5
glossary MDL-22678 Fixed some issues with glossary entry popups
2010-07-21 07:24:06 +00:00
Petr Skoda
ece2c44fe7
MDL-23197 fixing stupid typo, thanks Joseph
2010-07-21 07:23:39 +00:00
Andrew Davis
43b92251be
rss MDL-23391 made lib/rsslib.php more generic
2010-07-21 02:11:53 +00:00
Petr Skoda
01c37ef1b5
MDL-23197 ugly hack that adds editor support into lesson answers and responses - no files support planned for 2.0, sorry
2010-07-20 21:11:41 +00:00
David Mudrak
60719642bd
NOMDL workshop: added error messages explanation, php notice fixed and additional access control
2010-07-20 14:17:41 +00:00
David Mudrak
e0142f7e8a
MDL-23408 workshop: show instructions at the submission/assessment page, too
2010-07-20 14:17:14 +00:00
Sam Hemelryk
69531afc68
mod-glossary MDL-23026 Tweaked JS autolink requirment call so that it only ever occurs once... just incase.
2010-07-20 08:53:21 +00:00
Sam Hemelryk
673cc1e888
mod-glossary MDL-23026 Changed method glossary auto linking was generating popup events in JS
...
Now rather than adding a click event for EVERY possible glossary entry it adds a single event that delegates
clicks against anchor elements with the classes glossary and autolink.
2010-07-20 08:44:09 +00:00
Andrew Davis
4df5322391
rss MDL-23391 rerefactored rss feed generation
2010-07-20 08:36:22 +00:00
aparup
cf353d880d
Assignment MDL-23413 minor fix to checkbox field displaying to remove notice. (and to persist checks after submit)
2010-07-20 07:56:46 +00:00
Andrew Davis
274f98409a
rss MDL-23391 refactored rss feeds to make them standard across components
2010-07-20 07:49:34 +00:00
Petr Skoda
d333dc2003
fixed file component regression
2010-07-20 07:14:02 +00:00
Sam Hemelryk
4843f0d418
mod-glossary MDL-23026 Fixed regressions in conversion to OUTPUT for glossary auto-linking filter
2010-07-20 07:08:19 +00:00
Sam Hemelryk
f621a346a2
mod-lesson MDL-23204 Converted page contents to html during upgrade and addition of contentsformat field
2010-07-20 05:38:28 +00:00
Sam Hemelryk
f4136193b7
mod-assignment MDL-22686 Implemented solution for overflow hidden of submission table
2010-07-20 05:19:22 +00:00
Andrew Davis
7138d3b30f
glossary MDL-23391 glossary rss feed generation tweak
2010-07-20 04:02:31 +00:00
Andrew Davis
690aa229c5
rss MDL-23391 committing refactored rss retrieval file
2010-07-20 03:47:20 +00:00
Andrew Davis
37e3256aae
glossary MDL-23373 removed commented out code
2010-07-20 02:06:42 +00:00
Andrew Davis
452d77ed99
glossary MDL-23373 made glossary save rating settings properly when its first created
2010-07-20 02:04:11 +00:00
Jonathan Harker
349565d0c1
mod/wiki: MDL-20876 fix deprecated split() calls.
2010-07-20 01:43:11 +00:00
Jonathan Harker
e2ebb53e68
mod/data MDL-23284 use get_records instead.
...
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 23:31:46 +00:00
Dongsheng Cai
493a82f69e
"MDL-22659, Thanks Davo Smith's patch on assignment plugin validation and preprocess"
2010-07-19 16:04:16 +00:00
David Mudrak
6a0d85aa67
NOMDL Workshop: File API in mod_form fixed
2010-07-19 13:21:55 +00:00
David Mudrak
bfbca63de3
NOMDL Workshop: Improved detection of filled description and instructions
...
The function strip_tags() used to be here as a way around a bug in
TinyMCE producing empty <br /> instead of empty string. This lead to the
unwanted behaviour that Workshop description of instructions consisting
of <img> only were considered as empty. The TinyMCE seems to produce
correct string now so this is not needed any more.
2010-07-19 13:20:50 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Jordi Piguillem
44c0751bbf
MDL-22594
...
Putting back wiki editors and disabling file attachement
2010-07-19 10:41:30 +00:00
Petr Skoda
b626322b51
MDL-19698 deprecated assign new by ref in feedback
2010-07-19 08:33:18 +00:00
Petr Skoda
0e7de62880
MDL-19698 deprecated assign new by ref in chat server - there are much worse problems left I think
2010-07-19 08:32:19 +00:00
aparup
289bcf7305
Assignment MDL-22843
...
- allowed filearea 'response' to be served from uploadsingle assignment type. (fixed regression)
2010-07-19 08:22:56 +00:00
Andrew Davis
d5f25d957e
rss MDL-23383 moved the RSS cache to /dataroot/cache/rss
2010-07-19 06:46:23 +00:00
aparup
2b9d57c484
Assignment MDL-22843
...
- fixed file manager using wrong file area when grading my own submission.
- also removed extra slash in rendered file folder tree links.
2010-07-19 06:23:03 +00:00
Jonathan Harker
c603457381
mod/data MDL-23284 fix database error that was chewing up HTML output.
...
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 05:19:47 +00:00
aparup
be9608feaa
Assignment MDL-23261
...
submission and response files display tree rendering fixed broken url and filearea is now passed down to sub dirs being rendered (fixes links)
2010-07-19 03:32:24 +00:00
Andrew Davis
6528fe6b32
glossary MDL-23369 unnecessary elements when displaying glossary entries in a popup
2010-07-19 02:57:18 +00:00
Andrew Davis
cb6057ee5a
glossary MDL-23360 removed rogue colon in glossary continuous format
2010-07-19 01:29:34 +00:00
Penny Leach
68952f5eef
assignment portfolio support MDL-22001 disable online text portfolio support until text formats is fixed :(
2010-07-18 14:22:59 +00:00
David Mudrak
2d3522ae1e
NOMDL Fixed incorrect throwing of exceptions - missing 'new' or unknown exception class
2010-07-18 12:30:49 +00:00