Use 'From Template' instead of 'Duplicate' to create new prof pages
[sitecorepy.git] / sitecore / prof / import.py
2010-07-01 W. Trevor KingUse 'From Template' instead of 'Duplicate' to create...
2010-07-01 W. Trevor KingAvoid name/filename collision in prof/import's create_p...
2010-07-01 W. Trevor KingCreate professors if they are missing
2010-07-01 W. Trevor KingThe dict key is 'See Also Title' with a capital T
2010-07-01 W. Trevor KingUse re.DOTALL to also match newlines with .
2010-06-30 W. Trevor KingUse regexps instead of string matching for fields
2010-06-30 W. Trevor KingTake advantage of the startswith field matching by...
2010-06-30 W. Trevor KingUpdated sitecore.prof.import.__doc__
2010-06-30 W. Trevor KingIgnore editor text fields for now
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.