Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-11When re-adding optional packages to create the release, hard code pinnedIsaac Bennetch
versions. This copies the hard-coded versions from composer.json. Related: #17370 Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-11Fix for create-release failing if trying to remote a file that doesn't existIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-10-11Fix advisor2po scriptMaurício Meneghini Fauth
Related to 88821f8248b4544fe51c426cea0cecd1aaaa1af2 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-19Make generate-twig-cache compatible with Twig 2Maurício Meneghini Fauth
Related to #15313 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2018-03-06Improve and update build instructionsIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-03Merge pull request #14040 from mauriciofauth/issue-13918Maurício Meneghini Fauth
Add Yarn install to create-release script
2018-02-28Fix typo in create-release.sh helpIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-23Add Yarn to create-release scriptMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-21Update upload script for new hostnameIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-01-16Merge branch 'QA_4_7'Michal Čihař
2018-01-08Force PHP platform in composer to oldest supported versionMichal Čihař
This way the packages should be compatible with all versions we support regardless PHP version used to build the release. Fixes #13831 Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-08Merge branch 'QA_4_7'Michal Čihař
2018-01-08Sign only generated files on releaseMichal Čihař
Fixes #13885 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15Merge branch 'QA_4_7'Michal Čihař
2017-12-15Restore worktree for composer.lock removal on releaseMichal Čihař
The worktree is previously cleaned up, so it can't be reused. Fixes #13613 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-10Use template for displayUntrackedTables methodMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-30Use PSR-4 for Twig classesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29Remove line counts logic from the error reporting componentMichal Čihař
We no longer need this as we download js files directly, so the client has correct filename and line immediatelly. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28Merge pull request #13706 from mauriciofauth/jquery-srcMichal Čihař
Remove jQuery and jQuery UI sources from repository
2017-11-13Remove sprites from the themesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-02Use php for fixing line information in the Gettext filesMichal Čihař
The debug information actually maps ranges, not individual lines, so it needs more logic. Also the sed was really slow (as it had to replace all lines). Issue #13344 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-02Include correct line information in Gettext files for twig templatesMichal Čihař
Fixes #13344 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-02Merge pull request #13785 from mauriciofauth/templatesMaurício Meneghini Fauth
Port templates to Twig and remove PHP templates support
2017-11-01Add support for FIDO U2F authenticationMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-01Add support for HOTP and TOTP authenticationMichal Čihař
This supports Google Authenticator and similar applications. Issue #6197 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-29Port table/relation/common_form template to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-25Port columns_definitions/transformation to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-23Port table/structure/display_structure to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-20Remove jQuery UI source codeMaurício Meneghini Fauth
The jquery-ui package includes source code, which makes it unnecessary to include the source code in the repository. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-18Port columns_definitions/partitions to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-12Port database/designer/schema_export to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-12Port database/structure/show_create_row to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-05Port zoom_result_form template to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-05Port table/search/input_box template to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-21Port privileges/global_priv_table template to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-25Merge branch 'QA_4_7'Michal Čihař
2017-08-25Make the class name version independentMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-20Move Twig classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-18Fix path to Config.php in masterMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18Merge branch 'QA_4_7'Michal Čihař
2017-07-18Always cleanup composer fileMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-30Sync script with masterMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-14Move openlayers to js/vendorMaurício Meneghini Fauth
Move js/openlayers to js/vendor/openlayers Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-14Move js/jquery to js/vendor/jqueryMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-02Remove composer.lock after tagging releaseMichal Čihař
We really want this file only on tags and not elsewhere. Fixes #13346 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02Avoid .gitignore modification when commiting composer.lockMichal Čihař
With --force we can add files which would be ignored. Issue #13346 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-31Port some templates to TwigMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-17Improve extracting translatable strings from Twig templatesMichal Čihař
- use separate (clean) directory to avoid messing up with stale cache data or other files in the temporary dir - restore filenames for twig templates in Gettext files, the lines still don't match, but at least the filename is correct - extract the _gettext function as well Signed-off-by: Michal Čihař <michal@cihar.com>