ninadsp
|
2ba0095ab5
|
We can now edit NULL fields and set fields to NULL in inline editing.
|
2010-08-09 00:49:11 +05:30 |
|
ninadsp
|
0373ae6713
|
Removed an alert() call which was around for testing purposes.
|
2010-08-09 00:06:36 +05:30 |
|
ninadsp
|
2ca8e1eea2
|
Added the loading gif from the themes to the ajax notification
|
2010-08-06 20:29:09 +05:30 |
|
ninadsp
|
a69154b5c9
|
Removed the appendInlineAnchor call from ajaxSuccess event as it was also fired at a successful inline edit query. Instead, created a custom event appendAnchor on #sqlqueryresults which is triggered when necessary. Also got transformations working for application/octetstream mime type.
|
2010-08-06 19:23:17 +05:30 |
|
ninadsp
|
a458147969
|
Merge from upstream. Resolved a conflict in js/functions.js
|
2010-08-05 23:51:14 +05:30 |
|
ninadsp
|
7acb4cb99d
|
Finalised CSS rules for the Ajax notification division. It now centers correctly and handles not very large messages pretty well.
|
2010-08-04 22:58:05 +05:30 |
|
ninadsp
|
3d1a420a6f
|
Moved the code that appends the inline edit anchor into a function and registered it to all Ajax events that complete successfully. The anchor is now appended even after retrieving results over Ajax.
|
2010-08-04 21:54:35 +05:30 |
|
Marc Delisle
|
d46bb6d877
|
remove custom MIME type change for BLOB streaming because in its current version it can be a very costly operation
|
2010-08-03 16:21:17 -04:00 |
|
ninadsp
|
b99bad8cdd
|
Almost completed appending of newly created database to the database table. Still need to get db statistics
|
2010-08-03 23:28:31 +05:30 |
|
ninadsp
|
ab16573b34
|
Append a new anchor for inline edit to each row if javascript is supported instead of using the edit anchor for inline editing
|
2010-08-03 23:27:13 +05:30 |
|
Marc Delisle
|
29cc239057
|
unused code
|
2010-08-03 13:14:25 -04:00 |
|
Marc Delisle
|
a8852c5dc9
|
JSON exported file extension should be .json
|
2010-08-03 13:10:31 -04:00 |
|
Hauke Henningsen
|
5675555d5a
|
patch #3038312 [export] JSON export
|
2010-08-03 13:08:21 -04:00 |
|
Marc Delisle
|
b2a55f1ef2
|
For BLOB streaming, LONGBLOB colum must be nullable
|
2010-08-03 12:43:45 -04:00 |
|
Isaac Bennetch
|
6383f23035
|
patch #3038293 [doc] Language and grammar fixes
|
2010-08-03 12:39:02 -04:00 |
|
ninadsp
|
a7f2cbd2ba
|
Converted the PMA_sort_table into a jQuery function as there was a race condition caused due to simultaneous adding of a row and sorting of the table
|
2010-08-03 21:01:20 +05:30 |
|
ninadsp
|
3ab3b35a76
|
Created a function to sort a table after a new row has been appended to it. Required for Create Table, Add User and Create Database actions
|
2010-08-03 20:22:36 +05:30 |
|
ninadsp
|
c897adc3a4
|
Ajaxified Change Password action on main page
|
2010-08-03 19:10:37 +05:30 |
|
ninadsp
|
94b7567ec8
|
Merge remote branch 'origin/master'
|
2010-08-03 18:25:19 +05:30 |
|
Marc Delisle
|
887e2be664
|
fix merge conflicts
|
2010-08-01 06:20:10 -04:00 |
|
Marc Delisle
|
fd1d214d35
|
bug #3036132 [core] Triggers not fetched if dbname has an hyphen
|
2010-08-01 06:17:03 -04:00 |
|
Marc Delisle
|
e6e78a1fa4
|
incorrect HTML entity
|
2010-07-31 15:06:28 -04:00 |
|
Marc Delisle
|
f9f987f544
|
Merge branch 'QA_3_3'
|
2010-07-31 14:54:34 -04:00 |
|
Marc Delisle
|
7951b2bacc
|
bug #3034026 [confirmation] TRUNCATE queries get no confirmation request
|
2010-07-31 14:54:05 -04:00 |
|
Marc Delisle
|
57f51bfda5
|
clarify the doc
|
2010-07-31 14:22:45 -04:00 |
|
Marc Delisle
|
00b600a642
|
localize more blob streaming messages
|
2010-07-31 14:13:16 -04:00 |
|
Marc Delisle
|
148eab9121
|
must set the LONGBLOB field to NULL to remove a BLOB reference
|
2010-07-31 07:07:02 -04:00 |
|
ninadsp
|
e6f083c703
|
Ajaxified Create Database action. Have to append newly created db to table yet though
|
2010-07-31 02:25:29 +05:30 |
|
ninadsp
|
b19fa7c60f
|
Retrieve a link instead of the dropdown fields when the number of foreign fields is more than ['ForeignKeyMaxLimit']. Could use an icon in the anchor like it is in tbl_change.php
|
2010-07-31 02:02:16 +05:30 |
|
ninadsp
|
6547920e8a
|
The anchor is now correctly generated for a saved relational field during inline edit with the correct where clause. Trying to fix the bug with ['ForeignKeyMaxLimit']
|
2010-07-31 01:34:47 +05:30 |
|
ninadsp
|
5996773bf7
|
Removed the duplicate table link being shown in the serverinfo div. Most probably caused due to an incorrect merge resolution
|
2010-07-30 20:34:06 +05:30 |
|
ninadsp
|
e47b213236
|
In inline edit, when getting the field name, ignore the column comments.
|
2010-07-30 20:10:10 +05:30 |
|
ninadsp
|
b66f8f7fb9
|
Improved handling of text/plain mimetype fields for inline editing
|
2010-07-30 00:16:24 +05:30 |
|
ninadsp
|
43ed78a0f8
|
Transformed values are returned from server for newly edited values. Handling of mimetypes other than text/plain needs to be implemented
|
2010-07-29 23:36:35 +05:30 |
|
ninadsp
|
e8e87ae675
|
Resolved conflicts left over from previous merge
|
2010-07-29 22:53:07 +05:30 |
|
ninadsp
|
cd42d616f7
|
Removed unresolved section
|
2010-07-29 21:26:21 +05:30 |
|
Marc Delisle
|
3e666e94de
|
code and comments cleanup
|
2010-07-29 10:23:45 -04:00 |
|
Barry Leslie
|
c1bf8133cd
|
fixed pbms_connection_pool_size problem
|
2010-07-29 10:01:57 -04:00 |
|
Barry Leslie
|
92a54bc0e2
|
Check for pbms functions.
|
2010-07-29 09:58:30 -04:00 |
|
Barry Leslie
|
279a8f8f21
|
The use of PBMS is not dependent on a primary key
|
2010-07-29 09:58:23 -04:00 |
|
ninadsp
|
a2f78a6d38
|
Resolve merge conflicts for upstream merge
|
2010-07-29 19:17:25 +05:30 |
|
ninadsp
|
2bec345a46
|
Trying to improve jQuery's behaviour for transformed field inline editing
|
2010-07-29 19:07:18 +05:30 |
|
ablat7ihlim
|
09fd3ecc33
|
Translation update done using Pootle.
|
2010-07-29 07:51:09 +02:00 |
|
ablat7ihlim
|
c4eba6a3b5
|
Translation update done using Pootle.
|
2010-07-29 07:50:41 +02:00 |
|
ablat7ihlim
|
c8b458f53f
|
Translation update done using Pootle.
|
2010-07-29 07:45:25 +02:00 |
|
Marc Delisle
|
d0fc397fe1
|
new database format string
|
2010-07-28 13:05:24 -04:00 |
|
Michal Čihař
|
3e2af13bf5
|
Czech translation update.
|
2010-07-28 17:55:42 +02:00 |
|
Michal Čihař
|
a752849adf
|
Fix format string.
|
2010-07-28 17:54:39 +02:00 |
|
Michal Čihař
|
b5a3b7e8f9
|
Merge remote branch 'pootle/master'
Conflicts:
po/ug.po
po/uk.po
|
2010-07-28 16:41:04 +02:00 |
|
Marc Delisle
|
e5ec539868
|
regenerate .po files
|
2010-07-28 05:46:49 -04:00 |
|