Activated the full text search on the index pages as well as plugging in
a tempalte to show location information. Still needs to be styled but
it's all wired up.
Also cleaned some typos in the About description. One day I'll be able
to spell. One day.
Added the template for to display locations on the front end. Still need
to add template for individual locations.
Also added member editing. Still need to wire up the avatar uploading
but adding and editing member information is possible. Still need to
fine tune it according to roles
Began the process of getting the front end together by adding about and
listing pages and applied some light styling to it doesn't look like
garbage.
Still need to turn on the indivial instance display pages, so that will
be next.
Reorganized the CSS structure to there is some seperation between front
facing style and the backend den.
Also add the Render class so auth status is included in every template
rendering event so login status and select member data is available if
needed. will expand if needed.
Started buildig the authorization infrastructure to 1. create the
initial admin class to then 2. the Auth manager class can be created to
manage access based on roles.
added number of template files as well just as a UI base to get things
started.
Auth Framework Part 2 will complete the Auth mangager and clean up the
admin area.