changelog tags files rss atom

shortlog for shakespeare-hg

navigate: (0) -100 -60 tip

10 days rgrp [model,templates,work][s]: add notes_snippet method and use it when displaying notes on work index page (replacing existing hacky approach).
13 days rgrp [temlates/work,bugfix][xs]: set notes td width to 60% to prevent it taking over, increase number of characters show in notes snippet and guard against possibility work has no resources (o/w 500 error).
13 days rgrp [work,anno][m]: merge anno controller stuff into work controller and improve work UI.
13 days rgrp [model/Work][xs]: add shkspr-specific hack to ensure Moby texts show up first if there.
2 weeks acracia experiments with the nltk and the xml shakespeare files
2 weeks acracia xml files analysis with the nltk
2 weeks rgrp [css][xs]: make blockquote nice.
2 weeks rgrp [wotd][m]: put word of the day into WUI (see ticket:46 and previous commit cset:9ce71b5b2bd3).
2 weeks rgrp [wotd,word][m]: implement pulling word information (notes) from CMS (wordpress blog) into db (for word of the day feature: ticket:46).
2 weeks rgrp [word,model,controllers][m]: create word information page (ticket:45).
2 weeks rgrp [model,migration][m]: create KeyValue domain object for storing arbitrary key/value information (ticket:66).
2 weeks rgrp [anno][s]: change annotation to make works primary rather than materials/texts.
2 weeks rgrp [anno/templates][xs]: update javascript for js annotator 0.7 with its extra options and support for search.
2 weeks rgrp [routing,bugfix][xs]: correct tiny but major bug in resource urls (id was being taken as just the first digit due to {url:.*} on end of routes).
2 weeks rgrp [config/routing.py][xs]: add /team/ url into site (about action).
4 weeks rgrp [routing,templates][s]: remove guide link and add in annotate and get-involved link.
4 weeks rgrp [anno][s]: update to nickstenning's latest release (0.6) and remove need to login (annoying if you just want to view).
4 weeks rgrp [model][xs]: correct repr function to use __unicode__.
4 weeks rgrp [routing,bugfix][xs]: remove optional {url:.*} on our_resource route means our_resource stuff is back at resource.
4 weeks rgrp [anno][m]: set doc uri and userid when doing annotation (taking advantage of nickstenning's latest commits).
4 weeks rgrp [format,resource][xs]: change render_resource to use plain format for txt files (also remove obsolete TextFormatterAnnotate option in format.py).
4 weeks rgrp [img][xs]: remove broken symlinks for shkspr(data) images -- should not really have them anyway and now have all shkspr(data) images to be symlinked into a subdirectory of img/ named shkspr (./img/shkspr/).
4 weeks rgrp [docs][s]: update basic docstring/README with information about shakespeare-admin and paster and fix dates in COPYING.txt.
4 weeks rgrp [css,img][s]: new lighter scroll background with better tiling (all courtesy of LF again!).
5 weeks rgrp [templates,controllers/site][s]: change blog link to news and add in word of the week (wotw) proxy.
5 weeks rgrp [model][s]: add a base DomainObject with a __str__ method and used it on main objects.
6 weeks rgrp [routing,bugfix][xs]: fix routing for pdf.
6 weeks rgrp [controllers/stats,bugfix][xs]: default id=None on word method for case of visiting index page (like cset:65f3734fb1d1).
6 weeks rgrp [css,img][m]: new 'scroll' background for site.
6 weeks rgrp [anno][s]: link to github hosted js annotator files and remove restriction on text length when annotating.
6 weeks rgrp [tests][xs]: remove broken and unnecessarily fragile test for content related to annotator.
6 weeks rgrp [setup][s]: minor corrections.
6 weeks rgrp [lib/helpers.py,bugfix][s]: fixed escaping of html markup in markdown of notes field in work info template.
6 weeks rgrp [controllers/stats,bugfix][xs]: default id=None on text method to allow case of visiting text index page.
6 weeks rgrp [addendum,bugfix][xs]: follow up to last commit to left over print statement which breaks modwsgi.
6 weeks rgrp [controllers/site.py][m]: introduce deliverance proxy+theming a la http://rufuspollock.org/code/deliverance for about and news page.
6 weeks rgrp [lib/base.py][xs]: default site_title to an explanation that site_title not set rather than Open Shakespeare.
6 weeks rgrp [templates/layout][xs]: move sidebar section from before main section to below (and below footer due to css structure) as this is better for SEO and text browsers.
6 weeks rgrp [templates][s]: create basic index.html in shakespeare package so when starting up without any exteranl (e.g. shksprdata) data, people don't immediately see a broken page.
6 weeks rgrp [routing][s]: change/sort out named routes for home, about, news etc.
7 weeks rgrp [doc][xs]: minor fixes to install instructions (use hg not svn).
7 weeks rgrp [addendum,auth][xs]: add in who config info to ini template (should have been in cset:d735e604f20b).
2 months rgrp [anno][s]: (old: 1w) change annotator to work with dev js annotator libraries.
2 months rgrp [config/routing][xs]: fix up routes to work with /anno_store/annotation/ as requires trailing slash.
2 months rgrp [addendum,auth][s]: add in missing who.ini that should have been in cset:d735e604f20b.
2 months rgrp [tests][xs]: re-enable anno(tator) tests which had been disabled because of issues with routes Mapper and url_for.
2 months rgrp [tests][s]: upgrade tests/__init__.py to pylons 0.9.7 version (did not do this as part of main upgrade cset:f5f6c81bf4b0).
2 months rgrp [user][l]: integrate User object into WUI and support authentication using openid and cookies (ticket:51 and ticket:52).
2 months rgrp [templates][xs]: create stub ('empty') layout.html which includes layout_base.html so we can run without shksprdata or miltondata.
2 months rgrp [model/user][s]: change name to openid, add nickname, create name property and put in missing migration script for addition of User object (!).
2 months rgrp [img][s]: follow up to previous commit (cset:104bbe476ff8) to add back in images whose symlinks were just removed (these images are small and generic so worth having here).
2 months rgrp [img][s]: remove broken image symlinks resulting from repo conversion and split-out of shksprdata (cset:6e40dda9581f).
2 months rgrp [all][m]: upgrade to pylons 0.9.7 (ticket:56).
2 months rgrp [model][s]: create User object.
2 months rgrp [hg][s]: .hgignore file for new hg repo.
2 months rgrp [anthology][m]: (old: 3w) work on Dec 17th with Sara on anthologies (wiki:Anthologies).
2 months rgrp [config/middleware.py][xs]: (old: 3w) remove use of StaticJavascripts since we do not use them and they are deprecated.
2 months convert-repo update tags
2 months rgrp [anno][s]: minor fixes to sync with latest annotator and js annotator code.
3 months rgrp [templates][s]: refactor layout templates to allow for inheritance rather than duplication.

navigate: (0) -100 -60 tip