Petr Skoda
56e507b2ee
MDL-25335 prevent errors when invalid format specified in resource text page
2010-11-20 02:51:26 +00:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Petr Skoda
0c0484de7b
MDL-14627 new mod/page:view capability
2010-10-14 19:29:24 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
a4ee8005b5
docs fix
2010-09-18 13:30:03 +00:00
Petr Skoda
8cb86e0393
fixed broken on-access migration of old course files
2010-09-18 13:29:25 +00:00
Petr Skoda
e0cab2ace4
removed bogus function calls
2010-09-18 13:28:33 +00:00
Petr Skoda
034ef76129
improved spelling
2010-09-18 12:31:20 +00:00
Petr Skoda
b8ea3041eb
MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate
2010-09-02 18:29:39 +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
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
82793abdeb
MDL-23479 backup - minor fixes to page & url
2010-07-31 22:28:21 +00:00
Dan Marsden
6751fcbd80
MDL-23479 missed check for intro files.
2010-07-28 01:57:12 +00:00
Dan Marsden
6517017975
MDL-23479 Page Restore code - fix comments in label code.
2010-07-28 01:35:56 +00:00
Petr Skoda
73ad2d989f
MDL-22973 fixing missing string
...
AMOS BEGIN
CPY [neverseen,mod_resource],[neverseen,mod_page]
AMOS END
2010-07-25 08:08:36 +00:00
Petr Skoda
c0d1bc1038
MDL-22973 reverting wrong fix, modules can not be interdependent!
2010-07-25 08:06:46 +00:00
Andrew Davis
d3c5b585ae
mod_page MDL-22973 fixed a broken get_string() call
2010-07-25 05:10:43 +00:00
Petr Skoda
2eab29bd25
MDL-23486 page text required
2010-07-23 18:32:04 +00:00
Petr Skoda
2af3ca5542
MDL-23204 convert text to html in page intro
2010-07-16 09:21:06 +00:00
Petr Skoda
2c49daf789
MDL-21249 + MDL-16089 finalizing the mod/page module
2010-07-15 15:45:20 +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
Petr Skoda
9db7f99b3c
MDL-23153 fixed incorrect string name
2010-07-08 13:24:24 +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
Sam Marshall
518f7d924c
Completion MDL-21687 Resource, Page fail to include completion library (& die)
2010-06-24 10:17:24 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Martin Dougiamas
42439c0572
MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE
2010-06-01 03:53:15 +00:00
Petr Skoda
9b56a34f7d
MDL-16089 some resource lib and lang pack cleanup
...
AMOS START
MOV [displayauto,mod_resource],[resourcedisplayauto,core]
MOV [displaydownload,mod_resource],[resourcedisplaydownload,core]
MOV [displayembed,mod_resource],[resourcedisplayembed,core]
MOV [displayframe,mod_resource],[resourcedisplayframe,core]
MOV [displaynew,mod_resource],[resourcedisplaynew,core]
MOV [displayopen,mod_resource],[resourcedisplayopen,core]
MOV [displaypopup,mod_resource],[resourcedisplaypopup,core]
AMOS END
2010-05-22 13:54:41 +00:00
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
Eloy Lafuente
7db1f6b99f
MDL-22151 backup - added page module backup
2010-05-04 21:58:11 +00:00
Helen Foster
f9d49246b0
MDL-21695 adding help strings
2010-04-29 14:15:28 +00:00
Martin Dougiamas
5435c9dcc4
help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly
2010-04-23 07:46:35 +00:00
Petr Skoda
3fc066917d
MDL-21695 adding support for module help
2010-04-13 21:59:15 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
David Mudrak
200fe7f26b
MDL-21694 Moving Page strings
2010-03-29 20:50:58 +00:00
Sam Hemelryk
0b29477be9
navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
...
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Sam Marshall
c15a60e6be
MDL-21687 Completion 'on view' not working on resource types after resource was rewritten
2010-02-23 13:10:45 +00:00
Sam Hemelryk
13fceaa4de
mod-page MDL-21590 Fixed recent regression in page whereby a var was being used before being created
2010-02-23 08:08:28 +00:00
Petr Skoda
9a9012dc8f
MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now)
2010-02-14 20:18:10 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +00:00
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +00:00