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
path: root/js
AgeCommit message (Collapse)Author
2022-01-27Fix broken pagination links in the navigation sidebarMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10Use POST for Navigation's aPath and vPathMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-07-03Check where clause signature in TableSearchControllerMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26#15695 added timeInput datepicker optionYash Bothra
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2019-12-25Merge #15685 - Fix #15682 - Timestamp method not taking current timeWilliam Desportes
Pull-request: #15685 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-24Fix #15692 - js error when user has not enough privilege to view query ↵William Desportes
statistics. Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-22Changed default time of datetime picker as current timeNikhil Nagdev
Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
2019-11-24Merge #15581 - Fix panels on homescreen go underneath of floating menubarWilliam Desportes
Pull-request: #15581 Fixes: #15570 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-22Panels on homescreen go underneath of floating menubar fixedShailesh Jain
Signed-off-by: Shailesh Jain <jainshailesh91@gmail.com>
2019-11-22Merge #15579 - Fix checkbox selectionWilliam Desportes
Pull-request: #15579 Fixes: #15578 Fixes: #15327 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-21Security patch for Designer and Designer visual modeWilliam Desportes
Closes: phpmyadmin-security#286 Ref: CVE-2019-18622 Ref: PMASA-2019-5 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-21Fix table select range with Shift keySaulo Soares de Toledo
Signed-off-by: Saulo Soares de Toledo <saulotoledo@gmail.com>
2019-11-20Remove some hacks and strange things from designerWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-20Improve select all checkbox process on designer and fix a bugWilliam Desportes
The bug is: - select a column name checkbox - select all columns checkbox - deselect all columns checkbox - build query - the first checked column is added and can not be removed now (this is the bug) Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-20Improve storing columns on designer and add a translationWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-20Fix comment mistakesWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-20Fix adding a table from list, do not crash the designer if impossible to addWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-20Fix set and remove displayed field processWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-11Merge #15493 - fix #15127 white squareWilliam Desportes
Pull-request: #15493 Fixes: #15127 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-11Fixes #15127: adding padding, fixed positioning to floating_menubarAnkush Patil
Signed-off-by: Ankush Patil <aspraz2658@gmail.com> removed unrequired appends Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2019-11-09Improve l10n context for translators and fix a typoWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-31Fix Sort By Key issue #15475William Desportes
Fixes: #15475 Co-authored-by: Vitalii Medvediev <vitaliim@onehourtranslation.com> Signed-off-by: William Desportes <williamdes@wdes.fr> Signed-off-by: Vitalii Medvediev <vitaliim@onehourtranslation.com>
2019-10-21Fix table list on designer, allow strange table and database namesWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-18Fix #15511 - Exporting users after a delete will delete all selected usersWilliam Desportes
Fixes: #15511 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-18Text-area-overflows-parent-elementSergi L
Signed-off-by: Sergi Linares <sergi_linares@outlook.com>
2019-10-01add encodeURIComponentVadim Chernyshev
Fixes: #15482 Signed-off-by: Vadim Chernyshev <tryfunc@gmail.com>
2019-09-08Revert "Fix #15127 - fixed the white square in floating menubar"William Desportes
This reverts commit 61691091e51eddf8da239c1bb1bc685af56d467b. Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix designer exit full screen mode icon and text back to enter modeWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix designer page URLs when savingWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix designer page number -1 is an intWilliam Desportes
Because of 58f56111df9b165a43fd3bdabfa8dc429d321f51 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix reloading a designer pageWilliam Desportes
- Added cast to be sure pageNumber is an int -1 or postitive Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix #15440 - Page number is not being updated in the URL after saving a ↵William Desportes
designer's page Fixes: #15440 Pull-request: #15464 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fix #15439 - Designer page status not updated when added a new table from ↵William Desportes
another database Fixes: #15439 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-09-08Fixed #15440 page number not showing in url bugAnkush Patil
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2019-08-27Update js-cookie to v2.2.1Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-27Update jQuery to v3.4.1Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-27Update jQuery Validation to v1.19.1Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-27Update jQuery Migrate to v3.1.0Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-27Update CodeMirror to v5.48.4Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-23Fix a bug introduced by a23f2ba51a93af0c5William Desportes
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-23Fix some bugs with strange table and database namesWilliam Desportes
- Fix export - Fix split on . to have db and table - Replace some $_REQUEST occurences - Add translations to "add tables from another database" : "None" > strNone - Refactor the ugly code that used globals to use an object "DesignerTable" - Fix save a new added table - Fix delete page items - Fix more bugs Fixes: #15446 Fixes: #13370 Fixes: #14945 Closes: #15438 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-22Merge #15448 - Fix many bugs when adding new tables to designerWilliam Desportes
Fixes: #15446 Pull-request: #15448 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-22Merge #15452 - Display an error when trying to import in designer a table ↵William Desportes
that's already imported Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-22Update js/messages.phpHugues Peccatte
add context for translators Co-Authored-By: William Desportes <williamdes@wdes.fr> Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-22Fix url encoding of table namesHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-22Display an error when trying to import in designer a table that's already ↵Hugues Peccatte
imported Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-21Designer export fails when a table name contains special charsHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-21Remove variable that is unused anymoreHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-21Toggling global collapse of tables now relies on tables items instead of j_tabsHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-21Add missing overlay on added tablesHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>