| 6 hours | acracia | added 'when' to the api processing, to be able to calculate the pd in dates different than today |
| 37 hours | mzeinstra | Added Kennisland based Public Domain Calculator, XML Based |
| 3 days | acracia | [api]to_dict method on the model, tailored to use as input of the api |
| 4 days | acracia | changes to the api page, not taking the input and processing it with the calculators. |
| 7 days | rgrp | [tests/functional][xs]: remove 'DB' from title test string as this is no longer in site title (thereby correcting failing tests!). |
| 7 days | rgrp | [model][xs]: factor our DomainObject and add_flexidate into separate base.py module from frbr.py. |
| 8 days | acracia | function to calculate pd status from json, and some tests. |
| 8 days | acracia | first version of the json api - gets json data, creates objects and passes them through the calculator. |
| 9 days | rgrp | [pdw/pd][m]: refactor all pd code to get rid of Parcel and use CaclResult and a simple work argument to get_work_status instead. |
| 4 weeks | rgrp | [api,templates][s]: create an index page for the API. |
| 4 weeks | rgrp | [setup][xs]: move version to 0.7a (should have done this after release of 0.6 in summer '09). |
| 4 weeks | rgrp | [pd][s]: minor fixes to correct broken tests. |
| 4 weeks | rgrp | [pd][s]: modularize pd (calculator) code by splitting __init__.py into separate modules for jurisdictions (uk, us, ca) and fast (sql) calculations. |
| 5 weeks | rgrp | [api][m]: first steps on creating an api for the pd calculators. |
| 5 weeks | rgrp | [pd][xs]: convert pd.py from module into package at pd. |
| 6 weeks | rgrp | [contrib/stats.py][s]: searching for person counts by name. |
| 3 months | rgrp | [analyze][s]: fix up brokenness in plot_publications left over from previous refactoring (that obviously didn't get completed properly). |
| 3 months | rgrp | [merge] |
| 3 months | rgrp | [pdw/getdata/marc.py][xs]: correct erroneous duplication of code introduced (I think) in last change to this file cset:556ed639f912. |
| 3 months | rgrp | [setup][xs]: (old) add requirement for FormAlchemy. |
| 3 months | rgrp | [wui/stats][m]: create new stats/year page showing persons whose work enter pd in a given year. |
| 3 months | rgrp | [templates/layout][s]: change to use new jquery based kforge.js for styling, plus put three buttons (open service, open data, open content) in footer. |
| 4 months | rgrp | [contrib/stats.py][s]: minor improvements to output from person_work_and_item_counts. |
| 4 months | rgrp | [analyze][s]: refactor crude_pd to show effect of advancing or retarding entry into the PD. |
| 4 months | rgrp | [contrib/stats.py][s]: list "top" authors by name (those with most items) in person_work_and_item_counts. |
| 4 months | rgrp | [getdata/muze][m]: implement loading of muze data to db (and add tests). |
| 4 months | rgrp | [cli][s]: setup full text search index on item.title and work.title when using postgres (NB: sql works from psql but not seemingly from our code atm). |
| 4 months | rgrp | [misc][m]: (old: 1w+) various fairly minor changes in anlysis and pd code. |
| 4 months | rgrp | [pd][m]: (work over last few days) calculate "pd year" rather than than "pd status" and use this to chart PD over time. |
| 4 months | rgrp | [setup][xs]: add *.db to .hgignore and reorganize a bit. |
| 4 months | rgrp | [getdata/blsa][m]: (old: 4d) update BLSA scraper, add some features and tests. |
| 5 months | rgrp | [wui][s]: change to use "kforge" styling from m.okfn.org rather than local copy of that same styling. |
| 5 months | rgrp | [wui][s]: make pd status look nicer (follow up to cset:3601b7cb6957 work for ticket:33). |
| 5 months | dread | merge |
| 5 months | dread | [getdata]: Muze data parser. |
| 5 months | dread | [analysis]: Muze data analysis. |
| 7 months | rgrp | [analyze][s]: add support for 'scaler' to scale results and move ini template to standard place in pdw/config/. |
| 7 months | rgrp | [analyze][xs]: change weightings for crude_pd. |
| 8 months | dread | [wui]: Ticket #34 - Formalchemy CRUD admin i/f. |
| 8 months | dread | [wui]: Ticket #34 - added CRUD admin interface with formalchemy |
| 8 months | dread | Removed test which required scipy |
| 8 months | dread | [wui][xs]: Ticket 10 - readable name in URL is now optional. |
| 8 months | dread | Corrected mistaken checkin of cli.py |
| 8 months | dread | [data]: Ticket 28 - Years of two digits now work. |
| 8 months | dread | merge |
| 8 months | dread | [wui]: Ticket 33 - starting to display pd status nicely |
| 8 months | dread | [data][xs]: Ticket 28 - slight format changes after date.py changes. |
| 8 months | dread | [data][s]: Got rid of using date parser. |
| 8 months | dread | [data]: AMG tests |
| 8 months | rgrp | [stats,analyze][s]: misc minor items most important of which is change to use new, decided-on, reference weightings for pd proportions. |
| 8 months | dread | merge |
| 8 months | dread | [data]: AMG parser - basic. |
| 8 months | dread | [data][s]: Ticket 3 - cairns parse now uses date parser for dates. |
| 8 months | rgrp | [stats][s]: more/improved pd related info (pdrel_*, fast_pd_*) plus turn these into nice tables in contrib/stats.py). |
| 8 months | rgrp | [templates][s]: add dates to work and item list links and use those list links in person read view. |
| 8 months | dread | merge |
| 8 months | dread | [data]: Ticket #3 - parsing cairns data. |
| 8 months | rgrp | [analyze][s]: introduce display of pd proportions in plot_publications. |
| 8 months | rgrp | [stats,cli,pd][s]: move "fast_pd" related stats method to stats.py (and improve), remove Pd command from cli merging its contents into Consolidate and Stats. |