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
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
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
675aa51db3
MDL-21694 Moving Feedback module strings
2010-03-29 20:48:20 +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
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