1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 12:40:01 +01:00

8987 Commits

Author SHA1 Message Date
David Mudrak
5e1bccd227 MDL-21657 Fixing incorrect usage of relative path in require_once() and tab indentation 2010-04-15 19:56:41 +00:00
Petr Skoda
9fffbfc0fa MDL-21695 example of help_icon() conversion
AMOS BEGIN
 HLP feedback/preview.html,[preview_hlp,mod_feedback]
AMOS END
2010-04-13 22:08:28 +00:00
Petr Skoda
3fc066917d MDL-21695 adding support for module help 2010-04-13 21:59:15 +00:00
Petr Skoda
2b0e098e83 more module upgrade notes 2010-04-13 21:42:19 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Andrew Davis
c7b9082a6a rating MDL-22063 made the scale id column signed to allow for the +ve -ve scale id hack 2010-04-13 05:50:25 +00:00
Tim Hunt
453b28d818 Fix $PAGE->set_url initialisation order. 2010-04-12 13:31:42 +00:00
Tim Hunt
3784454b0e quiz/themes: Fix minor layout breakage introduced by the theme changes. 2010-04-12 13:30:34 +00:00
Sam Hemelryk
dca032a15f mod-glossary mod-data MDL-22065 Changed support for these two modules for ratings to false until Andrews next ratings patch gets commit 2010-04-12 09:01:19 +00:00
Petr Skoda
e372f4c7c1 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [thisdirection,core],[thisdirection,core_langconfig]
AMOS END
2010-04-10 18:26:20 +00:00
Petr Skoda
9006ded3a7 MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP 2010-04-10 18:20:54 +00:00
Petr Skoda
bf69b06d1b MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [locale,core],[locale,core_langconfig]
  MOV [localewin,core],[localewin,core_langconfig]
  MOV [localewincharset,core],[localewincharset,core_langconfig]
  MOV [oldcharset,core],[oldcharset,core_langconfig]
AMOS END
2010-04-10 17:54:39 +00:00
Petr Skoda
3c7e56c4b8 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [decsep,core],[decsep,core_langconfig]
  MOV [listsep,core],[listsep,core_langconfig]
  MOV [thousandsep,core],[thousandsep,core_langconfig]
AMOS END
2010-04-10 17:40:58 +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
Dongsheng Cai
866354a905 MDL-21951, improve comments performance 2010-04-09 09:03:51 +00:00
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