|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-12699
META: Curl, download and componentlib issues
|
|
|
|
|
|
|
| Database: |
Any
|
| Participants: |
Eloy Lafuente (stronk7) and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
31/Dec/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
|
Perform some improvements to the componentlib library:
1) Rename some currently used defines that are very much "general" (ERROR, INSTALLED...) to some more "componentlib alternatives (COMPONENTLIB_ERROR...) to avoid collisions with other parts of Moodle.
2) Componentlib behaviour uses to download TWO files, the zip file itself and another one containing the md5 of the zip file. Currently only the zip file is downloaded using the standard download_file_content() function. Make that the md5 download to use that function too.
3) Obviously, update all the uses of the above 1 & 2 in core (environmental stuff and lang files).
|
|
Description
|
Perform some improvements to the componentlib library:
1) Rename some currently used defines that are very much "general" (ERROR, INSTALLED...) to some more "componentlib alternatives (COMPONENTLIB_ERROR...) to avoid collisions with other parts of Moodle.
2) Componentlib behaviour uses to download TWO files, the zip file itself and another one containing the md5 of the zip file. Currently only the zip file is downloaded using the standard download_file_content() function. Make that the md5 download to use that function too.
3) Obviously, update all the uses of the above 1 & 2 in core (environmental stuff and lang files). |
Show » |
committed 8 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 31/Dec/07 07:18 AM
committed 8 files to 'Moodle CVS' - 31/Dec/07 07:19 AM
MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 31/Dec/07 07:35 AM
committed 1 file to 'Moodle CVS' - 31/Dec/07 07:36 AM
committed 2 files to 'Lang CVS' - 31/Dec/07 07:57 AM
Translated new strings for admin and error - componentlib & langimport improvements and fixes MDL-12698, MDL-12569.
|
|
|
committed 4 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 31/Dec/07 10:03 AM
Change some constants to avoid name collisions. MDL-12698
|
|
|
committed 4 files to 'Moodle CVS' - 31/Dec/07 10:07 AM
Change some constants to avoid name collisions. MDL-12698 ; Merged from MOODLE_19_STABLE
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 31/Dec/07 10:09 AM
committed 1 file to 'Moodle CVS' - 31/Dec/07 10:10 AM
Missed this in my previous commit. MDL-12698 ; merged from 19_STABLE
|
|
|
martignoni committed 2 files to 'Lang CVS' - 31/Dec/07 06:42 PM
|