|
|
| Participants: |
Eloy Lafuente (stronk7)
|
| Security Level: |
None
|
| Resolved date: |
25/Sep/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
Avoid default comments for id fields, keys and indexes.
Clean current ones from install.xml files
Ciao :-)
|
|
Description
|
Avoid default comments for id fields, keys and indexes.
Clean current ones from install.xml files
Ciao :-) |
Show » |
committed 5 files to 'Moodle CVS' - 25/Sep/07 02:40 AM
Deleting some default comments that the XMLDB editor was
generating here and there. Only the table one remains. MDL-11385
|
|
|
committed 2 files to 'Moodle CVS' - 25/Sep/07 03:08 AM
First pass. Deleting some default comments. MDL-11385
|
|
|
committed 1 file to 'Moodle CVS' - 25/Sep/07 03:36 AM
One more default and useless comment deleted. MDL-11385
|
|
|
committed 7 files to 'Moodle CVS' - 25/Sep/07 06:10 AM
Second pass. Some more default comments are out. MDL-11385
|
|
|
committed 18 files to 'Moodle CVS' - 25/Sep/07 06:17 AM
Second pass. Modules. Some more default comments are out. MDL-11385
|
|
|
committed 8 files to 'Moodle CVS' - 25/Sep/07 06:20 AM
Second pass. Questions. Some more default comments are out. MDL-11385
|
|
|
made changes - 25/Sep/07 06:29 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
"id of the table, please edit me"->within new created install.xml files
"Primary key for XXX"-> within new created install.xml files
"id of the table, please edit me"
> within new created tables>id"primary key of the table, please edit me"
>within new created tables>pk"Default comment for the field, please edit me" when adding a new field
"Default comment for the index, please edit me" when adding a new index
"Default comment for the key, please edit me" when adding a new key
Remove them from the XMLDEditor and from the current install.xml files
Only the table comment will remain with one: "Default comment for the table, please edit me", because it's interesting to add meaningful comments for the table.