Project

General

Profile

  • svn:executable: *
  • svn:keywords: Id

# Date Author Comment
419 2007-01-29 10:38 ryan

Created up-to-date 2.6.x branch (based off 2.6.5 tag)

408 2006-12-25 05:01 ryan

Creating 2.6.5 tag

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

250 2005-11-27 10:44 ryan

Added Captcha to News module

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

208 2005-10-23 14:27 stefan

Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.

164 2005-09-27 02:49 ryan

Added some DB checking code to initialize.php

143 2005-09-19 01:49 ryan

Cleaned-up some whitespace

107 2005-09-15 21:22 stefan

Corrected session code.

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).