Andreas Grabs
51859310b3
no more modification of form outside the form class. All needed data are passed by the _customdata array
2010-04-08 19:32:43 +00:00
Eloy Lafuente
1a6b93675b
NOBUG: BOM rebombed from 19_STABLE
2010-04-08 18:16:26 +00:00
Petr Skoda
7b55e20a2a
fixed typo
2010-04-08 16:36:09 +00:00
Dan Marsden
76b79f2f88
MDL-21655 fix typo
2010-04-08 09:40:38 +00:00
Tim Hunt
db77f4103c
quiz reports: MDL-21688 Add missing sesskey checks.
2010-04-07 11:26:02 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
846e4e177e
MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins
2010-04-04 19:58:03 +00:00
Andreas Grabs
69f6d0b4b2
convert old dml syntax in the new one in feedback_get_recent_mod_activity()
2010-04-02 22:09:00 +00:00
Andreas Grabs
b6f2600152
correction of $cm, $course, $feedback setup
2010-04-02 21:26:17 +00:00
Andreas Grabs
53ba55eca2
insert calls to require_capability()
2010-04-02 20:38:17 +00:00
Andreas Grabs
c987dbad0e
removed all calls to feedback_load_capabilities()
2010-04-02 11:34:28 +00:00
Tim Hunt
9baf267016
tablelib: MDL-22011 refactor flexible_table::get_sql_sort into several smaller methods.
...
Also, change assignemnt to use a separate static method, rather than overloading get_sql_sort.
2010-04-01 13:09:24 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
5f25151054
MDL-21694 Moving SCORM strings
2010-03-29 22:20:18 +00:00
David Mudrak
60b00b6d99
MDL-21694 Moving IMSCP strings
2010-03-29 22:19:56 +00:00
David Mudrak
57223fbe95
MDL-21694 Moving Wiki strings
2010-03-29 20:52:30 +00:00
David Mudrak
7ae8954a02
MDL-21694 Moving URL strings
2010-03-29 20:52:07 +00:00
David Mudrak
1df58edc0f
MDL-21694 Moving Survey strings
2010-03-29 20:51:45 +00:00
David Mudrak
d8753184ec
MDL-21694 Moving Resource strings
2010-03-29 20:51:22 +00:00
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