Jakub Vrana
712d96b22c
Use connection() instead of $connection
2025-03-29 22:10:20 +01:00
Jakub Vrana
46f6a96c95
Doc-comments: Fix type errors
2025-03-28 15:41:36 +01:00
Jakub Vrana
bc9de24d77
Add helper for <input type=hidden>
2025-03-18 17:15:10 +01:00
Jakub Vrana
e1f0fded69
Add helper for <input type=hidden name=token>
2025-03-17 18:45:08 +01:00
Jakub Vrana
f2ce6c0a71
Wrap long lines
2025-03-12 11:43:21 +01:00
Jakub Vrana
862e5b4aa4
Move variable initialization
2025-03-08 21:45:21 +01:00
Jakub Vrana
d35c896b92
Add helper function
2025-03-08 06:13:18 +01:00
Jakub Vrana
105999f62e
Code style: Indent long statements
2025-03-05 15:01:21 +01:00
Jakub Vrana
ed5de27dd3
Code style: Indent long statements
2025-03-05 14:59:13 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
5a708df6ca
Coding style: Check newline at {}
2025-03-05 13:10:40 +01:00
Jakub Vrana
c52ba0308e
Specify coding style and follow it
2025-03-05 13:10:37 +01:00
Jakub Vrana
7ece69a8c4
Remove unused HTLM attribute
2025-02-23 11:42:05 +01:00
Jakub Vrana
b29767dcfb
Use CSS to highlight odd rows
2025-02-21 21:27:41 +01:00
Jakub Vrana
a2ec51e948
Fix creating users and changing password in MySQL 8 (bug #663 )
2019-01-28 13:47:53 +01:00
Peter Knut
4d66e42817
Add class 'layout' to all non-data tables
2018-09-18 12:08:19 +02:00
Jakub Vrana
d581f3dedb
Make maxlength in all fields a soft limit
2018-07-15 21:05:26 +02:00
Jakub Vrana
e8e4934e97
Increase username maxlength to 80 (bug #623 )
2018-07-15 21:01:38 +02: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
Jakub Vrana
473b60361b
Disable autocompleting password on create user page
2018-02-02 08:52:15 +01:00
Jakub Vrana
c3b4208853
Use min_version
2018-01-29 20:54:24 +01:00
Jakub Vrana
a954f7d4b4
Simplify drop object confirmation questions
2018-01-24 18:36:19 +01:00
Jakub Vrana
95d02bb924
Display name of the object in confirmation when dropping it
2018-01-24 18:13:05 +01:00
Jakub Vrana
35b1db6974
Move inline event handlers to <script>
2018-01-12 17:11:29 +01:00
Jakub Vrana
e645693147
Use script() for <script>
2018-01-12 17:10:33 +01:00
Jakub Vrana
a5ee3451ac
Use <script> instead of inline event handler in confirm()
2018-01-12 17:09:41 +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
e7e5559df5
Generalize doc_link()
2013-08-05 19:22:13 -07: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
6f6f69a891
Add links to documentation
2013-07-16 21:17:09 -07:00
Jakub Vrana
68aba96c72
Increase click target for checkboxes (thanks to Roman)
2013-05-20 10:13:54 -07:00
Jakub Vrana
9c78b3bb34
Add empty lines to source code
2013-05-01 18:28:04 -07:00
Jakub Vrana
3cae3e2f7f
Fix LIKE backslash escaping
2013-04-26 19:34:15 -07:00
Jakub Vrana
db7d05b3ec
Allow storing empty user password
2013-04-25 09:46:37 -07:00
Jakub Vrana
0eadfc2b3f
Do not store plain text password to history in creating user
2013-04-24 19:04:17 -07:00
Jakub Vrana
fee31e73c1
Display help cursor over documentation links
2013-04-04 18:45:54 -07:00
Jakub Vrana
f86cb5f837
Use autocapitalize="off"
2013-01-30 23:47:53 -08:00
Jakub Vrana
0069d9f13e
Use database name in creating new users
2012-12-15 22:33:18 -08:00
Jakub Vrana
841cbbb7d2
Prefill .* when creating a new user
2011-12-21 08:52:45 -08:00
Jakub Vrana
2b472a5c10
Drop user only if successfully created
2011-08-12 17:45:14 +02:00
Jakub Vrana
388c21a0f9
Database name is LIKE pattern
2011-08-05 10:42:11 +02:00
Jakub Vrana
8372913ab5
Save bytes
2011-06-04 04:28:17 +02:00
Jakub Vrana
ae50ef7594
Don't overwrite privileges for existing users
2011-06-03 14:02:19 +02:00
Jakub Vrana
16a72b4521
Shortcut for database privileges
2011-06-03 13:50:20 +02:00
Jakub Vrana
bd88113666
Same fields order as in login form
2011-05-05 17:02:38 +02:00
Jakub Vrana
740ae10a3d
Don't send incomplete forms
2011-03-08 13:43:05 +01:00
Jakub Vrana
f195903964
Use rel="noreferrer" for documentation links
2011-01-31 20:35:48 +01:00
Jakub Vrana
a93bc19108
Create confirm function
2010-10-18 23:57:39 +02:00