projects
/
sitecorepy.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
sitecorepy.git
2010-06-30
W. Trevor King
Initial attempt at prof/import.py data import
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
W. Trevor King
Added pipe symbol (|) separator option.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
W. Trevor King
Added lab link placement note
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
W. Trevor King
Try to open prof section before creating it.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
W. Trevor King
Use id not link text (buttons aren't links) to copy...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
prof.name.first -> prof.name.first_middle in prof/import.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
yaml.load() takes an open stream, not a file name
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
More robust copy popup handling
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
self.s.find_element_by_id -> self.s.w.find... in prof...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
self.logger -> self.s.logger in prof/import.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
self.w -> self.s.w in prof/import.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
Use ProfessorAdder.__call__() in prof/import.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-29
W. Trevor King
Allow a few tries for 'Home' to open in prof/import.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-28
W. Trevor King
First attempt at professor copying code
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
W. Trevor King
Added Professor.degrees()
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
W. Trevor King
optparse.OptionParser.parse_args wants argv[1:]
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
W. Trevor King
yaml.dump(stream, data) -> yaml.dump(data, stream)
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
W. Trevor King
Fix YAML saving in export_mysql.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
W. Trevor King
Allow for empty prof['degrees'] in export_mysql
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Better Vallieres workaround: specify utf-8 charset ;)
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Work around garbled utf-8 for Vallieres
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Force UTF-8 encoding in sc.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Allow multi-word graduation fields
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Don't require either . or , to separate year from degre...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Allow . as well as , to separate year from degree insti...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
More fixups to Graduation parsing
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Fixes to GRADUATION_REGEXP in export_mysql
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Filled in Graduation parsing in export_mysql
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
g.graduations -> p.graduations typo fix in export_mysql...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
position1 == Null if it's not set
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
position1 -> position and position2 -> position1 (to...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
A first attempt at MySQL -> Professor() conversion
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added list-handling to AttributeHolder.__unicode__
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added string output methods to AttributeHolder.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Use dict_ in export_mysql to avoid clobbering builtin...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Add leading space to where string
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added logging commands to export_mysql
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Fix typo in export_mysql.SimpleDB.connect signature
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Fixup submod import in sc.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Oops. ./sc -> ./sc.py in help texts.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added a .gitignore file (currently ignores *.pyc)
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added sc.py, a
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Moved prof_import/export down into sitecore/prof.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Added sitecore.prof_export (unfinished) for MySQL ...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Fix sitecore.prof_import.__doc__
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
W. Trevor King
Break sitecore.setup_logger() out to sitecore.get_logger().
commit
|
commitdiff
|
tree
|
snapshot
2010-06-25
W. Trevor King
Remove some old cruft from sitecore.alt_tags
commit
|
commitdiff
|
tree
|
snapshot
2010-06-25
W. Trevor King
Added prof_import stub
commit
|
commitdiff
|
tree
|
snapshot
2010-06-25
W. Trevor King
Excerpted other relevant blurbs from the faculty profil...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-25
W. Trevor King
Added doc/faculty.txt explaining Drexel faculty profile...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-25
W. Trevor King
Moved to submodule structure and split out alt_tags
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
W. Trevor King
Don't worry about sections that we can't lock
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
W. Trevor King
Began versioning
commit
|
commitdiff
|
tree
|
snapshot