29576 Commits

Author SHA1 Message Date
skodak
5f8bdc17a8 MDL-11845 removing curl emulation library, snoopy has better support for proxies and seems to be more reliable on different platforms; spelling correction cURL instead of Curl; adding all proxy admin settings; better debug messages for file downloading; SOCKS5 proxy support; merged from MOODLE_19_STABLE 2007-12-30 19:42:51 +00:00
skodak
e33fbf87ed MDL-12774 allow returning of errors from admin configtext settings; merged from MOODLE_19_STABLE 2007-12-30 17:59:17 +00:00
moodler
3302251d27 Automatic installer.php lang files by installer_builder (20071230) 2007-12-30 03:04:20 +00:00
mark-nielsen
4c99e342d2 Merging fixes for MDL-12383 and MDL-12605 from MOODLE_19_STABLE 2007-12-29 22:48:48 +00:00
mark-nielsen
8888882af4 Merging fix for MDL-12605 from MOODLE_19_STABLE 2007-12-29 22:18:19 +00:00
poltawski
0e0c6c9419 MDL-11306 - adding a bit of info to try and explain that you can use
.domain.com to allow subdomains

merged from MOODLE_19_STABLE
2007-12-29 22:11:47 +00:00
mark-nielsen
c0fe568e2c Merging fix for MDL-11900 from MOODLE_19_STABLE 2007-12-29 21:50:53 +00:00
mark-nielsen
a46bb28882 Merging fix for MDL-12610 from MOODLE_19_STABLE 2007-12-29 20:59:09 +00:00
poltawski
b3ec4f86cf MDL-9925 - When a user presses cancel on restore they are sent to
/admin/. For teachers this gives an ugly access denied message,
so instead send them back to the course they came from.

Thanks to Wen Hao Chuang for the fix!

merged from MOODLE_19_STABLE
2007-12-29 20:31:10 +00:00
poltawski
6e1cc99de7 MDL-12763 - proxy_url() in langimport was doing its own custom proxied
download magic. Convert to use download_file_contents() for more
robust downloads. And also add a more helpful error message while i'm
at it.
merged from MOODLE_19_STABLE
2007-12-29 20:03:03 +00:00
skodak
8bbfc1e321 MDL-12756 print save button in admin search only when there are settings to save; merged from MOODLE_19_STABLE 2007-12-29 16:49:26 +00:00
skodak
64874c5aac MDL-12752 making unsupported pages truly hidden; merged from MOODLE_19_STABLE 2007-12-29 16:38:25 +00:00
poltawski
357f787bbc MDL-7242 eliminate last use of location to refer to city in profile where
it causes problems for translators
merged from MOODLE_19_STABLE
2007-12-29 15:38:14 +00:00
moodler
953afed21b Automatic installer.php lang files by installer_builder (20071229) 2007-12-29 12:21:34 +00:00
poltawski
2d035282fe remove debugging message, merged from MOODLE_19_STABLE 2007-12-29 12:07:08 +00:00
stronk7
47bf57d657 Added note about automatic DB creation. MDL-9609
Merged from MOODLE_19_STABLE
2007-12-29 11:54:24 +00:00
stronk7
01d90712db New string goes to installer lang files. MDL-9609
Merged from MOODLE_19_STABLE
2007-12-29 11:51:49 +00:00
stronk7
61ba2b5fb8 New string added to note about automatic DB creation. MDL-9609
Merged from MOODLE_19_STABLE
2007-12-29 11:47:46 +00:00
stronk7
2a6d7f5536 Merged from MOODLE_19_STABLE. Under MySQL, create the db on install if possible. MDL-9609 2007-12-29 11:30:52 +00:00
moodler
98965c0f14 Automatic installer.php lang files by installer_builder (20071229) 2007-12-29 03:05:36 +00:00
poltawski
4586da47c6 MDL-3842 - tweak text to clarify
merged from MOODLE_19_STABLE
2007-12-28 23:25:34 +00:00
poltawski
1a4de3618b MDL-4692 - initalise var, merged from MOODLE_19_STABLE 2007-12-28 22:56:42 +00:00
stronk7
79e8411dc2 Prevent race condition in event creation. MDL-5956.
Credit goes to Penny, Luke and Martin @ Catalyst.

Merged from MOODLE_19_STABLE
2007-12-28 19:14:01 +00:00
mchurch
19c8cf7917 MDL-12703 - Use the 'welcometocourse' language string if there is no 'welcomemessage' property set in the course object. Currently, there does not seem to be any code or data items that would set this property. 2007-12-28 17:14:01 +00:00
mchurch
ca29e37d24 MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks. 2007-12-28 16:13:09 +00:00
mchurch
296c6ac232 MDL-12704 - Added error handling to print_recent_activity() to prevent fatal errors in the case of missing files. 2007-12-28 16:04:30 +00:00
poltawski
82cb9cf40a MDL-5598 - Custom feed titles on RSS block did not allow spaces or other
useful characters ;)

merged from MOODLE_19_STABLE
2007-12-28 12:58:08 +00:00
urs_hunkler
c1aa6ad26c merged from 1.9 :: MDL-12749 :: print_box_strart was closed with pint_simple_box_end. corrected. 2007-12-28 12:45:43 +00:00
poltawski
89a643b0fa MDL-2414 - using quotes in enrolment keys failed due to slashes.
merged from MOODLE_19_STABLE
2007-12-28 12:36:33 +00:00
iarenaza
1e3eee5fe8 MDL-12323 MDL-4061 Don't connect to the LDAP server if update external is not set for any field.
Forward ported from MOODLE_18_STABLE.
2007-12-28 12:06:22 +00:00
moodler
0768842c17 Just testing a slight modification to the cvs mail formats 2007-12-28 06:48:31 +00:00
moodler
4424a928a0 Automatic installer.php lang files by installer_builder (20071228) 2007-12-28 03:21:52 +00:00
urs_hunkler
d0f5b9f4ee merged from 1.9 :: MDL-12745 :: added class clearfix to "form-item" to stop div collapsing. 2007-12-27 21:00:00 +00:00
poltawski
774b7e8e75 MDL-12209 - fix css errors, merged from MOODLE_19_STABLE 2007-12-27 15:40:32 +00:00
poltawski
47d1ec41ce MDL-12345 - use consistent ordering on both sides of the assign group members
pane, sorted by lastname like other screens
merged from MOODLE_19_STABLE
2007-12-27 13:40:27 +00:00
poltawski
990027e130 MDL-12530 - fixed changing of tag type in tag management
merged from MOODLE_19_STABLE
2007-12-27 12:12:19 +00:00
poltawski
a1df2e982d MDL-9312 - prevent more than 20 chars being typed in city field, (we only
store 20 chars )
2007-12-27 11:36:33 +00:00
poltawski
cbc54f2c67 MDL-12640 - if $CFG->country is set, use it for signup default
merged from MOODLE_19_STABLE
2007-12-27 11:18:55 +00:00
stronk7
cd5ac56aba Bump to 2.0 dev 2007-12-27 00:15:48 +00:00
skodak
50acc61321 MDL-9552 reverting the [$userid] change - we do need array there in upgrades and changes in modedit; merged from MOODLE_19_STABLE 2007-12-26 23:21:38 +00:00
poltawski
a7f9e22da6 MDL-4164 fixed typo 2007-12-26 22:13:26 +00:00
poltawski
8cc2a92f04 MDL-3776 fix typo, merged from MOODLE_19_STABLE 2007-12-26 21:42:04 +00:00
skodak
6d77b23c55 MDL-12735 Make AJAX on by default, add option to disable AJAX course editing by default; merged from MOODLE_19_STABLE 2007-12-26 21:33:34 +00:00
poltawski
3225acd58b MDL-12734, fix calling print_header() twice
merged from MOODLE_19_STABLE
2007-12-26 20:19:36 +00:00
poltawski
0bf540bb64 MDL-2013 - stop resource auto-linking from occuring when resources are hidden
merged from MOODLE_19_STABLE
2007-12-26 17:44:45 +00:00
skodak
e69499c8df MDL-12729 show recoverable fatal errors in DEBUG_ALL and DEBUG_DEVELOPER; merged from MOODLE_19_STABLE 2007-12-26 13:33:25 +00:00
skodak
89f3974190 MDL-12351 verify active group before use because allowed groups may change; merged from MOODLE_19_STABLE 2007-12-26 12:42:33 +00:00
diml
85e76cf40b resolving merge conflict 2007-12-26 10:24:30 +00:00
skodak
9b8ba7cdda MDL-12728 missing USER->mnehostid in forum cron processing; merged from MOODLE_19_STABLE 2007-12-25 22:22:16 +00:00
skodak
8377472307 MDL-11783 no uploads after finalising; merged from MOODLE_19_STABLE 2007-12-25 22:03:31 +00:00