Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
Dan Marsden
6fa51b70a5
MDL-25177 Choice - fix typo for form creation causing pop-up window - thanks to Jason Hardin for fix
2011-05-19 13:01:21 +12:00
Glenn Ansley
3efd551351
MDL-27494 choice - fixing incorrectly named column in backup
2011-05-16 03:24:30 +02:00
sam marshall
6553cda7c9
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:13 +01:00
Helen Foster
af842c4309
MDL-21250 capital letters removal
2010-11-29 16:03:59 +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
Dan Marsden
6e4453f5f8
CHOICE MDL-24102 use correct url in form submission
2010-11-19 03:23:14 +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
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 Marshall
bc499733f8
Choice: MDL-20440 Added completion support to Choice (mark completed when user makes choice)
2010-10-14 14:58:43 +00:00
Shane Elliott
f574d378d5
MDL-24649 Fixed typo preventing download in excel format
2010-10-13 09:00:31 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
034ef76129
improved spelling
2010-09-18 12:31:20 +00:00
Petr Skoda
72d2982eb1
hmm, it is reset course not courses
2010-09-18 12:08:16 +00:00
Petr Skoda
91421f3ead
a few spelling fixes
2010-09-18 12:07:01 +00:00
Petr Skoda
9d97f08e99
MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML
2010-09-03 16:26:04 +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
Eloy Lafuente
bb584d5053
MDL-23796 backup - delete temp hack in choice, not needed because parser now handles that ok
2010-08-24 14:12:41 +00:00
Sam Hemelryk
202912a477
restore MDL-23796 Temp fix for issue preventing choice mod from being restored if the backup was made with specific settings
2010-08-23 07:40:29 +00:00
Rossiani Wijaya
f7e9300061
MDL-23867 - removing some extra whitespaces.
2010-08-20 02:40:13 +00:00
Rossiani Wijaya
9d624d6694
MDL-23867 - fixed errors when there are no enrolled users.
...
also fixed incomplete use of moodle_url (MDL-19805).
2010-08-19 10:35:30 +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
Sam Hemelryk
c3853702a5
backup MDL-23727 Added styles for the backup cancel button changes
2010-08-17 05:28:56 +00:00
Petr Skoda
d1eb986a97
MDL-23784 removing obsolete choice images, pix is the only correct dir now
2010-08-12 16:46:35 +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
1ef927d9f9
MDL-23479 backup - choice revised & old code deleted (but restore logs)
2010-07-30 19:39:50 +00:00
David Mudrak
cd188086d3
MDL-23561 Fixed support for addHelpButton() in repeated elements
2010-07-29 07:54:30 +00:00
Petr Skoda
1b20b92792
MDL-23561 temp workaround
2010-07-28 14:16:17 +00:00
Eloy Lafuente
162d02c362
NOBUG backup - choice_answers aren't children of choice_options
2010-07-28 10:30:30 +00:00
rwijaya
31d085e2a3
MDL-20508 - Modified $PAGE and $OUTPUT to $this->page and $this->output
2010-07-28 09:27:28 +00:00
Eloy Lafuente
6ad734cab6
MDL-23479 backup - choice restore implementation
2010-07-27 23:50:15 +00:00
Rossiani Wijaya
aad6246860
MDL-20508 - fixed options styles and layout.
2010-07-26 03:00:39 +00:00
Rossiani Wijaya
adafec72ba
MDL-20508 - update the width of choice results graph.
2010-07-23 07:10:49 +00:00
Rossiani Wijaya
315d4971f3
MDL-20508 - update choice module to fix accessibility issue and eliminate the use of table.
2010-07-23 03:55:06 +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
Dan Marsden
b723a4f88c
Choice MDL-18602 - don't need these extra sql calls. - thanks to Brian Gray for pointing it out!
2010-07-16 00:55:54 +00:00
Dan Marsden
9fd2f3c1b0
Choice MDL-23248 - check if var exists before setting.
2010-07-13 23:25:19 +00:00
Eloy Lafuente
3f9d86cd69
MDL-21432 backup - choice restore (missing steps). Enables activity settings
2010-07-06 22:38:53 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Dan Marsden
ce4f56bd3e
Choice MDL-23092 don't start page output before redirect.
2010-07-05 23:02:17 +00:00
Dan Marsden
9b854b2d21
Choice MDL-23089 use correct strings - thanks to Brian Gray for report/fix
2010-07-05 22:56:24 +00:00
Dan Marsden
c83d9e12b9
Choice MDL-23088 fix old get_record call - thanks to Brian Gray for report/patch
2010-07-05 22:44:39 +00:00
Dan Marsden
7aba17d2af
Choice MDL-23087 use consistant header with other modules
2010-07-05 22:42:46 +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
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +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
David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00