>> aroundme

  Copyright (c) 2003-2004 Barnraiser. All rights reserved.


>> 0.3.3, 26th November 2004
	Bug fixes
	Fixed forum subject and reply problem
	Fixed Blog update problem
  
  
>> 0.3.2, 23rd November 2004
   Newsletter admin added
   full  access control system implementation started
   phpMailer upgraded
   adoDB upgraded
   DB prefix added to allow for multiple instances of aroundme under a single database account.
   Shoutbox functions moved to Class
   Abuse reporting functionality added
   Multilingual language content display added in prep for CMS implementation
   Bookmarks (favourites) rewritten in preparation for forum movement inclusion
   Forum subjects and topics now track movement since last visit
   

   Bug Fixes
   When adding a friend, config file error in add_friend.php fixed
   Paths fixed in register, lost password and invite files.
   Template id inserted into DB upon installation
   many MySQL specific SQL's replaced with adoDB complient requests.
   adoDB insert_ID removed in favour of a select statement (not complient with all DB's)


>> 0.3.1, 14th October 2004
   Latest blog (splash) page added.
   default page button added to welcome page.
   Favicon added.
   Message 'select all' button added for ease of deleting all messages.

   Bug Fixes
   Images can be uploaded with spaces in the image filename.
   All files changed to UNIX/utf-8 encoded
   all href strings containg & have been replaced by &amp; for xhtml complience.
   appended SID ID to all header redirects (ensures session ID is carried).
   group apply page missing variable ($lang['hdr_node_rules']) fixed.
   Genre and group type added to "my groups" list.
   Fixed breadcrumb var name clash on some pages (var note renamed to breadcrumb_note).
   



>> 0.3_0, 23rd September 2004
   open source release (released to Savannah and sourceforge)
   
   Bug Fixes
   In weeks most read  genre added.
   Message title now accepts special characters.
   Session last used timestamp fixed.
   Total users online corrected to explude pending applications.
   Forum subject now accepts special characters.
   Group admins no longer have node admin priv within groups.
   Library links corrected.
   Templates set to transitional XHTML 
   (note: not all pages verified on default template...this is ongoing)
   Profile summary line breaks fixed.
   Setting new email address in profile now works.
   User class no longer puts zero's in the relation table.


    
>> 0.2_1, 19th August 2004
   pre-open source community version released to core developers only.
   Tidy up of WIKI
   Tidy up of language files and terminology.
   
   Bug Fixes
   none
   
   
  
>> 0.2_0, 4th June 2004
   Library WIKI
   New user scrapbook, WIKI style
   Events calendar
   Basic schedule included
   Lang file changes
   Group member invites
   Auto create membership fro help group when registering
   Auto create user librayr item when registering
   Delete my group membership
   WIKI style messaging
   Many invitees catered for

   Bug Fixes
   Reply button fixed
   Fix mail compose delete button
   Removal of Group templates
   Image class now handles .JPG as well a s.jpg
   Node admin screens and groups now working
   Group registration duplication



>> 0.1_9, 16th May 2004
   Group and User statistics completed
   Group member statistics completed
   Polls completed
   Basic Node administration screens added
   Added functionality to attach a subject to a group event
   When creating a group default library and forum items also created.
   Added Group image max size (disk space)
   Added User image max size (disk space)

   Bug fixes
   Now you cannot post to the forum if the discussion is locked.
   My profile says now says 'online' (was offline)
   Only basic profile and global published blog items can now be seen outside of your social network.
   Dropdown date selects now have start and end vars added.
   Send group apply now goes to all admins for approval.


>> 0.1_8, 5th May 2004
   Edit group functionality added
   Edit group member privilege functionality added
   Edit group rules functionality added
   Group Permissions functionality added
   very basic Event Calendar (unpopulated) added
   Event admin functionality added
   very basic Poll admin functionality added

   Bug fixes
   Registered Spelt wrong in create_group.php
   Many little interface bugs solved
   Delete button on u_message_item.php no working
   .php added to template names for security
   Total acquaintances statistic fixed

 
>> 0.1_7, 25th April 2004
   Updated ADODB class
   Date Class introduced
   Tidy up of language files
   Error/success handling
   Help links created
   Forum sticky/locked icons added
   Member details page added
   Edit image added
   Ask a friend from within network functionality added
   List pending invitees to your Social Network functionality added
   Welcome Instant message added
   Link 'from name' in Instant message to user profile
   Blocking of user functionality added
   List of blocked users added
   Tidy up config file
   
   Bug fixes
   Cannot send if MB is 100% full - fixed: Tom Calthrop 
   Remove aqaintance if aquantance is me - fixed: Tom Calthrop 
   IM - list all users, should be list social network - fixed: Tom Calthrop 
   Block user in mail pages - fixed: Tom Calthrop 
   

>> 0.1_6, 18th April 2004
   Image upload working
   Basic 404 page and error capture
   Register and confirmation added
   Invite friends via email functionality added
   my_overview, latest acquaintance pages fixed
   Global blog page added
   Node stats now working
   Forum completed
   Instant messaging working
   Bookmarks added
   Obvious error removal completed
   Basic library added (no wiki functionality)
   Group apply completed
   Change password and lost password functionality added


>> 0.1_5, 9th March 2004
   Image upload class included, images now display properly
   Session and user management
   Group privileges installed
   Group statistics working
   Group pages reworke


>> 0.1_4, 14th February 2004
   parser completed
   user section display screens completed
   social network completed
   guestbook updated to work with parser
   edit profile screen complete

>> 0.1_3, 29th January 2004
   group section templates coded
   guestbook added
   user scrapbook added
   user registration (buggy) added
   message (internal mailing) display screens coded
   find groups, events added
   group library added and changes to wiki style library
   basic group forum display pages coded

>> 0.1_2, 16th January 2004
   user section templates coded (classes not incorporated)
   basic parse added
   language files added
   shoutbox completed
   bookmarks added

>> 0.1_1, 5th January 2004, tom calthrop
   database connectivity added. header.inc.php now connects to database, pass to 
   classes using $<class_name>->db= $db;
   See User.class.php for example select. footer.inc.php closes db connection.

>> 0.1, 4th January 2004
   First release of basic html structure and class structures for development usage.