Hi,
let's stop merging fixes to QA_4_0 and let's tentatively declare that
4.0.10 is the last 4.0.x release (barring security fixes).
--
Marc Delisle
http://infomarc.info | http://phpmyadmin.net
Hi all
I've just merged Developer Certificate of Origin written for us by
Conservancy:
https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO
Please read these and confirm your certification to the above by adding
the Signed-off-by line to your commits (git commit -s does that).
I've also written a small script, which will check every pull request
to contain Signed-off-by lines, so that pull requests without these
will get build failure from Travis.
The reason for this is that we need to transition towards
GPLv2-or-later to be license compatible with some libraries we include
and this way we can identify code which is already agreed to be
GPLv2-or-later.
--
Michal ÄŒihaÅ™ | http://cihar.com | http://blog.cihar.com
Hi everyone,
I just did my first merge of pull request linked to a bug ticket:
https://sourceforge.net/p/phpmyadmin/bugs/4157/
My pull request had been merged into the master.
Should I merge it in any other branch ? QA_4_1 ? STABLE ? None ?
And then, how should I close the ticket please ? I saw that you change the
priority to 1, set the status to "resolved" and add a prefix in the
subject: "(ok X.X.X-YY)".
Shouldn't I also update the Changelog file ?
Thanks,
Hugues.
Hi Hugues,
Two things:
1. Preferably in the same commit, but if you forgot, in another commit,
please add an entry in ChangeLog
2. On sf.net, for the related ticket, prefix the subject with "ok"
mentioning which version contains the fix; then change the priority to 1
and the status to "resolved"
Regards,
--
Marc Delisle
http://infomarc.info | http://phpmyadmin.net
Welcome to the second release candidate for phpMyAdmin 4.1.0.
This release contains many improvements and bug fixes. With this release
the minimum supported PHP version is now 5.3 and the minimum MySQL
version is 5.5.
A few highlights include:
*Allow specifying a port when connecting to the controlhost
*User interface improvements to server privileges, view creation, the
Operations tab, Relation View, and when creating new users
*Added support for AES_ENCRYPT on BLOB columns
*Added support for relations with ndbcluser
*Added optional ReCAPTCHA support during login
*Added support for fractional seconds in time, datetime, and timestamp
columns
*Added find and replace by column
*Added the Error Reporting Component, an optional feature allowing
users to report certain errors directly to the phpMyAdmin bug team
*Added configurable menus (so an administrator can hide certain
features)
The SQP and MySQLManual* configuration directives have been removed.
For complete information, please view changelog.php or the ChangeLog
file, included with this release.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit
https://sourceforge.net/projects/phpmyadmin/files to download.
The phpMyAdmin team
Hi team,
As I recall it's come up at least twice in the past few months about
which version a specific fix should target and the general structuring
of our release plan. I've attempted to begin a document [1] explaining
that; please improve it as you see fit.
Regards
isaac
1 - http://wiki.phpmyadmin.net/pma/Release_Targets
Hi all,
I came along this tool that checks JavasScript coding style [0].
Subscriptions are free for OpenSource Software projects [1].
I didn't try it out, but it might be useful for us.
[0] https://codeclimate.com/
[1] https://codeclimate.com/pricing
--
Kind regards,
Dieter Adriaenssens