Hello,
I would like to know if there is anybody who's going to merge with PostgreSQL server. I want to use MediaWiki with PostgreSQL but actually the main problem is that I've got lots of errors...
I'm about to make it work, therefore I'll make patch. If anybody have tried to do so I'd like to read experience about it.
Regards
Christophe Truffier wrote:
I would like to know if there is anybody who's going to merge with PostgreSQL server. I want to use MediaWiki with PostgreSQL but actually the main problem is that I've got lots of errors...
I'm about to make it work, therefore I'll make patch. If anybody have tried to do so I'd like to read experience about it.
You might want to start with the in-progress patches at http://bugzilla.wikimedia.org/show_bug.cgi?id=1709
-- brion vibber (brion @ pobox.com)
Brion Vibber a écrit :
Christophe Truffier wrote:
I would like to know if there is anybody who's going to merge with PostgreSQL server. I want to use MediaWiki with PostgreSQL but actually the main problem is that I've got lots of errors...
I'm about to make it work, therefore I'll make patch. If anybody have tried to do so I'd like to read experience about it.
You might want to start with the in-progress patches at http://bugzilla.wikimedia.org/show_bug.cgi?id=1709
Yes, of course ! Thank you for this quick answer.
CU
On Fri, Apr 22, 2005 at 03:36:59PM +0200, Christophe Truffier wrote:
Brion Vibber a écrit :
You might want to start with the in-progress patches at http://bugzilla.wikimedia.org/show_bug.cgi?id=1709
Yes, of course ! Thank you for this quick answer.
I've been really busy, but I'll try to atleast finnish the installer this weekend.
Kurt
Kurt Roeckx a écrit :
On Fri, Apr 22, 2005 at 03:36:59PM +0200, Christophe Truffier wrote:
Brion Vibber a écrit :
You might want to start with the in-progress patches at http://bugzilla.wikimedia.org/show_bug.cgi?id=1709
Yes, of course ! Thank you for this quick answer.
I've been really busy, but I'll try to atleast finnish the installer this weekend.
Great ! If I could help... I'm going to patch files I get from cvs soon.
Kurt Roeckx a écrit :
On Fri, Apr 22, 2005 at 03:36:59PM +0200, Christophe Truffier wrote:
Brion Vibber a écrit :
You might want to start with the in-progress patches at http://bugzilla.wikimedia.org/show_bug.cgi?id=1709
Yes, of course ! Thank you for this quick answer.
I've been really busy, but I'll try to atleast finnish the installer this weekend.
Hi,
After patching the cvs checkout I've downloaded recently I realize that there were some problems because few files are not the same that those you use to make this patch, for example config/index.php is in revision 1.97 while actual one is ~1.113 IIRC. so I were not able to put this part of patch: « @@ -575,15 +674,30 @@ extract( $wgDatabase->tableNames( 'text', 'page', 'revision' ) ); »
Also I have problem with includes/Setup.php: you're using 1.120 revision while 1.129 is actually provided...I noticed for this one that global variables where removed by 1.127 revision...
I'm looking for a way to include those patch to make installer work in 1.5pre-alpha cvs revision.
CU
Christophe Truffier a écrit :
Hi,
After patching the cvs checkout I've downloaded recently I realize that there were some problems because few files are not the same that those you use to make this patch, for example config/index.php is in revision 1.97 while actual one is ~1.113 IIRC. so I were not able to put this part of patch: « @@ -575,15 +674,30 @@ extract( $wgDatabase->tableNames( 'text', 'page', 'revision' ) ); »
Also I have problem with includes/Setup.php: you're using 1.120 revision while 1.129 is actually provided...I noticed for this one that global variables where removed by 1.127 revision...
I'm looking for a way to include those patch to make installer work in 1.5pre-alpha cvs revision.
So, when the config/index.php file has been updated to 1.99 revision, the code part who's used in your patch were removed.
...it's a little bit difficult to find where to update code.
CU
On Tue, Apr 26, 2005 at 09:19:13AM +0200, Christophe Truffier wrote:
After patching the cvs checkout I've downloaded recently I realize that there were some problems because few files are not the same that those you use to make this patch, for example config/index.php is in revision 1.97 while actual one is ~1.113 IIRC. so I were not able to put this part of patch:
I had to change alot of those already, those are ussually easy to fix.
I still have a few other things to do and hope to find some time for it soon.
Kurt
On Tue, Apr 26, 2005 at 11:07:27PM +0200, Kurt Roeckx wrote:
On Tue, Apr 26, 2005 at 09:19:13AM +0200, Christophe Truffier wrote:
After patching the cvs checkout I've downloaded recently I realize that there were some problems because few files are not the same that those you use to make this patch, for example config/index.php is in revision 1.97 while actual one is ~1.113 IIRC. so I were not able to put this part of patch:
I had to change alot of those already, those are ussually easy to fix.
I still have a few other things to do and hope to find some time for it soon.
Actually the main problem raised is that installer seems not to create tables at all. I'll have time in two weeks for that so I'll try to go deeper into the code, maybe I could find why it doesn't work ?!
CU
wikitech-l@lists.wikimedia.org