Changesets can be listed by changeset number.
The Git repository is here.
Changeset 470:
- Author: rool
- Date: Sat Apr 16 11:20 2016
Version 1.0.2 with updated reCaptcha
Changeset 469:
- Author: rool
- Date: Tue Apr 12 09:36 2016
Major spam event on 2016-04-12 - I'm not playing anymore. Block those domains.
Changeset 468:
- Author: rool
- Date: Sun Nov 09 03:45 2014
Updated with high DPI logged in/out images.
Changeset 467:
- Author: rool
- Date: Sun Nov 09 03:03 2014
Have to disable SSL checking *internally* for news feed integration within Radiant since our old Ruby version is unhappy with the new SHA-2 SSL certificates to which we just upgraded.
Changeset 466:
- Author: rool
- Date: Sat May 03 09:50 2014
Rename "Software" to more widely used and understandable "Downloads"
in shared header fragment.
Changeset 465:
- Author: rool
- Date: Sat May 03 09:49 2014
Canvass version 1.0.2, tagged.
Changeset 464:
- Author: rool
- Date: Sat May 03 09:48 2014
Canvass version 1.0.2.
Changeset 463:
- Author: rool
- Date: Sat May 03 09:47 2014
Actually, "1_0_0_with_mods" looks very like v1.0.1.
Changeset 462:
- Author: rool
- Date: Sat May 03 09:38 2014
Something approximating v1.0.0 of Canvass, tagged.
Changeset 461:
- Author: rool
- Date: Mon Feb 17 09:55 2014
Fix Ticket #334.
Changeset 460:
- Author: rool
- Date: Tue Dec 17 12:21 2013
Changeset #459 broke ungrouped listings, as the ungrouped item internally
is a Symbol not String and "gsub" is a private method for that class.
Changeset 459:
- Author: rool
- Date: Thu Oct 24 07:28 2013
Further extend the Radiant extension with named headings in directory
listings too.
Changeset 458:
- Author: rool
- Date: Thu Oct 24 07:12 2013
Add named anchors to directory listing tables.
Changeset 457:
- Author: rool
- Date: Thu Oct 24 05:58 2013
Add admin ability to revert an underway poll to an open state.
More sensible entries now presented in the state change menu.
Changeset 456:
- Author: rool
- Date: Fri Sep 06 07:23 2013
Reduce code duplicat - "htmlize" was always wrapped by a call
to "make_links", so just include that call inside "htmlize".