Allow for empty prof['degrees'] in export_mysql
[sitecorepy.git] / sitecore / prof / export_mysql.py
2010-06-27 W. Trevor KingAllow for empty prof['degrees'] in export_mysql
2010-06-26 W. Trevor KingBetter Vallieres workaround: specify utf-8 charset ;)
2010-06-26 W. Trevor KingWork around garbled utf-8 for Vallieres
2010-06-26 W. Trevor KingAllow multi-word graduation fields
2010-06-26 W. Trevor KingDon't require either . or , to separate year from degre...
2010-06-26 W. Trevor KingAllow . as well as , to separate year from degree insti...
2010-06-26 W. Trevor KingMore fixups to Graduation parsing
2010-06-26 W. Trevor KingFixes to GRADUATION_REGEXP in export_mysql
2010-06-26 W. Trevor KingFilled in Graduation parsing in export_mysql
2010-06-26 W. Trevor Kingg.graduations -> p.graduations typo fix in export_mysql...
2010-06-26 W. Trevor Kingposition1 == Null if it's not set
2010-06-26 W. Trevor Kingposition1 -> position and position2 -> position1 (to...
2010-06-26 W. Trevor KingA first attempt at MySQL -> Professor() conversion
2010-06-26 W. Trevor KingUse dict_ in export_mysql to avoid clobbering builtin...
2010-06-26 W. Trevor KingAdd leading space to where string
2010-06-26 W. Trevor KingAdded logging commands to export_mysql
2010-06-26 W. Trevor KingFix typo in export_mysql.SimpleDB.connect signature
2010-06-26 W. Trevor KingOops. ./sc -> ./sc.py in help texts.
2010-06-26 W. Trevor KingAdded sc.py, a
2010-06-26 W. Trevor KingMoved prof_import/export down into sitecore/prof.