Commit graph

38648 commits

Author SHA1 Message Date
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
5cc1e1eb75 MDL-18006 MDL-18807 MDL-20853 suggest some longer and better salt 2009-11-17 16:30:39 +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
Penny Leach
eeb7ccf069 Portfolio MDL-20872 adding some extra metadata into the portfolio log table so we can display nicer information about already completed transfers 2009-11-17 15:59:26 +00:00
Petr Skoda
9d975de438 MDL-18006 MDL-18807 MDL-20853 adding salt info into config-dist.php 2009-11-17 15:55:13 +00:00
Eloy Lafuente
089f1f065e MDL-20846 creating users on restore - part1 - mark password as 'restored'
so login will detect that for resetting password. Also some minor improvements
into user/auth detection. Merged from 19_STABLE
2009-11-17 15:51:27 +00:00
Penny Leach
45645bce2a Portfolio MDL-20872 first step - add tempdataid column to portfolio log table 2009-11-17 15:44:21 +00:00
Penny Leach
c95a609597 Portfolio MDL-19356 removal of session reliance completely.
For plugins that don't support it, we can work around the external
redirect issue by returning to a special url.

This also adds on selective cancelling/continuing of current exports.

It needs a lot of testing, but seems to be working reasonably well.

Some plugins need updating now, however
2009-11-17 14:01:25 +00:00
Penny Leach
f1d2641df6 portfolio: MDL-20850 fixed some navigation/output 2009-11-17 14:01:06 +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
Pierre Pichet
7189393ac0 MDL-20296 missing parameter in function call line 41 2009-11-17 10:18:46 +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
Petr Skoda
58f3cc8130 MDL-20638 importing latest smarty 2.6.26 2009-11-17 09:01:56 +00:00
Martin Dougiamas
29ba20ac04 backup/nopasswords MDL-20383 Backups are now never saved with user passwords unless the admin has defined $CFG->includeuserbackupsinpasswords in config.php (Merged from 1.9) Credits to Eloy 2009-11-17 05:58:24 +00:00
Sam Hemelryk
34dff6aad9 themes MDL-20780 the Moodle release info is no longer shown within the footer 2009-11-17 03:06:39 +00:00
Pierre Pichet
1c5299bff6 MDL-20861 add the $this-> line 313 although was not able to test the result. 2009-11-17 02:20:40 +00:00
Andrew Davis
c78a948e8c all areas MDL-20821 Replaced instances of ereg_replace and eregi_replace with preg_replace 2009-11-17 01:36:35 +00:00
Moodle Robot
2ec6307266 Updated the HEAD build version to 20091117 2009-11-17 00:32:54 +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
Sam Marshall
bfeaa89501 MDL-20852: Condition system - problems if you delete a module that another one had a condition on 2009-11-16 15:14:47 +00:00
Penelope Leach
e1b9ac3ef8 portfolio - MDL-19356 - add instance column to portfolio_tempdata
this is the first step in moving towards supporting multiple exports per session.

however, some plugins aren't going to be able to support this (eg box.net) so
we add the instance to the tempdata table, so that we can quickly check whether
we have an export of the same *type* of plugin in the session.
2009-11-16 15:02:52 +00:00
Penelope Leach
aa37986599 portfolio MDL-20850 adding $PAGE->set_url 2009-11-16 14:57:42 +00:00
Penelope Leach
0503e887e6 portfolio - MDL-20850 - updates to use $PAGE better 2009-11-16 14:55:38 +00:00
Penelope Leach
384ba38af4 portfolio - MDL-19356 - rename allows_multiple to allows_multiple_instances
this disambiguates, so we can have a function called allows_multiple_exports
2009-11-16 12:57:59 +00:00
Penelope Leach
557b2a3b81 portfolio - MDL-19356 - Mahara portfolio plugin: removed session use
since we can construct whatever return url we want.
2009-11-16 12:57:36 +00:00
Penelope Leach
086831a67c NOBUG - Added a bunch more phpdocs to the portfolio code 2009-11-16 12:57:15 +00:00
Dan Poltawski
62d887ecc8 enrol/database MDL-19445 Fixed infinite loops and removed superfluous objects and casts.
thanks to Daren Chandisingh for the patch
2009-11-16 10:53:23 +00:00
Dan Poltawski
50aca34443 enrol/database: MDL-19394 Added required file for ADODB connection
Thanks to Michael Ahenerne/Daren Chandisingh for the patch
2009-11-16 10:47:40 +00:00
Dongsheng Cai
f3b38030f8 "MDL-20843, added missing in upload plugin" 2009-11-16 02:20:13 +00:00
Sam Hemelryk
7231e2de74 navigation MDL-20833 Moved has_navbar from OUTPUT to PAGE as it is logic 2009-11-16 01:12:16 +00:00
Moodle Robot
21102992e5 Updated the HEAD build version to 20091116 2009-11-16 00:33:02 +00:00
Moodle Robot
e9bfb8e60c Updated the HEAD build version to 20091115 2009-11-15 00:33:55 +00:00
Moodle Robot
b31f64e8f3 Updated the HEAD build version to 20091114 2009-11-14 00:32:44 +00:00
Dongsheng Cai
f9fd0be9de "MDL-17391, document file_type_to_ext class" 2009-11-13 08:51:49 +00:00
Dongsheng Cai
0b823d39a7 "MDL-13766, improve file picker search form" 2009-11-13 08:47:14 +00:00
Dongsheng Cai
9b1ebc5dc0 "MDL-20648, merlot.org repository plugin, support basic search only" 2009-11-13 08:43:18 +00:00
Andrew Davis
1e252026e8 report backup MDL-19903 Fixed backup report table header 2009-11-13 06:09:54 +00:00
Dongsheng Cai
7d9cb3b51a "MDL-20824, use php exception to processs the file which excess the maximum file size" 2009-11-13 05:31:02 +00:00
Martin Dougiamas
66ec8e8b44 files/index.php MDL-14632 Added set_url() function 2009-11-13 02:18:17 +00:00
Moodle Robot
d01a738eff Updated the HEAD build version to 20091113 2009-11-13 00:33:12 +00:00
Eloy Lafuente
07fce85b97 MDL-20728 ims-cc import - fix importing of quiz with only 1 question ; merged from 19_STABLE 2009-11-12 23:55:06 +00:00
Francois Marier
07ca3a4acf MDL-20781 lib/excellib: add write_date() function 2009-11-12 01:58:33 +00:00
Moodle Robot
b7f6d23553 Updated the HEAD build version to 20091112 2009-11-12 00:32:20 +00:00
Tim Hunt
01de485dde blocks upgrade: MDL-20820 another blocks upgrade problem with sticky blocks
Even though the visible column is going to be dropped,
we need to set it here or the query at line 2087 will fail.

Huge thanks to Oleg Sychev who did all the debugging and testing for this fix.
2009-11-11 17:01:12 +00:00
jerome mouneyrac
64906d348c webservice MDL-17135 Add some Zend library needed for Amf + add one line in order to set amf server in development mode 2009-11-11 15:15:24 +00:00
Tim Hunt
35fb85a7da blocks upgrade: MDL-20820 Problem found and fixed by Oleg Sychev. 2009-11-11 14:50:01 +00:00
Petr Skoda
93d3a2506b MDL-20820 fix for broken sticky block ugprade, credit goes to Oleg Sychev 2009-11-11 14:07:02 +00:00
Petr Skoda
664d7d6e72 NOBUG: mention navigation changes in module upgrade notes 2009-11-11 10:47:16 +00:00