sitecorepy.git
2010-06-29 W. Trevor Kingself.w -> self.s.w in prof/import.py
2010-06-29 W. Trevor KingUse ProfessorAdder.__call__() in prof/import.py
2010-06-29 W. Trevor KingAllow a few tries for 'Home' to open in prof/import.py
2010-06-28 W. Trevor KingFirst attempt at professor copying code
2010-06-27 W. Trevor KingAdded Professor.degrees()
2010-06-27 W. Trevor Kingoptparse.OptionParser.parse_args wants argv[1:]
2010-06-27 W. Trevor Kingyaml.dump(stream, data) -> yaml.dump(data, stream)
2010-06-27 W. Trevor KingFix YAML saving in export_mysql.
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 KingForce UTF-8 encoding in sc.py
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 KingAdded list-handling to AttributeHolder.__unicode__
2010-06-26 W. Trevor KingAdded string output methods to AttributeHolder.
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 KingFixup submod import in sc.py
2010-06-26 W. Trevor KingOops. ./sc -> ./sc.py in help texts.
2010-06-26 W. Trevor KingAdded a .gitignore file (currently ignores *.pyc)
2010-06-26 W. Trevor KingAdded sc.py, a
2010-06-26 W. Trevor KingMoved prof_import/export down into sitecore/prof.
2010-06-26 W. Trevor KingAdded sitecore.prof_export (unfinished) for MySQL ...
2010-06-26 W. Trevor KingFix sitecore.prof_import.__doc__
2010-06-26 W. Trevor KingBreak sitecore.setup_logger() out to sitecore.get_logger().
2010-06-25 W. Trevor KingRemove some old cruft from sitecore.alt_tags
2010-06-25 W. Trevor KingAdded prof_import stub
2010-06-25 W. Trevor KingExcerpted other relevant blurbs from the faculty profil...
2010-06-25 W. Trevor KingAdded doc/faculty.txt explaining Drexel faculty profile...
2010-06-25 W. Trevor KingMoved to submodule structure and split out alt_tags
2010-06-24 W. Trevor KingDon't worry about sections that we can't lock
2010-06-24 W. Trevor KingBegan versioning