J.M
529903e0dd
Fix bug #3907 undefined variables, function parameter problems
...
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Marc Delisle
2723495a4f
Removed the AjaxEnable directive
2012-12-21 16:04:57 -05:00
Rouslan Placella
177b459822
Fixed bug #3583315 - Query doesn't load in the querywindow when clicking on edit
2012-11-19 23:36:05 +00:00
Marc Delisle
2e9738379d
Improved library file name
2012-11-19 12:31:24 -05:00
Michal Čihař
61a601fc73
Implement linking to new documentation
2012-11-12 09:48:05 +01:00
Rouslan Placella
7356b407ad
Rewrite and integration of js/common.js
2012-10-30 20:23:59 +00:00
Chanaka Indrajith
13208324d3
Removed unnecessary empty lines in functions
2012-09-19 00:15:15 +05:30
Chanaka Indrajith
6971295e96
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f
Renamed ->method() with PMA_Util::method()
2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064
Remove variable
2012-09-16 14:31:22 +05:30
Dieter Adriaenssens
f1a90f78b1
coding style : fix indenting
2012-08-31 14:51:04 +02:00
Chanaka Indrajith
038a81b1a8
Resolved comflicts
2012-06-28 06:10:43 +05:30
Madhura Jayaratne
090bbda51b
Wrap some long lines
2012-06-27 23:09:23 +05:30
Chanaka Indrajith
39d37fafcc
Resolved conflicts
2012-06-27 21:53:59 +05:30
Madhura Jayaratne
b3fda23c77
More coding style fixes
2012-06-23 22:41:49 +05:30
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Marc Delisle
8ec765a8bc
Improve function name
2012-05-14 13:26:40 -04:00
Michal Čihař
0962a95188
Standard way for link to documentation
2012-04-25 14:22:02 +02:00
Madhura Jayaratne
b531455738
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
...
Conflicts:
libraries/mult_submits.inc.php
2012-03-21 05:59:46 +05:30
Madhura Jayaratne
ac83360796
Coding style improvements
2012-03-21 05:45:58 +05:30
Jo Michael
da3c14f048
Changed obsolete a[name=querybox] attribute to a#querybox for HTML5 validity (updated fieldset to #queryboxf for uniqueness, there are no CSS refs)
2012-03-18 14:29:03 +01:00
Jo Michael
3b56f6a53b
Leading ./ paths for links and favicons can be omitted, part 1
2012-03-16 23:04:12 +01:00
Jo Michael
a49a7683b4
Added insertValueQuery button pmahomme styling
2012-03-16 22:15:39 +01:00
Jo Michael
cdd9f0a0df
Added easy-click sqlbutton button styling for pmahomme.
2012-03-16 19:18:07 +01:00
Marc Delisle
81d27b3593
RetainQueryBox in setup and user prefs
2012-01-07 07:38:00 -05:00
Marc Delisle
02a736b479
This control has no effect when in the distinct query window
2012-01-07 07:20:02 -05:00
Marc Delisle
e5323864b7
Make message and field name more consistent with existing interface (query box)
2012-01-07 07:05:25 -05:00
Gareth Pursehouse
73edcc1511
patch #3303195 [interface] Checkbox to have SQL input remain
2012-01-07 07:00:56 -05:00
Rouslan Placella
64d4f8b00c
Merge branch 'QA_3_4'
2011-12-15 23:03:54 +00:00
Rouslan Placella
5130615c0a
Fixed bug # 3460090 - TextareaAutoSelect feature broken
2011-12-15 23:03:03 +00:00
Marc Delisle
21ebf72d9e
Missing ending for documentation anchor
2011-10-27 15:27:58 -04:00
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Rouslan Placella
d17814f463
Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS).
2011-09-26 20:54:59 +01:00
Marc Delisle
3fc3194bce
- Bug #3383572 Cannot execute saved query
...
- Remove bookmark from the list after deletion (Ajax)
2011-09-23 08:14:42 -04:00
Marc Delisle
5e83631469
Fix merge conflicts
2011-09-18 08:26:47 -04:00
Marc Delisle
6ac29b4791
bug #3383572 [interface] Cannot execute saved query
...
When the Go button related to the "Run SQL query" section is pressed,
avoid transmitting the value of id_bookmark from the "Bookmarked SQL
query" section; otherwise import.php would think that it needs to
do a bookmark action instead of executing the query.
2011-09-18 08:11:15 -04:00
Marc Delisle
4441512052
Use newest message
2011-09-18 06:13:22 -04:00
Michal Čihař
d3c7b0ea4d
Adjust to new calling conventions
2011-08-25 08:56:59 +02:00
Michal Čihař
5209562dd3
Use PMA_DBI_get_columns instead of custom query
2011-08-19 09:18:27 +02:00
Michal Čihař
3f81e8790d
Remove useless space from messages
2011-08-10 13:44:39 +02:00
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Michal Čihař
21b5b87c92
Escape only parts which need it, not translated string
2011-08-05 10:32:34 +02:00
Michal Čihař
9405dbb82a
Fix spacing after @param
2011-07-22 09:21:55 +02:00
Michal Čihař
25bda8e991
Fix spacing on opening code block
2011-07-22 09:18:02 +02:00
Michal Čihař
219ec73d69
Spacing around if
2011-07-22 09:10:37 +02:00
Tyron Madlener
3b3a9fc762
pma spritify part 2
2011-07-15 09:42:16 +03:00
Tyron Madlener
2ee9f03cbb
Merge remote-tracking branch 'origin/master' into tyronm
2011-07-05 18:09:55 +02:00
Tyron Madlener
5e09426666
Merge
2011-06-06 14:38:56 +02:00
Madhura Jayaratne
e936257d44
bug #3305883 [interface] Table is dropped regardless of confirmation
2011-05-22 22:01:47 +05:30
Michal Čihař
a5e5cc6a7b
rfe #1168350 [interface] Add clear button to SQL edit box.
2011-03-02 14:30:59 +01:00