s.X -> self.s.X in prof/import.py
[sitecorepy.git] / sitecore / prof / import.py
2010-06-30 W. Trevor Kings.X -> self.s.X in prof/import.py
2010-06-30 W. Trevor KingAllow null profiles in prof/import.py
2010-06-30 W. Trevor KingUse name vs old raw_name in import's section lock
2010-06-30 W. Trevor KingInitial attempt at prof/import.py data import
2010-06-30 W. Trevor KingTry to open prof section before creating it.
2010-06-30 W. Trevor KingUse id not link text (buttons aren't links) to copy...
2010-06-29 W. Trevor Kingprof.name.first -> prof.name.first_middle in prof/import.py
2010-06-29 W. Trevor Kingyaml.load() takes an open stream, not a file name
2010-06-29 W. Trevor KingMore robust copy popup handling
2010-06-29 W. Trevor Kingself.s.find_element_by_id -> self.s.w.find... in prof...
2010-06-29 W. Trevor Kingself.logger -> self.s.logger in prof/import.py
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 Kingoptparse.OptionParser.parse_args wants argv[1:]
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.