Commit graph

3829 commits

Author SHA1 Message Date
Gerry Demaret 16f5d1ec66 docs: WiP, uncommitted changes I might not want to lose 2023-10-16 10:21:31 +02:00
Lionel Laffineur 88f6870bca Fix links going over body 2023-10-16 10:21:31 +02:00
Roy-Orbison e24219d137 Repair table filter plugin
Undo accidental reversion of commit 2b41f629a0
Check no other modifier keys & not already focussed for shortcut.
2023-10-16 10:21:31 +02:00
Lionel Laffineur c21d644947 Added a clipboard icon next to SQL command to expand and copy to clipboard 2023-10-16 10:21:31 +02:00
Lionel Laffineur ecbbe8de33 Fix issue with truncated queries and prevent copying queries > 1Mb to clipboard 2023-10-16 10:21:31 +02:00
SirTimme 9d25eff31f Updates pepe-linha-dark submodule to the lastest commit 2023-10-16 10:21:31 +02:00
Lionel Laffineur 5487e5ea8d Make sure DISTINCT function is seen as a group query 2023-10-16 10:21:31 +02:00
Lukáš Rajchl ee07a11465 Use links bar for "Create ..." functions 2023-10-16 10:21:31 +02:00
Lionel Laffineur d6d2050e99 Make sure table is marked active in select mode 2023-10-16 10:21:31 +02:00
Lionel Laffineur c75f437c77 Replaced icons from PNG to SVG to reduce CSS file size 2023-10-16 10:21:31 +02:00
Lukáš Rajchl 8b522c88e7 Remove undefined variable removed by #7442183 (for IE9 compatibility) 2023-10-16 10:21:31 +02:00
Lionel Laffineur 30bad1c1d2 Replaced Edit and Edit all of SQL Command history by icons 2023-10-16 10:21:31 +02:00
Lionel e62f5e5e52 Added key shortcut Ctrl+Shift+F to focus filter field and disabled enter key 2023-10-16 10:21:31 +02:00
Roy-Orbison f4532fa957 Filter tables plugin cleanup
- Put markup first and consolidate all script into single block
- Fix some JS oddities
- Put into IIFE no does not pollute the global namespace (prevents
  conflicts)
- Hide when JS disabled
2023-10-16 10:21:31 +02:00
Lionel Laffineur be135d2ed9 Fix JS error if #dbs is not in the page + add fieldset around input and add clear button next to input 2023-10-16 10:21:31 +02:00
Lionel Laffineur 7a8f9ec454 Fieldset rounded corners 2023-10-16 10:21:31 +02:00
Gerry Demaret 762a8948b9 docs: WiP - phpdocumentor templates
This is mainly to not lose what I have so far. The idea is to run
phpdocumentor on a select number of source code files, with the goal
of rendering something like https://www.adminer.org/en/extension/

The output should be in Markdown, ideally injected into a file in the
docs/ folder, and auto-deployed to the docs website.
2023-08-14 14:42:09 +02:00
Lionel d63796aa71
Merge pull request #44 from Roy-Orbison/plugin-import-from-dir
Plugin for selection of SQL files to import
2023-08-13 13:27:14 +02:00
Lionel 71e0a6f478
Merge pull request #43 from Roy-Orbison/plugin-login-external
Plugin for using external/3rd-party login system
2023-08-12 21:37:54 +02:00
Lionel 235c2d69b1
Merge pull request #42 from Roy-Orbison/adminer-dot-js
Plugin to auto-include adminer.js when present
2023-08-09 17:33:16 +02:00
Lionel f312b489ab
Merge pull request #45 from Roy-Orbison/plugin-noverify-bug
No-verify plugin breaks others
2023-08-09 08:39:57 +02:00
Roy-Orbison 5a625a5f5e Plugin for using external login system
or for allowing unrestricted access.
2023-08-09 14:09:15 +09:30
Roy Orbitson 2d30330f98
No-verify plugin breaks others
Does not need to block other plugins from using the head() method.
2023-08-09 11:21:06 +09:30
Roy-Orbison 8ed117ca50 Allow selection of SQL files to import
instead of only accepting the very non-descriptive adminer.sql[.gz], and
make it possible to use a source directory other than Adminer's own.
2023-08-07 17:29:44 +09:30
Roy-Orbison d07786bbb4 Plugin to auto-include adminer.js when present
Closes #8
2023-08-07 14:39:29 +09:30
Lionel 343b6bdac3
Merge pull request #41 from Roy-Orbison/menu-db-selector-style
Amend markup and style for new menu table
2023-08-06 21:33:17 +02:00
Roy-Orbison a0dab7a81c Amend markup and style for new menu table
- Restore ID for CSS
- Use semantic <label> instead of <span>
- CSS into default style file instead of inline (except for width=1 trick
  to shrink first column)
- Fix default style to align with rest of menu blocks
- Move 'Use' button to its own row
2023-08-04 11:45:08 +09:30
Lionel 28232d91d3
Merge pull request #39 from Lumeriol/main
Update cs.inc.php
2023-08-02 10:39:40 +02:00
Lukáš Rajchl 7338eadd7c Update cs.inc.php 2023-08-02 10:03:01 +02:00
Lionel Laffineur 2be76a970a Merge branch 'main' of github.com:adminerevo/adminerevo 2023-07-30 14:42:31 +02:00
Lionel Laffineur b7ac48645e Adjusted .gitmodules to allow download of vrana/* 2023-07-30 14:42:19 +02:00
Lionel 705e407825
Merge pull request #34 from Roy-Orbison/icon-bc
Main logo fixes
2023-07-29 16:20:22 +02:00
Lionel 9bce34e230
Merge pull request #33 from Roy-Orbison/url-detection
Better URL detection
2023-07-29 16:10:52 +02:00
Roy-Orbison 92f243716a Better URL detection
- Closes #7
- Broader but more accurate email and URL detection in data
- Allows underscores in URLs
- Use non-capturing sub-patterns and POSIX character classes where
  possible.
2023-07-26 15:03:04 +09:30
Roy-Orbison b0d4e98e74 Main logo fixes
- Smaller as SVG (~4kB instead of ~7kB)
- Moved bg image to h1 for improved theme compatibility (bg colors set
  on h1 were wiped out)
- RTL support
2023-07-26 14:37:15 +09:30
Lionel c64b23b44f
Merge pull request #31 from OmlineEditor/patch-1
Update ru.inc.php
2023-07-23 12:33:58 +02:00
Anastasia 33fcfbc13b
Update ru.inc.php
translated part of the text in Russian
2023-07-23 00:01:24 +03:00
Lionel Laffineur d2c4d437a1 Version 4.8.2 2023-07-21 21:50:18 +02:00
Lionel Laffineur 8b5390076d Minor finishing cosmetics 2023-07-21 21:47:25 +02:00
Lionel Laffineur 4053dbddd8 Some finishing touch for links and separators 2023-07-21 17:22:33 +02:00
Lionel 29d9af3ec2
Merge pull request #29 from gerryd/feature/security
Update the security policy
2023-07-21 11:55:04 +02:00
Lionel 56434daac9
Merge pull request #28 from gerryd/feature/dutch-translation
Update Dutch translation
2023-07-21 11:54:03 +02:00
Lionel Laffineur 7442183b40 Implemented links bar through function 2023-07-21 11:52:03 +02:00
Lionel Laffineur bdba89e484 Merge branch 'main' of github.com:adminerevo/adminerevo into main 2023-07-21 11:50:20 +02:00
Lionel Laffineur 6278c57a74 Changed color of links to make is less flashy 2023-07-21 11:50:14 +02:00
Gerry Demaret 58b76d85be docs: prettify & add logo
Thanks to paperless-ngx for the inspiration!

https://github.com/paperless-ngx/paperless-ngx/tree/dev/docs
2023-07-20 16:12:35 +02:00
Lionel Laffineur ccae72f2fa Merge branch 'main' of github.com:adminerevo/adminerevo into main 2023-07-18 16:50:21 +02:00
Lionel Laffineur 7c9722aa44 Added function DISTINCT to db supporting it 2023-07-18 16:50:14 +02:00
Gerry Demaret fe93668c3b Update the security policy 2023-07-18 16:44:29 +02:00
Gerry Demaret 4af23b0ca6 docs: publish on docs.adminerevo.org 2023-07-18 16:27:36 +02:00