]> git.joonet.de Git - adminer.git/shortlog
adminer.git
2025-03-06 Jakub VranaSQLite: Remove useless condition
2025-03-06 Jakub VranaChange $jush to constant
2025-03-06 Jakub VranaMove constants to namespace
2025-03-06 Jakub VranaPostgreSQL: Display ? instead of -1 rows in table overv...
2025-03-06 Jakub VranaDelete incorporated plugin
2025-03-06 Jakub VranaMove $enum_length to Driver
2025-03-06 Jakub VranaMove $inout to Driver
2025-03-06 Jakub VranaPDO: Support search by expression.
2025-03-06 Jakub VranaClickHouse: Check for allow_url_fopen
2025-03-06 Jakub VranaMove possible drivers and JUSH to Driver
2025-03-06 Jakub VranaMongo: Use $this->_conn
2025-03-06 Jakub VranaMongo: Add Driver outside of if
2025-03-06 Jakub VranaMove on_actions to Driver
2025-03-06 Jakub VranaMove unsigned to Driver
2025-03-06 Jakub VranaMove operators, functions and grouping to Driver
2025-03-06 Jakub VranaMove edit functions to Driver
2025-03-06 Jakub VranaMove types to Driver
2025-03-06 Takashi SHIRAIFix the primary key for MS SQL
2025-03-05 Jakub VranaUse anonymous function
2025-03-05 Jakub VranaRely on PHP 5.3
2025-03-05 Jakub VranaInform about namespace use
2025-03-05 Jakub VranaCode style: Add more checks
2025-03-05 Jakub VranaCode style: explain rules
2025-03-05 Jakub VranaUse PHP 5.3 functions
2025-03-05 Jakub VranaPlugins: Use namespace for driver functions
2025-03-05 Jakub VranaFix plugin autoloading
2025-03-05 Jakub VranaCode style: Check camel caps except in drivers
2025-03-05 Jakub VranaDon't check code style in compiled files
2025-03-05 Jakub VranaCode style: Indent long statements
2025-03-05 Jakub VranaCode style: Indent long statements
2025-03-05 Jakub VranaPlugins: Add missing namespaces
2025-03-05 Jakub VranaCode style: Indent long statements
2025-03-05 Jakub VranaCode style: Remove newline before }
2025-03-05 Jakub VranaMark abstract classes
2025-03-05 Jakub VranaMake root namespace explicit
2025-03-05 Jakub VranaMongo: inline class names
2025-03-05 Jakub VranaDon't require namespace in example
2025-03-05 Jakub VranaPDO: Support namespaces
2025-03-05 Jakub VranaRename Min_ classes
2025-03-05 Jakub VranaUpdate todo
2025-03-05 Jakub VranaRemove extra newline
2025-03-05 Jakub VranaFix tests
2025-03-05 Jakub VranaUse namespace
2025-03-05 Jakub VranaCompile: Support else after if (support)
2025-03-05 Jakub VranaNamespaces in compile
2025-03-05 Jakub VranaAdd namespace in lang.php
2025-03-05 Jakub VranaReturn accidentally removed error message
2025-03-05 Jakub VranaUse namespace in callbacks
2025-03-05 Jakub VranaUse namespaces in plugins
2025-03-05 Jakub VranaPHP: Use namespace
2025-03-05 Jakub VranaCoding style: Check newline at {}
2025-03-05 Jakub VranaSpecify coding style and follow it
2025-03-05 Jakub VranaComposer: Exclude drivers from classmap
2025-03-04 Jakub VranaHide Refresh link if it does nothing
2025-03-04 Jakub VranaRemove unnecessary function
2025-03-04 Jakub VranaPostgreSQL: Compute size of all databases (bug #881)
2025-03-04 Jakub VranaFix enum alignment
2025-03-04 Jakub VranaRemove margin from td pre
2025-03-04 Jakub VranaDesigns: Fix logout button
2025-03-04 Jakub VranaDesigns: Fix background of pre.jush
2025-03-04 Jakub VranaReapply "Fix background color of <pre> used as edit...
2025-03-04 Jakub VranaDesign bilal-dark: Add missing icons
2025-03-04 Jakub VranaRevert "Fix background color of <pre> used as edit...
2025-03-03 Jakub VranaMySQL: Fix connecting with self-signed cert
2025-03-03 Jakub VranaPostgreSQL, MS SQL, Oracle: Hide table actions for...
2025-03-03 Jakub VranaAdd TODO
2025-03-03 jfonsatoPostgreSQL: Show only accessible databases
2025-03-03 Christian WeiskeElastic: Fix text search on boolean fields
2025-03-03 MatrixmanNew version of design rmSOFT
2025-03-03 Jan TojnarUse more [] in doc-comments
2025-03-03 Jakub VranaMS SQL: Link help from sys tables
2025-03-03 Jakub VranaDon't autofocus computed fields in insert form
2025-03-03 Jakub VranaWarn about failed type export
2025-03-03 Jakub VranaAdd comment
2025-02-28 Jakub VranaUpdate todo
2025-02-28 Jakub VranaSpeed up with disabled output buffering
2025-02-28 Jakub VranaCSV import: Don't unquote " in unquoted values
2025-02-28 DenitzAdd Reset button for tables-filter plugin
2025-02-27 Jakub VranaMS SQL: Don't insert identity without IDENTITY_INSERT
2025-02-27 Jakub VranaPostgreSQL: Display ENUM types
2025-02-27 Jakub VranaAdd test for check constraints
2025-02-27 Jakub VranaFix Create table test
2025-02-27 Jakub VranaRemove <datalist> from tests
2025-02-26 Jakub VranaPostgreSQL: Export ENUM types (bug #587)
2025-02-26 Jakub VranaPostgreSQL: Link enum doc
2025-02-26 Jakub VranaMS SQL: Specify columns in CSV import
2025-02-26 Jakub VranaMS SQL: Do not update primary key in CSV import
2025-02-26 Jakub VranaMS SQL: Fix CSV import (bug #859)
2025-02-26 Jakub VranaMS SQL: Compute arrays in insertUpdate only once
2025-02-26 Jakub VranaDon't hide import if there was an error
2025-02-26 Jakub VranaMS SQL: Import all CSV rows with one command
2025-02-26 Jakub VranaMS SQL: Set identity_insert in CSV import
2025-02-26 Takashi SHIRAIFix insertUpdate for mssql
2025-02-26 Jakub VranaMS SQL export: Create foreign keys after all tables
2025-02-26 Jakub VranaPostgreSQL: Sort PRIMARY and UNIQUE indexes first
2025-02-26 Jakub VranaPostgreSQL: Do not alter indexes with expressions
2025-02-26 Jakub VranaRemove empty string
2025-02-26 Jakub VranaPostgreSQL: Add missing CHECK in export
2025-02-26 Jakub VranaPostgreSQL: Move primary key in export back to table
2025-02-26 Jakub VranaPostgreSQL: Print errors in export
next