Eden Cardim [Wed, 4 Jul 2012 14:54:16 +0000]
fixed formhandler error
Jess Robinson [Mon, 28 May 2012 14:58:23 +0000]
Support email-attribute fetching from OpenID
- store display value as email attribute
- default to id if no display value
- show display value on index page
- add tests for openid type users
Jess Robinson [Mon, 28 May 2012 13:42:22 +0000]
Fix openid attribute fetching using Credential::OpenID
Jess Robinson [Mon, 28 May 2012 13:41:56 +0000]
Fix bug from previous tidy-up, User model went away, we now just use Directory
Jess Robinson [Mon, 28 May 2012 10:55:20 +0000]
Add support for modifying users to add/change roles
Jess Robinson [Thu, 24 May 2012 15:50:31 +0000]
Trying out public attr and searching - not very successfully
Jess Robinson [Thu, 24 May 2012 15:49:53 +0000]
Add simple "admin" user support
Fetch all traditions when user is_admin
Test the above
Jess Robinson [Thu, 24 May 2012 09:41:11 +0000]
Change Tradition comparing to use == (and assume we have the same reference) rather than ->name
Jess Robinson [Mon, 21 May 2012 15:44:56 +0000]
Update admin_users to be able to remove traditions from users
Write tests for remove_tradition
Add clearer
Jess Robinson [Mon, 21 May 2012 14:48:08 +0000]
Add 'list' to admin
Only return user from find (used by login) if user is admin
Fix tests to match
Jess Robinson [Mon, 21 May 2012 13:19:41 +0000]
Pass user object to traditions as we have one already usually.
Jess Robinson [Mon, 21 May 2012 13:04:44 +0000]
Change to using the merged Directory as the User store
Jess Robinson [Mon, 21 May 2012 13:04:13 +0000]
Remove unused files
Jess Robinson [Mon, 21 May 2012 10:49:49 +0000]
Show traditions based on the current logged-in user
Jess Robinson [Mon, 21 May 2012 10:49:01 +0000]
Add user_traditionlist
Test user_traditionlist and add_tradition on user
Jess Robinson [Mon, 21 May 2012 10:47:27 +0000]
Tidy up UserStore/Directory merge
Jess Robinson [Wed, 16 May 2012 15:26:01 +0000]
Merge UserStore and Directory as we had fun assigning users to traditions otherwise.
Fixup tests and admin script to match change.
Now we can assign users to traditions.
Jess Robinson [Wed, 16 May 2012 13:01:23 +0000]
Initial code for adding traditions to users
Jess Robinson [Tue, 15 May 2012 16:28:31 +0000]
Require https for LWP, when using OpenID with google
Jess Robinson [Tue, 15 May 2012 16:27:41 +0000]
Support creating users with no passwords, for OpenID
(probably could be cleaner)
Jess Robinson [Tue, 15 May 2012 16:26:33 +0000]
Update to support openid login with google, which uses a known url
Jess Robinson [Tue, 15 May 2012 16:26:02 +0000]
Attempts to support openid attribute extension via openid credential, doesnt quite work
Jess Robinson [Tue, 15 May 2012 11:13:00 +0000]
Add links to login/register on main page
Jess Robinson [Tue, 15 May 2012 11:12:22 +0000]
Complete support for openid and new built-in openid_identifier
Jess Robinson [Fri, 11 May 2012 16:51:08 +0000]
Replacing SimpleLogin with Controller::Auth (requires patch to ::Auth)
Setup to use OpenID as well as local auth..
Jess Robinson [Fri, 11 May 2012 16:49:34 +0000]
Update to allow openid-based users (url as key)
Jess Robinson [Thu, 10 May 2012 15:01:41 +0000]
Add docs to UserStore module
Jess Robinson [Thu, 10 May 2012 13:31:44 +0000]
Complete initial admin_users script, including deactivate, reactivate, really delete. Also tests!
Jess Robinson [Thu, 10 May 2012 09:28:23 +0000]
Docs for Text::Tradition::User
Jess Robinson [Wed, 9 May 2012 14:07:35 +0000]
Initial admin_users script, with more tests and additions to userstore for modifying users
Jess Robinson [Wed, 9 May 2012 10:06:29 +0000]
Initial docs for stemmaweb user model
Jess Robinson [Fri, 4 May 2012 10:17:27 +0000]
Basic usable login-auth using KiokuDB
Jess Robinson [Wed, 2 May 2012 15:46:30 +0000]
Experimenting with KiokuX::User
Jess Robinson [Tue, 1 May 2012 14:00:18 +0000]
load-save benchmark data for sherlock
Jess Robinson [Tue, 1 May 2012 13:58:59 +0000]
Amended to store/use benchmarking data profiles per host
Jess Robinson [Tue, 1 May 2012 11:29:13 +0000]
Only run the load-save test manually, skip for make/prove
Jess Robinson [Mon, 30 Apr 2012 14:21:27 +0000]
Fixup the save-load test to store the benchmark results properly.. (well better, anyway)
Jess Robinson [Mon, 30 Apr 2012 13:32:22 +0000]
Initial version of performance test
Tara L Andrews [Wed, 25 Apr 2012 12:46:28 +0000]
pass $self to a method call, oops
Tara L Andrews [Wed, 25 Apr 2012 12:40:23 +0000]
make French morph tagging work; dependent on Flemm and TreeTagger
Tara L Andrews [Mon, 23 Apr 2012 14:06:57 +0000]
start implementing morphology on readings
Tara L Andrews [Sat, 21 Apr 2012 21:09:37 +0000]
fix bugs in persistent equivalence graph implementation
Tara L Andrews [Sat, 21 Apr 2012 20:45:29 +0000]
avoid collating meta readings
Tara L Andrews [Sat, 21 Apr 2012 13:07:49 +0000]
implement persistent equivalence graph for relationship tracking
Tara L Andrews [Fri, 20 Apr 2012 17:13:35 +0000]
check for relationship before collating
Tara L Andrews [Fri, 20 Apr 2012 12:43:14 +0000]
fix relationship test data; remove print from tab test
Tara L Andrews [Fri, 20 Apr 2012 12:33:01 +0000]
fix graphml subgraph generation; fix tab parsing to only set 'collated' where needed; add so-far-untried tests for transposition
Tara L Andrews [Fri, 20 Apr 2012 08:20:44 +0000]
add some more transposition logic
Tara L Andrews [Fri, 20 Apr 2012 08:20:31 +0000]
fix exponential loop in common_in_path
Tara L Andrews [Fri, 20 Apr 2012 08:19:56 +0000]
require working version of Text::TEI::Markup
Tara L Andrews [Thu, 19 Apr 2012 23:14:17 +0000]
workaround for segfault; slightly poor form GraphML but who cares?
Tara L Andrews [Thu, 19 Apr 2012 22:56:49 +0000]
overhaul of colocated-relationship validation, still segfaulting
Tara L Andrews [Thu, 19 Apr 2012 14:36:41 +0000]
factor out equivalence graph creation
Tara L Andrews [Thu, 19 Apr 2012 14:01:01 +0000]
add failing tests for relationship logic, next we fix them
Tara L Andrews [Thu, 19 Apr 2012 13:42:44 +0000]
add -from and -to options; TODO rationalize these across outputs
Tara L Andrews [Thu, 19 Apr 2012 13:42:15 +0000]
revert untested changes that were causing a segfault
Tara L Andrews [Thu, 19 Apr 2012 12:22:17 +0000]
Merge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Thu, 19 Apr 2012 12:22:09 +0000]
enable graphml export of partial traditions
Tara L Andrews [Thu, 19 Apr 2012 12:14:42 +0000]
replace local with global rel if they are equivalent anyway
Tara L Andrews [Thu, 19 Apr 2012 09:49:39 +0000]
UNTESTED better validation for transpositions
Tara L Andrews [Thu, 19 Apr 2012 09:48:14 +0000]
wrap documentation strings
Tara L Andrews [Thu, 19 Apr 2012 09:47:55 +0000]
avoid dying on relationship conflicts
Tara L Andrews [Wed, 18 Apr 2012 21:04:41 +0000]
fix failing stemmaweb stub test
Tara L Andrews [Wed, 18 Apr 2012 19:15:24 +0000]
fix bug in transposition validation
Tara L Andrews [Wed, 18 Apr 2012 18:17:46 +0000]
drop collations on global relationship setting too
Tara L Andrews [Wed, 18 Apr 2012 18:17:29 +0000]
suppress undefined warnings in cycle death
Tara L Andrews [Wed, 18 Apr 2012 14:27:45 +0000]
bump version numbers
Tara L Andrews [Wed, 18 Apr 2012 12:30:09 +0000]
fix failing tests
Tara L Andrews [Wed, 18 Apr 2012 12:30:02 +0000]
retain original order of collation sets
tla [Wed, 18 Apr 2012 10:15:11 +0000]
remove deprecated source attribute
tla [Wed, 18 Apr 2012 10:14:52 +0000]
relationship deletions should include scoped objects
tla [Tue, 17 Apr 2012 11:40:21 +0000]
Merge branch 'master' of github.com:tla/stemmatology
tla [Tue, 17 Apr 2012 11:39:47 +0000]
accessor method for fixing a database bug
Tara L Andrews [Tue, 17 Apr 2012 11:24:03 +0000]
Merge branch 'master' of github.com:tla/stemmatology
Conflicts:
lib/Text/Tradition/Parser/CTE.pm
Tara L Andrews [Tue, 17 Apr 2012 11:21:47 +0000]
better handling of CTE files and their annoying hilight elements
Tara L Andrews [Tue, 17 Apr 2012 11:21:16 +0000]
only collate a given sequence once
Tara L Andrews [Tue, 17 Apr 2012 11:20:58 +0000]
add nocalc option for debug svg output
Tara L Andrews [Tue, 17 Apr 2012 08:47:11 +0000]
restore legacy attribute until we can remove it from db records
Tara L Andrews [Tue, 17 Apr 2012 08:22:38 +0000]
housekeeping, a bit of POD addition
Tara L Andrews [Mon, 16 Apr 2012 09:27:27 +0000]
make XML witness parsing work
Tara L Andrews [Sun, 15 Apr 2012 22:02:13 +0000]
make the rest of the tests work with the new Witness
Tara L Andrews [Sun, 15 Apr 2012 21:56:22 +0000]
Merge branch 'master' into witnessparse
Tara L Andrews [Sun, 15 Apr 2012 21:53:53 +0000]
Merge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Sun, 15 Apr 2012 21:53:36 +0000]
remove refs to deprecated relationship type 'meaning'
Tara L Andrews [Sun, 15 Apr 2012 21:31:34 +0000]
set text/layertext from witness JSON parse
Tara L Andrews [Sun, 15 Apr 2012 21:29:22 +0000]
get JSON witness parsing to work
Tara L Andrews [Sun, 15 Apr 2012 21:15:18 +0000]
make witness plaintext parsing work
Tara L Andrews [Fri, 13 Apr 2012 20:16:54 +0000]
make relationship mapper segments adapt to node+edge size of graph
Tara L Andrews [Fri, 13 Apr 2012 19:25:27 +0000]
make phylo tree generation work with script
Tara L Andrews [Thu, 12 Apr 2012 11:42:28 +0000]
only use applicable a.c. witnesses in stemma for analysis
Tara L Andrews [Thu, 12 Apr 2012 11:42:04 +0000]
fix a.c. handling on empty lemmata
Tara L Andrews [Sun, 8 Apr 2012 21:10:40 +0000]
remove 'meaning' relationship from interface too
Tara L Andrews [Sun, 8 Apr 2012 13:11:59 +0000]
remove 'meaning' relationship; apply fix to make ellipse text draggable
Tara L Andrews [Sun, 8 Apr 2012 12:44:51 +0000]
remove HACK from tradition build script
Tara L Andrews [Sun, 8 Apr 2012 11:57:23 +0000]
segment the large texts in the relationship mapper
Tara L Andrews [Sat, 7 Apr 2012 23:55:48 +0000]
add rudimentary logic for text segmentation in lemmatizer
Tara L Andrews [Fri, 6 Apr 2012 22:55:15 +0000]
beginnings of addition of statistical info to stexaminer
Tara L Andrews [Fri, 6 Apr 2012 21:42:48 +0000]
better handling of a.c. witnesses in analysis
Tara L Andrews [Fri, 6 Apr 2012 21:40:36 +0000]
do proper quoting of unusual entity names in the dot
Tara L Andrews [Fri, 6 Apr 2012 20:37:09 +0000]
test for correctness of analysis groups; pursuant bugfixes