faeff098fe
rows.export_to_csv_file assumes the function field.represent takes only one argument, which was causing a ticket with virtua fields
Tim Richardson2014-02-15 07:52:43 +11:00
4e298ed7d8
1866: small functionality change, better explanation. Better 'tooltip' documention for different export formats. Don't refer to Excel, say spreadsheet instead. Only functionality change is standard CSV uses the rows.export_to_csv(..., represent=True) to make the output look like the on-screen grid representation. The other formats are not changed, so both TSV and TSV with hidden columns do represent, and CSV with hidden columns does not (for speed)
Tim Richardson2014-02-12 20:36:57 +11:00
edbf45e542
dal.py: BaseAdapter: insert: solved problem when creating new record without passing the primary key as argument
Oscar Rodriguez2014-02-14 11:20:29 +01:00
55281650e2
dal.py: BaseAdapter: insert: solved problem when creating new record without passing the primary key as argument
Oscar Rodriguez2014-02-10 19:50:18 +01:00
ff17b551b4
greater flexibility for row customization by using css
Paolo Caruccio2014-02-06 16:25:42 +01:00
4c3ab339cd
Merge pull request #373 from timrichardson/grid_search_widget_labels
mdipierro2014-02-02 14:33:08 -08:00
99d64722a1
Better button labels for grid search widget This is a second attempt at search widget buttons. The create "+Add" is now "+Add Record". The first search button becomes "New Search", and the And and Or buttons become "+ And" and "+ Or" (to hint that they add terms to the search). There are tool tips on all these buttons now
Tim Richardson2014-02-02 18:15:57 +11:00
1b12bcb5d9
Merge pull request #372 from timrichardson/search_widget_button_label_change
mdipierro2014-01-31 15:09:06 -08:00
7a083865dd
Merge pull request #371 from timrichardson/issues/1859
mdipierro2014-01-31 15:08:21 -08:00
794b6bcb7b
Minor usability improvement to grid search widget changed the button "New" to "Add" and added a title attribute (view on hover) explaining what this button does
Tim Richardson2014-01-31 16:45:57 +11:00
18af4e92b0
when exporting hidden columns, pick up all virtual fields, even those not on display.
Tim Richardson2014-01-31 14:45:45 +11:00
cfbae50248
step 2 of fixing export from grids when there are virtual fields. Note export hidden columns includes all table fields and any virtual fields which are displayed, but it does not pick up virtual fields which are not displayed.
Tim Richardson2014-01-31 13:44:25 +11:00
20576684dd
Step 1 in fixing 1859: this stops the crashing, but virtual fields are not exported
Tim Richardson2014-01-31 12:02:46 +11:00
1c2bdd1654
fixed issue 1862, readline problem in cpdb, thanks kmelevskiy
mdipierro2014-01-30 08:44:19 -06:00
93aa1a13c6
Merge pull request #370 from niphlod/docs/refactor_c_d_f_g_h
mdipierro2014-01-30 06:07:11 -08:00
4cd86a397c
Merge pull request #369 from spametki/issue1828
mdipierro2014-01-30 06:06:34 -08:00
efcb203dd9
Merge pull request #368 from nicozanf/patch-1
mdipierro2014-01-30 06:05:48 -08:00
c859785edc
Merge pull request #367 from timrichardson/issues/1864
mdipierro2014-01-30 06:04:56 -08:00
faecb124cc
fixed a bug in SQLFORM.grid where export would fail if a search filter applied to a non-visible column
Tim Richardson2014-01-29 18:55:32 +11:00
ce2d958f9a
Merge pull request #366 from spametki/testdalmongodb
mdipierro2014-01-28 13:43:07 -08:00
e37c8ff87f
Merge pull request #365 from michele-comitini/entity_quoting_parameter
mdipierro2014-01-28 13:42:37 -08:00
fd2136875e
Merge pull request #364 from niphlod/enhancement/docstrings
mdipierro2014-01-28 13:41:41 -08:00
35d56ec3f0
Add mongodb and imap tests for dal
Alan Etkin2014-01-26 14:13:37 -03:00
310528ea10
added entity_quoting (False by default) parameter to DAL to optionally enable entity name quoting by adapters.
Michele Comitini2014-01-28 17:30:39 +01:00