Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / install / index.php

index.php

View | Annotate | Download (21 KB)

# Date Author Comment
8812 View | Annotate 09/04/2008 01:39 PM toonarmy

Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)

8789 View | Annotate 08/25/2008 07:17 PM acydburn

fix bug #32925

8759 View | Annotate 08/15/2008 03:00 PM aptx

PHP5.3 compatibility.

8659 View | Annotate 06/18/2008 11:32 PM aptx

Change 5.1.0 to 5.2.0

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\!

8349 View | Annotate 01/29/2008 04:57 PM acydburn

Merging revisions #r8346, #r8347 and #r8348

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8152 View | Annotate 10/06/2007 01:45 PM acydburn

automatic updater supporting batch-processing diff

8139 View | Annotate 10/04/2007 08:50 PM acydburn

#i42
new password hashing mechanism for storing passwords

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

deregister globals to install too

8103 View | Annotate 09/23/2007 01:10 PM acydburn

cope with updates too

8102 View | Annotate 09/23/2007 01:04 PM acydburn

allow new installations…

8072 View | Annotate 08/30/2007 11:21 PM acydburn

necessary changes…

8038 View | Annotate 08/16/2007 05:38 PM acydburn

increase the odbc limit (64k is too low, the theme data itself is >64k)

7967 View | Annotate 07/28/2007 12:41 PM acydburn

let it work under different languages.

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

7881 View | Annotate 07/13/2007 05:47 PM acydburn

changes

7861 View | Annotate 07/10/2007 06:18 PM davidmj

#13207

7756 View | Annotate 06/14/2007 05:24 PM kellanved

grumble

7755 View | Annotate 06/14/2007 05:03 PM kellanved

Changing the behaviour of the hideonline permission.

Test the current setting before altering the memory limit during install(Bug #12195)

And another language var.

7624 View | Annotate 05/17/2007 11:12 PM shs

The Grand Copyright Year Unification… breakdown of years, of re-copyrighting due to major changes:

2000 – phpBB1.0.0 released
2002 – phpBB2.0.0 released & phpBB2.2.x commenced
2005 – phpBB2.2.x is canned with phpBB3.0.0 to succeed it, prosilver also starts development proper
2007 – phpBB3.0.x…

Anyone that so much as whimpers “OMG copyright year is wrong!!!1~”... read: http://en.wikipedia.org/wiki/Copyright

Considering copyright (from the year started) last for at least 50 years, and up to 70 years after the author’s death, even phpBB1.x.x will remain copyrighted well into the 22nd century.

7608 View | Annotate 05/16/2007 04:45 PM acydburn

label changes, language fixes…

7484 View | Annotate 05/06/2007 08:21 AM shs

FFS. _

7483 View | Annotate 05/06/2007 07:40 AM shs

Stragglers that got missed during ACP prosilver-isationageing.

7258 View | Annotate 04/01/2007 06:42 PM acydburn

some beautifications as well as making sure manually deactivated accounts are properly handled

7255 View | Annotate 04/01/2007 02:39 PM davidmj

- PostgreSQL can now use schemas. During install, under database name, enter databasename.schema
- phpversion() to PHP_VERSION

7216 View | Annotate 03/22/2007 04:15 PM acydburn

some fixes… hopefully not breaking something. :o

7163 View | Annotate 03/10/2007 03:31 PM acydburn

#8618 + padding store check

7127 View | Annotate 03/05/2007 11:03 PM shs

#7990

Ahem… yes, assigning it first if one is using it would be handy… _;;

7031 View | Annotate 02/22/2007 04:17 PM davidmj

#8302

6995 View | Annotate 02/17/2007 12:06 AM naderman

- allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only)
- abstracted some installation code that is now relevant to converting as well into functions_install.php (mostly DBMS selection related)
- fixed a weird smiley path problem, no idea why nobody else noticed this, maybe my fix was incorrect?
- forgot to commit a file last time

6951 View | Annotate 01/29/2007 05:52 PM acydburn

i hope this helps a bit. :o

6915 View | Annotate 01/21/2007 07:33 PM acydburn

fixing some bugs, most being submitted grammatical/spelling errors.

6912 View | Annotate 01/20/2007 06:58 PM acydburn

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6908 View | Annotate 01/19/2007 12:58 PM acydburn

some opendir/closedir fixes

6905 View | Annotate 01/18/2007 03:41 PM acydburn

fixing some bugs

6685 View | Annotate 11/28/2006 01:27 PM acydburn

different time limit for installer

6628 View | Annotate 11/21/2006 07:15 PM acydburn

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6539 View | Annotate 10/30/2006 08:51 PM acydburn

- temporarily disable x-sendfile support (we need to look into methods of checking if it is enabled/disabled or introducing a switch)
- finally allow custom permission settings files (in acp/ as well as in mods/)

6468 View | Annotate 10/08/2006 03:42 PM grahamje Changes to language functionality.
Notes to translators:
  • Language directory should where possible be named xx[_yy[_zz]] as appropriate for the language code (lower case with underscores to separate)
  • USER_LANG should contain the relevant iso code which is returned with page content (ie en-gb for the default language pack)
6461 View | Annotate 10/07/2006 09:07 PM grahamje

Make the UTF tools available – recent changes require them in the install and they are likely to be needed in conversion as well
Fix some broken redirects
Change the structure of language packs we scan for.
(language packs should be named in the form xx-yy – all lowercase with hyphens as the separator)

6460 View | Annotate 10/07/2006 07:54 PM shs

Set S_USER_LANG for the installer, though requires review since phpBB3
mandates that the language pack directory is in xx/xx-YY/xx-yy format, as browsers
choke with non-hyphenated formats, eg: xx_YY/xx_yy/xx@Zzzz.

6421 View | Annotate 09/30/2006 06:03 PM grahamje

Minor l10n change

6414 View | Annotate 09/28/2006 05:04 PM acydburn

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message – this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index.
- some additional bugfixes

6380 View | Annotate 09/18/2006 12:02 AM naderman

- no more encoding mixture, say hello to UTF-8 (I’ll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]
- reload stylesheet on language change [Bug #4222]

6361 View | Annotate 09/08/2006 10:06 PM grahamje

Add the lock file to allow dynamic menus

6345 View | Annotate 09/02/2006 03:33 PM acydburn

some changes/fixes

6308 View | Annotate 08/20/2006 09:50 PM acydburn

- add some language variables i will need at another location. ;)
- also add X-Sendfile support to the download.php file.

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

6237 View | Annotate 08/05/2006 05:49 PM acydburn

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6202 View | Annotate 07/23/2006 08:52 PM grahamje

Silly copy and paste error :(

6201 View | Annotate 07/23/2006 07:43 PM grahamje

Make sure that the language does get passed between all modules

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

Changes to the language handling during the install

6166 View | Annotate 07/10/2006 09:16 PM grahamje

A few miscelaneous tweaks

6154 View | Annotate 07/07/2006 10:47 PM grahamje

Change redirection logic to match the RFC better in those cases before redirect() is available to us

6150 View | Annotate 07/06/2006 07:07 PM grahamje

Change meta handling, we can use existing functions for what we need and remove the redundant code

6120 View | Annotate 06/23/2006 10:48 PM grahamje

Try to at least give very old PHP versions a reason why they can’t do anything
We might review this again later to try and find the reason they were getting a blank page, but given the age of 4.2.x, there hopefully won’t be too many people still running it

6114 View | Annotate 06/22/2006 05:14 PM acydburn

time to squash some bugs

6095 View | Annotate 06/18/2006 01:55 PM grahamje

Misc installation bugs

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

6066 View | Annotate 06/14/2006 11:04 PM grahamje

Improved i18n of default date format on new installs
+ misc bug fixes

6004 View | Annotate 06/03/2006 09:50 PM grahamje

Sync error reporting

5912 View | Annotate 05/14/2006 01:34 PM grahamje

Assigning to the wrong variable – the whole message should now be visible

5899 View | Annotate 05/12/2006 09:43 PM grahamje

Some altered error handling – there was still hard-coded output hanging over from before

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

- some adjustements for phpdocumentor

5871 View | Annotate 04/30/2006 04:45 PM grahamje

We want to use this code in the install system as well

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

5824 View | Annotate 04/22/2006 06:18 PM acydburn

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea… :))
- some bugfixes
- PHP6 fix

5818 View | Annotate 04/22/2006 01:59 PM grahamje

- Added a constant to indicate where we are for use in other functions
- Slight changes to writing of the config file, more to come

5783 View | Annotate 04/14/2006 05:10 PM acydburn

fixing a bug within the installer (displaying notices) and making sure the installer is using the error handler.

5764 View | Annotate 04/05/2006 02:53 PM grahamje

This now gives a full path through the new install system.
New features:
– Rearranged config items
– Added advanced config page for optional settings
– Email admin on install
NOTE: This only works if config.php is writable, if it is unwritable, you must fallback to the old method, edit install_install.php where the redirect is commented out in the database settings to do this

5743 View | Annotate 03/28/2006 06:46 PM davidmj

- Bug 1301

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

5676 View | Annotate 03/20/2006 10:03 PM grahamje

Change the handling of language detection to avoid errors if the language header is either not sent by the browser or there is no matching language available.
Also added support for forcing a language via the URL for now, this may or may not remain

5654 View | Annotate 03/18/2006 05:39 PM grahamje

Replacing the first part of the installer ready for some testing
This will bounce you back to the previous installer part way through

5635 View | Annotate 03/15/2006 10:52 PM grahamje

Some slight alterations for another forthcoming feature.
Tom: If you want to clean up my CSS changes for this or change the colour for completed stages, feel free ;-)

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 ;-)