Jakub Vrana
6da8bb670a
Plugins: Compatibility with PHP 5
2025-04-08 13:14:32 +02:00
Takashi SHIRAI
e601a3d8ce
Update Japanese translation
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-04-08 13:10:05 +02:00
Jakub Vrana
91b3526e8d
Plugins: non-static $translations ( fix #1000 )
...
The main reason is that static properties are minified.
2025-04-08 12:57:03 +02:00
Jakub Vrana
3dd040abd1
Plugins: Translate descriptions ( fix #994 )
2025-04-07 18:26:28 +02:00
Jakub Vrana
3e455a4787
Plugins: Extend Adminer\Plugin
2025-04-07 17:02:16 +02:00
Jakub Vrana
4aa7647a55
Use LANG instead of get_lang()
2025-04-04 17:18:34 +02:00
Jakub Vrana
5e88dae4e2
Doc-comments: Format
2025-03-28 12:45:02 +01:00
Jakub Vrana
641ee4ff26
Doc-comments: Move param types to declaration
2025-03-28 12:45:02 +01:00
Jakub Vrana
911f3b71b7
Doc-comments: Add param names
2025-03-28 12:45:02 +01:00
Jakub Vrana
1f5a7fa717
JS: Use arrow functions
...
All function () {} left in the code reference `this` and thus couldn't use arrow functions.
2025-03-20 10:35:08 +01:00
Jakub Vrana
e3515fd63f
CSS: Dark mode syntax highlighting and adminer-dark.css
2025-03-15 02:00:21 +01:00
Jakub Vrana
ebd5f19dd4
Use protected visibility
2025-03-11 08:12:09 +01:00
Jakub Vrana
af68e30742
Code style: Remove newline before }
2025-03-05 14:38:48 +01:00
Jakub Vrana
50e7a65e6e
Use namespaces in plugins
2025-03-05 13:10:40 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
701c5cd73b
Fix whitespace
2021-02-08 15:50:02 +01:00
Peter Knut
b2606cda0e
Change '...' to horizontal ellipsis character
2018-12-18 14:45:37 +01:00
Jakub Vrana
b4392b3f91
Use single \ in ' strings
2018-02-20 16:27:40 +01:00
Jakub Vrana
2021ea8fd7
is not needed with border-collapse
2018-02-20 16:02:25 +01:00
Steven Adger
a003866a55
Update compatibility with TinyMCE v4 ( #247 )
2018-01-29 18:09:35 +01:00
Jakub Vrana
f3938c1a66
Use HTTPS
2018-01-14 11:03:54 +01:00
Jakub Vrana
80d030f51a
Disallow scripts without nonce
2018-01-13 22:19:16 +01:00
Jakub Vrana
9d532fc0a1
Use script_src for <script src>
2018-01-13 16:25:11 +01:00
Jakub Vrana
e645693147
Use script() for <script>
2018-01-12 17:10:33 +01:00
Jakub Vrana
dc85ba2d86
Delete type="text/javascript" from <script> as it is the default in HTML5
2018-01-11 14:13:43 +01:00
Jakub Vrana
9cb281868f
Replace getElementById by shortcut for querySelector (requires IE8)
2018-01-11 13:51:32 +01:00
Jakub Vrana
40d1feec9f
Update URL
2017-02-27 13:44:22 +01:00
David Grudl
a6ebd4a3e0
uses PHP 5 constructors
2015-11-01 11:08:46 -08:00
Jakub Vrana
a01b2efc22
Change links to HTTPS
2015-09-10 09:26:36 -07:00
Jakub Vrana
2ecff21280
Don't print query in edit
2014-01-10 21:32:07 -08:00
Jakub Vrana
e8c6ef04d2
Replace ereg*() by preg_*()
...
ereg() triggers deprecated error which is sent to custom error handlers.
It is also faster.
There are no more deprecated functions except mysql_connect().
2013-07-24 16:26:41 -07:00
Jakub Vrana
091a4d04f4
Link to documentation
2012-06-30 03:17:16 -07:00
Jakub Vrana
75783421f1
Comment
2011-08-11 17:06:42 +02:00
Jakub Vrana
c2965bc88d
Save TinyMCE under AJAX
2011-06-13 18:02:16 +02:00
Jakub Vrana
98a00bacc5
Move init to head
2011-06-10 13:36:17 +02:00
Jakub Vrana
e6b520212b
Properties @access
2011-06-10 13:32:46 +02:00
Jakub Vrana
00342a1532
Init TinyMCE in head
2011-05-31 08:01:49 +02:00
Jakub Vrana
374e39eb3e
Close opened tags
2011-04-12 08:08:58 -07:00
Jakub Vrana
35c8c9224d
Escaping
2011-02-18 16:18:14 +01:00
Jakub Vrana
d663eed8a5
Update plugins
2011-02-09 22:06:08 +01:00
Jakub Vrana
cd6d2fc7a3
Typos
2011-02-09 18:39:25 +01:00
Jakub Vrana
4f9ff89fed
Plugins
2011-02-09 18:09:01 +01:00