Commit Graph

15591 Commits

Author SHA1 Message Date
ninadsp
041a5837c5 Added an Ajax handler to the display options form 2010-07-15 16:18:46 +05:30
ninadsp
c47a1a345a Started Ajaxification of Inline Editing. Simple data fields are replaced with textareas when edit button is clicked and vice versa. No provision yet for transformations and enum fields 2010-07-15 16:01:25 +05:30
ninadsp
57fa27e22e Added classes to the edit link and data fields that allow for inline editing 2010-07-15 15:48:10 +05:30
ninadsp
9dd93987ca Reverted po files changes. 2010-07-15 00:17:49 +05:30
ninadsp
98676380f9 Improved error handling. The ajax message was not being properly shown
for an empty result set
2010-07-14 20:21:47 +05:30
ninadsp
ea95907147 Improved the error handling, when an empty result set is obtained. 2010-07-14 20:21:10 +05:30
ninadsp
a40aaaa7b0 Statistics for the newly created table are now taken from the SHOW TABLE STATUS query when in an Ajax request 2010-07-14 19:04:52 +05:30
Michal Čihař
a038d59f7a Add Uyghur description. 2010-07-14 13:29:25 +02:00
Michal Čihař
c40e0d6c25 Refresh po files to match current sources. 2010-07-14 11:38:16 +02:00
Pootle server
1ffd9b08be Add Uyghur translation. 2010-07-14 11:32:34 +02:00
Pootle server
c4392ed8c1 Merge remote branch 'origin/master' 2010-07-14 00:40:09 +02:00
William Bachion
d543109658 Translation update done using Pootle. 2010-07-13 23:58:57 +02:00
William Bachion
2ec5e4ba56 Translation update done using Pootle. 2010-07-13 23:58:03 +02:00
William Bachion
cd1a94473c Translation update done using Pootle. 2010-07-13 23:57:32 +02:00
William Bachion
522c719554 Translation update done using Pootle. 2010-07-13 23:56:57 +02:00
William Bachion
792858e6d7 Translation update done using Pootle. 2010-07-13 23:55:09 +02:00
William Bachion
158dc66d7f Translation update done using Pootle. 2010-07-13 23:53:20 +02:00
William Bachion
c6d52b4cb0 Translation update done using Pootle. 2010-07-13 23:52:52 +02:00
Dieter Adriaenssens
84b5a0af5b Merge branch 'QA_3_3' 2010-07-13 23:40:34 +02:00
Dieter Adriaenssens
22b0ac9079 remove todo, after upgrade PHPExcel 2010-07-13 23:39:42 +02:00
Dieter Adriaenssens
17fc1370f3 Merge branch 'QA_3_3'
Conflicts:

	ChangeLog
	libraries/import.lib.php
2010-07-13 23:27:15 +02:00
Dieter Adriaenssens
6648c620d9 Convert Excel column name correctly 2010-07-13 23:23:51 +02:00
ninadsp
10a9e6912c A newly added table will now be appended to the tablesForm if it exists.
tbl_create.php generates the necessary output for it.
Need to figure out how to calculate the size and overhead, when stats
are shown.
2010-07-14 01:36:42 +05:30
ninadsp
98a57e2219 A newly added table is now appended to the tablesForm on db_structure.php 2010-07-14 01:09:37 +05:30
ninadsp
f0f5358ede Added an id to one of the tbody elements in tablesForm, so that jQuery
can append to the appropriate one.
2010-07-14 01:08:27 +05:30
ninadsp
6aa7315682 The PMA_mysqlDie() now supports Ajax requests. It now shows a JSON
response in an Ajax request.
Modified the PMA_ajaxResponse() function to handle messages which are
not instances of the PMA_Message class.  Requited for PMA_mysqlDie()
2010-07-14 00:53:19 +05:30
Dieter Adriaenssens
8b8562b435 cleanup (re)moved files 2010-07-13 20:35:14 +02:00
Dieter Adriaenssens
d7b8248997 Update library PHPExcel 1.7.3c in QA_3_3 branch 2010-07-13 20:23:31 +02:00
Dieter Adriaenssens
64a2832ac8 Update library PHPExcel to version 1.7.3c 2010-07-13 20:07:41 +02:00
Dieter Adriaenssens
ee0b2895ce Update library PHPExcel to version 1.7.3 2010-07-13 20:02:18 +02:00
Dieter Adriaenssens
b90a1b496b upgrade to PHPExcel 1.7.2 2010-07-13 19:42:07 +02:00
Dieter Adriaenssens
798def6e45 upgrade to PHPExcel 1.7.0 2010-07-13 19:39:40 +02:00
ninadsp
7dd8745778 Added a Math.random() parameter to negate caching issues with user's list 2010-07-13 03:28:23 +05:30
ninadsp
fcae63bbd7 When a new user is added, his details are now appended to the user's table 2010-07-13 03:25:53 +05:30
ninadsp
3bcffd86e9 Stupid typo. Fixed 2010-07-13 02:30:42 +05:30
ninadsp
a1e9702434 Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:49:27 +05:30
ninadsp
e0f80088aa Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:33:56 +05:30
ninadsp
7d3245cbcd Fixed the empty notice divison being generated when PMA_showMessage() was being passed a NULL query 2010-07-12 23:11:41 +05:30
ninadsp
f06bb69bb8 Merge remote branch 'origin/master' 2010-07-12 22:47:17 +05:30
Marc Delisle
6ea41018b2 Merge branch 'QA_3_3' 2010-07-12 09:01:05 -04:00
Marc Delisle
768de14815 typo 2010-07-12 09:00:39 -04:00
Marc Delisle
f6ef0c87a8 Merge branch 'QA_3_3' 2010-07-12 08:57:05 -04:00
Marc Delisle
cda9df7101 bug [export] CSV for MS Excel (Windows) should have semi-colon as separator 2010-07-12 08:56:30 -04: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