Changeset 1408

Show
Ignore:
Timestamp:
12/07/07 13:34:47 (10 months ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Updated documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/doc/CHANGELOG

    r1406 r1408  
    1111Improved access permissions for admin to all areas/objects  
    1212 
     130.8.2 (November 2007) 
     14--------------------- 
     15Fixes security issue allowing user deletion by non admin users 
    1316 
     170.8.1 (November 2007) 
     18--------------------- 
     19Fixes security issue in installer 
    1420 
    15210.8 (July 2007) 
  • devel/doc/CONTRIBUTORS

    r1378 r1408  
    77 
    88It is important also to recognise the input of the Elgg development 
    9 community; details of this can be found at http://elgg.org/developers.php
     9community; details of this can be found at http://elgg.org
    1010 
    1111Ewout ter Haar 
    12 http://stoa.usp.br/ewout 
     12http://stoa.usp.br/ewout/ 
    1313------------------------ 
    1414Misc contributions 
    1515 
    1616Rolando Espinoza La Fuente 
    17 http://ajayu.memi.umss.edu.bo/rho | http://elgg.org/rho/ 
     17http://ajayu.memi.umss.edu.bo/rho/ | http://elgg.org/rho/ 
    1818------------------------ 
    1919Misc contributions 
     
    3535 
    3636Misja Hoebe 
    37 http://www.chn.nl
     37http://elgg.org/misja
    3838------------------ 
    3939XML-RPC 
    40 Atom 
    4140Visualisation 
    4241Misc code changes 
     42Community Management 
    4343 
    4444Kevin Jardine 
     
    7777Content toolbar 
    7878 
    79 Daniel Lewis 
    80 http://ex.plode.us/daniellewis/ 
    81 ------------------------------- 
    82 Development at Curverider 
    83  
    8479David Tosh 
    85 http://elgg.net/dtosh/ 
     80http://dave.elgg.com 
    8681---------------------- 
    87 Project Manager 
     82Project Manager (until November 2007) 
    8883 
    8984Ben Werdmuller 
    90 http://elgg.net/bwerdmuller/ 
     85http://ben.elgg.com 
    9186---------------------- 
    92 Technical Director 
     87Technical Director (until November 2007) 
    9388Main coding 
  • devel/doc/UPGRADE

    r1378 r1408  
    1 Elgg version 0.8 upgrade instructions 
     1Elgg version 0.9 upgrade instructions 
    22 
    3 Ben Werdmuller <ben@curverider.co.uk> 
    4 23 April 2007 
     3Misja Hoebe <misja@curverider.co.uk> 
     4December 2007 
    55 
     6Elgg 0.9 marks some changes in the file structure and initial setup. For a first  
     7time installation all should work well via the installer which will guide you  
     8through the process. Users upgrading their installation from 0.8.* should take care  
     9since the main configuration file (config.php) and .htacces will get overwritten.  
     10See the install document in doc/ for more information. 
    611 
    7 Elgg is designed to be simple to upgrade if you are currently running 0.6 or 
    8 above. All you need to do is: 
    9  
    10 1. Overwrite your Elgg files with the files in this distribution. 
    11  
    12 2. Overwrite your .htaccess file with the htaccess-dist file found here. 
    13  
    14 3. Log in as a user with admin privileges (this is usually the news user 
    15 on most installations). 
    16  
    17 4. If Elgg displays any database upgrade messages, click the button at the 
    18 bottom of the page to continue. 
    19  
    20 5. That's it! 
    21  
    22  
    23 PLEASE NOTE: Elgg 0.8 contains integration with the Explode service at 
     12PLEASE NOTE: Elgg 0.9 contains integration with the Explode service at 
    2413http://ex.plode.us/. From time to time, Elgg will ping Explode to let it know 
    2514it exists. If you don't want this to happen, you must delete the folder at 
    2615/mod/explodeping. 
    27  
    28  
    29 Users running Elgg 0.4 can upgrade using the same mechanism, but there are known 
    30 issues with the file structure. From Elgg 0.6 onwards, all uploaded files and 
    31 icons are stored in an Elgg data directory; you will need to define this and 
    32 more in config.php by overwriting it with config-dist.php and filling in the 
    33 configuration details again before performing steps 2 through 5 above. 
    34  
    35