1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-29 20:12:42 +01:00

3214 Commits

Author SHA1 Message Date
Sam Hemelryk
6d80fad4d4 NOBUG: Set a better pagelayout on admin/index.php 2010-10-12 01:18:01 +00:00
Sam Hemelryk
f0af25381d permissions MDL-24614 Fixed JS error with cookie handling on the permission filter 2010-10-12 01:15:43 +00:00
Petr Skoda
e6f74ba355 MDL-19925 adding events to upload users scripts 2010-10-09 22:53:50 +00:00
Petr Skoda
b593d49d59 MDL-24570 multiple sitepolicy fixes + adding new separate guest user policy
AMOS BEGIN
 MOV [configsitepolicy,core_admin],[sitepolicy_help,core_admin]
AMOS END
2010-10-09 18:13:33 +00:00
Petr Skoda
f22f832e59 CONTRIB-2420 mysql editor is now standard /local/ plugin 2010-10-09 12:22:57 +00:00
jerome mouneyrac
9ef728d660 webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information) 2010-10-08 03:03:10 +00:00
Petr Skoda
29d488cffc MDL-23799 fixed distinct text 2010-10-06 18:14:04 +00:00
jerome mouneyrac
fc0c3d6fbe webservice MDL-24372 manage token doesn't appear twice in the admin menu when create a new token 2010-10-06 02:25:32 +00:00
Petr Skoda
01beeae993 MDL-24505 limit max number of admin candidates 2010-10-04 07:50:12 +00:00
Petr Skoda
f0a25c37c2 MDL-24432 changing the guest role explanation and renaming the text string to force new translation in all languages because the guest capabilities are completely changed in 2.0 2010-10-02 17:13:44 +00:00
Petr Skoda
ace65a10f7 MDL-24368 disable compression on admin index and cron pages 2010-09-28 08:44:42 +00:00
Petr Skoda
9384419a4f MDL-24368 prevent infinite loops when caching can not be disabled 2010-09-27 15:41:46 +00:00
Petr Skoda
86b0f23224 MDL-24396 fixed regressions in bulk user delete 2010-09-27 08:45:59 +00:00
jerome mouneyrac
a089b8d131 webservice MDL-23438 do not create a token for a user if the service doesn't allow him 2010-09-24 07:06:47 +00:00
jerome mouneyrac
a44460b5ef webservice MDL-23438 do not create a token for a user if the service doesn't allow him 2010-09-24 07:05:39 +00:00
jerome mouneyrac
0d5fae12eb community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir 2010-09-24 05:22:07 +00:00
jerome mouneyrac
a8e174ccd8 community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir 2010-09-24 05:12:44 +00:00
jerome mouneyrac
de55d4695e webservice MDL-24230 fix /admin/ into $CFG->admin + /lib/ into $CFG->libdir 2010-09-24 02:45:39 +00:00
Petr Skoda
532a91d431 MDL-24329 reverting previous patch, it should be imo better to not should discouraged legacycoursefiles option when it is disabled site-wide 2010-09-22 08:18:18 +00:00
Sam Hemelryk
8d3950ea2e core MDL-19786 Cleaned up a couple of minor deprecated calls 2010-09-22 07:48:35 +00:00
Dongsheng Cai
b0d038ef28 MDL-24329, the default setting should be set no matter if legacyfiles flag is on/off. 2010-09-22 06:43:10 +00:00
Andrew Davis
7cfa8aeef2 unittests MDL-24322 made unit tests trim the path entered by the user to stop trailing spaces causing an error 2010-09-22 05:46:26 +00:00
Petr Skoda
6bdfef5da9 MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
Petr Skoda
8c6521bb9b MDL-24321 switching to stdClass- some leftovers 2010-09-21 08:48:47 +00:00
Petr Skoda
a226a972f7 MDL-24321 switching to stdClass in /admin/ and / 2010-09-21 08:44:02 +00:00
Sam Hemelryk
87b4981b4a enrolments MDL-24317 Permission filter now remembers what you type into it. 2010-09-21 06:09:14 +00:00
Dan Marsden
bce59524ce Plagiarism API MDL-13680 add plagiarism support for user submitted files - currently only added to single and advanced Assignment types - other modules to come in future. 2010-09-20 07:32:31 +00:00
jerome mouneyrac
ac73a3813a webservice MDL-23519 test client error message is not truncated anymore 2010-09-20 03:22:34 +00:00
Petr Skoda
e691a373b5 MDL-24276 improved coding style 2010-09-19 18:49:31 +00:00
Petr Skoda
ebba16985c MDL-24277 fixed hidden error preventing proper redirects during install, yay! 2010-09-18 23:20:01 +00:00
Petr Skoda
c8ae55e920 MDL-24277 allow changing of username during install 2010-09-18 22:54:46 +00:00
Petr Skoda
4cc977a64d fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
Petr Skoda
c20b001bf4 fixed a few more property_exists()s 2010-09-17 19:20:39 +00:00
David Mudrak
1828f3d5a7 MDL-24233 report_customlang: display a help for {$a} placeholders 2010-09-17 18:12:41 +00:00
Petr Skoda
ca0e65cb6f removing forbidden attributes 2010-09-17 10:33:40 +00:00
Petr Skoda
f9b9913ebc removing center tag - not xhtml strict 2010-09-17 10:32:42 +00:00
Petr Skoda
a7c02a42ee fixed duplicate declaration 2010-09-17 10:30:31 +00:00
Petr Skoda
eab8ed9fb7 fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
Petr Skoda
820f107a10 fixed incorrect exception class names 2010-09-17 09:59:50 +00:00
Petr Skoda
d7dcdb3572 fixed typo 2010-09-17 09:59:04 +00:00
Petr Skoda
10b9cd4110 no globals hint 2010-09-17 09:57:36 +00:00
Petr Skoda
1af9ee3d2f coding style hint - no globals! 2010-09-17 09:57:10 +00:00
Petr Skoda
904fa9716d initialised object 2010-09-17 09:56:32 +00:00
Petr Skoda
d85f263446 fixed undefined variable group name 2010-09-17 09:54:01 +00:00
Petr Skoda
48265158dc fixed typo - not a real bug 2010-09-17 09:52:39 +00:00
Petr Skoda
adfc4d7c25 commenting out unused code so that it does not confuse IDEs 2010-09-17 09:39:00 +00:00
Petr Skoda
b475d8bd34 fixed incorrect use of DML method 2010-09-17 09:38:15 +00:00
Petr Skoda
395a095ec9 fixed missing globals breaking health tests 2010-09-17 09:30:09 +00:00
jerome mouneyrac
a0a036ff1d registration MDL-24215 fix navigation + crumb trail + hardcoded admin folder 2010-09-17 02:53:49 +00:00
David Mudrak
60dfef5b82 NOMDL report_cutomlang: fixed ILIKE SQL escaping after recent improvements of sql_like() 2010-09-16 09:03:54 +00:00