add OpenID logo and a little styling to the login forms
[scpubgit/stemmatology.git] / lib /
2012-07-14 Tara L Andrews User store functionality actually in Directory; migrate...
2012-07-14 Tara L Andrews import and export users in GraphML
2012-07-14 Tara L Andrews throw exceptions for bad usermod requests
2012-07-13 Tara L Andrews turn off consistency checks while rebuilding graph
2012-07-12 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-07-12 Tara L Andrews add some more data to the analysis structure
2012-07-12 Tara L Andrews stemmaweb bugfixes and style fixes; add 'punctuation...
2012-07-12 Tara L Andrews small fix to compress_readings
2012-07-12 Tara L Andrews avoid expensive row collation for over-large traditions
2012-07-11 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-07-11 Tara L Andrews incorporate user auth functionality
2012-07-11 Tara L Andrews move main functionality of join_readings into the library
2012-07-11 Tara L Andrews migrate lexemes and normal forms when readings are...
2012-07-11 Tara L Andrews get rid of redundate scope testing
2012-07-11 Tara L Andrews some syntactic sugar for relationship filters
2012-07-09 Tara L Andrews fix some subgraph rendering issues
2012-07-06 Jess Robinson display is now 'email', allowing ::Auth to email after...
2012-07-04 Tara L Andrews remove some debugging statements
2012-07-04 Tara L Andrews better handling of transpositions
2012-06-27 Tara L Andrews handle a.c. wits properly in location analysis
2012-06-27 Tara L Andrews allow size restriction of stemma graphs
2012-06-27 Tara L Andrews allow for traditionless placeholder Collations
2012-06-26 Tara L Andrews refine the analysis code; add alters_meaning attribute...
2012-06-26 Tara L Andrews restore meta readings to equiv graph
2012-06-25 Tara L Andrews allow wordforms to be cleared out
2012-06-25 Tara L Andrews make single-word lemmatization work
2012-06-25 Tara L Andrews don't flatten readings with different lexeme states
2012-06-25 Tara L Andrews fix logic bug in build method; add convenience method
2012-06-24 Tara L Andrews refrain from recording normal form in graphml if it...
2012-06-24 Tara L Andrews make normal_form default to ->text
2012-06-20 Tara L Andrews test/fix for bug in metaless equivalence graph
2012-06-20 Tara L Andrews leave meta readings out of equiv graph; test for warnin...
2012-06-20 Tara L Andrews re-enable garbage collection
2012-06-20 Tara L Andrews generalize Latin module to Latin/Greek/Armenian on...
2012-06-16 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-16 Tara L Andrews add throw() sub to Lexeme.pm
2012-06-15 tla fix morphology lookup sub name
2012-06-15 Tara L Andrews use English module for lemmatizing English words, oops
2012-06-15 Tara L Andrews store morphology as string rather than as L::F::Structure
2012-06-15 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-15 Tara L Andrews refrain from serializing init flag
2012-06-15 Tara L Andrews merge performance branch into main
2012-06-15 Tara L Andrews now using Perseus-generated Latin treetagger params
2012-06-14 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-06-14 Tara L Andrews ease validation rules during collation init; fix bug...
2012-06-12 Tara L Andrews allow creation and SVG rendering of nonlinear graphs
2012-06-07 Tara L Andrews fix Lexeme to handle empty wordform list input
2012-06-07 Tara L Andrews add error handling for reading morphology update
2012-06-06 Tara L Andrews use improvements in Lingua packages throughout our...
2012-06-04 Tara L Andrews save any defined stemmata in GraphML
2012-06-04 Tara L Andrews remove unconditional dep on Morph::Perseus
2012-06-02 Tara L Andrews introspect for morphology values; include these in...
2012-05-29 Tara L Andrews muck about with serialization of lexeme wordforms;...
2012-05-29 Tara L Andrews quick hack to make CTE-derived reading IDs valid XML...
2012-05-29 Tara L Andrews refine some special case weirdness for Perseus
2012-05-28 Jess Robinson Support email-attribute fetching from OpenID
2012-05-28 Jess Robinson Add support for modifying users to add/change roles
2012-05-24 Jess Robinson Trying out public attr and searching - not very success...
2012-05-24 Jess Robinson Add simple "admin" user support
2012-05-24 Jess Robinson Change Tradition comparing to use == (and assume we...
2012-05-21 Jess Robinson Update admin_users to be able to remove traditions...
2012-05-21 Jess Robinson Add 'list' to admin
2012-05-21 Jess Robinson Pass user object to traditions as we have one already...
2012-05-21 Jess Robinson Add user_traditionlist
2012-05-21 Jess Robinson Tidy up UserStore/Directory merge
2012-05-17 Tara L Andrews add morphology support for Latin, dependent on Perseus...
2012-05-16 Jess Robinson Merge UserStore and Directory as we had fun assigning...
2012-05-16 Jess Robinson Initial code for adding traditions to users
2012-05-15 Jess Robinson Support creating users with no passwords, for OpenID
2012-05-11 Jess Robinson Update to allow openid-based users (url as key)
2012-05-10 Jess Robinson Add docs to UserStore module
2012-05-10 Jess Robinson Complete initial admin_users script, including deactiva...
2012-05-10 Jess Robinson Docs for Text::Tradition::User
2012-05-09 Jess Robinson Initial admin_users script, with more tests and additio...
2012-05-08 Tara L Andrews use modified Lingua::TreeTagger
2012-05-07 Tara L Andrews refactor English/French shared TT logic into Base.pm
2012-05-07 Tara L Andrews fix stupid undef quote error
2012-05-04 Tara L Andrews request reading data on page load
2012-05-04 Tara L Andrews fix dot/SVG output for (sub)start/end nodes and their IDs
2012-05-04 Tara L Andrews serialize Lingua::Feature objects too
2012-05-04 Jess Robinson Basic usable login-auth using KiokuDB
2012-05-03 Tara L Andrews reading IDs must be XML names; now used in SVG node IDs
2012-05-03 Tara L Andrews use JSON for serialization rather than rolling own
2012-05-03 Tara L Andrews read lexeme info in GraphML parsing
2012-05-03 Tara L Andrews better lexeme serialization
2012-05-03 Tara L Andrews naive serialization of lexems in GraphML
2012-05-02 tla working version of rebuild_equivalence
2012-05-02 Tara L Andrews add method for initializing/resetting equivalence graph
2012-05-02 Jess Robinson Experimenting with KiokuX::User
2012-05-02 Tara L Andrews add English morph analysis; test for lurking debug...
2012-05-02 Tara L Andrews make French morphology use Lingua objects; add tests
2012-04-25 Tara L Andrews pass $self to a method call, oops
2012-04-25 Tara L Andrews make French morph tagging work; dependent on Flemm...
2012-04-23 Tara L Andrews start implementing morphology on readings
2012-04-21 Tara L Andrews fix bugs in persistent equivalence graph implementation
2012-04-21 Tara L Andrews avoid collating meta readings
2012-04-21 Tara L Andrews implement persistent equivalence graph for relationship...
2012-04-20 Tara L Andrews check for relationship before collating
2012-04-20 Tara L Andrews fix relationship test data; remove print from tab test
2012-04-20 Tara L Andrews fix graphml subgraph generation; fix tab parsing to...
next