Commit graph

457 commits

Author SHA1 Message Date
Petr Skoda
086339d293 MDL-24079 sql_ilike is deprecated, I still do not understand why do we have to drag this old code along 2010-09-04 11:43:50 +00:00
Petr Skoda
a9637e7df4 MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
Petr Skoda
8866508f54 MDL-24058 just killing addslashes, no idea why we have this horrible code in CVS 2010-09-02 12:37:00 +00:00
Dongsheng Cai
d846488e65 "MDL-23917, display comments for not logged in users" 2010-08-25 03:50:19 +00:00
Dongsheng Cai
7feb91ad90 "MDL-23819, old wiki has binary data stored in db, which is not supported anymore, so we have to ignore the bad data without breaking upgrade process" 2010-08-24 06:45:33 +00:00
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
Dongsheng Cai
825301f6f1 "NOBUG, remove $OUTPUT from renderer.php" 2010-08-16 02:18:42 +00:00
Petr Skoda
ede7252234 MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
Jordi Piguillem
d45be41f86 oppss... Fixed. 2010-08-12 10:08:13 +00:00
Jordi Piguillem
0f70da0f49 [MDL-23137]
replacing some require_course_login by require_login
2010-08-12 10:01:19 +00:00
Jordi Piguillem
cfffb69c5d [MDL-23584]
Improving tabs.
When user is not allowed to edit, edit tab is not shown
When user is not allowed to view comments or comments are disabled, comments tab is not shown
2010-08-12 09:45:20 +00:00
Jordi Piguillem
9ffd2726df [MDL-23317]
fixing issue with get_complete_user_data and improving related wiki comments functions
2010-08-12 09:06:09 +00:00
Dongsheng Cai
89e2569b0f "MDL-22950 fixed filearea" 2010-08-11 07:25:20 +00:00
Jordi Piguillem
f6e56f2890 [MDL-23556]
Fixing this issue at wiki creation.
2010-08-03 17:28:17 +00:00
Jordi Piguillem
becf81c736 [MDL-23432]
Fixing problems at comments
2010-08-03 17:05:59 +00:00
Jordi Piguillem
9bf1b7166f [MDL-23432]
Fixing this issue and some other problems with comments interface and capabilities.
2010-08-03 11:30:54 +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
Eloy Lafuente
e00d996247 MDL-23479 backup - wiki revised & old code deleted (but restore logs) 2010-08-02 12:17:36 +00:00
Eloy Lafuente
07f7954d1e MDL-23479 backup - fix files/tags/comments/links backup & restore
(thanks Pigui for adapting module core so quickly)
2010-08-02 12:16:16 +00:00
Eloy Lafuente
dec303ade9 NOMDL wiki - adding missing savepoint 2010-08-02 11:58:04 +00:00
Jordi Piguillem
ab42292001 Fixing tags and comments issues. 2010-08-02 11:49:51 +00:00
Eloy Lafuente
b287039a8c MDL-23479 backup - fix wrong column on restore 2010-08-02 09:56:41 +00:00
Dan Marsden
26cf184c6f MDL-23479 wiki restore code - correct encoding and time shifting 2010-08-02 00:29:33 +00:00
Jordi Piguillem
75b986e7f5 [MDL-23130]
Fixing problems of sql injection.
2010-07-30 12:10:18 +00:00
Jordi Piguillem
9730c555b6 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 11:12:33 +00:00
Jordi Piguillem
621f3ef519 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 10:49:41 +00:00
Dan Marsden
36ee2cae40 MDL-23479 wiki restore code - Still some files not included in backup/restore and content needs decoding correctly. 2010-07-29 02:08:33 +00:00
Dan Marsden
1ecc51c4c8 MDL-23479 wiki restore typo 2010-07-29 01:14:20 +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
Helen Foster
e22238ee47 MDL-22449 help string update 2010-07-26 12:01:31 +00:00
Jordi Piguillem
532d319d50 MDL-23136
I moved the require to the function that needed it.
2010-07-26 10:09:22 +00:00
Rossiani Wijaya
6c5b99d9f7 MDL-23291 - fixed deprecated errors in wiki. 2010-07-26 08:26:29 +00:00
Andrew Davis
e8930396ee course MDL-22973 altering a pointless 2.0 function to match the equally pointless 1.9 version to at least avoid a php error 2010-07-25 05:05:44 +00:00
Andrew Davis
3d5904ff90 filters MDL-23456 turned added filtering for wikis 2010-07-23 02:50:35 +00:00
Jonathan Harker
349565d0c1 mod/wiki: MDL-20876 fix deprecated split() calls. 2010-07-20 01:43:11 +00:00
Jordi Piguillem
44c0751bbf MDL-22594
Putting back wiki editors and disabling file attachement
2010-07-19 10:41:30 +00:00
Jordi Piguillem
9e11d50773 Adding the global variable 2010-07-15 11:05:51 +00:00
Jordi Piguillem
b7d0b32f4a MDL-22449
Modifing map page to add some help
2010-07-15 11:04:21 +00:00
Jordi Piguillem
534d5b04db MDL-22449
Adding some more help strings
2010-07-15 11:03:54 +00:00
Jordi Piguillem
7b8cf15ce5 Restoring a line form a previous version 2010-07-15 10:53:27 +00:00
Jordi Piguillem
f8be7ad493 MDL-22449
Removing link from diff string
2010-07-15 10:44:14 +00:00
Jordi Piguillem
4bb7490510 MDL-22449
Adding some help strings
2010-07-15 10:43:15 +00:00
Jordi Piguillem
03d1fce9c1 fixing bugs at comments page 2010-07-15 10:16:01 +00:00
Rossiani Wijaya
21b6efd7c9 MDL-23233 - adding formslib.php 2010-07-15 04:11:17 +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
d50eb3d4e1 no more id cvs markers or closing php tags! 2010-07-04 12:08:53 +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
Rossiani Wijaya
377d7b82f6 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00