I Use This!
Very High Activity

News

Analyzed about 4 hours ago. based on code collected 1 day ago.
Posted over 7 years ago by Maurício Meneghini Fauth
Last week was a bit slow in contributions. I’ve refactored the PhpMyAdmin\Database\Search class to use templates and rewrote the search form. Issues: #13870 Refactor PhpMyAdmin\Database\Search class #13863 Refactoring tests #13862 Support PHPUnit 5 ... [More] #13730 Database Search doesn’t look right The post Weekly phpMyAdmin contributions 2017-W50 appeared first on mauriciofauth.com. [Less]
Posted over 7 years ago by Michal Čihař
Weblate 2.18 has been released today. The biggest improvement is probably reviewer based workflow, but there are some other enhancements as well. Full list of changes: Extended contributor stats. Improved configuration of special chars virtual ... [More] keyboard. Added support for DTD file format. Changed keyboard shortcuts to less likely collide with browser/system ones. Improved support for approved flag in Xliff files. Added support for not wrapping long strings in Gettext po files. Added button to copy permalink for current translation. Dropped support for Django 1.10 and added support for Django 2.0. Removed locking of translations while translating. Added support for adding new units to monolingual translations. Added support for translation workflows with dedicated reviewers. If you are upgrading from older version, please follow our upgrading instructions. You can find more information about Weblate on https://weblate.org, the code is hosted on Github. If you are curious how it looks, you can try it out on demo server. You can login there with demo account using demo password or register your own user. Weblate is also being used on https://hosted.weblate.org/ as official translating service for phpMyAdmin, OsmAnd, Turris, FreedomBox, Weblate itself and many other projects. Should you be looking for hosting of translations for your project, I'm happy to host them for you or help with setting it up on your infrastructure. Further development of Weblate would not be possible without people providing donations, thanks to everybody who have helped so far! The roadmap for next release is just being prepared, you can influence this by expressing support for individual issues either by comments or by providing bounty for them. Filed under: Debian English SUSE Weblate [Less]
Posted over 7 years ago by Maurício Meneghini Fauth
Last week I worked on the PhpMyAdmin\Tracking class by refactoring methods that return HTML to use templates. Issues: #13859 Use template for some PhpMyAdmin\Tracking methods #13858 Can’t open phpmyadmin The post Weekly phpMyAdmin contributions 2017-W49 appeared first on mauriciofauth.com.
Posted over 7 years ago by Michal Čihař
Last week was a bit calmer, the most visible part probably being release of the SQL parser with several fixes with improved SQL context handling. Handled issues: #13855 User authentication via PAM not working. #13851 Database EXPORT does not double ... [More] single-quotes in columns containing a single quote #13853 Call to undefined method PMA\\libraries\\Util::sqlAddSlashes() #13728 PhpMyAdmin\SqlParser\Exceptions\LoaderException: Specified context does not exist. Filed under: English phpMyAdmin [Less]
Posted over 7 years ago by Maurício Meneghini Fauth
Last week I merged the Display templates to reduce the number of includes and also to make it easier to read the code. I also changed all calls to Twig classes from PSR-0 to PSR-4. Issues: #11870 Templates refactoring: template naming and folder ... [More] structure convention #13586 Missing icon for Designer “other database” feature #13844 Documentation … Continue reading "Weekly phpMyAdmin contributions 2017-W48" The post Weekly phpMyAdmin contributions 2017-W48 appeared first on mauriciofauth.com. [Less]
Posted over 7 years ago by Michal Čihař
Looking at list of handled issues, last week was extremely productive. Many of that are issues where I've been working on them for long time and I've managed to complete them last week. For example the user preferences cleanup to store less things ... [More] in cookies or common.inc.php cleanup. I've also gone through open pull requests and merged the ones which made sense or were basically good to merge, but needed some cleanups. There was also some fun with phpseclib 2.0.8 which was mistakenly released from master branch instead of 2.0, what lead to API breakage. Fortunately this was really just a mistake and 2.0.9 reverted these changes. Handled issues: #13846 Broken with phpseclib 2.0.8 #13706 Remove jQuery and jQuery UI sources from repository #13840 Warning in get_scripts #13839 Remove get_scripts wrapper to download javascript #11688 Proposal: decrease cookies usage. #13466 Share user settings for persistent choices made in the UI #13847 Move collation connection setting to user preferences #13823 fix #13727 Copied table data add "1" after column name which had order by parameter #13397 hide side menu in standard #13480 $_COOKIE variable has been set to empty when 'pmaCookieVer' empty #13816 Can't expand nav bar past a certain width #13780 make navigation database name and icon are in the same horizontal line #13551 User configuration handling (base code) #13751 More descriptive text for ASC/DESC sort order #13737 Fix for password change issues on Galera cluster #13736 Fix table column name #13727 Copied table data add "1" after column name which had order by parameter #13813 fix #13727 by removing elements which contains the number of ordered by columns" #13842 Export don't show all character sets character set windows-1250 missing in newer phpmyadmins #13821 Confirm when closing tab/window with an unsaved query #13838 Deprecation of "referral" directive #13841 Notice in get_scripts #13832 Two-factor: should it fail if configured but dependencies missing? #13824 Empty fields in query #12930 Export sql return \r\n on text fields #13038 column is missing json type #13421 Remove blank text nodes from edit/copy/delete table cells in table rows #13790 Horizontal scrollbars not present in Chrome ... big problem when table has lots of columns #11731 Split up common.inc.php #13827 Two-factor: better reporting for missing dependencies #12485 Error: The secret passphrase in configuration (blowfish_secret) is too short. #13768 how to solve the 1045 error #13815 Can't expand database tree node #13835 Error: Token mismatch Filed under: English phpMyAdmin [Less]
Posted over 7 years ago by Michal Čihař
Last week was mostly spent on improving two factor authentication support. It turned out that Firefox 57 behaves differently than Firefox 56 with U2F extension. Also it behaves differently than Chrome (which was broken as well by the way). Anyway all ... [More] of these should work fine, but there still seem to be some issues with the two factor auth, but those will be certainly addressed in next weeks. Handled issues: #13829 Two factor: U2F doesn't work in Chrome #13832 Two-factor: should it fail if configured but dependencies missing? #13826 Errors with two-factor authentication #13830 Two factor: U2F doesn't work in Firefox 57 with U2F enabled #13825 Two-factor user interface when dependencies are missing #13820 Daily snapshots are no longer updating #140 Added description of PMA_PORTS Filed under: English phpMyAdmin [Less]
Posted over 7 years ago by Maurício Meneghini Fauth
Last week I focused on refactoring the PhpMyAdmin\Display\Import class, which had several methods that were returning HTML code. I converted all of these methods into template calls making it easy to view the HTML and reducing the complexity of the ... [More] class. Issue: #13834 Refactor PhpMyAdmin\Display\Import class The post Weekly phpMyAdmin contributions 2017-W47 appeared first on mauriciofauth.com. [Less]
Posted over 7 years ago by Maurício Meneghini Fauth
Last week I refactored several methods that contained HTML code to use the template system and fixed a few minor bugs. Issues: #13811 Refactor PhpMyAdmin\Database\MultiTableQuery class #13819 Use templates for some of Display/Results methods The post Weekly phpMyAdmin contributions 2017-W46 appeared first on mauriciofauth.com.
Posted over 7 years ago by Michal Čihař
Last week was equally spent on refactoring, bugfixing and infrastructure. We're looking for replacement our oldish server and it seems that rented server or virtual hosts seems to be best fit for us these days. Still there are quite some choices to ... [More] consider. I've done quite some development as well - I'm most happy with Util::linkOrButton refactoring which helped to cleanup the code quite a lot, but there were other fixes and improvements as well. Handled issues: #13436 Autodetect SSL-only server and use SSL #13817 Simplify handling of long URLs in Util::linkOrButton #13649 Refactor Util::linkOrButton #13814 Undefined index: page on Engines tab #13812 min php version 5.5.9 #13797 Remove sprites from the themes #13803 Can't export query result with Shift-JIS encoding #13805 Broken help links in Variables tab #13804 Latest version for composer Filed under: English phpMyAdmin [Less]