Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 15a2398f7f328533640de33275ab8779f6cddd32
https://github.com/phpmyadmin/sql-parser/commit/15a2398f7f328533640de33275a…
Author: iifawzi <iifawzie(a)gmail.com>
Date: 2022-12-07 (Wed, 12 December 2022) +02:00
Changed paths:
M src/Components/AlterOperation.php
M src/Statements/ExplainStatement.php
M src/Statements/WithStatement.php
Log Message:
-----------
Increasing the idx of the tokens instead of using getNext to skip current token
Signed-off-by: iifawzi <iifawzie(a)gmail.com>
Commit: 3ed503fabc671f1a46cb0350ee96d9b172ac2d3d
https://github.com/phpmyadmin/sql-parser/commit/3ed503fabc671f1a46cb0350ee9…
Author: iifawzi <iifawzie(a)gmail.com>
Date: 2022-12-07 (Wed, 12 December 2022) +02:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add to changelog
Signed-off-by: iifawzi <iifawzie(a)gmail.com>
Commit: 43eba856109b39f7b04b9a9725f1361b800d0451
https://github.com/phpmyadmin/sql-parser/commit/43eba856109b39f7b04b9a9725f…
Author: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Date: 2022-12-13 (Tue, 12 December 2022) +02:00
Changed paths:
A tests/data/parser/parseCreateTable8.in
A tests/data/parser/parseCreateTable8.out
M .editorconfig
M .github/workflows/mutation-tests.yml
M .github/workflows/tests.yml
M CHANGELOG.md
M locale/mk/LC_MESSAGES/sqlparser.mo
M locale/mk/LC_MESSAGES/sqlparser.po
M src/Contexts/ContextMariaDb100000.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMariaDb100400.php
M src/Contexts/ContextMariaDb100500.php
M src/Contexts/ContextMariaDb100600.php
M src/Contexts/ContextMySql50000.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Contexts/ContextMySql80000.php
M tests/Parser/CreateStatementTest.php
M tools/contexts/_common.txt
Log Message:
-----------
Merge branch 'master' into improvement-skipping-current
Commit: 75dbc4ec1b97c560507c0708e21ed106da3c58e3
https://github.com/phpmyadmin/sql-parser/commit/75dbc4ec1b97c560507c0708e21…
Author: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Date: 2022-12-15 (Thu, 12 December 2022) +02:00
Changed paths:
A tests/data/parser/parseCreateView5.in
A tests/data/parser/parseCreateView5.out
A tests/data/parser/parseSelectOrderByIsNull.in
A tests/data/parser/parseSelectOrderByIsNull.out
M CHANGELOG.md
M src/Components/Expression.php
M src/Utils/Formatter.php
M tests/Builder/SelectStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/data/bugs/gh14.out
M tests/data/bugs/gh16.out
M tests/data/bugs/gh317.out
M tests/data/bugs/gh9.out
M tests/data/bugs/pma11800.out
M tests/data/bugs/pma11836.out
M tests/data/bugs/pma11843.out
M tests/data/bugs/pma11879.out
M tests/data/misc/parseParameter.out
M tests/data/parser/parse.out
M tests/data/parser/parse2.out
M tests/data/parser/parseAlter.out
M tests/data/parser/parseAlter10.out
M tests/data/parser/parseAlter11.out
M tests/data/parser/parseAlter12.out
M tests/data/parser/parseAlter13.out
M tests/data/parser/parseAlter3.out
M tests/data/parser/parseAlter4.out
M tests/data/parser/parseAlter5.out
M tests/data/parser/parseAlter6.out
M tests/data/parser/parseAlter7.out
M tests/data/parser/parseAlter8.out
M tests/data/parser/parseAlter9.out
M tests/data/parser/parseAlterErr.out
M tests/data/parser/parseAlterErr2.out
M tests/data/parser/parseAlterErr3.out
M tests/data/parser/parseAlterErr4.out
M tests/data/parser/parseAlterTableCharacterSet1.out
M tests/data/parser/parseAlterTableCharacterSet2.out
M tests/data/parser/parseAlterTableCharacterSet3.out
M tests/data/parser/parseAlterTableCharacterSet4.out
M tests/data/parser/parseAlterTableCharacterSet5.out
M tests/data/parser/parseAlterTableCharacterSet6.out
M tests/data/parser/parseAlterTableCharacterSet7.out
M tests/data/parser/parseAlterTableSetAutoIncrementError.out
M tests/data/parser/parseAlterUser.out
M tests/data/parser/parseAlterUser1.out
M tests/data/parser/parseAlterUser2.out
M tests/data/parser/parseAlterUser3.out
M tests/data/parser/parseAlterUser4.out
M tests/data/parser/parseAlterUser5.out
M tests/data/parser/parseAlterUser6.out
M tests/data/parser/parseAlterUser7.out
M tests/data/parser/parseAlterUser8.out
M tests/data/parser/parseAlterWithInvisible.out
M tests/data/parser/parseAnalyzeTable.out
M tests/data/parser/parseAnalyzeTable1.out
M tests/data/parser/parseArrayErr1.out
M tests/data/parser/parseArrayErr3.out
M tests/data/parser/parseCreateDatabase.out
M tests/data/parser/parseCreateDatabaseErr.out
M tests/data/parser/parseCreateFunction.out
M tests/data/parser/parseCreateFunctionErr1.out
M tests/data/parser/parseCreateFunctionErr2.out
M tests/data/parser/parseCreateFunctionErr3.out
M tests/data/parser/parseCreateProcedure.out
M tests/data/parser/parseCreateProcedure1.out
M tests/data/parser/parseCreateProcedure2.out
M tests/data/parser/parseCreateSchema.out
M tests/data/parser/parseCreateSchemaErr.out
M tests/data/parser/parseCreateTable.out
M tests/data/parser/parseCreateTable2.out
M tests/data/parser/parseCreateTable3.out
M tests/data/parser/parseCreateTable4.out
M tests/data/parser/parseCreateTable5.out
M tests/data/parser/parseCreateTable6.out
M tests/data/parser/parseCreateTable7.out
M tests/data/parser/parseCreateTable8.out
M tests/data/parser/parseCreateTableAsSelect.out
M tests/data/parser/parseCreateTableEnforcedCheck.out
M tests/data/parser/parseCreateTableErr1.out
M tests/data/parser/parseCreateTableErr3.out
M tests/data/parser/parseCreateTableErr4.out
M tests/data/parser/parseCreateTableErr5.out
M tests/data/parser/parseCreateTableLike.out
M tests/data/parser/parseCreateTableNotEnforcedCheck.out
M tests/data/parser/parseCreateTableSelect.out
M tests/data/parser/parseCreateTableSpatial.out
M tests/data/parser/parseCreateTableTimestampWithPrecision.out
M tests/data/parser/parseCreateTableWithInvisibleKey.out
M tests/data/parser/parseCreateTrigger.out
M tests/data/parser/parseCreateUser.out
M tests/data/parser/parseCreateView.out
M tests/data/parser/parseCreateView2.out
M tests/data/parser/parseCreateView3.out
M tests/data/parser/parseCreateView4.out
M tests/data/parser/parseCreateViewAsWithAs.out
M tests/data/parser/parseCreateViewMultiple.out
M tests/data/parser/parseCreateViewWithQuotes.out
M tests/data/parser/parseCreateViewWithUnion.out
M tests/data/parser/parseCreateViewWithWrongSyntax.out
M tests/data/parser/parseCreateViewWithoutQuotes.out
M tests/data/parser/parseDelete.out
M tests/data/parser/parseDelete10.out
M tests/data/parser/parseDelete11.out
M tests/data/parser/parseDelete12.out
M tests/data/parser/parseDelete2.out
M tests/data/parser/parseDelete3.out
M tests/data/parser/parseDelete4.out
M tests/data/parser/parseDelete5.out
M tests/data/parser/parseDelete6.out
M tests/data/parser/parseDelete7.out
M tests/data/parser/parseDelete8.out
M tests/data/parser/parseDelete9.out
M tests/data/parser/parseDeleteErr10.out
M tests/data/parser/parseDeleteErr11.out
M tests/data/parser/parseDeleteErr12.out
M tests/data/parser/parseDeleteErr2.out
M tests/data/parser/parseDeleteErr3.out
M tests/data/parser/parseDeleteErr4.out
M tests/data/parser/parseDeleteErr5.out
M tests/data/parser/parseDeleteErr6.out
M tests/data/parser/parseDeleteErr7.out
M tests/data/parser/parseDeleteErr8.out
M tests/data/parser/parseDeleteErr9.out
M tests/data/parser/parseDeleteJoin.out
M tests/data/parser/parseDelimiter.out
M tests/data/parser/parseDrop.out
M tests/data/parser/parseDrop2.out
M tests/data/parser/parseExplain.out
M tests/data/parser/parseExplain1.out
M tests/data/parser/parseExplain3.out
M tests/data/parser/parseExplain4.out
M tests/data/parser/parseExplainErr.out
M tests/data/parser/parseInsert.out
M tests/data/parser/parseInsertErr2.out
M tests/data/parser/parseInsertIntoErr.out
M tests/data/parser/parseInsertIntoSet.out
M tests/data/parser/parseInsertOnDuplicateKey.out
M tests/data/parser/parseInsertOnDuplicateKeyErr.out
M tests/data/parser/parseInsertSelect.out
M tests/data/parser/parseInsertSelectOnDuplicateKey.out
M tests/data/parser/parseInsertSet.out
M tests/data/parser/parseInsertSetOnDuplicateKey.out
M tests/data/parser/parseLimitErr1.out
M tests/data/parser/parseLimitErr2.out
M tests/data/parser/parseLoad1.out
M tests/data/parser/parseLoad2.out
M tests/data/parser/parseLoad3.out
M tests/data/parser/parseLoad4.out
M tests/data/parser/parseLoad5.out
M tests/data/parser/parseLoad6.out
M tests/data/parser/parseLoadErr3.out
M tests/data/parser/parseLoadErr4.out
M tests/data/parser/parseLoadErr5.out
M tests/data/parser/parseLoadErr6.out
M tests/data/parser/parseLock1.out
M tests/data/parser/parseLock2.out
M tests/data/parser/parseLock3.out
M tests/data/parser/parseLock4.out
M tests/data/parser/parseLock5.out
M tests/data/parser/parseLock6.out
M tests/data/parser/parseLockErr1.out
M tests/data/parser/parseLockErr10.out
M tests/data/parser/parseLockErr2.out
M tests/data/parser/parseLockErr5.out
M tests/data/parser/parseLockErr6.out
M tests/data/parser/parseLockErr7.out
M tests/data/parser/parseLockErr8.out
M tests/data/parser/parseLockErr9.out
M tests/data/parser/parsePurge.out
M tests/data/parser/parsePurge2.out
M tests/data/parser/parsePurge3.out
M tests/data/parser/parsePurge4.out
M tests/data/parser/parsePurgeErr3.out
M tests/data/parser/parseRename.out
M tests/data/parser/parseRename2.out
M tests/data/parser/parseRenameErr1.out
M tests/data/parser/parseRenameErr3.out
M tests/data/parser/parseRenameErr4.out
M tests/data/parser/parseReplace.out
M tests/data/parser/parseReplace2.out
M tests/data/parser/parseReplaceErr.out
M tests/data/parser/parseReplaceErr3.out
M tests/data/parser/parseReplaceIntoErr.out
M tests/data/parser/parseReplaceSelect.out
M tests/data/parser/parseReplaceSet.out
M tests/data/parser/parseReplaceValues.out
M tests/data/parser/parseRestore.out
M tests/data/parser/parseSelect.out
M tests/data/parser/parseSelect10.out
M tests/data/parser/parseSelect11.out
M tests/data/parser/parseSelect12.out
M tests/data/parser/parseSelect13.out
M tests/data/parser/parseSelect14.out
M tests/data/parser/parseSelect2.out
M tests/data/parser/parseSelect3.out
M tests/data/parser/parseSelect4.out
M tests/data/parser/parseSelect5.out
M tests/data/parser/parseSelect6.out
M tests/data/parser/parseSelect7.out
M tests/data/parser/parseSelect8.out
M tests/data/parser/parseSelect9.out
M tests/data/parser/parseSelectCase1.out
M tests/data/parser/parseSelectCase2.out
M tests/data/parser/parseSelectCase3.out
M tests/data/parser/parseSelectCase4.out
M tests/data/parser/parseSelectCase5.out
M tests/data/parser/parseSelectCaseAlias1.out
M tests/data/parser/parseSelectCaseAlias2.out
M tests/data/parser/parseSelectCaseAlias3.out
M tests/data/parser/parseSelectCaseAlias4.out
M tests/data/parser/parseSelectCaseAlias5.out
M tests/data/parser/parseSelectCaseAlias6.out
M tests/data/parser/parseSelectCaseAliasErr1.out
M tests/data/parser/parseSelectCaseAliasErr2.out
M tests/data/parser/parseSelectCaseAliasErr3.out
M tests/data/parser/parseSelectCaseAliasErr4.out
M tests/data/parser/parseSelectCaseErr1.out
M tests/data/parser/parseSelectCaseErr2.out
M tests/data/parser/parseSelectCaseErr3.out
M tests/data/parser/parseSelectCaseErr4.out
M tests/data/parser/parseSelectCaseErr5.out
M tests/data/parser/parseSelectEndOptions1.out
M tests/data/parser/parseSelectEndOptions2.out
M tests/data/parser/parseSelectEndOptionsErr.out
M tests/data/parser/parseSelectErr1.out
M tests/data/parser/parseSelectErr2.out
M tests/data/parser/parseSelectExists.out
M tests/data/parser/parseSelectIndexHint1.out
M tests/data/parser/parseSelectIndexHint2.out
M tests/data/parser/parseSelectIndexHintErr1.out
M tests/data/parser/parseSelectIndexHintErr2.out
M tests/data/parser/parseSelectIndexHintErr3.out
M tests/data/parser/parseSelectIndexHintErr4.out
M tests/data/parser/parseSelectIntoOptions1.out
M tests/data/parser/parseSelectIntoOptions2.out
M tests/data/parser/parseSelectIntoOptions3.out
M tests/data/parser/parseSelectJoinCross.out
M tests/data/parser/parseSelectJoinMultiple.out
M tests/data/parser/parseSelectJoinMultiple2.out
M tests/data/parser/parseSelectJoinNatural.out
M tests/data/parser/parseSelectJoinNaturalLeft.out
M tests/data/parser/parseSelectJoinNaturalLeftOuter.out
M tests/data/parser/parseSelectJoinNaturalRight.out
M tests/data/parser/parseSelectJoinNaturalRightOuter.out
M tests/data/parser/parseSelectJoinStraight.out
M tests/data/parser/parseSelectNested.out
M tests/data/parser/parseSelectOrderByComment.out
M tests/data/parser/parseSelectOverAlias_mariadb_100600.out
M tests/data/parser/parseSelectUnion.out
M tests/data/parser/parseSelectUnion2.out
M tests/data/parser/parseSelectWhere.out
M tests/data/parser/parseSelectWithParenthesis.out
M tests/data/parser/parseSelectWrongOrder.out
M tests/data/parser/parseSelectWrongOrder2.out
M tests/data/parser/parseTransaction.out
M tests/data/parser/parseTransaction2.out
M tests/data/parser/parseTransaction3.out
M tests/data/parser/parseUpdate.out
M tests/data/parser/parseUpdate2.out
M tests/data/parser/parseUpdate3.out
M tests/data/parser/parseUpdateErr.out
M tests/data/parser/parseWithStatement.out
M tests/data/parser/parseWithStatement1.out
M tests/data/parser/parseWithStatement2.out
M tests/data/parser/parseWithStatement3.out
M tests/data/parser/parseWithStatement4.out
M tests/data/parser/parseWithStatement5.out
M tests/data/parser/parseWithStatement6.out
M tests/data/parser/parseWithStatement7.out
M tests/data/parser/parseWithStatementErr.out
M tests/data/parser/parseWithStatementErr1.out
M tests/data/parser/parseWithStatementErr2.out
M tests/data/parser/parseWithStatementErr3.out
M tests/data/parser/parseWithStatementErr4.out
M tests/data/parser/parseWithStatementErr5.out
M tests/data/parser/parseWithStatementErr6.out
M tests/data/parser/parseWithStatementErr7.out
M tests/data/parser/parseWithStatementErr8.out
Log Message:
-----------
Merge branch 'master' into improvement-skipping-current
Commit: 233e3565ccb09a73c1173a5a643cb87a9e6eed49
https://github.com/phpmyadmin/sql-parser/commit/233e3565ccb09a73c1173a5a643…
Author: Lars Moelleken <lars(a)moelleken.org>
Date: 2023-01-03 (Tue, 01 January 2023) +01:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Update CHANGELOG.md
Commit: 021cd9f69edccd7e6fcf1c7dbc7dc68fe6d8a375
https://github.com/phpmyadmin/sql-parser/commit/021cd9f69edccd7e6fcf1c7dbc7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-01-06 (Fri, 01 January 2023) +04:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Merge #403 - Fix date in CHANGELOG.md
Pull-request: #403
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: fd9e59f2681a4bf63fa1e89c5f020a496970f855
https://github.com/phpmyadmin/sql-parser/commit/fd9e59f2681a4bf63fa1e89c5f0…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-01-06 (Fri, 01 January 2023) +04:00
Changed paths:
M CHANGELOG.md
M src/Components/AlterOperation.php
M src/Statements/ExplainStatement.php
M src/Statements/WithStatement.php
Log Message:
-----------
Merge #397 - Performance improvement to use less the "nextToken()" function
Pull-request: #397
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/themes
Commit: f85fcfd14257381d559fe450308e2dac5bfcaff7
https://github.com/phpmyadmin/themes/commit/f85fcfd14257381d559fe450308e2da…
Author: Mohan Khadka <contact(a)mohankhadka.com.np>
Date: 2023-01-01 (Sun, 01 January 2023) +04:00
Changed paths:
A fistu/LICENSE
A fistu/css/printview.css
A fistu/css/printview.css.map
A fistu/css/theme-rtl.css
A fistu/css/theme-rtl.css.map
A fistu/css/theme.css
A fistu/css/theme.css.map
A fistu/fonts/roboto-100.woff
A fistu/fonts/roboto-100.woff2
A fistu/fonts/roboto-300.woff
A fistu/fonts/roboto-300.woff2
A fistu/fonts/roboto-400.woff
A fistu/fonts/roboto-400.woff2
A fistu/fonts/roboto-500.woff
A fistu/fonts/roboto-500.woff2
A fistu/fonts/roboto-700.woff
A fistu/fonts/roboto-700.woff2
A fistu/img/ajax_clock_small.gif
A fistu/img/arrow_ltr.png
A fistu/img/arrow_rtl.png
A fistu/img/asc_order.png
A fistu/img/b_bookmark.png
A fistu/img/b_browse.png
A fistu/img/b_calendar.png
A fistu/img/b_chart.png
A fistu/img/b_close.png
A fistu/img/b_column_add.png
A fistu/img/b_comment.png
A fistu/img/b_dbstatistics.png
A fistu/img/b_deltbl.png
A fistu/img/b_docs.png
A fistu/img/b_docsql.png
A fistu/img/b_drop.png
A fistu/img/b_edit.png
A fistu/img/b_empty.png
A fistu/img/b_engine.png
A fistu/img/b_event_add.png
A fistu/img/b_events.png
A fistu/img/b_export.png
A fistu/img/b_favorite.png
A fistu/img/b_find_replace.png
A fistu/img/b_firstpage.png
A fistu/img/b_ftext.png
A fistu/img/b_globe.gif
A fistu/img/b_group.png
A fistu/img/b_help.png
A fistu/img/b_home.png
A fistu/img/b_import.png
A fistu/img/b_index.png
A fistu/img/b_index_add.png
A fistu/img/b_inline_edit.png
A fistu/img/b_insrow.png
A fistu/img/b_key.png
A fistu/img/b_lastpage.png
A fistu/img/b_left.png
A fistu/img/b_minus.png
A fistu/img/b_more.png
A fistu/img/b_move.png
A fistu/img/b_newdb.png
A fistu/img/b_newtbl.png
A fistu/img/b_nextpage.png
A fistu/img/b_no_favorite.png
A fistu/img/b_pdfdoc.png
A fistu/img/b_plugin.png
A fistu/img/b_plus.png
A fistu/img/b_prevpage.png
A fistu/img/b_primary.png
A fistu/img/b_print.png
A fistu/img/b_props.png
A fistu/img/b_relations.png
A fistu/img/b_report.png
A fistu/img/b_right.png
A fistu/img/b_routine_add.png
A fistu/img/b_routines.png
A fistu/img/b_save.png
A fistu/img/b_saveimage.png
A fistu/img/b_sbrowse.png
A fistu/img/b_sdb.png
A fistu/img/b_search.png
A fistu/img/b_select.png
A fistu/img/b_snewtbl.png
A fistu/img/b_spatial.png
A fistu/img/b_sql.png
A fistu/img/b_sqldoc.png
A fistu/img/b_sqlhelp.png
A fistu/img/b_table_add.png
A fistu/img/b_tblanalyse.png
A fistu/img/b_tblexport.png
A fistu/img/b_tblimport.png
A fistu/img/b_tblops.png
A fistu/img/b_tbloptimize.png
A fistu/img/b_tipp.png
A fistu/img/b_trigger_add.png
A fistu/img/b_triggers.png
A fistu/img/b_undo.png
A fistu/img/b_unique.png
A fistu/img/b_usradd.png
A fistu/img/b_usrcheck.png
A fistu/img/b_usrdrop.png
A fistu/img/b_usredit.png
A fistu/img/b_usrlist.png
A fistu/img/b_versions.png
A fistu/img/b_view.png
A fistu/img/b_view_add.png
A fistu/img/b_views.png
A fistu/img/bd_browse.png
A fistu/img/bd_deltbl.png
A fistu/img/bd_drop.png
A fistu/img/bd_edit.png
A fistu/img/bd_empty.png
A fistu/img/bd_export.png
A fistu/img/bd_firstpage.png
A fistu/img/bd_ftext.png
A fistu/img/bd_index.png
A fistu/img/bd_insrow.png
A fistu/img/bd_lastpage.png
A fistu/img/bd_nextpage.png
A fistu/img/bd_prevpage.png
A fistu/img/bd_primary.png
A fistu/img/bd_routine_add.png
A fistu/img/bd_sbrowse.png
A fistu/img/bd_select.png
A fistu/img/bd_spatial.png
A fistu/img/bd_unique.png
A fistu/img/centralColumns.png
A fistu/img/centralColumns_add.png
A fistu/img/centralColumns_delete.png
A fistu/img/col_drop.png
A fistu/img/col_pointer.png
A fistu/img/col_pointer_ver.png
A fistu/img/console.png
A fistu/img/database.png
A fistu/img/designer/1.png
A fistu/img/designer/2.png
A fistu/img/designer/2leftarrow.png
A fistu/img/designer/2leftarrow_m.png
A fistu/img/designer/2rightarrow.png
A fistu/img/designer/2rightarrow_m.png
A fistu/img/designer/3.png
A fistu/img/designer/4.png
A fistu/img/designer/5.png
A fistu/img/designer/6.png
A fistu/img/designer/7.png
A fistu/img/designer/8.png
A fistu/img/designer/FieldKey_small.png
A fistu/img/designer/Field_small.png
A fistu/img/designer/Field_small_char.png
A fistu/img/designer/Field_small_date.png
A fistu/img/designer/Field_small_int.png
A fistu/img/designer/Header.png
A fistu/img/designer/Header_Linked.png
A fistu/img/designer/anchor.png
A fistu/img/designer/and_icon.png
A fistu/img/designer/ang_direct.png
A fistu/img/designer/bord.png
A fistu/img/designer/bottom.png
A fistu/img/designer/def.png
A fistu/img/designer/display_field.png
A fistu/img/designer/downarrow1.png
A fistu/img/designer/downarrow2.png
A fistu/img/designer/downarrow2_m.png
A fistu/img/designer/exec.png
A fistu/img/designer/exec_small.png
A fistu/img/designer/exitFullscreen.png
A fistu/img/designer/export.png
A fistu/img/designer/favicon.ico
A fistu/img/designer/grid.png
A fistu/img/designer/help.png
A fistu/img/designer/help_relation.png
A fistu/img/designer/left_panel_butt.png
A fistu/img/designer/left_panel_tab.png
A fistu/img/designer/minus.png
A fistu/img/designer/or_icon.png
A fistu/img/designer/other_table.png
A fistu/img/designer/page_add.png
A fistu/img/designer/page_delete.png
A fistu/img/designer/page_edit.png
A fistu/img/designer/pdf.png
A fistu/img/designer/plus.png
A fistu/img/designer/query_builder.png
A fistu/img/designer/relation.png
A fistu/img/designer/reload.png
A fistu/img/designer/resize.png
A fistu/img/designer/resizeright.png
A fistu/img/designer/rightarrow1.png
A fistu/img/designer/rightarrow2.png
A fistu/img/designer/save.png
A fistu/img/designer/save_as.png
A fistu/img/designer/small_tab.png
A fistu/img/designer/table.png
A fistu/img/designer/toggle_lines.png
A fistu/img/designer/top_panel.png
A fistu/img/designer/uparrow2_m.png
A fistu/img/designer/viewInFullscreen.png
A fistu/img/east-mini.png
A fistu/img/error.ico
A fistu/img/eye.png
A fistu/img/eye_grey.png
A fistu/img/hide.png
A fistu/img/item.png
A fistu/img/left_nav_bg.png
A fistu/img/lightbulb.png
A fistu/img/lightbulb_off.png
A fistu/img/logo_left.png
A fistu/img/logo_right.png
A fistu/img/more.png
A fistu/img/new_data.png
A fistu/img/new_data_hovered.png
A fistu/img/new_data_selected.png
A fistu/img/new_data_selected_hovered.png
A fistu/img/new_struct.png
A fistu/img/new_struct_hovered.png
A fistu/img/new_struct_selected.png
A fistu/img/new_struct_selected_hovered.png
A fistu/img/normalize.png
A fistu/img/north-mini.png
A fistu/img/pause.png
A fistu/img/php_sym.png
A fistu/img/play.png
A fistu/img/pma_logo2.png
A fistu/img/s_asc.png
A fistu/img/s_asci.png
A fistu/img/s_attention.png
A fistu/img/s_cancel.png
A fistu/img/s_cancel2.png
A fistu/img/s_cog.png
A fistu/img/s_collapseall.png
A fistu/img/s_db.png
A fistu/img/s_desc.png
A fistu/img/s_error.png
A fistu/img/s_fulltext.png
A fistu/img/s_host.png
A fistu/img/s_info.png
A fistu/img/s_lang.png
A fistu/img/s_link.png
A fistu/img/s_lock.png
A fistu/img/s_loggoff.png
A fistu/img/s_notice.png
A fistu/img/s_okay.png
A fistu/img/s_partialtext.png
A fistu/img/s_passwd.png
A fistu/img/s_process.png
A fistu/img/s_really.png
A fistu/img/s_reload.png
A fistu/img/s_replication.png
A fistu/img/s_rights.png
A fistu/img/s_sortable.png
A fistu/img/s_status.png
A fistu/img/s_success.png
A fistu/img/s_sync.png
A fistu/img/s_tbl.png
A fistu/img/s_theme.png
A fistu/img/s_top.png
A fistu/img/s_unlink.png
A fistu/img/s_vars.png
A fistu/img/s_views.png
A fistu/img/select_bg.png
A fistu/img/server.svg
A fistu/img/show.png
A fistu/img/south-mini.png
A fistu/img/spacer.png
A fistu/img/toggle-ltr.png
A fistu/img/toggle-rtl.png
A fistu/img/vertical_line.png
A fistu/img/west-mini.png
A fistu/img/window-new.png
A fistu/img/zoom-minus-mini.png
A fistu/img/zoom-plus-mini.png
A fistu/img/zoom-world-mini.png
A fistu/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
A fistu/jquery/images/ui-bg_glass_65_ffffff_1x400.png
A fistu/jquery/images/ui-bg_glass_75_dadada_1x400.png
A fistu/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
A fistu/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
A fistu/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
A fistu/jquery/images/ui-icons_222222_256x240.png
A fistu/jquery/images/ui-icons_2e83ff_256x240.png
A fistu/jquery/images/ui-icons_454545_256x240.png
A fistu/jquery/images/ui-icons_888888_256x240.png
A fistu/jquery/images/ui-icons_cd0a0a_256x240.png
A fistu/jquery/jquery-ui.css
A fistu/screen.png
A fistu/scss/_bootstrap.scss
A fistu/scss/_codemirror.scss
A fistu/scss/_common.scss
A fistu/scss/_designer.scss
A fistu/scss/_direction.scss
A fistu/scss/_enum-editor.scss
A fistu/scss/_fistu-colors.scss
A fistu/scss/_fistu-fonts.scss
A fistu/scss/_fistu-icons.scss
A fistu/scss/_fistu-mixins.scss
A fistu/scss/_gis.scss
A fistu/scss/_icons.scss
A fistu/scss/_jqplot.scss
A fistu/scss/_navigation.scss
A fistu/scss/_resizable-menu.scss
A fistu/scss/_rte.scss
A fistu/scss/_variables.scss
A fistu/scss/printview.scss
A fistu/scss/theme-rtl.scss
A fistu/scss/theme.scss
A fistu/theme.json
Log Message:
-----------
New 5.1/5.2 theme fistu
Commit: 992550e17cadb3ecda40aab14588f6298ecce893
https://github.com/phpmyadmin/themes/commit/992550e17cadb3ecda40aab14588f62…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-01-01 (Sun, 01 January 2023) +04:00
Changed paths:
A fistu/LICENSE
A fistu/css/printview.css
A fistu/css/printview.css.map
A fistu/css/theme-rtl.css
A fistu/css/theme-rtl.css.map
A fistu/css/theme.css
A fistu/css/theme.css.map
A fistu/fonts/roboto-100.woff
A fistu/fonts/roboto-100.woff2
A fistu/fonts/roboto-300.woff
A fistu/fonts/roboto-300.woff2
A fistu/fonts/roboto-400.woff
A fistu/fonts/roboto-400.woff2
A fistu/fonts/roboto-500.woff
A fistu/fonts/roboto-500.woff2
A fistu/fonts/roboto-700.woff
A fistu/fonts/roboto-700.woff2
A fistu/img/ajax_clock_small.gif
A fistu/img/arrow_ltr.png
A fistu/img/arrow_rtl.png
A fistu/img/asc_order.png
A fistu/img/b_bookmark.png
A fistu/img/b_browse.png
A fistu/img/b_calendar.png
A fistu/img/b_chart.png
A fistu/img/b_close.png
A fistu/img/b_column_add.png
A fistu/img/b_comment.png
A fistu/img/b_dbstatistics.png
A fistu/img/b_deltbl.png
A fistu/img/b_docs.png
A fistu/img/b_docsql.png
A fistu/img/b_drop.png
A fistu/img/b_edit.png
A fistu/img/b_empty.png
A fistu/img/b_engine.png
A fistu/img/b_event_add.png
A fistu/img/b_events.png
A fistu/img/b_export.png
A fistu/img/b_favorite.png
A fistu/img/b_find_replace.png
A fistu/img/b_firstpage.png
A fistu/img/b_ftext.png
A fistu/img/b_globe.gif
A fistu/img/b_group.png
A fistu/img/b_help.png
A fistu/img/b_home.png
A fistu/img/b_import.png
A fistu/img/b_index.png
A fistu/img/b_index_add.png
A fistu/img/b_inline_edit.png
A fistu/img/b_insrow.png
A fistu/img/b_key.png
A fistu/img/b_lastpage.png
A fistu/img/b_left.png
A fistu/img/b_minus.png
A fistu/img/b_more.png
A fistu/img/b_move.png
A fistu/img/b_newdb.png
A fistu/img/b_newtbl.png
A fistu/img/b_nextpage.png
A fistu/img/b_no_favorite.png
A fistu/img/b_pdfdoc.png
A fistu/img/b_plugin.png
A fistu/img/b_plus.png
A fistu/img/b_prevpage.png
A fistu/img/b_primary.png
A fistu/img/b_print.png
A fistu/img/b_props.png
A fistu/img/b_relations.png
A fistu/img/b_report.png
A fistu/img/b_right.png
A fistu/img/b_routine_add.png
A fistu/img/b_routines.png
A fistu/img/b_save.png
A fistu/img/b_saveimage.png
A fistu/img/b_sbrowse.png
A fistu/img/b_sdb.png
A fistu/img/b_search.png
A fistu/img/b_select.png
A fistu/img/b_snewtbl.png
A fistu/img/b_spatial.png
A fistu/img/b_sql.png
A fistu/img/b_sqldoc.png
A fistu/img/b_sqlhelp.png
A fistu/img/b_table_add.png
A fistu/img/b_tblanalyse.png
A fistu/img/b_tblexport.png
A fistu/img/b_tblimport.png
A fistu/img/b_tblops.png
A fistu/img/b_tbloptimize.png
A fistu/img/b_tipp.png
A fistu/img/b_trigger_add.png
A fistu/img/b_triggers.png
A fistu/img/b_undo.png
A fistu/img/b_unique.png
A fistu/img/b_usradd.png
A fistu/img/b_usrcheck.png
A fistu/img/b_usrdrop.png
A fistu/img/b_usredit.png
A fistu/img/b_usrlist.png
A fistu/img/b_versions.png
A fistu/img/b_view.png
A fistu/img/b_view_add.png
A fistu/img/b_views.png
A fistu/img/bd_browse.png
A fistu/img/bd_deltbl.png
A fistu/img/bd_drop.png
A fistu/img/bd_edit.png
A fistu/img/bd_empty.png
A fistu/img/bd_export.png
A fistu/img/bd_firstpage.png
A fistu/img/bd_ftext.png
A fistu/img/bd_index.png
A fistu/img/bd_insrow.png
A fistu/img/bd_lastpage.png
A fistu/img/bd_nextpage.png
A fistu/img/bd_prevpage.png
A fistu/img/bd_primary.png
A fistu/img/bd_routine_add.png
A fistu/img/bd_sbrowse.png
A fistu/img/bd_select.png
A fistu/img/bd_spatial.png
A fistu/img/bd_unique.png
A fistu/img/centralColumns.png
A fistu/img/centralColumns_add.png
A fistu/img/centralColumns_delete.png
A fistu/img/col_drop.png
A fistu/img/col_pointer.png
A fistu/img/col_pointer_ver.png
A fistu/img/console.png
A fistu/img/database.png
A fistu/img/designer/1.png
A fistu/img/designer/2.png
A fistu/img/designer/2leftarrow.png
A fistu/img/designer/2leftarrow_m.png
A fistu/img/designer/2rightarrow.png
A fistu/img/designer/2rightarrow_m.png
A fistu/img/designer/3.png
A fistu/img/designer/4.png
A fistu/img/designer/5.png
A fistu/img/designer/6.png
A fistu/img/designer/7.png
A fistu/img/designer/8.png
A fistu/img/designer/FieldKey_small.png
A fistu/img/designer/Field_small.png
A fistu/img/designer/Field_small_char.png
A fistu/img/designer/Field_small_date.png
A fistu/img/designer/Field_small_int.png
A fistu/img/designer/Header.png
A fistu/img/designer/Header_Linked.png
A fistu/img/designer/anchor.png
A fistu/img/designer/and_icon.png
A fistu/img/designer/ang_direct.png
A fistu/img/designer/bord.png
A fistu/img/designer/bottom.png
A fistu/img/designer/def.png
A fistu/img/designer/display_field.png
A fistu/img/designer/downarrow1.png
A fistu/img/designer/downarrow2.png
A fistu/img/designer/downarrow2_m.png
A fistu/img/designer/exec.png
A fistu/img/designer/exec_small.png
A fistu/img/designer/exitFullscreen.png
A fistu/img/designer/export.png
A fistu/img/designer/favicon.ico
A fistu/img/designer/grid.png
A fistu/img/designer/help.png
A fistu/img/designer/help_relation.png
A fistu/img/designer/left_panel_butt.png
A fistu/img/designer/left_panel_tab.png
A fistu/img/designer/minus.png
A fistu/img/designer/or_icon.png
A fistu/img/designer/other_table.png
A fistu/img/designer/page_add.png
A fistu/img/designer/page_delete.png
A fistu/img/designer/page_edit.png
A fistu/img/designer/pdf.png
A fistu/img/designer/plus.png
A fistu/img/designer/query_builder.png
A fistu/img/designer/relation.png
A fistu/img/designer/reload.png
A fistu/img/designer/resize.png
A fistu/img/designer/resizeright.png
A fistu/img/designer/rightarrow1.png
A fistu/img/designer/rightarrow2.png
A fistu/img/designer/save.png
A fistu/img/designer/save_as.png
A fistu/img/designer/small_tab.png
A fistu/img/designer/table.png
A fistu/img/designer/toggle_lines.png
A fistu/img/designer/top_panel.png
A fistu/img/designer/uparrow2_m.png
A fistu/img/designer/viewInFullscreen.png
A fistu/img/east-mini.png
A fistu/img/error.ico
A fistu/img/eye.png
A fistu/img/eye_grey.png
A fistu/img/hide.png
A fistu/img/item.png
A fistu/img/left_nav_bg.png
A fistu/img/lightbulb.png
A fistu/img/lightbulb_off.png
A fistu/img/logo_left.png
A fistu/img/logo_right.png
A fistu/img/more.png
A fistu/img/new_data.png
A fistu/img/new_data_hovered.png
A fistu/img/new_data_selected.png
A fistu/img/new_data_selected_hovered.png
A fistu/img/new_struct.png
A fistu/img/new_struct_hovered.png
A fistu/img/new_struct_selected.png
A fistu/img/new_struct_selected_hovered.png
A fistu/img/normalize.png
A fistu/img/north-mini.png
A fistu/img/pause.png
A fistu/img/php_sym.png
A fistu/img/play.png
A fistu/img/pma_logo2.png
A fistu/img/s_asc.png
A fistu/img/s_asci.png
A fistu/img/s_attention.png
A fistu/img/s_cancel.png
A fistu/img/s_cancel2.png
A fistu/img/s_cog.png
A fistu/img/s_collapseall.png
A fistu/img/s_db.png
A fistu/img/s_desc.png
A fistu/img/s_error.png
A fistu/img/s_fulltext.png
A fistu/img/s_host.png
A fistu/img/s_info.png
A fistu/img/s_lang.png
A fistu/img/s_link.png
A fistu/img/s_lock.png
A fistu/img/s_loggoff.png
A fistu/img/s_notice.png
A fistu/img/s_okay.png
A fistu/img/s_partialtext.png
A fistu/img/s_passwd.png
A fistu/img/s_process.png
A fistu/img/s_really.png
A fistu/img/s_reload.png
A fistu/img/s_replication.png
A fistu/img/s_rights.png
A fistu/img/s_sortable.png
A fistu/img/s_status.png
A fistu/img/s_success.png
A fistu/img/s_sync.png
A fistu/img/s_tbl.png
A fistu/img/s_theme.png
A fistu/img/s_top.png
A fistu/img/s_unlink.png
A fistu/img/s_vars.png
A fistu/img/s_views.png
A fistu/img/select_bg.png
A fistu/img/server.svg
A fistu/img/show.png
A fistu/img/south-mini.png
A fistu/img/spacer.png
A fistu/img/toggle-ltr.png
A fistu/img/toggle-rtl.png
A fistu/img/vertical_line.png
A fistu/img/west-mini.png
A fistu/img/window-new.png
A fistu/img/zoom-minus-mini.png
A fistu/img/zoom-plus-mini.png
A fistu/img/zoom-world-mini.png
A fistu/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
A fistu/jquery/images/ui-bg_glass_65_ffffff_1x400.png
A fistu/jquery/images/ui-bg_glass_75_dadada_1x400.png
A fistu/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
A fistu/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
A fistu/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
A fistu/jquery/images/ui-icons_222222_256x240.png
A fistu/jquery/images/ui-icons_2e83ff_256x240.png
A fistu/jquery/images/ui-icons_454545_256x240.png
A fistu/jquery/images/ui-icons_888888_256x240.png
A fistu/jquery/images/ui-icons_cd0a0a_256x240.png
A fistu/jquery/jquery-ui.css
A fistu/screen.png
A fistu/scss/_bootstrap.scss
A fistu/scss/_codemirror.scss
A fistu/scss/_common.scss
A fistu/scss/_designer.scss
A fistu/scss/_direction.scss
A fistu/scss/_enum-editor.scss
A fistu/scss/_fistu-colors.scss
A fistu/scss/_fistu-fonts.scss
A fistu/scss/_fistu-icons.scss
A fistu/scss/_fistu-mixins.scss
A fistu/scss/_gis.scss
A fistu/scss/_icons.scss
A fistu/scss/_jqplot.scss
A fistu/scss/_navigation.scss
A fistu/scss/_resizable-menu.scss
A fistu/scss/_rte.scss
A fistu/scss/_variables.scss
A fistu/scss/printview.scss
A fistu/scss/theme-rtl.scss
A fistu/scss/theme.scss
A fistu/theme.json
Log Message:
-----------
Merge #64 - New 5.1/5.2 theme fistu
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f46777d63a9e69e7a3d7ce9980c496911c64b220
https://github.com/phpmyadmin/phpmyadmin/commit/f46777d63a9e69e7a3d7ce9980c…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-01-01 (Sun, 01 January 2023) +00:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/enm.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/tzm.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot(a)phpmyadmin.net>