Marc Delisle
c72cc2c8f5
Browse foreign values did not work with inline edit
...
Use known message "Browse foreign values" instead of "Search foreign
data"
Use jQuery to attach handler instead of "onclick" for
browse_foreigners.php when called from sql.php
2010-12-24 07:50:42 -05:00
Marc Delisle
a4c225ebd4
Reduce the name of this class
2010-12-20 12:59:00 -05:00
Marc Delisle
2dd20b23d8
Vertical column highlighing did not work in all cases
2010-12-20 12:51:33 -05:00
Marc Delisle
b71529bb72
bug #3125624 - fix for RTL languages
2010-12-10 13:22:48 -05:00
Marc Delisle
07ff69495b
bug #3125624 Inline editing fails when just one row (fixed for LTR languages in horizontal and vertical modes)
2010-12-09 13:26:05 -05:00
Michal Čihař
44364aae1b
Avoid naming of parameter as keyword.
2010-11-23 10:24:33 +01:00
Marc Delisle
b2d7a78012
rfe #3111455 [interface] Column highlighting and marking in table view
2010-11-18 17:11:04 -05:00
Marc Delisle
0132e33177
prefix for jQuery objects; unneeded wrapping of objects
2010-11-16 08:22:55 -05:00
Marc Delisle
08c0f4e921
undefined variables
2010-10-31 05:51:38 -04:00
Marc Delisle
d8643d23fc
In vertical mode, clicking Edit was calling Inline Edit
2010-10-29 12:53:33 -04:00
Marc Delisle
0f156b19dd
other fixes for inline edit links in vertical mode
2010-10-17 09:40:15 -04:00
Benjam
3859b65aff
Two inline edit links appear when parameter ModifyDeleteAtRight set to true
2010-10-15 05:56:04 -04:00
Marc Delisle
6206cd30f4
error when saving an inline-edited row
2010-10-14 13:06:42 -04:00
Marc Delisle
ad207a415f
remove extra jQuery wrapping and prepend a dollar sign to some jQuery objects
2010-10-13 13:19:49 -04:00
Marc Delisle
2f8d67cd6e
complete my previous change of div to span
2010-10-10 07:24:08 -04:00
Marc Delisle
7d9a0f439b
hide previous results when showing an error
2010-10-08 08:05:51 -04:00
Marc Delisle
fe5577568d
bug #3072492 Error for wrong SQL disappears
2010-10-08 06:23:27 -04:00
Marc Delisle
f506fd6e39
new Show/Hide query box message; display as link
2010-10-04 06:10:44 -04:00
Marc Delisle
e91e87861b
make USE work in the context of ajaxification
2010-10-03 07:45:15 -04:00
Michal Čihař
0431042bd0
Drop $Id$ expansion, nobody complained so far it not working.
2010-09-07 15:00:44 +02:00
ninadsp
aed2e27b3f
A better solution to the caching issues faced. Set jQuery's global Ajax parameter 'cache' to false, and also set the 'Cache-Control' header to 'no-cache'
2010-09-02 15:10:58 -04:00
ninadsp
73391c9e42
Append a random number for all Ajax queries on these pages to prevent server side caching from affecting the results
2010-08-31 12:50:21 -04:00
ninadsp
8ddfb7140d
Used localized string for the Inline Edit anchor being generated
2010-08-26 22:22:39 +05:30
ninadsp
9399f8af8d
Improved the appendInlineAnchor() function to edit the text now displayed with each anchor
2010-08-22 13:23:16 +05:30
ninadsp
c0ee037c59
Resolved a Merge Conflict
2010-08-17 18:25:03 +05:30
ninadsp
6a3d0a7f58
Added documentation, fixed some minor bugs/typos
2010-08-13 23:34:10 +05:30
ninadsp
880e4665c3
Added JSDoc-Toolkit compatible documentation to js/sql.js
2010-08-11 00:28:28 +05:30
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
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
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
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
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
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
4190a5883a
Improved handling of relational fields after saving inline edits. Still need to fix the anchor that is being generated, where clause is missing
2010-07-28 02:58:38 +05:30
ninadsp
fd4b33de85
Added handling of enum values to inline editing
2010-07-26 01:21:52 +05:30
ninadsp
25dbe9b039
Relational values are now retrieved from the server for inline editing. However, the displaying of relational values after a successful inline edit has to be handled better. The link to the sql query is lost, and we dont know how the relational display column setting will be handled
2010-07-24 00:32:50 +05:30
ninadsp
c0db21c3e5
Inline edit is now saved, for normal and truncated fields. Relational, enum and transformed fields need special care
2010-07-22 23:27:26 +05:30
ninadsp
a67fe76e50
Transformed values too are retrieved from the server now. Works equally well for vertical and horizontal tables
2010-07-21 22:30:40 +05:30
ninadsp
0b18458fe7
Truncated values in vertical tables are now retrieved from the server for inline edits. Also, original data is now stored in a hidden span so that it can be replaced in case of an error
2010-07-21 00:14:12 +05:30
ninadsp
e309386703
Modified the handlers for ajax inline edit so that only the text areas are modified
2010-07-15 22:23:05 +05:30
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
ea95907147
Improved the error handling, when an empty result set is obtained.
2010-07-14 20:21:10 +05:30
ninadsp
47142291a1
Merge remote branch 'origin/master'
...
Conflicts:
po/af.po
po/ar.po
po/az.po
po/be.po
po/be@latin.po
po/bg.po
po/bn.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/es.po
po/et.po
po/eu.po
po/fa.po
po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hi.po
po/hr.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ka.po
po/ko.po
po/lt.po
po/lv.po
po/mk.po
po/mn.po
po/ms.po
po/nb.po
po/nl.po
po/phpmyadmin.pot
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/si.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/te.po
po/th.po
po/tr.po
po/tt.po
po/uk.po
po/ur.po
po/uz.po
po/uz@latin.po
po/zh_CN.po
po/zh_TW.po
2010-07-07 18:31:09 +05:30
ninadsp
224fdfd286
Hide query box on retrieving results. Ajaxified results table sorting.
2010-07-04 01:12:00 +05:30
ninadsp
eb0e019fa6
Rudimentary script in place for retreiving SQL query results by ajax,
...
and paginating the results table in place.
2010-06-30 01:18:47 +05:30
ninadsp
c1f8f3d77a
Added a new file for executing SQL Queries with an Ajax call. Still a
...
basic script, will be tested and improved.
2010-06-28 01:19:27 +05:30