Changesets can be listed by changeset number.
The Git repository is here.
Changeset 260:
- Author: rool
- Date: Wed Feb 25 19:21 2009
Make e-mail address comparison case-insensitive everywhere - see e.g.
Ticket #165. Run *all* flash updates through hubssolib_set_flash as
this seems to guarantee correct persistence, fixing things like the bug
reported in Ticket #199. Note that this may worsen problems with flash
persistence in the cache (see e.g. Ticket #159). I can't really test
for it except by running it on the live system with all caches flushed,
due to limitations with the way the development web server runs in
relation to database access and redirections from strange port numbers.
Unrelated fix - the check for zero users when signing up the very first
Hub user was terrible (find all users, count the array size - rather
than doing User.count.zero?). Fixed.
Changeset 259:
- Author: rool
- Date: Wed Dec 03 19:50 2008
Numerous small HTML and CSS fixes resulting in a much larger number
of standards compliant pages throughout the site.
Changeset 258:
- Author: rool
- Date: Wed Dec 03 19:46 2008
Corrected outdated IP address in SVN version of configuration file.
Changeset 257:
- Author: rool
- Date: Fri Oct 17 15:33 2008
Tagging initial release of 17-Oct-2008 design update.
Changeset 256:
- Author: rool
- Date: Fri Oct 17 15:33 2008
Tagging initial release of 17-Oct-2008 design update.
Changeset 255:
- Author: rool
- Date: Fri Oct 17 15:32 2008
Tagging initial release of 17-Oct-2008 design update.
Changeset 254:
- Author: rool
- Date: Fri Oct 17 15:32 2008
Tagging initial release of 17-Oct-2008 design update.
Changeset 253:
- Author: rool
- Date: Fri Oct 17 15:32 2008
Tagging initial release of 17-Oct-2008 design update.
Changeset 252:
- Author: rool
- Date: Fri Oct 17 15:24 2008
Tagging release 1.0 site prior to 17-Oct-2008 design update.
Changeset 251:
- Author: rool
- Date: Fri Oct 17 15:24 2008
Tagging release 1.0 site prior to 17-Oct-2008 design update.
Changeset 250:
- Author: rool
- Date: Fri Oct 17 15:24 2008
Tagging release 1.0 site prior to 17-Oct-2008 design update.
Changeset 249:
- Author: rool
- Date: Fri Oct 17 15:23 2008
Tagging release 1.0 site prior to 17-Oct-2008 design update.
Changeset 248:
- Author: rool
- Date: Fri Oct 17 15:23 2008
Tagging release 1.0 site prior to 17-Oct-2008 design update.
Changeset 247:
- Author: rool
- Date: Fri Oct 17 15:18 2008
Updates for new 17-Oct-2008 design.
Changeset 246:
- Author: rool
- Date: Fri Oct 17 15:16 2008
It doesn't matter much if a password is exposed in
config.yml because the real database runs on a Unix
domain socket only, but it's still messy - hide it.