]> git.joonet.de Git - adminer.git/shortlog
adminer.git
2025-03-29 Jakub VranaAdd comment
2025-03-29 Jakub VranaFix type of permanentLogin()
2025-03-29 Jakub VranaAdd comment
2025-03-29 Jakub VranaDoc: Move type stripping
2025-03-29 Jakub VranaCSS: Add --fg color
2025-03-29 Jakub VranaDesigns: Define --bg
2025-03-29 Jakub VranaCSS: Use --bg
2025-03-29 Jakub VranaCSS: Hide menu on mobile
2025-03-29 Jakub VranaInline GIF to CSS
2025-03-28 Jakub VranaJUSH: Fix opening help to new window
2025-03-28 Jakub VranaDelete function moved to get_val
2025-03-28 Jakub VranaCompile: Fix single driver
2025-03-28 Jakub VranaMove $drivers to SqlDriver
2025-03-28 Jakub VranaRename variable
2025-03-28 Jakub VranaMySQLi: Use default credentials
2025-03-28 Jakub VranaRemove global $permanent
2025-03-28 Jakub VranaPHPStan: Mute LANG not found
2025-03-28 Jakub VranaDb: Unify connection error handling
2025-03-28 Jakub VranaCheck numeric table names after error
2025-03-28 Jakub VranaDelete $has_token
2025-03-28 Jakub VranaMySQLi: Check for more results (fix #955)
2025-03-28 Jakub VranaFix types
2025-03-28 Jakub VranaMove $error to Adminer::$error
2025-03-28 Jakub VranaPass $error as param
2025-03-28 Jakub VranaMove $token to get_token()
2025-03-28 Jakub VranaMove $HTTPS to HTTPS
2025-03-28 Jakub VranaMove $langs to langs()
2025-03-28 Jakub VranaBump Composer PHP version
2025-03-28 Jakub VranaMove $LANG and get_lang() to LANG
2025-03-28 Jakub VranaMove $VERSION and version() to VERSION
2025-03-28 Jakub VranaDocs: update
2025-03-28 Jakub VranaDocs: wrap
2025-03-28 Jakub VranaTests: select with where and order
2025-03-28 Jakub VranaElasticsearch: Make it work with Elasticsearch 8
2025-03-28 Jakub VranaElastic: Fix types
2025-03-28 Jakub VranaIntegrate Db::result in get_val
2025-03-28 Jakub VranaSplit editFunctions
2025-03-28 Jakub VranaDoc-comments: Fix type errors
2025-03-28 Jakub VranaPlugins: Move operators to a method
2025-03-28 Jakub VranaTests: Run from /adminer/
2025-03-28 Jakub VranaPHPStan: Fix errors in Plugins
2025-03-28 Jakub VranaRename function with the same name as Driver::select
2025-03-28 Jakub VranaDoc-comments: Remove redundant info
2025-03-28 Jakub VranaDoc-comments: Fix type errors
2025-03-28 Jakub VranaCall Plugins from Adminer class
2025-03-28 Jakub VranaPlugins: Simplify calling
2025-03-28 Jakub VranaCompile: Strip types
2025-03-28 Jakub VranaDoc-comments: Fix type errors
2025-03-28 Jakub VranaDoc-comments: Sync method signatures
2025-03-28 Jakub VranaDoc-comments: Declare type properties
2025-03-28 Jakub VranaDoc-comments: Format
2025-03-28 Jakub VranaDoc-comments: Move return types to declaration
2025-03-28 Jakub VranaDoc-comments: Move param types to declaration
2025-03-28 Jakub VranaAdminerLoginSsl: Document type
2025-03-28 Jakub VranaDoc-comments: Add param names
2025-03-28 Jakub VranaTests: Invalid table
2025-03-27 Jakub VranaDocument error revealed by PHPStan
2025-03-27 Jakub VranaTests PostgreSQL: Sequence and schema
2025-03-27 Jakub VranaTest wrong password
2025-03-27 Jakub VranaTests: Add test adder
2025-03-27 Jakub VranaFix errors discovered by tests
2025-03-27 Jakub VranaPostgreSQL: Fix PHP warning when creating new routine
2025-03-27 Jakub VranaPostgreSQL: Unuse deleted fetch_field
2025-03-27 Jakub VranaPHPStan: Fix more errors
2025-03-27 Jakub VranaUse common parent for Db
2025-03-27 Jakub VranaJS: Add 'use strict'
2025-03-27 Jakub VranaJS: Remove forgotten log
2025-03-27 Jakub VranaAdminerSqlGemini: Make work with CodeMirror
2025-03-27 Jakub VranaWYMeditor not updated since 2014
2025-03-27 Jakub VranaTravis is not free anymore
2025-03-26 Jakub VranaCompile: Fix pgsql (fix #956)
2025-03-26 Jakub VranaPHPStan: Check level 8 without level 7
2025-03-26 Jakub VranaPHPStan: Fix level 6 errors
2025-03-26 Jakub VranaPHPStan: Fix level 5 errors
2025-03-26 Jakub VranaPHPStan: Fix level 4 errors
2025-03-26 Jakub VranaPHPStan: Check only one driver
2025-03-26 Jakub VranaSeparate queries(null)
2025-03-26 Jakub VranaPHPStan: Fix level 3 errors
2025-03-26 Jakub VranaPHPStan: Fix level 2 errors
2025-03-26 Jakub VranaPHPStan: Fix level 1 errors
2025-03-26 Jakub VranaPHPStan: Use @return void
2025-03-26 Jakub VranaPHPStan: Fix level 0 errors
2025-03-26 Jakub VranaSQLite: Fix non-PDO driver after 99163fe
2025-03-26 Jakub VranaUse Adminer\Plugins
2025-03-26 Jakub VranaReadme: Remove duplicite information
2025-03-26 Jakub VranaAdd comment
2025-03-26 Jakub VranaNotices: Use idx()
2025-03-26 Jakub VranaAdminerDarkSwitcher: Work with compiled version (bug...
2025-03-26 Jakub VranaNotices: Avoid accessing offset on null
2025-03-26 Jakub VranaTests: Add schema
2025-03-26 Jakub VranaMySQL: Simplify condition in fk_support
2025-03-26 Jakub VranaDoc-comment: Use type aliases for arrays
2025-03-26 Jakub VranaDisplay error for invalid table
2025-03-26 Jakub VranaAlways return array from table_status()
2025-03-25 Jakub VranaMove icons to CSS
2025-03-25 Jakub VranaSchema: Move style to CSS
2025-03-25 Jakub VranaAvoid <optgroup> in <datalist>
2025-03-25 Jakub VranaCSS: Invert icons in dark mode
2025-03-25 Jakub VranaSimplify designs.php
2025-03-25 Jakub Vranalucas-sandery design: Icons with uncompiled version...
next