Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / install / install_update.php

install_update.php

View | Annotate | Download (46.7 KB)

# Date Author Comment
9042 View | Annotate 11/02/2008 12:22 PM acydburn

i had these changes sitting… must’ve been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)

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

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

PHP5.3 compatibility.

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

8351 View | Annotate 01/30/2008 05:14 PM acydburn

merge with revision #r8350

8276 View | Annotate 12/12/2007 05:18 PM acydburn

seems like there is an error within the udpater, skipping the first file changed. This is not good™. For Gold, we will provide update packages for going from RC7 -> gold and RC8 -> gold.

8249 View | Annotate 11/19/2007 06:00 PM acydburn

lets start thinking about the future

8196 View | Annotate 10/15/2007 07:27 PM acydburn

erm… i am very very sorry… but i think this one is responsible for the loops people still experience. :o

8189 View | Annotate 10/14/2007 11:26 PM acydburn

ok, fought #14735 with the help from paul.

8183 View | Annotate 10/14/2007 05:46 PM acydburn

more fixes…

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

automatic updater supporting batch-processing diff

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

deregister globals to install too

7900 View | Annotate 07/17/2007 06:08 PM acydburn

it has been decided amongst the team that using glob() is bad practice, after determining the overall usage among projects as well as the security history of the function.

7884 View | Annotate 07/14/2007 05:44 PM acydburn

a bunch of fixes

7874 View | Annotate 07/12/2007 03:02 PM acydburn

allow what is stated within the changelog…

7872 View | Annotate 07/12/2007 09:08 AM acydburn

basically what is listed within the changelog. ;)

7863 View | Annotate 07/10/2007 07:36 PM acydburn

more failsafe “glob()” method.

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

#13207

7850 View | Annotate 07/09/2007 06:32 PM davidmj

#13149

7848 View | Annotate 07/09/2007 01:33 PM acydburn

- do not include if there are no files fetched with glob()
- allow options for merged files on update (merge, new file, old file)

7842 View | Annotate 07/08/2007 06:39 PM acydburn

changes…

7818 View | Annotate 07/01/2007 06:09 PM acydburn

some fixes… most importantly the ability to update the board with the automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake).

7798 View | Annotate 06/26/2007 03:53 PM acydburn

fixing bugs within the updater…

7771 View | Annotate 06/17/2007 10:24 AM acydburn

a tiny fix

7736 View | Annotate 06/09/2007 01:11 PM acydburn

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7626 View | Annotate 05/18/2007 12:21 AM naderman

- bracket in wrong place there [Bug #11122]

7621 View | Annotate 05/17/2007 06:33 PM acydburn

so some version_compare magic. :o

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

label changes, language fixes…

7455 View | Annotate 05/03/2007 04:29 PM acydburn

some language-specific adjustements
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)

7266 View | Annotate 04/02/2007 05:47 PM acydburn

some fixes…

7263 View | Annotate 04/02/2007 12:46 AM acydburn

ahhh, there are you. I can see a new haircut… looks good.

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

some fixes… hopefully not breaking something. :o

7182 View | Annotate 03/13/2007 11:00 PM naderman

- improvements to search indexing performance, espacially tidy() by adding a word_count column, the database update from b5 to next version will take quite a while on bigger databases, I also lowered the default common word threshold from 20 to 5 percent, big boards might want to use 3 or 2 percent, 20 was way too high
- added some keys to ACL tables, great improvement of auth query performance
- we will only add new language strings to install.php language file and won’t modify any, if a language file is updated before phpBB is updated, the updater will not overwrite the user’s language with english if install.php was modified

7151 View | Annotate 03/08/2007 05:42 PM acydburn

apply correct check for hiding session

7134 View | Annotate 03/06/2007 12:30 PM acydburn

safer name for the updater downloads (even if removed after download) – reported by SHS`

7010 View | Annotate 02/19/2007 05:15 AM davidmj

- forgot a few places :P

6947 View | Annotate 01/28/2007 05:46 PM dhn2

First bunch of changes for #5712

6946 View | Annotate 01/28/2007 04:37 PM acydburn

some important changes to let the update work. ;)

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

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

6736 View | Annotate 12/10/2006 03:33 PM acydburn

implemented updater changes

6730 View | Annotate 12/08/2006 04:20 PM acydburn

- re-add script_path for “strange configurations” to let them force the generated urls correctly
- show rank title if no rank image present in memberlist
- other fixes.

6714 View | Annotate 12/06/2006 04:47 PM acydburn

some updater changes as well as tiny bugfixes

6702 View | Annotate 12/03/2006 05:12 PM acydburn

some tiny bugfixes.

6698 View | Annotate 12/02/2006 02:19 PM acydburn

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6695 View | Annotate 11/29/2006 04:51 PM acydburn

updates for the updater and the diff engine.
- this update also includes an important change for including the diff engine, since we may need to include an updated engine before updating. This basically means that for a future update (B4 to another version) requires copying the new diff files first… the new include method should prevent this needed handwork for later versions then.

6692 View | Annotate 11/28/2006 05:34 PM acydburn

begin working on getting this thing a bit faster. I need to finish the other calls, this commit actually will break the diff engine and the updater. The speed increase noticed is from 89 seconds to 22 seconds as well as saving a lot of memory.

6684 View | Annotate 11/28/2006 12:04 PM acydburn

fix for bug #5676 – of course the “delete install folder” notice should not occur if directly within installation.

6663 View | Annotate 11/26/2006 06:22 PM acydburn

- fixed bug within the user_add function
- fixed some updater bugs

6656 View | Annotate 11/26/2006 01:22 PM acydburn

some tiny changes

6650 View | Annotate 11/24/2006 03:59 PM acydburn

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can’t remember his rules. :)
- some column changes to fix unicode issues
- bugfixes

6364 View | Annotate 09/13/2006 06:08 PM acydburn

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6360 View | Annotate 09/08/2006 08:00 PM grahamje

Next phase of last post changes + a few minor bugs

Note: This template variable is available but will not be used by default

6349 View | Annotate 09/02/2006 04:34 PM acydburn

the file updater. This is in CVS but the file is not able to be used without the correct update packages – no need to try.
Please note that even if the file is now in CVS it does not mean we provide an update path from Beta2 to any other version.