Changesets can be listed by changeset number.
The Git repository is here.
Changeset 125:
- Author: adh
- Date: Sun Oct 29 09:26 2006
Removed accidentally committed symbolic links to shared resources.
Changeset 124:
- Author: adh
- Date: Sun Oct 29 09:23 2006
Added text file indicating base version source location.
Now runs user name through h() filter in editor views.
Changeset 123:
- Author: adh
- Date: Sun Oct 29 09:22 2006
Used new accessor functions in HubSsoLib 0.1.1 (Changeset #121).
Fixes a couple of '".id" should have read ".user_id"' bugs that
crept in when the DRb server implementation was introduced.
Changeset 122:
- Author: adh
- Date: Sun Oct 29 09:19 2006
Updated views to be aware of Hub access restrictions.
Changeset 121:
- Author: adh
- Date: Sun Oct 29 09:18 2006
A couple of new accessor functions for RForum (see Changeset #120).
Changeset 120:
- Author: adh
- Date: Sat Oct 28 23:53 2006
Hub integration. RForum Users are lazy-created when Hub users, logged in,
visit RForum for the first time. RForum navigation links to log in and
out or change settings all point at Hub. Webmaster and adminstrator roles
in Hub map to administrator permissions in RForum; in addition to the
RForum permission management system, though, added Hub permissions hashes
to various controllers to include Hub authorisation too. Two layers can't
hurt and it means sensible return-to'd redirections to Hub for some
action types.
Corrected grammar on deletion confirmation messages and tidied up a few
templates here and there, too.
Changeset 119:
- Author: adh
- Date: Fri Oct 27 21:27 2006
First steps in adapting RForum to use Hub for login.
Changeset 118:
- Author: adh
- Date: Fri Oct 27 17:19 2006
Controller integrated with HubSsoLib v0.1.0; see Changeset #113. Page
model now has special HubSsoLib tags but they're no use on any page
behavior that caches output. The news behavior has a new "https"
attribute supported on the inclusion tag to force URLs extracted from
feeds to the HTTPS protocol if the enclosing page is itself being
fetched using HTTPS. Fixed delivery path of administration interface
cookie that records the page tree state. Fixed at typo in the
database migration script. Updated the command run when header, footer
and sidebar snippets are changed.
Changeset 117:
- Author: adh
- Date: Fri Oct 27 16:09 2006
Updated for use with HubSsoLib 0.1.0 (Changeset #113). Article details no
longer cached, so login_hop jump into Hub can return to that point of
origin and have the Flash displayed. JavaScript pop-up code for comment
markup help tidied up to fit the Textile quick reference guide, with the
same window dimensions as used in I2.
Changeset 116:
- Author: adh
- Date: Fri Oct 27 16:02 2006
Updated for use with HubSsoLib 0.1.0 (Changeset #113).
Changeset 115:
- Author: adh
- Date: Fri Oct 27 16:01 2006
Updated for use with HubSsoLib 0.1.0 (Changeset #113).
Changeset 114:
- Author: adh
- Date: Fri Oct 27 15:59 2006
Updated for use with HubSsoLib 0.1.0 (Changeset #113). Some stylesheet
improvements.
Changeset 113:
- Author: adh
- Date: Fri Oct 27 15:49 2006
Numerous changes to use a DRb-based simple authorisation server,
supplied with the Hub application in version 0.1.0 or later (see
Changeset #112). Considerably more reliable than previous cookie
based revisions.
Changeset 112:
- Author: adh
- Date: Fri Oct 27 15:48 2006
After many attempts, a new version of Hub that requires the HubSsoLib
Gem v0.1.0 (see future Changeset #113). HubSsoLib no longer uses cookies
because of problems with the Rails cookies interface and the only viable
workaround being scuppered by after_filter code not always being called
(e.g. if you redirect from within a before_filter). Ultimately, the
solution of using a (very) simple DRb-based authorisation server, as
suggested by RubyPanther on the rubyonrails IRC channel, is perhaps a
little slower but a lot more scalable and a lot more reliable. The server
is included in the 'server' directory.
Changeset 111:
- Author: adh
- Date: Mon Oct 23 21:30 2006
Renamed cookies with "typoapp_" prefix and corrected their paths.
Integrated with Hub, which includes removing support for the comment
author cookie; added a comment e-mail address cookie instead, to go
with the URL cookie that Typo already supports. Updated styles to
improve comment display and included e-mail address, where supplied,
in hex-encoded form after the author name.