Issue Details (XML | Word | Printable)

Key: MDL-14956
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Petr Skoda
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14679

M2: Exception handling in DDL stuff

Created: 22/May/08 11:46 PM   Updated: 23/Jun/08 12:52 AM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. Text File ddl_exceptions_15.patch (156 kB)


Database: Any
Participants: Eloy Lafuente (stronk7) and Petr Skoda
Security Level: None
Resolved date: 23/Jun/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
In meeting, it seems that we are going to provide exceptions support to the DDL (install, upgrade) part of the new database layer. Here it's the corresponding bug.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 8 files to 'Moodle CVS' - 14/Jun/08 01:51 AM
MDL-14956 basic exception support in Moodle + other minor related refactoring
MODIFY lib/setup.php   Rev. 1.237    (+4 -1 lines)
MODIFY lang/en_utf8/error.php   Rev. 1.99    (+3 -1 lines)
MODIFY install.php   Rev. 1.99    (+4 -4 lines)
MODIFY lib/dml/simpletest/Attic/testdmllib.php   Rev. 1.8    (+34 -39 lines)
MODIFY lib/setuplib.php   Rev. 1.29    (+60 -14 lines)
MODIFY lib/ddl/simpletest/Attic/testddllib.php   Rev. 1.13    (+163 -163 lines)
MODIFY lib/weblib.php   Rev. 1.1085    (+90 -57 lines)
MODIFY lib/deprecatedlib.php   Rev. 1.92    (+11 -59 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 14/Jun/08 02:31 AM
Translated new strings for error MDL-14956.
Translated new strings for quiz MDL-14129.
MODIFY ja_utf8/README   Rev. 1.734    (+1 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.69    (+2 -0 lines)
MODIFY ja_utf8/quiz.php   Rev. 1.147    (+2 -0 lines)
martignoni committed 1 file to 'Lang CVS' - 22/Jun/08 07:51 PM
MDL-14956 two strings for basic exception support
MODIFY fr_utf8/error.php   Rev. 1.104    (+3 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 22/Jun/08 08:35 PM
MDL-14956 removed some tests from create table method - no need to check if something exists in table if table itself does not exist yet
MODIFY lib/ddl/sql_generator.php   Rev. 1.11    (+22 -26 lines)
Petr Skoda committed 21 files to 'Moodle CVS' - 23/Jun/08 12:51 AM
Eloy Lafuente (stronk7) committed 2 files to 'Moodle CVS' - 23/Jun/08 02:26 AM
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 23/Jun/08 02:43 AM
Translated new strings for DDL exceptions MDL-14956.
Translated new strings for feedback MDL-14779 MDL-14780.
MODIFY ja_utf8/feedback.php   Rev. 1.25    (+4 -2 lines)
MODIFY ja_utf8/enrol_database.php   Rev. 1.14    (+1 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.75    (+8 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 25/Jun/08 09:09 PM
MDL-14956 DDL exceptions strings
MODIFY fr_utf8/error.php   Rev. 1.120    (+8 -1 lines)