User "Tim Starling" posted a comment on MediaWiki.r88929.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88929#c17846
Commit summary:

Commiting here, because other problems exist on trunk.  This needs to
be forward-ported to trunk.

* Make Pg installation work for lesser privileged role in Postgres (i.e. not 
super user, but can create users and databases) for Bug #28845.
 * Switch to Pg's new “role” tables to replace the old “user” nes
 * Give DatabaseInstaller::openConnection() the ability to select a db since 
there isn't any working selectDB method for Pg yet.
 * If the installing role is the same as the one that the wiki will use, make 
sure it can see the tables in the MW schema
* Remove addition of user_hidden field to the mwtable in Pg installation since 
it isn't referred to anywhere and breaks the installation.
* Remove the word “below” from the config-connection-error message since 
sometimes the message is displayed where there is no login information shown at 
the same time.

Comment:

In future, please add a RELEASE-NOTES entry when you fix a bug in a release 
branch.

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to