Commit graph

35295 commits

Author SHA1 Message Date
skodak
1033221c21 MDL-15172 lowered timeoout and adding warning that users must not click continue in middle of course import - this is a silly workaround, unfortunately I did not find better solution 2009-01-01 16:05:37 +00:00
skodak
d1aa1e4855 MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
moodlerobot
1ab1b0f22d Updated the HEAD build version to 20090101 2008-12-31 23:54:28 +00:00
skodak
a327c3176a MDL-17203 ooops, forgot to bump up main version number 2008-12-31 16:10:49 +00:00
skodak
7baf68d8a7 MDL-17203 longer default salt; merged from MOODLE_19_STABLE 2008-12-31 15:57:27 +00:00
skodak
804656ff9b MDL-17203 prevent disclosing of sensitive information 2008-12-31 15:53:31 +00:00
skodak
b20c631896 MDL-17203 hash salt added to calendar export 2008-12-31 15:50:46 +00:00
skodak
dbf9d4cb37 MDL-17203 new option for disabling of calendar export 2008-12-31 14:10:44 +00:00
skodak
81f2bb8122 MDL-14992 new database based session table - not used yet 2008-12-31 12:24:19 +00:00
moodlerobot
3f15700abc Updated the HEAD build version to 20081231 2008-12-30 23:58:07 +00:00
skodak
af9b269cb8 MDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay! 2008-12-30 19:17:39 +00:00
skodak
d993468db0 MDL-17556 fixed whitespace 2008-12-30 16:29:38 +00:00
moodlerobot
8095410908 Updated the HEAD build version to 20081230 2008-12-29 23:55:41 +00:00
skodak
27134b7dde MDL-17682 added default value for city field 2008-12-29 21:46:59 +00:00
skodak
9e1bb31035 MDL-17724 fixed group/grouping renaming now allows case change 2008-12-29 21:32:20 +00:00
skodak
920337d1d0 MDL-17637 fixed adobe XSS protection 2008-12-29 21:18:02 +00:00
skodak
bba9b20e0e MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE 2008-12-29 20:21:01 +00:00
skodak
7f51af40c5 MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras 2008-12-29 19:57:47 +00:00
skodak
d942a35a26 MDL-17222 Security overview report - not finished yet, work in progress 2008-12-29 19:13:56 +00:00
moodlerobot
388ebdf698 Updated the HEAD build version to 20081229 2008-12-28 23:56:15 +00:00
skodak
ce5a068b2f MDL-17738 fixed uninitialised setting 2008-12-28 18:42:35 +00:00
moodlerobot
301977f88e Updated the HEAD build version to 20081228 2008-12-27 23:55:33 +00:00
moodlerobot
02f2011e12 Updated the HEAD build version to 20081227 2008-12-26 23:56:46 +00:00
moodlerobot
c34e21afc5 Automatic installer.php lang files by installer_builder (20081227) 2008-12-26 23:29:05 +00:00
arborrow
99fd4f7988 MDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE 2008-12-26 23:24:58 +00:00
arborrow
93816e5d3f MDL-17741 - typo $tableparam 2008-12-26 20:47:57 +00:00
iarenaza
997bcd9e26 auth/ldap: MDL-9405 sync_users() can create duplicated users
Merged from MOODLE_18_STABLE

If we are using auth_ldap_sync_users.php to synchronize our users, and we
have a database which is case-sensitive when doing comparisons (Postgres and
Oracle at least), and any of our users has the vale of the username attribute
in mixed-case (like 'John Smith'), we get duplicated users.

This is because we don't make sure the username attribute value is 'lowercased'
after we retrive it from the LDAP server and before we insert it into the
database.
2008-12-26 16:01:30 +00:00
pilpi
28e6ac1174 quiz editing: MDL-17730 skip links; mistake in previous commit 2008-12-26 00:34:39 +00:00
pilpi
5669badfaf quiz editing: MDL-17730 skip links 2008-12-26 00:29:17 +00:00
moodlerobot
bb937d3f3e Updated the HEAD build version to 20081226 2008-12-25 23:53:26 +00:00
diml
ac3620f6fc Adds reference to global $DB object. 2008-12-25 20:26:55 +00:00
moodlerobot
ecc3e61e47 Updated the HEAD build version to 20081225 2008-12-24 15:28:22 +00:00
moodler
6188deb87e filter/mediplugin MDL-16650 Fixed youtube videos on IE 2008-12-24 07:22:54 +00:00
ikawhero
76727901a6 MDL-17228 Allow admins to view hidden custom profile fields.
Thanks to Alan Barrett for the fix. Merged from MOODLE_19_STABLE
2008-12-24 04:17:56 +00:00
moodlerobot
b364b9ce03 Updated the HEAD build version to 20081224 2008-12-23 23:54:56 +00:00
moodlerobot
be8f1cb0f7 Automatic installer.php lang files by installer_builder (20081224) 2008-12-23 23:27:44 +00:00
pilpi
0d9f073436 quiz editing: MDL-17728 made YUI dialogs closable on press of the ESC key 2008-12-23 15:27:50 +00:00
pilpi
b2b79ff62b quiz editing: MDL-17289 putting back a piece of instruction text that seemed essential during usability testing in August 2008 2008-12-23 12:45:27 +00:00
moodlerobot
5eb5471442 Updated the HEAD build version to 20081223 2008-12-22 23:53:03 +00:00
danmarsden
04b40833f0 typo:MDL-17591 - thanks Nicolas Martignoni 2008-12-22 22:39:24 +00:00
danmarsden
d9e6517a2f Accessibility: MDL-17705: Thanks Tim 2008-12-22 07:03:09 +00:00
tjhunt
eff819c37a admin tree: MDL-13104 - fix another external page so there are not problems when you click the blocks editing on/off button. 2008-12-22 03:16:57 +00:00
dongsheng
28a7388f4f "MDL-17381, language file for repository module" 2008-12-22 02:46:13 +00:00
dongsheng
4f16680ce2 "MDL-17381, first working wikemedia plugin" 2008-12-22 02:44:18 +00:00
moodlerobot
227ab054e3 Updated the HEAD build version to 20081222 2008-12-21 23:51:32 +00:00
danmarsden
c8420afee8 XHTML Striiict:MDL-17705 2008-12-21 22:28:58 +00:00
danmarsden
6411ea4c9e typo:MDL-17719 - thanks Nicolas Martignoni 2008-12-21 21:27:28 +00:00
danmarsden
4b3f6d8aaf typo:MDL-17720 - thanks Nicolas Martignoni 2008-12-21 21:23:55 +00:00
moodlerobot
36d98829b2 Automatic installer.php lang files by installer_builder (20081222) 2008-12-21 16:31:29 +00:00
stronk7
b12b8fe2ef Adding kk_utf8 to installer langs. 2008-12-21 16:02:16 +00:00