Commit Graph

60 Commits

Author SHA1 Message Date
Hugues Peccatte
7f8f34e89d Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:22 +02:00
Hugues Peccatte
0761fb1801 Rename classes files.
Rename classes.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:21 +02:00
Hugues Peccatte
f0ba28fc1d Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Madhura Jayaratne
4ab5481084 create_table.phtml is more suited with database related templates
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-10 11:02:31 +05:30
Madhura Jayaratne
a8a2986b56 Fix more coding style issues related to function call signature
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-06 16:44:09 +05:30
Jason
1c28e6a8ab Creating StructureController
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-31 01:04:30 +08:00
Dan Ungureanu
91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Madhura Jayaratne
9f103f3610 Improve icon consistency
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-01 15:15:20 +05:30
Marc Delisle
c326cc9542 Merge pull request #1572 from tapanhalani/master
Fix Feature#1609- Lock page navigation when entering data.
2015-03-15 06:52:28 -04:00
Tapan Halani
0ac7e8f0f6 Fix feature#1609: Lock page navigation when entering data.
Signed-off-by: Tapan Halani <tapanhalani231@gmail.com>
2015-03-14 22:07:44 +05:30
Madhura Jayaratne
6df888b669 Add space between icon and name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-04 19:06:51 +05:30
Madhura Jayaratne
8c7e1a0b2c Long lines wrapped
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-11 17:46:24 +05:30
Marvin Wegener
1690c6fa32 Fix number field size and remove incorrect attributes
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-02 07:55:50 -04:00
Marc Delisle
5ea405ef6b Make the "required" attribute XHTML compliant
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-07 13:07:27 -05:00
Chirayu Chiripal
12e8e872ea Feature Request #1511 Highlight empty form fields in database operation
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-03-06 13:18:54 +05:30
Michal Čihař
5a7bf6e001 Show default value for number of fields
We fall back to this value when it's not filled in, so it's better to
show it in the form as well.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:55:10 +01:00
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
xmujay
c5bf8aa89a add UT for PMA_display_create_table 2013-09-21 22:03:35 +08:00
xmujay
2b1acfaf84 refactor display_create_table 2013-09-19 17:56:14 +08:00
J.M
a5995a5022 Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
J.M
d1d4f9d87e Add HTML5 required attribute to input fields 2013-08-18 15:42:46 +02:00
J.M
f2f0d66b43 Change more inputs to type=number 2013-08-18 15:41:31 +02:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
Rouslan Placella
075fc89a2a Display create table functionality without a dialog 2012-10-30 20:16:02 +00:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
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
Marc Delisle
66036d00d4 - Simplify message for table creation
- Remove link to the current database; it did not provided added value
2011-10-07 07:35:05 -04: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
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Marc Delisle
e311848262 Conditional Ajax on table create 2011-01-25 13:06:17 -05:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
ac7cab7160 Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e12.
2010-06-26 15:45:27 +05:30
ninadsp
4214d83e12 Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8b, reversing
changes made to dcdde2f99f.
2010-06-26 15:43:52 +05:30
ninadsp
c850b8be8b Merge remote branch 'origin/master'
Conflicts:
	po/tr.po
2010-06-26 15:38:12 +05:30
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Sebastian Mendel
a3923d6bdd removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00