phpBB
Statistics
| Revision:

root / trunk / phpBB / install / install_update.php

History | View | Annotate | Download (52.9 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10925 01/12/2011 01:00 am Git Gatekeeper

commit a3673789402eae83b94860c87747091125701f78
Merge: 30dacf8 f115795
Author: Andreas Fischer <>
Date: Wed Jan 12 01:49:44 2011 +0100

Merge branch 'task/naderman/config-class' into develop
  • task/naderman/config-class:
    [task/config-class] Do not create multiple cache driver instances....
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10863 11/10/2010 06:15 pm Git Gatekeeper

commit 2e51e68ca145940462155d5164bf91bb4264d488
Merge: 19155c7 7b4cdc9
Author: Nils Adermann <>
Date: Wed Nov 10 19:02:35 2010 +0100

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes....
10801 10/10/2010 06:00 pm Git Gatekeeper

commit a885095897054c91ab68b753ce2a86ae74f2f666
Merge: 9a39f55 c2ffa78
Author: Igor Wiedler <>
Date: Sun Oct 10 18:39:44 2010 +0200

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class: (21 commits)...
10751 08/21/2010 10:45 pm Git Gatekeeper

commit 2e787fa836dbfdcec7864b5f143520aec3752bd0
Merge: 999f6db 9731f24
Author: Nils Adermann <>
Date: Sat Aug 21 23:35:43 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (57 commits)
    Revert "[ticket/7716] Data too long for column 'message_subject'"...
10637 08/19/2010 04:24 pm Git Gatekeeper

commit 591217a903460a81df4c19850f5d99c2e9d10b1d
Merge: cf89952 0bf2c3e
Author: Nils Adermann <>
Date: Sun May 16 19:52:36 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (21 commits)
    [feature/notify_status] Define'd constants for notify_status...
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
10342 12/16/2009 03:48 pm Meik Sievertsen

merge changes from 3.0.x branch

10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10167 09/20/2009 05:18 pm Meik Sievertsen

if preserve_cr is true and the file generated no conflict but is obviously not "empty" we tag it as modified because preserve_cr is the default mode for showing modifications (else the user gets a resolvable conflict and may wonder why ;))

10163 09/18/2009 07:18 pm Meik Sievertsen

Ok, after 20+ hours i think i fixed all grave issues with the updater
- smaller memory footprint
- better checks for already updated files
- even less conflicts
- fixed automatic conflict resolving after successful merges
- no more conflicts for $Id$ changes...

9948 08/10/2009 01:12 pm Andreas Fischer

Bugs #15809, #49215 - Allow updater to work correctly with PHP filename extensions other than .php.
Related revisions: r9935, r9936

9936 08/07/2009 01:50 pm Andreas Fischer

Bug #49215 again.

9935 08/07/2009 01:10 pm Andreas Fischer

Fix bug #49215 - Use $phpEx variable instead of hardcoded '.php'

9768 07/17/2009 11:32 am Andreas Fischer

Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable during update.

9517 05/19/2009 11:19 am Meik Sievertsen

late fix for #45335 (incorrect log message for update if using old updater)
late fix committed because change does not effect update files or patch

9510 05/06/2009 08:38 am Meik Sievertsen

slight change for 3.0.5 for updating.
- only return auth options having 2 or more columns (does not change the outcome, the script works fine)
- purge the theme after a successful update the easy way to let style.php do the job

9351 02/28/2009 07:22 pm Meik Sievertsen

- adjust db_tools again to not remove any schema (they may be required)
- fill dbms version if not yet filled

9254 01/13/2009 10:55 am Meik Sievertsen

TortoiseMerge seems to mess up the newlines... very very annoying bug.

9252 01/12/2009 04:58 pm Meik Sievertsen

- Allow download of conflicting file for later reference in automatic updater
- Default difference view is now 'inline' instead of 'side by side'
- Added new option for merging differences to conflicting files in automatic updater

9035 10/25/2008 04:12 pm Meik Sievertsen

Help the user if FTP update fails.

8760 08/15/2008 09:46 pm Marek RuszczyƄski

PHP 5.3 compatibility.

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

Hiding everywhere little buggers, eh?

8350 01/30/2008 05:01 pm Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8285 12/26/2007 03:53 pm

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

8276 12/12/2007 05:18 pm Meik Sievertsen

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

8249 11/19/2007 06:00 pm Meik Sievertsen

lets start thinking about the future

8196 10/15/2007 07:27 pm Meik Sievertsen

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

8189 10/14/2007 11:26 pm Meik Sievertsen

ok, fought #14735 with the help from paul.

8183 10/14/2007 05:46 pm Meik Sievertsen

more fixes...

8152 10/06/2007 01:45 pm Meik Sievertsen

automatic updater supporting batch-processing diff

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

deregister globals to install too

7900 07/17/2007 06:08 pm Meik Sievertsen

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 07/14/2007 05:44 pm Meik Sievertsen

a bunch of fixes

7874 07/12/2007 03:02 pm Meik Sievertsen

allow what is stated within the changelog...

7872 07/12/2007 09:08 am Meik Sievertsen

basically what is listed within the changelog. ;)

7863 07/10/2007 07:36 pm Meik Sievertsen

more failsafe "glob()" method.

7861 07/10/2007 06:18 pm David M

#13207

7850 07/09/2007 06:32 pm David M

#13149

7848 07/09/2007 01:33 pm Meik Sievertsen

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

7842 07/08/2007 06:39 pm Meik Sievertsen

changes...

7818 07/01/2007 06:09 pm Meik Sievertsen

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 06/26/2007 03:53 pm Meik Sievertsen

fixing bugs within the updater...

7771 06/17/2007 10:24 am Meik Sievertsen

a tiny fix

7736 06/09/2007 01:11 pm Meik Sievertsen

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 05/18/2007 12:21 am Nils Adermann

- bracket in wrong place there [Bug #11122]

7621 05/17/2007 06:33 pm Meik Sievertsen

so some version_compare magic. :o

7608 05/16/2007 04:45 pm Meik Sievertsen

label changes, language fixes...

7455 05/03/2007 04:29 pm Meik Sievertsen

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 04/02/2007 05:47 pm Meik Sievertsen

some fixes...

7263 04/02/2007 12:46 am Meik Sievertsen

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

7216 03/22/2007 04:15 pm Meik Sievertsen

some fixes... hopefully not breaking something. :o

7182 03/13/2007 11:00 pm Nils Adermann

- 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...

7151 03/08/2007 05:42 pm Meik Sievertsen

apply correct check for hiding session

7134 03/06/2007 12:30 pm Meik Sievertsen

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

7010 02/19/2007 05:15 am David M

- forgot a few places :P

6947 01/28/2007 05:46 pm dhn2

First bunch of changes for #5712

6946 01/28/2007 04:37 pm Meik Sievertsen

some important changes to let the update work. ;)

6915 01/21/2007 07:33 pm Meik Sievertsen

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

6736 12/10/2006 03:33 pm Meik Sievertsen

implemented updater changes

6730 12/08/2006 04:20 pm Meik Sievertsen

- 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 12/06/2006 04:47 pm Meik Sievertsen

some updater changes as well as tiny bugfixes

6702 12/03/2006 05:12 pm Meik Sievertsen

some tiny bugfixes.

6698 12/02/2006 02:19 pm Meik Sievertsen

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

6695 11/29/2006 04:51 pm Meik Sievertsen

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 11/28/2006 05:34 pm Meik Sievertsen

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 11/28/2006 12:04 pm Meik Sievertsen

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

6663 11/26/2006 06:22 pm Meik Sievertsen

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

6656 11/26/2006 01:22 pm Meik Sievertsen

some tiny changes

6650 11/24/2006 03:59 pm Meik Sievertsen

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

6364 09/13/2006 06:08 pm Meik Sievertsen

- 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 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 09/02/2006 04:34 pm Meik Sievertsen

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.