descriptionA Python interface to SiteCore via WebDriver.
last changeThu, 1 Jul 2010 05:14:41 +0000 (01:14 -0400)
shortlog
2010-07-01 W. Trevor KingAllow degrees() == None in colleges() master
2010-07-01 W. Trevor KingFix LOGGER -> _LOGGER typo
2010-07-01 W. Trevor KingReplace è with e, since SiteCore doesn't like UTF-8...
2010-07-01 W. Trevor KingOnly initize logger once
2010-07-01 W. Trevor KingSiteCore doesn't allow for periods in page names
2010-07-01 W. Trevor KingDon't worry if we can't save a Prof.
2010-07-01 W. Trevor KingUse ID vs link text to open Home ribbon strip when...
2010-07-01 W. Trevor KingUse name instead of field_regexp to compose find_field...
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 Kingprof.bio -> self.bio in prof.Professor.profile
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 KingAlso look at iframes for children
2010-06-30 W. Trevor KingUse regexps instead of string matching for fields
...
heads
13 years ago master