David Mudrak
370d793c98
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
...
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Petr Skoda
ed5d13c074
MDL-23795 basic support for print page layout + tons of trailing whitespace fixed
2010-08-16 19:34:23 +00:00
Andrew Davis
16306628bd
gradebook MDL-19133 shifted around some code to move module grade settings into common code
2010-08-13 08:29:13 +00:00
Andrew Davis
77c7486ea0
glossary MDL-23423 improved ajax error display
2010-08-13 02:13:01 +00:00
Andrew Davis
0700c5c464
glossary MDL-23423 separated showentry.php into ajax and non ajax version and fixed a failure exposed by MDL-23739
2010-08-13 02:02:41 +00:00
Petr Skoda
fa555107db
MDL-23784 removing obsolete glossary images, pix is the only correct dir now
2010-08-12 16:44:29 +00:00
Petr Skoda
bce08d9a37
MDL-23739 improved ajax headers - now using application/json with the exception of YUI upload
2010-08-10 08:50:08 +00:00
Andrew Davis
e9860baaf9
glossary MDLSITE-953 made glossary autolinker use entry id instead of the entry itself when linking to entries
2010-08-09 13:00:17 +00:00
Petr Skoda
c6d75bffa5
MDL-23628 improved log action support - now similar to handling of capabilities
2010-08-03 10:07:18 +00:00
Dongsheng Cai
650a0c0a66
COMMENT MDL-23585 delete comments when centain contexts are being deleted
2010-08-02 07:44:45 +00:00
Eloy Lafuente
b3d2aa67f4
MDL-23479 backup - glossary restore & old code deleted (but restore logs)
2010-07-31 22:33:41 +00:00
Petr Skoda
35716b8682
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core)
2010-07-30 20:51:01 +00:00
Dongsheng Cai
16b86ae420
MDL-23187, added extra comments caps to modules (glossary, data and wiki)
2010-07-27 10:05:12 +00:00
Andrew Davis
7ee9d9c881
glossary MDL-23423 converted glossary autolinker to use an overlay rather than a popup
2010-07-27 01:32:51 +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
aa87cde4b5
glossary MDL-22678 Fixed some issues with glossary entry popups
2010-07-21 07:24:06 +00:00
Andrew Davis
43b92251be
rss MDL-23391 made lib/rsslib.php more generic
2010-07-21 02:11:53 +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
274f98409a
rss MDL-23391 refactored rss feeds to make them standard across components
2010-07-20 07:49:34 +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
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
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
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
Petr Skoda
72c4be397c
MDL-23204 fixed import/export format issues
2010-07-18 08:52:21 +00:00
Petr Skoda
b548e69cef
fixed missing inlcude
2010-07-18 08:43:25 +00:00
Petr Skoda
ccfbbff0d9
fixed wrong redirect url syntax
2010-07-18 08:39:58 +00:00
Andrew Davis
4ce274696f
glossary MDL-23360 fixed some display problems with the glossary
2010-07-18 08:28:09 +00:00
Petr Skoda
1b1bd4777d
MDL-23204 convert text to html in glossary intro
2010-07-16 09:14:37 +00:00
Andrew Davis
0074247f95
rating MDL-23187 added rating caps to those listed within activity cap check pages
2010-07-16 07:42:10 +00:00
Andrew Davis
55d95d90f9
rating MDL-23328 made date restriction of ratings work correctly
2010-07-16 06:30:30 +00:00
Rossiani Wijaya
b1b769b046
MDL-22647 - Fixed undefined $strintro. Change $strintro to $strentries
2010-07-14 09:44:19 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +00:00
aparup
dbd9b303cc
Glossary MDL-23063 fixed bug with the way get_record was being called.. kudos to Stephen
2010-07-07 07:21:13 +00:00
Petr Skoda
936a54ca05
MDL-23106 removing unused ratings upgrade code
2010-07-06 17:29:55 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Martin Dougiamas
9a5b90053b
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
...
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Martin Dougiamas
e3b8897c3a
NOBUG Removed unused string 'searchconcept'
2010-07-01 03:30:50 +00:00
Martin Dougiamas
9b22ac0aac
NOBUG Fixed a bad string callto "alphabet"
2010-07-01 03:28:20 +00:00
Sam Marshall
d95ed8e376
glossary MDL-22971 cannot delete glossary
2010-06-28 13:43:55 +00:00
David Mudrak
33b1a40639
NOBUG glossary: removing duplicate trusttext option
2010-06-10 17:56:14 +00:00
Dongsheng Cai
427711b108
"MDL-22677, glossar lib file needs to require rating library"
2010-06-10 05:08:56 +00:00
Andrew Davis
2e4b4fc000
glossary MDL-22677 cleaned up the ratings related stuff in the glossary reset code
2010-06-08 08:57:54 +00:00
Andrew Davis
218c0385ae
glossary MDL-22678 made the close window button only appear if showentry.php is being shown as a popup
2010-06-08 06:25:57 +00:00