Tim Richardson
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)
2014-02-15 06:30:03 +11:00
mdipierro
caee53e778
fixed IS_TIME()('12:00 am')
2014-02-11 08:12:12 -06:00
Tim Richardson
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
2014-02-02 18:15:57 +11:00
mdipierro
1b12bcb5d9
Merge pull request #372 from timrichardson/search_widget_button_label_change
...
Minor usability improvement to grid search widget
2014-01-31 15:09:06 -08:00
Tim Richardson
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
2014-01-31 16:45:57 +11:00
Tim Richardson
64ccd9043e
fixed comment
2014-01-31 16:26:42 +11:00
Tim Richardson
18af4e92b0
when exporting hidden columns, pick up all virtual fields, even those not on display.
2014-01-31 14:45:45 +11:00
Tim Richardson
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.
2014-01-31 13:44:25 +11:00
Tim Richardson
20576684dd
Step 1 in fixing 1859: this stops the crashing, but virtual fields are not exported
2014-01-31 12:02:46 +11:00
mdipierro
93aa1a13c6
Merge pull request #370 from niphlod/docs/refactor_c_d_f_g_h
...
more docstring fixes
2014-01-30 06:07:11 -08:00
mdipierro
4cd86a397c
Merge pull request #369 from spametki/issue1828
...
Fixes issue1828
2014-01-30 06:06:34 -08:00
niphlod
41a4de081f
more docstring fixes
2014-01-29 23:01:52 +01:00
Alan Etkin
82a8d41ac6
Fixes issue1828
2014-01-29 10:54:08 -03:00
Tim Richardson
faecb124cc
fixed a bug in SQLFORM.grid where export would fail if a search filter applied to a non-visible column
2014-01-29 18:55:32 +11:00
mdipierro
ce2d958f9a
Merge pull request #366 from spametki/testdalmongodb
...
Add mongodb and imap tests for dal
2014-01-28 13:43:07 -08:00
mdipierro
e37c8ff87f
Merge pull request #365 from michele-comitini/entity_quoting_parameter
...
added entity_quoting (False by default) parameter to DAL
2014-01-28 13:42:37 -08:00
Alan Etkin
35d56ec3f0
Add mongodb and imap tests for dal
...
Added mongodb uri string for tests
2014-01-28 17:46:05 -03:00
Michele Comitini
310528ea10
added entity_quoting (False by default) parameter to DAL to optionally enable entity name quoting by adapters.
2014-01-28 17:45:15 +01:00
niphlod
98ee81606b
docstrings fixes
2014-01-27 22:56:58 +01:00
mdipierro
6731eb9b2d
min-width in highlight, thanks Andre
2014-01-27 15:50:52 -06:00
mdipierro
e833783fb0
col patch, thanks Anthony
2014-01-26 15:52:24 -06:00
mdipierro
9d13d297cb
improved Rows methods propagate parameters, thanks Anthony
2014-01-24 20:36:21 -06:00
mdipierro
2967969add
Merge pull request #363 from niphlod/docs/admin
...
docstrings refactored
2014-01-24 18:32:50 -08:00
Massimo
060eddf812
fixed security issue with redirect after expired login, thanks André Kablu
2014-01-24 16:22:42 -06:00
niphlod
473d2d5d09
docstrings refactored
2014-01-24 22:17:43 +01:00
mdipierro
13cc8df4be
Merge pull request #362 from niphlod/enhancement/disable_with
...
remove disable_with if not needed
2014-01-23 20:37:22 -08:00
mdipierro
39edd4679d
Merge pull request #360 from spametki/master
...
NoSQL dal tests
2014-01-23 20:36:09 -08:00
niphlod
341a5e0c40
remove disable_with if not needed
2014-01-23 21:59:43 +01:00
Alan Etkin
98610df1d4
NoSQL dal tests
2014-01-22 08:50:03 -03:00
niphlod
9434baba11
added the prevent_drift parameter
2014-01-20 22:43:53 +01:00
niphlod
0c6eaf536a
someone forgot tests.... grrrr!
2014-01-20 21:28:44 +01:00
mdipierro
48870b1dd1
Merge pull request #355 from reingart/master
...
debugger and soap contrib update and fixes
2014-01-19 21:41:25 -08:00
Mariano Reingart
56121a9c9d
fixed WebClient contrib to properly send raw data in POST methods
2014-01-19 18:30:29 -03:00
Mariano Reingart
0e0ae1b5be
added soap client/server test (including for status 500 to check issue #153 )
2014-01-19 18:29:42 -03:00
Mariano Reingart
e956d83aa2
fixed issue 153: correct 500 status if there is a SOAP fault
2014-01-19 18:27:56 -03:00
Mariano Reingart
3df446c306
updated simple soap contrib (pysimplesoap version 1.11)
2014-01-19 16:57:08 -03:00
mdipierro
52cf0dd147
Merge pull request #352 from viniciusban/empty_reference_field
...
Allow empty reference field in form without IS_EMPTY_OR() validator, avoiding constraint violation exception.
2014-01-18 10:37:39 -08:00
Vinicius Assef
45fc08e4a4
Allow empty reference field in form without IS_EMPTY_OR() validator, avoiding constraint violation exception
2014-01-17 18:20:43 -02:00
Kiran Subbaraman
e3aa776f5a
Update error_messages; capitalize first character
...
Result of a discussion: https://groups.google.com/forum/#!topic/web2py/IDkr4w_wKv4
The intent is to convert the first character of all error messages to a capital letter.
2014-01-16 10:57:34 +05:30
mdipierro
7101762082
Merge pull request #346 from dokime7/master
...
Fix concurrency handling in order to avoid that some workers get the same task at the same time.
2014-01-14 22:17:34 -08:00
mdipierro
34bbb376be
allow URL(...,language=...) with parametric router, thanks Jonathan
2014-01-14 22:17:28 -06:00
mdipierro
dfd35b1a62
Merge pull request #347 from niphlod/enhancement/DAL
...
first steps to a cleaner DAL and rname integration
2014-01-14 20:10:26 -08:00
mdipierro
c7f6545f8a
Merge pull request #345 from crimsoncantab/master
...
related to issue 1708 - bugfix to allow no expiration for gae_memcache
2014-01-14 20:08:28 -08:00
niphlod
7d59bcab72
first steps to a cleaner DAL and rname integration
2014-01-13 23:35:42 +01:00
Jeremie Dokime
3f200c245c
Fix concurrency handling in order to avoid that some workers get the same task at the same time.
2014-01-13 15:17:58 +01:00
Loren McGinnis
378a696bfe
related to issue 1708 - bugfix to allow no expiration for gae_memcache
...
When gae_memcache passed expiration time to memcache Client
(see commit 59290534bc ),
logic is no longer needed to calculate time delta, since memcache
handles that for us. Also, time_expire=0 was expiring values
immediately, instead of the documented behavior where 0 signified
no expiration.
Kept timestamp in value for backwards compatibility (is this
necessary since cached data is transient?)
2014-01-12 22:52:52 -07:00
mdipierro
200a953849
MARKMIN(...,_class='...')
2014-01-11 15:31:53 -06:00
mdipierro
0e95fba28d
MARKMIN(...,_class='...')
2014-01-11 15:19:38 -06:00
Alan Etkin
f04cc69abe
Remove illegal nosql command implementations
2014-01-11 09:51:10 -03:00
mdipierro
c93ce5dbab
reverted latest patch
2014-01-10 08:28:09 -06:00