Changeset 1188
- Timestamp:
- 07/05/07 16:40:45 (1 year ago)
- Files:
-
- devel/CHANGELOG (modified) (1 diff)
- devel/CONTRIBUTORS (modified) (1 diff)
- devel/INSTALL (modified) (2 diffs)
- devel/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/CHANGELOG
r1081 r1188 1 1 Elgg changelog 2 2 3 0.8 (April 2007) 4 ---------------- 3 0.8 (July 2007) 4 --------------- 5 Generalised comments 6 Bugfixes, efficiency improvements 7 8 0.8rc1/2 (April 2007) 9 --------------------- 5 10 Profile widgets and refactoring by Kevin Jardine 6 11 Weblog content toolbar for video / file embedding by Diego Ramirez devel/CONTRIBUTORS
r1081 r1188 50 50 Architectural changes, key source code contributions 51 51 52 Marcus Povey 53 http://www.marcus-povey.co.uk/consultancy/ 54 ------------------------------------------ 55 Misc source code changes 56 (Including key API functionality) 57 52 58 Diego Ramirez 53 59 http://www.somosmas.org devel/INSTALL
r1083 r1188 2 2 3 3 Ben Werdmuller <ben@curverider.co.uk> 4 23rd April20074 5 July 2007 5 5 6 6 … … 16 16 4.1+ (Postgres can also be used). It has currently been tested on 17 17 Apache installations running Red Hat Linux and Microsoft Windows XP. 18 19 It is now possible to install Elgg on Microsoft IIS web server 20 environments. See the separate IIS-INSTALL file for more details, but 21 you need to follow the instructions below as normal. 18 22 19 23 In your Apache configuration, you must have AllowOverride set to devel/version.php
r1075 r1188 7 7 // whether upgrades should be performed (see lib/db/*.php) 8 8 9 $version = 20070 42001; // YYYYMMDD = Elgg Date9 $version = 2007070501; // YYYYMMDD = Elgg Date 10 10 // X = Elgg Point release (0,1,2...) 11 11 // Y = Interim incrementer
