11 years agofix for openid authentication
Eden Cardim [Wed, 4 Jul 2012 19:24:57 +0000]
fix for openid authentication

11 years agofixed formhandler error
Eden Cardim [Wed, 4 Jul 2012 14:54:16 +0000]
fixed formhandler error

11 years agoSupport email-attribute fetching from OpenID
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

11 years agoFix openid attribute fetching using Credential::OpenID
Jess Robinson [Mon, 28 May 2012 13:42:22 +0000]
Fix openid attribute fetching using Credential::OpenID

11 years agoFix bug from previous tidy-up, User model went away, we now just use Directory
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

11 years agoAdd support for modifying users to add/change roles
Jess Robinson [Mon, 28 May 2012 10:55:20 +0000]
Add support for modifying users to add/change roles

11 years agoTrying out public attr and searching - not very successfully
Jess Robinson [Thu, 24 May 2012 15:50:31 +0000]
Trying out public attr and searching - not very successfully

11 years agoAdd simple "admin" user support
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

11 years agoChange Tradition comparing to use == (and assume we have the same reference) rather...
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

11 years agoUpdate admin_users to be able to remove traditions from users
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

11 years agoAdd 'list' to admin
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

11 years agoPass user object to traditions as we have one already usually.
Jess Robinson [Mon, 21 May 2012 13:19:41 +0000]
Pass user object to traditions as we have one already usually.

11 years agoChange to using the merged Directory as the User store
Jess Robinson [Mon, 21 May 2012 13:04:44 +0000]
Change to using the merged Directory as the User store

11 years agoRemove unused files
Jess Robinson [Mon, 21 May 2012 13:04:13 +0000]
Remove unused files

11 years agoShow traditions based on the current logged-in user
Jess Robinson [Mon, 21 May 2012 10:49:49 +0000]
Show traditions based on the current logged-in user

11 years agoAdd user_traditionlist
Jess Robinson [Mon, 21 May 2012 10:49:01 +0000]
Add user_traditionlist
Test user_traditionlist and add_tradition on user

11 years agoTidy up UserStore/Directory merge
Jess Robinson [Mon, 21 May 2012 10:47:27 +0000]
Tidy up UserStore/Directory merge

11 years agoMerge UserStore and Directory as we had fun assigning users to traditions otherwise.
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.

11 years agoInitial code for adding traditions to users
Jess Robinson [Wed, 16 May 2012 13:01:23 +0000]
Initial code for adding traditions to users

11 years agoRequire https for LWP, when using OpenID with google
Jess Robinson [Tue, 15 May 2012 16:28:31 +0000]
Require https for LWP, when using OpenID with google

11 years agoSupport creating users with no passwords, for OpenID
Jess Robinson [Tue, 15 May 2012 16:27:41 +0000]
Support creating users with no passwords, for OpenID
(probably could be cleaner)

11 years agoUpdate to support openid login with google, which uses a known url
Jess Robinson [Tue, 15 May 2012 16:26:33 +0000]
Update to support openid login with google, which uses a known url

11 years agoAttempts to support openid attribute extension via openid credential, doesnt quite...
Jess Robinson [Tue, 15 May 2012 16:26:02 +0000]
Attempts to support openid attribute extension via openid credential, doesnt quite work

11 years agoAdd links to login/register on main page
Jess Robinson [Tue, 15 May 2012 11:13:00 +0000]
Add links to login/register on main page

11 years agoComplete support for openid and new built-in openid_identifier
Jess Robinson [Tue, 15 May 2012 11:12:22 +0000]
Complete support for openid and new built-in openid_identifier

11 years agoReplacing SimpleLogin with Controller::Auth (requires patch to ::Auth)
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..

11 years agoUpdate to allow openid-based users (url as key)
Jess Robinson [Fri, 11 May 2012 16:49:34 +0000]
Update to allow openid-based users (url as key)

11 years agoAdd docs to UserStore module
Jess Robinson [Thu, 10 May 2012 15:01:41 +0000]
Add docs to UserStore module

11 years agoComplete initial admin_users script, including deactivate, reactivate, really delete...
Jess Robinson [Thu, 10 May 2012 13:31:44 +0000]
Complete initial admin_users script, including deactivate, reactivate, really delete. Also tests!

11 years agoDocs for Text::Tradition::User
Jess Robinson [Thu, 10 May 2012 09:28:23 +0000]
Docs for Text::Tradition::User

11 years agoInitial admin_users script, with more tests and additions to userstore for modifying...
Jess Robinson [Wed, 9 May 2012 14:07:35 +0000]
Initial admin_users script, with more tests and additions to userstore for modifying users

11 years agoInitial docs for stemmaweb user model
Jess Robinson [Wed, 9 May 2012 10:06:29 +0000]
Initial docs for stemmaweb user model

11 years agoBasic usable login-auth using KiokuDB
Jess Robinson [Fri, 4 May 2012 10:17:27 +0000]
Basic usable login-auth using KiokuDB

11 years agoExperimenting with KiokuX::User
Jess Robinson [Wed, 2 May 2012 15:46:30 +0000]
Experimenting with KiokuX::User

11 years agoload-save benchmark data for sherlock
Jess Robinson [Tue, 1 May 2012 14:00:18 +0000]
load-save benchmark data for sherlock

11 years agoAmended to store/use benchmarking data profiles per host
Jess Robinson [Tue, 1 May 2012 13:58:59 +0000]
Amended to store/use benchmarking data profiles per host

11 years agoOnly run the load-save test manually, skip for make/prove
Jess Robinson [Tue, 1 May 2012 11:29:13 +0000]
Only run the load-save test manually, skip for make/prove

12 years agoFixup the save-load test to store the benchmark results properly.. (well better,...
Jess Robinson [Mon, 30 Apr 2012 14:21:27 +0000]
Fixup the save-load test to store the benchmark results properly.. (well better, anyway)

12 years agoInitial version of performance test
Jess Robinson [Mon, 30 Apr 2012 13:32:22 +0000]
Initial version of performance test

12 years agopass $self to a method call, oops
Tara L Andrews [Wed, 25 Apr 2012 12:46:28 +0000]
pass $self to a method call, oops

12 years agomake French morph tagging work; dependent on Flemm and TreeTagger
Tara L Andrews [Wed, 25 Apr 2012 12:40:23 +0000]
make French morph tagging work; dependent on Flemm and TreeTagger

12 years agostart implementing morphology on readings
Tara L Andrews [Mon, 23 Apr 2012 14:06:57 +0000]
start implementing morphology on readings

12 years agofix bugs in persistent equivalence graph implementation
Tara L Andrews [Sat, 21 Apr 2012 21:09:37 +0000]
fix bugs in persistent equivalence graph implementation

12 years agoavoid collating meta readings
Tara L Andrews [Sat, 21 Apr 2012 20:45:29 +0000]
avoid collating meta readings

12 years agoimplement persistent equivalence graph for relationship tracking
Tara L Andrews [Sat, 21 Apr 2012 13:07:49 +0000]
implement persistent equivalence graph for relationship tracking

12 years agocheck for relationship before collating
Tara L Andrews [Fri, 20 Apr 2012 17:13:35 +0000]
check for relationship before collating

12 years agofix relationship test data; remove print from tab test
Tara L Andrews [Fri, 20 Apr 2012 12:43:14 +0000]
fix relationship test data; remove print from tab test

12 years agofix graphml subgraph generation; fix tab parsing to only set 'collated' where needed...
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

12 years agoadd some more transposition logic
Tara L Andrews [Fri, 20 Apr 2012 08:20:44 +0000]
add some more transposition logic

12 years agofix exponential loop in common_in_path
Tara L Andrews [Fri, 20 Apr 2012 08:20:31 +0000]
fix exponential loop in common_in_path

12 years agorequire working version of Text::TEI::Markup
Tara L Andrews [Fri, 20 Apr 2012 08:19:56 +0000]
require working version of Text::TEI::Markup

12 years agoworkaround for segfault; slightly poor form GraphML but who cares?
Tara L Andrews [Thu, 19 Apr 2012 23:14:17 +0000]
workaround for segfault; slightly poor form GraphML but who cares?

12 years agooverhaul of colocated-relationship validation, still segfaulting
Tara L Andrews [Thu, 19 Apr 2012 22:56:49 +0000]
overhaul of colocated-relationship validation, still segfaulting

12 years agofactor out equivalence graph creation
Tara L Andrews [Thu, 19 Apr 2012 14:36:41 +0000]
factor out equivalence graph creation

12 years agoadd failing tests for relationship logic, next we fix them
Tara L Andrews [Thu, 19 Apr 2012 14:01:01 +0000]
add failing tests for relationship logic, next we fix them

12 years agoadd -from and -to options; TODO rationalize these across outputs
Tara L Andrews [Thu, 19 Apr 2012 13:42:44 +0000]
add -from and -to options; TODO rationalize these across outputs

12 years agorevert untested changes that were causing a segfault
Tara L Andrews [Thu, 19 Apr 2012 13:42:15 +0000]
revert untested changes that were causing a segfault

12 years agoMerge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Thu, 19 Apr 2012 12:22:17 +0000]
Merge branch 'master' of github.com:tla/stemmatology

12 years agoenable graphml export of partial traditions
Tara L Andrews [Thu, 19 Apr 2012 12:22:09 +0000]
enable graphml export of partial traditions

12 years agoreplace local with global rel if they are equivalent anyway
Tara L Andrews [Thu, 19 Apr 2012 12:14:42 +0000]
replace local with global rel if they are equivalent anyway

12 years agoUNTESTED better validation for transpositions
Tara L Andrews [Thu, 19 Apr 2012 09:49:39 +0000]
UNTESTED better validation for transpositions

12 years agowrap documentation strings
Tara L Andrews [Thu, 19 Apr 2012 09:48:14 +0000]
wrap documentation strings

12 years agoavoid dying on relationship conflicts
Tara L Andrews [Thu, 19 Apr 2012 09:47:55 +0000]
avoid dying on relationship conflicts

12 years agofix failing stemmaweb stub test
Tara L Andrews [Wed, 18 Apr 2012 21:04:41 +0000]
fix failing stemmaweb stub test

12 years agofix bug in transposition validation
Tara L Andrews [Wed, 18 Apr 2012 19:15:24 +0000]
fix bug in transposition validation

12 years agodrop collations on global relationship setting too
Tara L Andrews [Wed, 18 Apr 2012 18:17:46 +0000]
drop collations on global relationship setting too

12 years agosuppress undefined warnings in cycle death
Tara L Andrews [Wed, 18 Apr 2012 18:17:29 +0000]
suppress undefined warnings in cycle death

12 years agobump version numbers
Tara L Andrews [Wed, 18 Apr 2012 14:27:45 +0000]
bump version numbers

12 years agofix failing tests
Tara L Andrews [Wed, 18 Apr 2012 12:30:09 +0000]
fix failing tests

12 years agoretain original order of collation sets
Tara L Andrews [Wed, 18 Apr 2012 12:30:02 +0000]
retain original order of collation sets

12 years agoremove deprecated source attribute
tla [Wed, 18 Apr 2012 10:15:11 +0000]
remove deprecated source attribute

12 years agorelationship deletions should include scoped objects
tla [Wed, 18 Apr 2012 10:14:52 +0000]
relationship deletions should include scoped objects

12 years agoMerge branch 'master' of github.com:tla/stemmatology
tla [Tue, 17 Apr 2012 11:40:21 +0000]
Merge branch 'master' of github.com:tla/stemmatology

12 years agoaccessor method for fixing a database bug
tla [Tue, 17 Apr 2012 11:39:47 +0000]
accessor method for fixing a database bug

12 years agoMerge branch 'master' of github.com:tla/stemmatology
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

12 years agobetter handling of CTE files and their annoying hilight elements
Tara L Andrews [Tue, 17 Apr 2012 11:21:47 +0000]
better handling of CTE files and their annoying hilight elements

12 years agoonly collate a given sequence once
Tara L Andrews [Tue, 17 Apr 2012 11:21:16 +0000]
only collate a given sequence once

12 years agoadd nocalc option for debug svg output
Tara L Andrews [Tue, 17 Apr 2012 11:20:58 +0000]
add nocalc option for debug svg output

12 years agorestore legacy attribute until we can remove it from db records
Tara L Andrews [Tue, 17 Apr 2012 08:47:11 +0000]
restore legacy attribute until we can remove it from db records

12 years agohousekeeping, a bit of POD addition
Tara L Andrews [Tue, 17 Apr 2012 08:22:38 +0000]
housekeeping, a bit of POD  addition

12 years agomake XML witness parsing work
Tara L Andrews [Mon, 16 Apr 2012 09:27:27 +0000]
make XML witness parsing work

12 years agomake the rest of the tests work with the new Witness
Tara L Andrews [Sun, 15 Apr 2012 22:02:13 +0000]
make the rest of the tests work with the new Witness

12 years agoMerge branch 'master' into witnessparse
Tara L Andrews [Sun, 15 Apr 2012 21:56:22 +0000]
Merge branch 'master' into witnessparse

12 years agoMerge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Sun, 15 Apr 2012 21:53:53 +0000]
Merge branch 'master' of github.com:tla/stemmatology

12 years agoremove refs to deprecated relationship type 'meaning'
Tara L Andrews [Sun, 15 Apr 2012 21:53:36 +0000]
remove refs to deprecated relationship type 'meaning'

12 years agoset text/layertext from witness JSON parse
Tara L Andrews [Sun, 15 Apr 2012 21:31:34 +0000]
set text/layertext from witness JSON parse

12 years agoget JSON witness parsing to work
Tara L Andrews [Sun, 15 Apr 2012 21:29:22 +0000]
get JSON witness parsing to work

12 years agomake witness plaintext parsing work
Tara L Andrews [Sun, 15 Apr 2012 21:15:18 +0000]
make witness plaintext parsing work

12 years agomake relationship mapper segments adapt to node+edge size of graph
Tara L Andrews [Fri, 13 Apr 2012 20:16:54 +0000]
make relationship mapper segments adapt to node+edge size of graph

12 years agomake phylo tree generation work with script
Tara L Andrews [Fri, 13 Apr 2012 19:25:27 +0000]
make phylo tree generation work with script

12 years agoonly use applicable a.c. witnesses in stemma for analysis
Tara L Andrews [Thu, 12 Apr 2012 11:42:28 +0000]
only use applicable a.c. witnesses in stemma for analysis

12 years agofix a.c. handling on empty lemmata
Tara L Andrews [Thu, 12 Apr 2012 11:42:04 +0000]
fix a.c. handling on empty lemmata

12 years agoremove 'meaning' relationship from interface too
Tara L Andrews [Sun, 8 Apr 2012 21:10:40 +0000]
remove 'meaning' relationship from interface too

12 years agoremove 'meaning' relationship; apply fix to make ellipse text draggable
Tara L Andrews [Sun, 8 Apr 2012 13:11:59 +0000]
remove 'meaning' relationship; apply fix to make ellipse text draggable

12 years agoremove HACK from tradition build script
Tara L Andrews [Sun, 8 Apr 2012 12:44:51 +0000]
remove HACK from tradition build script

12 years agosegment the large texts in the relationship mapper
Tara L Andrews [Sun, 8 Apr 2012 11:57:23 +0000]
segment the large texts in the relationship mapper

12 years agoadd rudimentary logic for text segmentation in lemmatizer
Tara L Andrews [Sat, 7 Apr 2012 23:55:48 +0000]
add rudimentary logic for text segmentation in lemmatizer

12 years agobeginnings of addition of statistical info to stexaminer
Tara L Andrews [Fri, 6 Apr 2012 22:55:15 +0000]
beginnings of addition of statistical info to stexaminer

12 years agobetter handling of a.c. witnesses in analysis
Tara L Andrews [Fri, 6 Apr 2012 21:42:48 +0000]
better handling of a.c. witnesses in analysis

12 years agodo proper quoting of unusual entity names in the dot
Tara L Andrews [Fri, 6 Apr 2012 21:40:36 +0000]
do proper quoting of unusual entity names in the dot