2720 Commits

Author SHA1 Message Date
jerome mouneyrac
b5bbeaf02c flash upgrader MDL-20841 New config setting excludeoldflashclients will set a minimum version for flash clients. A check in the standard_head_html is run once, and will set a session variable with the current flash version. If the current flash version is lower than the minimum requirement, then Moodle will serve alternate content whenever a flash file is requested. The alternate file will ask the user to upgrade flash, merged from 1.9 2009-12-02 06:38:16 +00:00
Eloy Lafuente
6f5a517f68 MDL-21007 - take out the box saying FakeTests are disabled. Not needed anymore. 2009-11-30 23:33:24 +00:00
Eloy Lafuente
2319bdedd6 MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped 2009-11-30 23:18:34 +00:00
Andrew Davis
2b4d40c9ac unit tests MDL-19060 unified the two checks for CVS directories 2009-11-30 01:14:30 +00:00
Andrew Davis
f6607a9c16 unit test MDL-19060 prevent unit tests from scanning cvs and .git directories 2009-11-27 05:39:35 +00:00
David Mudrak
93e1207e9e MDL-20981 admin/lang.php escapes all variables but $a placeholders 2009-11-26 14:46:01 +00:00
Martin Dougiamas
b1a59fb900 security report MDL-20834 Fixed DML for the backup risk checker for HEAD 2009-11-26 09:18:32 +00:00
Sam Hemelryk
08f9410378 admin MDL-20980 Touched up regex that determines weak password salts 2009-11-26 09:03:38 +00:00
Martin Dougiamas
dbec9afd01 security report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9 2009-11-26 08:32:48 +00:00
Petr Skoda
d6bb2d2f22 MDL-20962 fixed forced new passowrd logic 2009-11-25 17:05:54 +00:00
Andrew Davis
994cc719a6 role administration MDL-20413 up arrow next to top-most role in admin -> users -> permissions -> define roles 2009-11-25 06:03:25 +00:00
Tim Hunt
9aa653f124 Unit tests: Change the parent class to avoid a deprecated class.
This is necessary to make it work in PHP 5.3 (as well as PHP 4).
2009-11-24 21:44:59 +00:00
Petr Skoda
8139c92f6d MDL-20948 auth plguins do not throw notices in methods if not configured yet 2009-11-24 14:51:28 +00:00
Petr Skoda
d91fee8bb6 MDL-19608 do not force changing of password in external accounts 2009-11-24 08:42:38 +00:00
Petr Skoda
1d5fb64d96 MDL-20901 fixed input validation 2009-11-21 21:59:47 +00:00
Anthony Borrow
73658d4223 MDL-20921 - removing extra parameter being passed to admin_setting_configcheckbox which was preventing outcomes from being enabled on the site 2009-11-21 01:10:24 +00:00
Eloy Lafuente
f25d53a992 MDL-20916 protect the whole xmldb editor with sesskey. Merged from 19_STABLE 2009-11-20 19:48:01 +00:00
Andrew Davis
616fb016a2 roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen 2009-11-20 01:59:46 +00:00
Andrew Davis
6b2226c96c roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen 2009-11-20 01:53:01 +00:00
Andrew Davis
2e2a707902 mnet MDL-20208 Added the string 'allhosts_no_options' 2009-11-19 04:50:58 +00:00
Sam Hemelryk
f21b95904a security MDL-18807 Fixed deprecated function in notification 2009-11-19 02:05:35 +00:00
Petr Skoda
5552c5cc9d MDL-20900 iconv now required in 2.0 2009-11-18 22:26:16 +00:00
Penny Leach
8a709ecfc1 portfolio MDL-20639 mahara plugin: update to mnet requirements after stricter mnet dispatcher checking 2009-11-18 13:35:58 +00:00
Penny Leach
edf1fc350a portfolio: MDL-20892 moved portfolio/type/* plugins to portfolio/* 2009-11-18 13:27:38 +00:00
Petr Skoda
621c646403 MDL-20885 PHP soap lib now recommended 2009-11-18 10:12:53 +00:00
Sam Hemelryk
e019158c7d security MDL-18807 Changed language strings: Thanks for the new strings Helen 2009-11-18 09:55:03 +00:00
Petr Skoda
af2d263f99 MDL-18006 MDL-18807 MDL-20853 warn that the default salt is definitely weak 2009-11-17 16:36:23 +00:00
Petr Skoda
4c1ba3ffc7 MDL-18006 MDL-18807 MDL-20853 merging sam's changes from MOODLE_19_STABLE, going to fix some more problems in this new code soon 2009-11-17 16:11:25 +00:00
Petr Skoda
154acd7aa3 MDL-19608 do not force changing of passwords if users may not actually change them 2009-11-17 11:36:51 +00:00
Petr Skoda
cce60fc481 MDL-14679 fixed dml conversion issues 2009-11-17 10:21:29 +00:00
Petr Skoda
6b16433a81 MDL-19608 allow forced password change for everybody including admin 2009-11-17 10:17:25 +00:00
Petr Skoda
23c442988d MDL-19608 fixed potential issue when too many users selected, replaced redirect by continueand other problems 2009-11-17 10:16:05 +00:00
Anthony Borrow
8f6ba17fcf MDL-19608 - adding bulk user action to force password change, credit to Iñaki Arenaza for the patch 2009-11-16 17:16:03 +00:00
Andrew Davis
1e252026e8 report backup MDL-19903 Fixed backup report table header 2009-11-13 06:09:54 +00:00
Tim Hunt
384531d5e8 gradebook cron: MDL-20783 - was broken.
Committing this trivial fix, even though it is testing day. :-p
2009-11-10 09:51:29 +00:00
Petr Skoda
a591d38765 MDL-20700 coding style - new sloppy trailing whitespace fixed 2009-11-09 10:11:48 +00:00
jerome mouneyrac
44610991bf webservice MDL-17135 display function descriptions into the function form 2009-11-09 06:30:01 +00:00
jerome mouneyrac
cd7a789181 webservice MDL-17135 revert the service function form to a Moodle form + user searchable selector + add default size to the searchable selector 2009-11-09 03:38:50 +00:00
Petr Skoda
446e2634d4 MDL-20723 workaround for zlib compressed scripts 2009-11-08 22:23:05 +00:00
Dongsheng Cai
99d5265525 "MDL-20602, added link external option in file picker" 2009-11-08 13:20:37 +00:00
Petr Skoda
7c7d3afab5 MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems" 2009-11-07 10:27:57 +00:00
jerome mouneyrac
3b59ba8c73 webservice MDL-17135 add logging to add/edit/delete service action 2009-11-06 08:17:09 +00:00
jerome mouneyrac
975341d161 webservice MDL-17135 add timecreated + timemodified fields to the service table and save them in the service form 2009-11-06 07:50:30 +00:00
Eloy Lafuente
54c72f84a0 MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions. 2009-11-05 15:43:32 +00:00
Eloy Lafuente
fb9514e361 MDL-20749 correct error output - sentences/tables checkers fixed. 2009-11-05 15:40:26 +00:00
Eloy Lafuente
d3859b1340 MDL-20749 correct error output - key/index checkers fixed. 2009-11-05 13:58:22 +00:00
Eloy Lafuente
60a3e22b62 MDL-20749 fixed the class edit_field_save to output errors properly. Will
be beutifying the output a bit later
2009-11-05 13:38:02 +00:00
Sam Hemelryk
8958174c48 navigation MDL-20651 Changed setting from hide to show 2009-11-05 09:31:55 +00:00
jerome mouneyrac
cf9235d3a3 webservice MDL-17135 add notification when the current required capability doesn't exist anymore + remove TODO comment about checking that the service names are unique because we should end up to find a way to i18n service names => The uniqueness should be checked during service discovery 2009-11-05 07:50:36 +00:00
jerome mouneyrac
09179b789b webservice MDL-17135 create searchable select form element + use it in service form for selecting a capability 2009-11-05 07:06:09 +00:00