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 agoadd morphology support for Latin, dependent on Perseus morphology
Tara L Andrews [Thu, 17 May 2012 23:08:05 +0000]
add morphology support for Latin, dependent on Perseus morphology

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 agouse modified Lingua::TreeTagger
Tara L Andrews [Tue, 8 May 2012 12:51:18 +0000]
use modified Lingua::TreeTagger

11 years agorefactor English/French shared TT logic into Base.pm
Tara L Andrews [Mon, 7 May 2012 14:16:58 +0000]
refactor English/French shared TT logic into Base.pm

11 years agofix stupid undef quote error
Tara L Andrews [Mon, 7 May 2012 14:16:39 +0000]
fix stupid undef quote error

11 years agofix Safari incompatibility; make ambiguous-morph nodes yellow; add relemmatize button
Tara L Andrews [Sat, 5 May 2012 20:17:43 +0000]
fix Safari incompatibility; make ambiguous-morph nodes yellow; add relemmatize button

11 years agobetter autoselect logic; encapsulate creation of morphology elements
Tara L Andrews [Sat, 5 May 2012 10:29:14 +0000]
better autoselect logic; encapsulate creation of morphology elements

11 years agodblclick action now works; a little styling on dialog
Tara L Andrews [Sat, 5 May 2012 10:12:24 +0000]
dblclick action now works; a little styling on dialog

11 years agomorphology popup closer to working
Tara L Andrews [Fri, 4 May 2012 22:54:55 +0000]
morphology popup closer to working

11 years agorequest reading data on page load
Tara L Andrews [Fri, 4 May 2012 18:18:53 +0000]
request reading data on page load

11 years agomake relationship app use SVG IDs; make (unused) form for reading info
Tara L Andrews [Fri, 4 May 2012 14:05:35 +0000]
make relationship app use SVG IDs; make (unused) form for reading info

11 years agofix dot/SVG output for (sub)start/end nodes and their IDs
Tara L Andrews [Fri, 4 May 2012 14:04:44 +0000]
fix dot/SVG output for (sub)start/end nodes and their IDs

11 years agoserialize Lingua::Feature objects too
Tara L Andrews [Fri, 4 May 2012 14:03:29 +0000]
serialize Lingua::Feature objects too

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 agoreading IDs must be XML names; now used in SVG node IDs
Tara L Andrews [Thu, 3 May 2012 18:38:45 +0000]
reading IDs must be XML names; now used in SVG node IDs

11 years agointegrate updates from shared lemmatizer repo
Tara L Andrews [Thu, 3 May 2012 13:54:10 +0000]
integrate updates from shared lemmatizer repo

11 years agouse JSON for serialization rather than rolling own
Tara L Andrews [Thu, 3 May 2012 13:24:02 +0000]
use JSON for serialization rather than rolling own

11 years agoread lexeme info in GraphML parsing
Tara L Andrews [Thu, 3 May 2012 10:57:11 +0000]
read lexeme info in GraphML parsing

11 years agobetter lexeme serialization
Tara L Andrews [Thu, 3 May 2012 09:05:49 +0000]
better lexeme serialization

11 years agonaive serialization of lexems in GraphML
Tara L Andrews [Thu, 3 May 2012 08:24:36 +0000]
naive serialization of lexems in GraphML

11 years agoworking version of rebuild_equivalence
tla [Wed, 2 May 2012 22:32:03 +0000]
working version of rebuild_equivalence

11 years agoallow dbuser/pass specification
tla [Wed, 2 May 2012 22:31:29 +0000]
allow dbuser/pass specification

11 years agoadd method for initializing/resetting equivalence graph
Tara L Andrews [Wed, 2 May 2012 21:52:14 +0000]
add method for initializing/resetting equivalence graph

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

11 years agoadd English morph analysis; test for lurking debug statements
Tara L Andrews [Wed, 2 May 2012 13:57:40 +0000]
add English morph analysis; test for lurking debug statements

11 years agomake French morphology use Lingua objects; add tests
Tara L Andrews [Wed, 2 May 2012 13:28:03 +0000]
make French morphology use Lingua objects; add tests

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

11 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)

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

12 years agoclean up script dir a little
Tara L Andrews [Sat, 28 Apr 2012 19:55:09 +0000]
clean up script dir a little

12 years agosuppress relationship drawing on out-of-range nodes on global rel creation
Tara L Andrews [Sat, 28 Apr 2012 19:53:16 +0000]
suppress relationship drawing on out-of-range nodes on global rel creation

12 years agorepurpose outdated DB-save script as a DB-query script
Tara L Andrews [Sat, 28 Apr 2012 11:00:10 +0000]
repurpose outdated DB-save script as a DB-query script

12 years agoWorkarounds for a couple of bugs
tla [Thu, 26 Apr 2012 19:56:59 +0000]
Workarounds for a couple of bugs

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