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
Andreas Grabs
645ba122dc
MDL-19835 - Produce list of emails for non-respondents
2010-05-20 15:33:00 +00:00
Andreas Grabs
8d7b8286c4
MDL-19835 - Produce list of emails for non-respondents
2010-05-20 14:32:26 +00:00
Andreas Grabs
da12126322
removed 'user' => CAP_ALLOW
2010-05-20 11:22:36 +00:00
Andreas Grabs
73043833e9
MDL-19489 - add conditional branching (my first try)
2010-05-16 20:05:51 +00:00
Martin Dougiamas
82b90a59c1
feedback - just fixing some PHP comments
2010-05-16 16:05:20 +00:00
Andreas Grabs
8fec97bf4c
MDL-20442 - now you can switch to ignore empty submits
...
MDL-14534 - now you can remove 'Not selected' option
2010-05-16 08:31:34 +00:00
Andreas Grabs
db1a1c0d9e
MDL-20442 - now you can switch to ignore empty submits
...
MDL-14534 - now you can remove 'Not selected' option
2010-05-16 08:17:09 +00:00
Andreas Grabs
2ad5d2efaa
wrong appearance on feedbacks located on the frontpage
2010-05-14 12:14:59 +00:00
Andreas Grabs
7620725fe5
wrong appearance on feedbacks located on the frontpage
2010-05-14 11:49:59 +00:00
Andreas Grabs
6b0b57294d
MDL-20442 - now you can switch to ignore empty submits
...
MDL-14534 - now you can remove 'Not selected' option
2010-05-13 10:48:24 +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
Andreas Grabs
794732941c
MDL-20442 - now you can switch to ignore empty submits
...
MDL-14534 - now you can remove 'Not selected' option
2010-05-11 22:32:53 +00:00
Andreas Grabs
9d092aa91c
adding line $PAGE->set_heading(format_string($course->fullname));
2010-05-09 21:37:48 +00:00
Andreas Grabs
38b5a5e2bb
adding more infos on overview-tab
...
adding a preview-icon on header
adding a missing help-string
2010-05-04 21:21:36 +00:00
Andreas Grabs
7227d8391b
set this module hidden by default
2010-05-04 16:10:08 +00:00
Andreas Grabs
71720abd2f
public templates deactivated
2010-05-02 22:17:26 +00:00
Andreas Grabs
6a471fe007
MDL-17069 - no longer using $_POST
2010-05-02 21:56:06 +00:00
Andreas Grabs
028e1e4f55
MDL-18618 - browse feedbacks in a better way
2010-05-02 17:48:53 +00:00
Andreas Grabs
8a23b38c16
MDL-18618 - browse feedbacks in a better way
2010-05-02 17:33:57 +00:00
Andreas Grabs
248bafd6d2
MDL-18618 - browse feedbacks in a better way
2010-05-02 16:02:25 +00:00
Andreas Grabs
31c0fa53b0
Start replacing tables with div-tags and css-classes
2010-05-02 12:00:56 +00:00
Andreas Grabs
afdb192056
Start replacing tables with div-tags and css-classes
2010-04-30 23:02:30 +00:00
Andreas Grabs
cf6c33cb01
removed a unnecessary $OUTPUT->box_start
2010-04-30 15:00:58 +00:00
Andreas Grabs
194dd279cc
fixed typos
2010-04-30 11:48:33 +00:00
Andreas Grabs
fc919723ac
MDL-21227 - convert Feedback to new files api - recent files
2010-04-30 10:51:58 +00:00
Andreas Grabs
74be01e5cd
fixed: missing required_param id for delete_completed.php
2010-04-30 10:36:23 +00:00
Andreas Grabs
cb3dcd788f
MDL-22151 - implement new moodle2 backup
2010-04-30 10:34:51 +00:00
Andreas Grabs
b4d91fcb0b
MDL-22151 - implement new moodle2 backup
2010-04-30 10:06:22 +00:00
Andreas Grabs
184aa32810
Add a DISTINCT clause in a SELECT statement
2010-04-27 18:33:27 +00:00
Andreas Grabs
1483231357
MDL-21227 - convert Feedback to new files api
...
Currently there is a temporary workarround. Files for templates will be saved in the filearea "course_summary"
2010-04-27 16:34:16 +00:00
Andreas Grabs
4f37db419b
MDL-21227 - convert Feedback to new files api
2010-04-27 08:30:30 +00:00
Andreas Grabs
45c2f92aa3
MDL-21227 - convert Feedback to new files api
2010-04-23 23:18:56 +00:00
Andreas Grabs
271fdd6212
MDL-21227 - convert Feedback to new files api
2010-04-23 22:58:44 +00:00
Andreas Grabs
a59ff6b085
MDL-21227 - convert Feedback to new files api
2010-04-23 21:25:27 +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
Andreas Grabs
882f08c845
i have a function removed by mistake
2010-04-22 12:02:12 +00:00
Andreas Grabs
30ec6bc9ed
MDL-21227 - convert Feedback to new files api
2010-04-22 11:26:02 +00:00
Andreas Grabs
ff803433e6
renamed the styles.php in styles.css
2010-04-21 13:23:19 +00:00
Andreas Grabs
9d5fbd6554
the function feedback_print_item() now is splitted into 3 functions
...
feedback_print_item_preview()
feedback_print_item_complete()
feedback_print_item_show_value()
Now there is more control over the output
2010-04-21 11:48:49 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Andreas Grabs
e8790d59bf
MDL-21695 - Replace built-in HTML help files with proper strings
2010-04-18 19:21:54 +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
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
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
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
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