Changeset 1408
- Timestamp:
- 12/07/07 13:34:47 (10 months ago)
- Files:
-
- devel/doc/CHANGELOG (modified) (1 diff)
- devel/doc/CONTRIBUTORS (modified) (3 diffs)
- devel/doc/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/doc/CHANGELOG
r1406 r1408 11 11 Improved access permissions for admin to all areas/objects 12 12 13 0.8.2 (November 2007) 14 --------------------- 15 Fixes security issue allowing user deletion by non admin users 13 16 17 0.8.1 (November 2007) 18 --------------------- 19 Fixes security issue in installer 14 20 15 21 0.8 (July 2007) devel/doc/CONTRIBUTORS
r1378 r1408 7 7 8 8 It 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.9 community; details of this can be found at http://elgg.org. 10 10 11 11 Ewout ter Haar 12 http://stoa.usp.br/ewout 12 http://stoa.usp.br/ewout/ 13 13 ------------------------ 14 14 Misc contributions 15 15 16 16 Rolando Espinoza La Fuente 17 http://ajayu.memi.umss.edu.bo/rho | http://elgg.org/rho/17 http://ajayu.memi.umss.edu.bo/rho/ | http://elgg.org/rho/ 18 18 ------------------------ 19 19 Misc contributions … … 35 35 36 36 Misja Hoebe 37 http:// www.chn.nl/37 http://elgg.org/misja/ 38 38 ------------------ 39 39 XML-RPC 40 Atom41 40 Visualisation 42 41 Misc code changes 42 Community Management 43 43 44 44 Kevin Jardine … … 77 77 Content toolbar 78 78 79 Daniel Lewis80 http://ex.plode.us/daniellewis/81 -------------------------------82 Development at Curverider83 84 79 David Tosh 85 http:// elgg.net/dtosh/80 http://dave.elgg.com 86 81 ---------------------- 87 Project Manager 82 Project Manager (until November 2007) 88 83 89 84 Ben Werdmuller 90 http:// elgg.net/bwerdmuller/85 http://ben.elgg.com 91 86 ---------------------- 92 Technical Director 87 Technical Director (until November 2007) 93 88 Main coding devel/doc/UPGRADE
r1378 r1408 1 Elgg version 0. 8upgrade instructions1 Elgg version 0.9 upgrade instructions 2 2 3 Ben Werdmuller <ben@curverider.co.uk>4 23 April20073 Misja Hoebe <misja@curverider.co.uk> 4 December 2007 5 5 6 Elgg 0.9 marks some changes in the file structure and initial setup. For a first 7 time installation all should work well via the installer which will guide you 8 through the process. Users upgrading their installation from 0.8.* should take care 9 since the main configuration file (config.php) and .htacces will get overwritten. 10 See the install document in doc/ for more information. 6 11 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 12 PLEASE NOTE: Elgg 0.9 contains integration with the Explode service at 24 13 http://ex.plode.us/. From time to time, Elgg will ping Explode to let it know 25 14 it exists. If you don't want this to happen, you must delete the folder at 26 15 /mod/explodeping. 27 28 29 Users running Elgg 0.4 can upgrade using the same mechanism, but there are known30 issues with the file structure. From Elgg 0.6 onwards, all uploaded files and31 icons are stored in an Elgg data directory; you will need to define this and32 more in config.php by overwriting it with config-dist.php and filling in the33 configuration details again before performing steps 2 through 5 above.34 35
