Commit Graph

128 Commits

Author SHA1 Message Date
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