Commit graph

10151 commits

Author SHA1 Message Date
David Mudrak
200fe7f26b MDL-21694 Moving Page strings 2010-03-29 20:50:58 +00:00
David Mudrak
2476f5f22c MDL-21694 Moving Lesson strings 2010-03-29 20:50:35 +00:00
David Mudrak
d8a8183033 MDL-21694 Moving Label strings 2010-03-29 20:50:12 +00:00
David Mudrak
afbbc6c0f6 MDL-21694 Moving Hotpot strings 2010-03-29 20:49:50 +00:00
David Mudrak
3158eb9350 MDL-21694 Moving Glossary strings 2010-03-29 20:49:28 +00:00
David Mudrak
ffbb41f48f MDL-21694 Moving Forum strings 2010-03-29 20:49:05 +00:00
David Mudrak
81144b026f MDL-21694 Moving Folder strings 2010-03-29 20:48:42 +00:00
David Mudrak
675aa51db3 MDL-21694 Moving Feedback module strings 2010-03-29 20:48:20 +00:00
David Mudrak
eea1d899bc MDL-21694 Moving Choice module lang file 2010-03-29 20:47:23 +00:00
David Mudrak
ce0250ec19 MDL-21694 Moving Chat module lang file 2010-03-29 20:47:01 +00:00
David Mudrak
33aadb2d70 MDL-21694 Moving Database module strings into module space 2010-03-29 20:31:40 +00:00
David Mudrak
d1f62223b5 MDL-21694 Moving assignment lang file into plugin scope 2010-03-29 15:22:51 +00:00
David Mudrak
2064cbaa0f MDL-21694 Moving quiz language files into plugin scope 2010-03-29 15:22:08 +00:00
Andreas Grabs
5dee2210f4 Non standard codingstyle,
replaced some urls with use of moodle_url class
2010-03-28 15:29:49 +00:00
Andreas Grabs
01910dff66 changed line - defined('FEEDBACK_INCLUDE_TEST') ... to defined('MOODLE_INTERNAL')... 2010-03-28 10:00:24 +00:00
Andreas Grabs
42f84a43a6 Incorrectly defined capability defaults and access control
CAP_PREVENT is not allowed in access.php
2010-03-28 09:42:42 +00:00
Sam Hemelryk
90723839ca themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Dan Marsden
48d628c032 Assignment Events MDL-21861 - remove bad call to depreceated function 2010-03-25 00:23:22 +00:00
David Mudrak
a08bc515fc Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
Petr Skoda
ff3ad2d9f8 adding more upgrade info 2010-03-24 10:07:44 +00:00
Petr Skoda
0f40b5b117 adding more upgrade info 2010-03-24 09:25:21 +00:00
Petr Skoda
b753419065 adding more upgrade info 2010-03-24 09:24:19 +00:00
Petr Skoda
44f2977ccb adding more upgrade info 2010-03-24 09:20:20 +00:00
Petr Skoda
8026a94392 adding more upgrade info 2010-03-24 09:10:14 +00:00
Sam Hemelryk
1fe3281dce mod-chat MDL-19804 Converted a couple of require calls to require_once calls 2010-03-23 08:44:04 +00:00
Penny Leach
599777551b portfolio MDL-21034 fixed syntax error caused by too long lines and patching 2010-03-23 06:26:42 +00:00
Eloy Lafuente
cea304d432 NOBUG: comment is a reserved word for oracle. I reserve my comments about it ;-) 2010-03-22 17:49:42 +00:00
Penny Leach
b2488578dc portfolio MDL-21034 add extra leap2a metadata to forum export 2010-03-22 14:34:15 +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
Andrew Davis
67e4713ca7 rating MDL-21657 changes based on Petr's feedback 2010-03-22 02:59:06 +00:00
Penny Leach
2b76d67441 portfolio/forunm MDL-21034 add on the discussion title
when exporting a full forum thread as leap2a to the selection entry
2010-03-21 17:20:16 +00:00
Penny Leach
f9e1b640c5 portfolio/assignment MDL-21035 add a leap2a selection entry when exporting multiple files 2010-03-21 17:20:06 +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
Petr Skoda
17e5633cab MDL-21876 fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks! 2010-03-20 11:49:48 +00:00
Andrew Davis
9288633dd7 rating MDL-21657 shifted the rating migration code out of the main upgrade script and into the modules 2010-03-19 08:26:38 +00:00
Dan Marsden
1c5517a5a6 Assignment Events MDL-21861 - trigger events when files are uploaded in assignment to allow further handling - particularly for plagiarism prevention 2010-03-19 06:20:12 +00:00
Petr Skoda
8db38eab80 MDL-21818 fixed globals problems 2010-03-18 20:59:58 +00:00
David Mudrak
0235e2477d MDL-20204 fixed calling of a dropped html_component method on block_contents 2010-03-18 16:49:03 +00:00
Andrew Davis
8b69c341c0 rating MDL-21657 more changes based on Petr's feedback 2010-03-18 03:47:12 +00:00
Andrew Davis
5db9b119bd rating MDL-21657 moved upgrade of data table to mod/data/ upgrade script and updated install.xml 2010-03-17 05:50:08 +00:00
Penny Leach
549c1ae680 portfolio MDL-21508 fixed broken forum attachment export
- fixed a lot of logic in the format conflict stuff
- fixed a very specific bug in forum export when exporting a single
  attachment.
2010-03-16 19:07:53 +00:00
Andrew Davis
6c5fcef746 rating MDL-21657 changing from ratings (plural) to rating (singular) 2010-03-16 09:37:31 +00:00
Andrew Davis
1d50dd13f6 gradebook MDL-19133 Make grading settings part of mod_edit form. first of several commits. 2010-03-16 06:33:16 +00:00
Andrew Davis
a09aeee47b rating MDL-21657 first commit for rating library 2010-03-16 05:57:51 +00:00
Dongsheng Cai
36051c9e91 "MDL-21786, moving comments library files to consistency" 2010-03-15 07:59:28 +00:00
Dongsheng Cai
ff3cf1c937 "MDL-15405, simplified filemanager initilising in database module" 2010-03-15 06:31:41 +00:00
Dan Marsden
58b57e2844 AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix. 2010-03-12 07:24:26 +00:00
Dan Marsden
1bd51a6c7c SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters 2010-03-12 07:06:55 +00:00
Andreas Grabs
8001d6e794 MDL-19846 - Admin ability to submit answers 2010-03-08 22:02:36 +00:00
Tim Hunt
990650f94c quiz: MDL-16478 Allow different open/close dates, etc. for individual students or groups.
This was implemented by Matt Petro of the University of Wisconsin - Madison Engineering
School and Math Department. Many thanks. Reviewed by and committed by Tim Hunt.

This adds a new Overrides tab to the UI, with sub-tabs Group overrides and User overrides.
Each of those lists all the overrides that currently exist, and lets you manage them and
create more.

When a quiz is being attempted, the override that applies to the current user is combined
with the current quiz settings loaded from the quiz table (normally called $quiz).
If there are both user and group overrides, then just the specific user override is used (more specific).
If the user is in several groups, then the overrides are combined to give the most permissive set of options.

There is one new database table quiz_overrides, to store the overrides.
2010-03-08 16:01:38 +00:00