phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / install / install_main.php

History | View | Annotate | Download (1.4 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8598 06/04/2008 05:37 pm Nils Adermann

removed executable props [Bug #6464]

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8130 10/04/2007 01:33 pm Meik Sievertsen

deregister globals to install too

6241 08/06/2006 07:25 pm Nils Adermann

- finally making the age calculation work [Bug #3582]
- replacing all occurances of L_NONE with a more specific string [Bug #3494]
- a few corrections to html id attributes in the installer
- using correct permission in mcp_report [Bug #2471]
- allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set

6203 07/23/2006 10:59 pm grahamje

Include a link to the post by default when issuing a warning

6200 07/23/2006 06:04 pm grahamje

Changes to the language handling during the install

6102 06/19/2006 10:52 pm grahamje

Prevent direct access to these files

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6056 06/13/2006 08:32 pm Meik Sievertsen

use user_add function for bot adding

5883 05/05/2006 07:56 pm Meik Sievertsen

- some adjustements for phpdocumentor

5859 04/29/2006 03:14 pm Meik Sievertsen

reverting changes to the installer
do not introduce a function we never call outside of common.php

5855 04/28/2006 02:49 pm Meik Sievertsen

graham, sorry for this but i had to... ;)

- utilize common.php in installer (we only need to change one location then)
- use $user->lang instead of $lang to be able to use language template vars and having consistant namings

5780 04/10/2006 10:12 pm grahamje

Fix an issue affecting eaccelerator users

5702 03/22/2006 10:03 pm grahamje

Adding in the next page of the installer
Note that this still falls back to the old code part-way through the install

5620 03/12/2006 04:52 pm grahamje

Building the foundations for some later changes to the installer
This code doesn't actually do anything yet ;-)