43415 Commits

Author SHA1 Message Date
Petr Skoda
5eb222fbe8 fixed docs 2010-07-31 19:07:03 +00:00
Petr Skoda
953234e097 MDL-23502 added missing instance data validation 2010-07-31 19:04:57 +00:00
Petr Skoda
06fa8101fc whitespace fix 2010-07-31 19:03:39 +00:00
Petr Skoda
862259bea0 MDL-23502 fixed unenroll self login in self plugin 2010-07-31 18:54:14 +00:00
Petr Skoda
a00a44e150 MDL-23502 fixed unenroll self login in manual plugin 2010-07-31 18:53:59 +00:00
Petr Skoda
24a625725a MDL-23502 php docs improvements and cleanup 2010-07-31 18:41:28 +00:00
Petr Skoda
5379726a09 MDL-23502 fixed package info 2010-07-31 13:48:27 +00:00
Petr Skoda
0f4ac87010 MDL-23502 fixed version info 2010-07-31 13:47:04 +00:00
Petr Skoda
c9f9c90009 MDL-23502 self enrol not part of course edit page any more 2010-07-31 13:45:44 +00:00
Petr Skoda
c1adaed0b5 MDL-23502 no form field disabling necessary any more 2010-07-31 13:22:44 +00:00
Petr Skoda
c1dfc4a8cf MDL-23502 coding style 2010-07-31 13:10:00 +00:00
Petr Skoda
0848a19608 MDL-23502 make sure there are not multiple instances of manual enrol plugin 2010-07-31 12:20:23 +00:00
Petr Skoda
eafb7a72dc MDL-23502 manual enrol plugin is not part of course edit screen any more 2010-07-31 12:13:38 +00:00
Petr Skoda
9eb7b1cb81 MDL-23502 improved coding style 2010-07-31 10:14:05 +00:00
Petr Skoda
eef400a460 MDL-23502 removed annoying redirect messages - it is obvious that the course was updated or created when there was no error; changing redirect after adding to new ajax UI; enrolment is not a good starting place for courses created by course creators - this role is design for creating of course for own use, not for others 2010-07-31 10:12:37 +00:00
Petr Skoda
2d4b1f3e0d MDL-23502 refactoring towards separate instance config forms 2010-07-31 09:58:36 +00:00
Moodle Robot
983fe830fc Updated the HEAD build version to 20100731 2010-07-31 00:48:17 +00:00
Eloy Lafuente
c26f918842 MDL-23479 backup - oops! deleted too much in my prev commit. Decode contents are back 2010-07-30 23:27:16 +00:00
Eloy Lafuente
967a68fd64 MDL-23479 backup - chat revised & old code deleted (but restore logs) 2010-07-30 23:14:08 +00:00
Eloy Lafuente
c61b92fd49 MDL-23479 backup - label revised & old code deleted (but restore logs) 2010-07-30 23:01:20 +00:00
Petr Skoda
35716b8682 MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;improved php docs; fixed upgrade of filters (should be in plugins, not core) 2010-07-30 20:51:01 +00:00
Eloy Lafuente
1ef927d9f9 MDL-23479 backup - choice revised & old code deleted (but restore logs) 2010-07-30 19:39:50 +00:00
Eloy Lafuente
01b4ca0171 MDL-23479 backup - restore forum & delete old stuff but restore logs 2010-07-30 18:47:44 +00:00
Petr Skoda
cf12835f33 fixed comment typo 2010-07-30 14:52:41 +00:00
Petr Skoda
cba9ed29b2 MDL-23591 adding missing $fs 2010-07-30 14:49:50 +00:00
Petr Skoda
79efabd49c MDL-23590 ask for site names right after editing admin account during first login after cli install 2010-07-30 14:47:15 +00:00
Petr Skoda
91eb6730f0 MDL-23590 new installer for Penny :-) 2010-07-30 14:44:30 +00:00
Petr Skoda
3df957d209 MDL-23590 fixed borked cli_problem 2010-07-30 14:15:03 +00:00
Jordi Piguillem
75b986e7f5 [MDL-23130]
Fixing problems of sql injection.
2010-07-30 12:10:18 +00:00
Petr Skoda
b7315f3502 MDL-23590 refactoring cli install before adding install_database.php + fixing problem with incorrect octal when default value accepted 2010-07-30 11:58:02 +00:00
Petr Skoda
30f581598a new php docs style 2010-07-30 11:14:36 +00:00
Jordi Piguillem
9730c555b6 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 11:12:33 +00:00
Petr Skoda
e8da62a9f7 fixed whitespace 2010-07-30 11:04:35 +00:00
Petr Skoda
0cf4772356 MDL-23590 removing unnecessary include 2010-07-30 11:03:23 +00:00
Jordi Piguillem
621f3ef519 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 10:49:41 +00:00
Sam Hemelryk
9acb824122 navigation MDL-22749 Added course information to a users navigation when viewing another user. 2010-07-30 09:32:51 +00:00
Andrew Davis
4fdb592ebb rss MDL-23588 unescaped urls in the rss block 2010-07-30 08:27:04 +00:00
Dongsheng Cai
1c309299a2 "REPOSITORY MDL-23581, filepicker name should be localisable" 2010-07-30 08:02:10 +00:00
Andrew Davis
4a9eecc446 data MDL-23488 made the database activity not available messages less scary 2010-07-30 07:51:51 +00:00
jerome mouneyrac
206dd86100 webservice MDL-23471 fix XHTML strict issues + two XHTML strict issues related to the user selector form element and the admin_settings_heading class 2010-07-30 07:43:14 +00:00
Andrew Davis
f5a299538d gradebook MDL-23577 added a helpful comment 2010-07-30 06:41:38 +00:00
Andrew Davis
a51897d8d0 gradebook MDL-23577 updated grade_update_outcomes to return a success/failure flag 2010-07-30 06:39:50 +00:00
Aparup Banerjee
d14dbf065f database activity MDL-23316 fixed date search field. 2010-07-30 06:03:56 +00:00
jerome mouneyrac
41e962ffb0 webservice MDL-23440 more explicit error message when validation context fail in some external functions. 2010-07-30 06:00:32 +00:00
Andrew Davis
451f1e3844 blog MDL-23574 fixed filter problem with user blog rss feeds 2010-07-30 03:16:14 +00:00
Dongsheng Cai
6abbf02de7 "CHAT MDL-23374, removed require_capability" 2010-07-30 03:06:37 +00:00
Aparup Banerjee
437239d191 assignment MDL-22609 reverting to userid as print_user_files is updated to lookup the submission. 2010-07-30 02:39:38 +00:00
Aparup Banerjee
109f6d0fdc assignment MDL-22609 reverting to userid as print_user_files is updated to lookup the submission. 2010-07-30 02:28:41 +00:00
Sam Hemelryk
752fdfbd84 theme-selector MDL-22872 Readme page is now shown using the newly selected theme 2010-07-30 02:05:54 +00:00
Sam Hemelryk
9feea31229 reports MDL-23451 Fixed centering of all content on course reports page 2010-07-30 01:49:18 +00:00