Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 470
- Log:
Version 1.0.2 with updated reCaptcha
- Author:
- rool
- Date:
- Sat Apr 16 11:20:56 +0100 2016
- Size:
- 1404 Bytes
1 | 1.0.2 (16-Apr-2016) |
2 | =================== |
3 | |
4 | Updated and customised reCaptcha code for V2 Google reCaptcha use. |
5 | |
6 | |
7 | 1.0.1 (30-Aug-2011) |
8 | =================== |
9 | |
10 | Added reCaptcha verification to the sign-up form via the following, installed |
11 | as a plugin: |
12 | |
13 | https://github.com/ambethia/recaptcha |
14 | |
15 | This was required because the ROOL Hub installation started to get hit by |
16 | literally hundreds of bogus signups from bots. JavaScript-free operation |
17 | is *just about* possible but very confusing and awkward. |
18 | |
19 | |
20 | 1.0.0 (31-Jan-2011) |
21 | =================== |
22 | |
23 | Updated release based on Rails 2.3.10 and field-proven internals from the RISC |
24 | OS Open web site. Expected to be served by Phusion Passenger - see: |
25 | |
26 | http://modrails.org/ |
27 | |
28 | Using services like Passenger, or equivalents, eliminates the need for static |
29 | configuration related to the location of Hub in the server's document tree. |
30 | |
31 | Requires Hub gem version 0.2.6 or later. |
32 | |
33 | |
34 | 0.2.1 (25-Feb-2009) |
35 | =================== |
36 | |
37 | Original public release on "http://hub.pond.org.uk/". Used for several years |
38 | on the RISC OS Open web site at "http://www.riscosopen.org/". Developed on |
39 | Rails 1.1.6 and served by LigHTTPd. |
40 | |
41 | Due to the way that Rails and the expected server environment work, static |
42 | configuration is needed to specify the location of Hub within the web server's |
43 | document tree (typically, Hub is served from public-facing location "/hub"). |
44 | |
45 | Requires Hub gem version 0.2.6 or later. |