202 Commits

Author SHA1 Message Date
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
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
Andreas Grabs
8001d6e794 MDL-19846 - Admin ability to submit answers 2010-03-08 22:02:36 +00:00
Andreas Grabs
51129b9922 MDL-21740 - excel-export should use the moodle-excel library 2010-02-28 22:19:30 +00:00
Andreas Grabs
7e55c2ef9c MDL-21739 - Error: Invalid course module ID on edit_item.php 2010-02-28 21:44:47 +00:00
Andreas Grabs
d5e51c5a1c MDL-21739 - Error: Invalid course module ID on edit_item.php 2010-02-28 18:56:20 +00:00
Andreas Grabs
7356751a6f MDL-21739 - Error: Invalid course module ID on edit_item.php 2010-02-28 18:56:20 +00:00
Petr Skoda
93af06be28 MDL-20204 converted more selects in forms 2010-02-11 08:43:39 +00:00
Petr Skoda
18300e6b50 MDL-21577 fixed typos 2010-02-10 16:21:49 +00:00
Petr Skoda
edc28287b2 MDL-21577 converting select auto submit code 2010-02-10 16:20:28 +00:00
Petr Skoda
2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Petr Skoda
c17f05fb2f MDL-21403 getting rid of all asaps 2010-01-26 09:58:19 +00:00
Petr Skoda
9598d578bb MDL-21420 modole_cfg converted to M.cfg 2010-01-21 22:19:46 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00