Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / install / install_main.php

install_main.php

View | Annotate | Download (1.4 KB)

# Date Author Comment
8599 View | Annotate 06/04/2008 05:38 PM naderman

removed executable props [Bug #6464]

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8130 View | Annotate 10/04/2007 01:33 PM acydburn

deregister globals to install too

6241 View | Annotate 08/06/2006 07:25 PM naderman

- 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 View | Annotate 07/23/2006 10:59 PM grahamje

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

6200 View | Annotate 07/23/2006 06:04 PM grahamje

Changes to the language handling during the install

6102 View | Annotate 06/19/2006 10:52 PM grahamje

Prevent direct access to these files

6073 View | Annotate 06/16/2006 06:54 PM acydburn

- 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 View | Annotate 06/13/2006 08:32 PM acydburn

use user_add function for bot adding

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5859 View | Annotate 04/29/2006 03:14 PM acydburn

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

5855 View | Annotate 04/28/2006 02:49 PM acydburn

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 View | Annotate 04/10/2006 10:12 PM grahamje

Fix an issue affecting eaccelerator users

5702 View | Annotate 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 View | Annotate 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 ;-)