Commit Graph

87 Commits

Author SHA1 Message Date
Rouslan Placella
7a4bbd57aa Fixed action links on table structure page 2012-11-24 19:05:02 +00:00
Rouslan Placella
2e1bc1bd8d Refactored menuPrepare and menuResize into a jQuery plugin
Also integrated this plugin with both the main menu and the resizable
menu on the table structure page
2012-11-24 17:25:37 +00:00
Rouslan Placella
da4196f03f Dropped the "More" dropdown from tbl_structure.php 2012-11-23 21:36:08 +00:00
Rouslan Placella
a2df2ed10d Typo fix 2012-11-23 21:12:10 +00:00
Rouslan Placella
d062075d92 Dropped usage of jQuery UI dialog for insert into table functionality 2012-11-19 21:39:13 +00:00
Michal Čihař
a6e5286467 Fix links to FAQ 2012-11-12 14:15:45 +01:00
Rouslan Placella
62071f9843 Fixed bug #3586115 - Unterminated JS string 2012-11-10 23:50:50 +00:00
Rouslan Placella
ac661158de Closed tag 2012-10-30 20:24:01 +00:00
Rouslan Placella
9f6bfa7eb6 Fixed add/edit column functionality 2012-10-30 20:10:23 +00:00
Rouslan Placella
2e70202e6d Use an "ajax" class on ajaxified "Add primary key" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
4e917b14c2 Use an "ajax" class on ajaxified "Drop column" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
a938a66c8d Use an "ajax" class on ajaxified "Truncate Table" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
22158ed387 Use an "ajax" class on ajaxified "Drop Db/Table" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
0d6c1fb175 Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JS 2012-10-30 20:04:51 +00:00
Rouslan Placella
fcc88e12b8 Open "print view" pages in a separate window 2012-10-30 20:04:51 +00:00
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Michal Čihař
2d7c588c7d Various coding style improvements, mostly docblocks 2012-09-18 17:07:05 +02:00
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
Michal Čihař
371d420c21 Simplify linking to documentation
Now documentation can be simply linked using [doc@anchor]..[/doc]
2012-09-05 15:19:13 +02:00
Madhura Jayaratne
c49a5df9a3 Remove tabs and trailing white spaces 2012-08-30 22:03:07 +05:30
J.M
cdc6a07ccc Fix missing spacing in HTML source 2012-08-21 21:45:20 +02:00
Madhura Jayaratne
62e60eb641 Various coding style fixes 2012-08-21 23:43:44 +05:30
Madhura Jayaratne
149d805249 Align doc blocks 2012-08-21 23:22:13 +05:30
Madhura Jayaratne
121cef5acc White space cleanup 2012-08-21 23:06:53 +05:30
thilinaa
995e9fd858 functions name change 2012-08-18 08:58:06 +05:30
thilinaa
cd2177ec4b missing links in more action drop down 2012-08-18 07:35:04 +05:30
thilinaa
2a48a13da1 missing action link 2012-08-17 22:27:04 +05:30
thilinaa
8e232a8120 correct camel case 2012-08-17 21:59:02 +05:30
thilinaa
391b294734 correct camel case 2012-08-17 21:54:58 +05:30
thilinaa
8fc7f57131 changed function name 2012-08-17 21:47:00 +05:30
thilinaa
e5851bc2fa correct camel case 2012-08-17 21:40:34 +05:30
thilinaa
d011856939 changed function name 2012-08-17 21:39:08 +05:30
thilinaa
c658b4dddf correct camel case 2012-08-17 21:36:10 +05:30
thilinaa
e518d4f9c9 changed function name 2012-08-17 21:34:44 +05:30
thilinaa
456f3f3d6b further refactoring for PMA_getHtmlForPrintViewAndDataDictionaryLinks() 2012-08-17 21:31:28 +05:30
Thilina Buddika
c785859ff4 spelling mistake 2012-08-17 17:38:00 +05:30
Thilina Buddika
15162ed519 missing div clossing tag 2012-08-17 17:34:44 +05:30
Thilina Buddika
313a200466 implementation of PMA_getHtmlForDisplayTableStats() 2012-08-16 08:08:06 +05:30
Thilina Buddika
e11d95f779 typos 2012-08-16 02:11:58 +05:30
Thilina Buddika
ecf1462c1d resolve conflict 2012-08-16 00:20:54 +05:30
Thilina Buddika
4faad31e88 further refactoring for PMA_getHtmlForCheckAllTables() 2012-08-15 07:45:54 +05:30
Thilina Buddika
3df9f18c3b remove echo and some formatting 2012-08-15 07:34:12 +05:30
Thilina Buddika
a19def7818 get action titles and hidden action titles 2012-08-15 05:58:43 +05:30
Thilina Buddika
f50b4532c0 remove duplicates, remove some HTML tags and functions for render HTML 2012-08-14 23:35:08 +05:30
Marc Delisle
a539b7129f Use the appropriate icon for inactive tracking 2012-08-14 12:59:09 -04:00
Thilina Buddika
37bef7f5dd implementation of PMA_getHtmlForMoreOptionInTableStructure() 2012-08-13 22:44:52 +05:30
Thilina Buddika
865e9e488f missing function parameters and remove some HTML duplicates 2012-08-13 08:12:48 +05:30