Commit Graph

682 Commits

Author SHA1 Message Date
fa1b8d5c94 Remove more table actions dropdown
Add spatial index action icons
2025-04-21 00:26:28 -07:00
7f805eccc8 Remove curly brace offset syntax 2025-04-20 22:42:37 -07:00
Madhura Jayaratne
6cec91e805 libraries/common.lib.php might have not been loaded by the time PMA_isSerializable() is called. 2012-02-19 21:22:36 +05:30
Madhura Jayaratne
f9b2f08f21 bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation 2012-02-18 17:17:01 +05:30
Madhura Jayaratne
0d1407f178 bug #3486970 [import] Exception on XML import 2012-02-18 14:43:05 +05:30
Marc Delisle
b02f4eec07 bug #3384035 [display] Problems regarding ShowTooltipAliasTB 2011-12-05 14:14:13 -05:00
Dieter Adriaenssens
077c10020e [security] Self-XSS on invalid query (table overview), see PMASA-2011-18 2011-11-22 21:59:19 +01:00
Madhura Jayaratne
7e7e55b953 bug #3404886 [navi] Edit SQL statement after error 2011-09-10 08:43:13 +05:30
Madhura Jayaratne
27224a88c5 Bug #3298581 - Row marking, null-checkbox of inline edit broken 2011-05-07 11:16:00 +05:30
Rouslan Placella
56fc953b57 Fixed issue #2 in bug #3291301 - Problems with inline edit link for sql query 2011-05-05 08:45:09 +02:00
Rouslan Placella
bacbe54a67 Fixed issue #1 from bug #3291301 (Problems with inline edit link for sql query) 2011-05-05 08:45:06 +02:00
Marc Delisle
73c57b099e Continue to replace warning level with error level 2011-05-03 19:05:24 -04:00
Piotr Przybylski
5c39c5511f Comments formatting and PHPDoc fixes 2011-05-02 20:50:16 +02:00
Marc Delisle
932b5c2c36 Improve variable name and formatting 2011-04-18 12:30:59 -04:00
onebighack
14395afa8d Patch #3276121 Inline link goes missing after table sort 2011-04-18 12:27:37 -04:00
Marc Delisle
29dbdde4ff Avoid displaying a Back link in a error message if we are in Ajax mode 2011-03-23 08:10:22 -04:00
Michal Čihař
24396fe024 There are no empty/drop tabs anymore 2011-03-18 14:52:08 +01:00
Michal Čihař
95bc3c92aa Allow to specify value parameter for PMA_buttonOrImage 2011-03-18 14:36:10 +01:00
Marc Delisle
419d067dc3 Extra line break generated when creating user via Ajax 2011-03-02 13:01:17 -05:00
Thilanka
a994e13c33 Ajaxify browse and delete criteria in DB search 2011-02-28 12:44:44 -05:00
Michal Čihař
d1a6410766 Edit is more appropriate here 2011-02-24 16:08:22 +01:00
Marc Delisle
984cf6dbad For bug 3168757:
- Use jQuery to make the text look and behave like a link
2011-02-24 06:04:49 -05:00
Marc Delisle
b78bd77e41 For bug 3168757:
- Change default link length limit to 2000
- Add text next to the image
2011-02-24 05:21:24 -05:00
Marc Delisle
019b9de9da For proper conversion of the Edit link to Inline Edit 2011-02-22 07:48:47 -05:00
Marc Delisle
67339bab2a Current code has problems with Ajax, for example when creating a user.
There are missing headers and this commit is an attempt to fix this
situation.
2011-02-19 07:49:49 -05:00
Michal Čihař
cf4d86532e Link to MySQL 5.5 documentation on servers running MySQL 5.5 2011-02-17 10:59:00 +01:00
Michal Čihař
4c18383524 Better context for documentation links 2011-02-17 10:55:14 +01:00
Michal Čihař
9ce8bb0e87 This function needs to be in core.lib as it uses it 2011-02-17 10:50:47 +01:00
Michal Čihař
42cf4f8660 Factor out code for getting PHP documentation link 2011-02-17 10:44:16 +01:00
Michal Čihař
20509753ef Display documentation for chosen PHP extension. 2011-02-17 10:31:42 +01:00
Michal Čihař
69c0a887fc bug #3177136 [interface] Indicate that bookmark is being used on browse. 2011-02-10 10:15:07 +01:00
Michal Čihař
cd74e9fa5d bug #3175227 [auth] Reset user cache on login. 2011-02-08 13:15:01 +01:00
Michal Čihař
d296a5222b Avoid new lines between elements as this can lead to spaces 2011-02-02 22:55:10 +01:00
Michal Čihař
a0d08a3321 Move javascript for sliders to functions.js. 2011-02-02 16:04:22 +01:00
Michal Čihař
3cb9916d8b Do not go to the anchor after expanding slider. 2011-02-02 15:36:41 +01:00
Michal Čihař
599492943d This should clear possible floats 2011-02-02 14:12:54 +01:00
Michal Čihař
67e4994490 Single place to handle redirection. 2011-01-31 15:22:25 +01:00
Michal Čihař
dc0c6938b2 [security] Redirect external links to avoid Referer leakage. 2011-01-28 13:22:41 +01:00
Marc Delisle
5464b54e17 Start implementing conditional Ajax (in results page) 2011-01-22 09:50:12 -05:00
Marc Delisle
6094e6c644 - Bug #3151925 Page selector dropdown broken with ORDER BY query
- PMA_pageselector() had an unused parameter
2011-01-08 15:14:00 -05:00
Marc Delisle
4beca2fe92 Use the clip effect instead of the drop effect 2011-01-03 17:37:33 -05:00
Marc Delisle
a1ad4b295c Message was not under gettext 2010-12-27 07:14:10 -05:00
Marc Delisle
79f320e951 remove author names 2010-12-04 06:41:10 -05:00
Michal Čihař
89f03ef81b bug #3123433 [interface] Avoid double escaping of MySQL errors.
The PMA_DBI_getError function already does escaping, so there is no need
to escape that string again on displaying.
2010-12-02 17:14:59 +01:00
Michal Čihař
219f5a4fb9 Whitespace cleanup. 2010-12-02 17:13:47 +01:00
Michal Čihař
a480379bae Remove not used variable. 2010-12-02 17:05:57 +01:00
Herman van Rink
6d3b66059a bug #3115519: fixed XSS on search 2010-11-26 09:12:01 -05:00
Marc Delisle
9f4dc04691 no need to have a separate file for this 2010-11-05 06:30:21 -04:00
Marc Delisle
7d0c11c256 class nowrap was missing; div not allowed here 2010-10-09 09:05:54 -04:00
Marc Delisle
452dce72a2 missing end tag 2010-10-09 06:49:55 -04:00