Difference between revisions of "Babel / Development Status Meetings / 2010-01-11"
(→Topics) |
m (→Topics) |
||
Line 32: | Line 32: | ||
**tested the update site for Eclipse, BIRT, Webtools - update site paths are hard-coded in PHP for now | **tested the update site for Eclipse, BIRT, Webtools - update site paths are hard-coded in PHP for now | ||
**need UI for entering update sites - separate from map files page or merge together? | **need UI for entering update sites - separate from map files page or merge together? | ||
− | **may need mechanism to specify regex to exclude 3rd | + | **may need mechanism to specify regex to exclude 3rd party plugins |
**file paths are short and clean - no source folder names | **file paths are short and clean - no source folder names | ||
**fast - fixed a problem in File class where an algorithm was performing an exponential order process to search for inactive strings | **fast - fixed a problem in File class where an algorithm was performing an exponential order process to search for inactive strings | ||
**unable to deactivate inactive files, received the following message in Query Browser: ''Cannot add or update a child row: a foreign key constraint fails (`babel/project_progress`, CONSTRAINT `project_progress_ibfk_1` FOREIGN KEY (`project_id`, `version`) REFERENCES `project_versions` (`project_id`, `version`) ON DELETE CASCADE ON UPDATE CASCADE)'' | **unable to deactivate inactive files, received the following message in Query Browser: ''Cannot add or update a child row: a foreign key constraint fails (`babel/project_progress`, CONSTRAINT `project_progress_ibfk_1` FOREIGN KEY (`project_id`, `version`) REFERENCES `project_versions` (`project_id`, `version`) ON DELETE CASCADE ON UPDATE CASCADE)'' | ||
− | **process_map_files.php has the same logic, any idea? | + | **process_map_files.php has the same logic, also unable to deactivate inactive files, any idea? |
**are all update sites hosted at eclipse.org? | **are all update sites hosted at eclipse.org? | ||
[[Category:Babel]] | [[Category:Babel]] |
Revision as of 08:08, 11 January 2010
Attendees
Kit | |
Denis | |
Gabe | |
Antoine | |
Nigel | |
Jeff | |
Margaret |
Topics
- Extract Properties Files from Update Sites
- script to extract properties files from update sites is ready
- just one PHP - process_update_sites.php
- tested the update site for Eclipse, BIRT, Webtools - update site paths are hard-coded in PHP for now
- need UI for entering update sites - separate from map files page or merge together?
- may need mechanism to specify regex to exclude 3rd party plugins
- file paths are short and clean - no source folder names
- fast - fixed a problem in File class where an algorithm was performing an exponential order process to search for inactive strings
- unable to deactivate inactive files, received the following message in Query Browser: Cannot add or update a child row: a foreign key constraint fails (`babel/project_progress`, CONSTRAINT `project_progress_ibfk_1` FOREIGN KEY (`project_id`, `version`) REFERENCES `project_versions` (`project_id`, `version`) ON DELETE CASCADE ON UPDATE CASCADE)
- process_map_files.php has the same logic, also unable to deactivate inactive files, any idea?
- are all update sites hosted at eclipse.org?