Commit Graph

20123 Commits

Author SHA1 Message Date
Crack
74eb921e68 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-07-12 14:04:16 +02:00
Crack
625b9edca8 show message when preferences are saved to localStorage 2010-07-12 14:02:45 +02:00
ninadsp
35c922e704 Basic Table Search now works. Need to handle some error cases 2010-07-12 00:14:05 +05:30
ninadsp
4eb4d318bb Forgot to set the context for the recently added $(document).ready()
snippets.  Added them
2010-07-11 23:51:02 +05:30
ninadsp
fe9f539ed2 Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php 2010-07-11 23:36:24 +05:30
ninadsp
dd58a5bc23 Removed inline calls to confirmLink() for Empty/Drop Table actions in libraries/tbl_links.inc.php 2010-07-11 23:14:41 +05:30
ninadsp
a180017106 Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js 2010-07-11 22:33:52 +05:30
ninadsp
94a911a623 Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
2010-07-11 22:23:57 +05:30
Marc Delisle
ce2cad2886 fix merge conflicts 2010-07-11 08:05:50 -04:00
Marc Delisle
b55ba34d43 bug #3023507 [core] No result set display from stored procedure SELECT 2010-07-11 08:00:42 -04:00
ninadsp
3586dd6408 Removed inline call to confirmLink() for 'Drop Primary Key/Index' 2010-07-11 03:33:04 +05:30
ninadsp
505884174b Removed inline call to confirmLink() for 'Delete Tracking action'. 2010-07-11 03:14:02 +05:30
ninadsp
d5ed68aa71 Removed inline call to confirmLink() for 'Drop Procedure' 2010-07-11 02:32:10 +05:30
ninadsp
70a8735c07 Removed inline call to confirmLink() for 'Drop Event' action 2010-07-11 02:08:47 +05:30
Crack
956315e0b2 bugfix: show warning only when pmadb is unavailable 2010-07-10 21:51:54 +02:00
ninadsp
e98edae53b Remove previous queries if any before inserting the latest query. We
don't want too many queries crowding up.
2010-07-11 00:14:12 +05:30
ninadsp
6230a545bf Cloning and removal of rows happens correctly now. All name/id
properties of the inputs are changed on the fly with javascript.
2010-07-10 23:45:03 +05:30
Marc Delisle
b2616ac46d bug #3027557 [PHP] split() deprecated in PHP 5.3 (backport fixes from master, todo: update PHP excel?) 2010-07-10 08:01:07 -04:00
ninadsp
cbe82879e8 Hooked in Ajax submission of data. Changint the number of insertions on
the fly is still a work in progress.  Insertion tables are being
cloned/deleted, however, each is not unique.
2010-07-10 17:14:10 +05:30
ninadsp
ca0af7fff7 Added a string for Ajax handlers in tbl_change.php 2010-07-10 17:09:36 +05:30
ninadsp
7d11c0aa92 Added ids to some HTML elements on tbl_change.php and modified the
output of tbl_replace.php for Ajax requests.
2010-07-10 17:07:37 +05:30
Adnan
9fb8619f2a PDF Schema File: Relation_Stats class structured 2010-07-10 15:44:17 +05:00
Crack
e6b551dc71 bugfixes: allow to work with multiple servers, fix boolean values in select fields 2010-07-10 12:09:34 +02:00
Crack
3137cc2f1d add date information when importing from localStorage 2010-07-10 00:06:50 +02:00
Crack
bcaecbf10a allow user preferences to work without pmadb, but warn users about that 2010-07-09 20:37:04 +02:00
Crack
5717683ef1 basic import/export for localStorage, needs to be polished 2010-07-09 19:37:49 +02:00
Martynas Mickevicius
979aa9a7ed graceful error handling 2010-07-09 17:34:28 +03:00
Martynas Mickevicius
3df1126c85 fixed custom axis lables on the multi chart. 2010-07-09 16:29:14 +03:00
Martynas Mickevicius
6b806f2047 Chart title has been put to the settings array. 2010-07-09 16:27:25 +03:00
Martynas Mickevicius
e5c8b5a894 default labels are returned to the settings form. 2010-07-09 16:17:16 +03:00
Martynas Mickevicius
08e048b307 fixed chart error handler. 2010-07-09 16:16:22 +03:00
Martynas Mickevicius
7eedd0387d Fixed a case where a notice was generated when the first point was added to the data set. 2010-07-09 16:08:53 +03:00
Adnan
459eeb1230 TCPDF Class: tabs removed 2010-07-09 15:31:18 +05:00
Adnan
79c6f847fd Pdf Schema Class: Reduce global variables + added attributes in Export Relation Schema 2010-07-09 15:15:49 +05:00
Adnan
07cee82af6 User Schema Class: big switch into several methods + reduce global variables 2010-07-09 14:39:03 +05:00
lorilee
0900dc1b0b Fixed a formatting bug 2010-07-08 14:07:36 -07:00
lorilee
8b6e179bd9 Changed the Import form's 'Browse the server' label to 'Browse your computer' 2010-07-08 13:50:46 -07:00
lorilee
edc8846de8 Changed the default CSV column separator from a comma to a semi-colon 2010-07-08 13:41:15 -07:00
lorilee
a62cc4d464 Changed "columns terminated with" to "columns separated with" 2010-07-08 13:40:50 -07:00
lorilee
c05038e847 Added a title to the import page to show the current import mode (server/database/table) 2010-07-08 12:37:10 -07:00
lorilee
e90f8e4d89 Added a title to the export page to show the current export mode (server/database/table) 2010-07-08 12:30:50 -07:00
lorilee
af5486fccc Moved inline css from display_export.lib.php here 2010-07-08 12:01:16 -07:00
lorilee
2a046d7b08 Removed inline css, added labels to form elements, modified file template message to make it less confusing 2010-07-08 11:57:59 -07:00
lorilee
0692c8f0b7 Disabled "Dump some row(s)" sub-options when they are not selected, fixed comments, minor refactoring 2010-07-08 11:55:21 -07:00
Martynas Mickevicius
cd1cbce4ef data overflow fix 2010-07-08 20:29:27 +03:00
Martynas Mickevicius
48f2caccae error handling 2010-07-08 20:26:40 +03:00
ninadsp
8358b8c8d3 Reverted po files changes. 2010-07-08 22:53:26 +05:30
Crack
104ac11c1d import and export for user preferences (currently JSON file only)
add preferences reset
2010-07-08 19:01:09 +02:00
Martynas Mickevicius
45e740e96b fixed option hendling 2010-07-08 19:52:38 +03:00
Marc Delisle
90ce4c77b3 clarify code 2010-07-08 08:29:27 -04:00