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