mdipierro
353d83aa4e
max_linked_inline broked, removed
2014-08-21 18:22:47 -05:00
mdipierro
fa05c01c7d
fixed a problem with extra fields and better validation errors
2014-08-21 17:22:03 -05:00
mdipierro
5d63dfea2b
better bootstrap3 forms, thanks Ricardo Pedroso
2014-08-20 21:26:10 -05:00
Ricardo Pedroso
a6bf692b61
bootstrap3 formstyle improvements
2014-08-16 19:28:42 +01:00
mdipierro
65ab4b8550
response.form_label_separator
2014-08-14 19:12:47 -05:00
mdipierro
7de0861fb5
response.formstyle, reponse.label_separator
2014-08-14 19:10:51 -05:00
mdipierro
3f65b8bfc8
fixed an issue with lack of validators in 'double' type
2014-08-11 00:02:08 -05:00
mdipierro
2a2800bc25
Merge pull request #476 from leonelcamara/master
...
Small Refactoring of BaseAdapter.delete
2014-08-10 12:39:30 -05:00
mdipierro
bb13d6b729
fixed some bugs and another bs2->bs3 attempt
2014-08-09 01:52:09 -05:00
mdipierro
d1118b606b
Merge pull request #478 from alexdba/master
...
Option to limit inline display of linked tables
2014-08-06 14:45:23 -05:00
alexdba
8ef66bb0f4
Option to limit inline display of linked tables
...
Added a new option to smartgrid: "max_linked_inline".
When set to a value greater than zero, it will limit the inline display of linked tables (in grid, edit and details).
In case there are a number of linked tables greater than the setting, the links will be displayed in a select list menu.
2014-08-05 15:20:01 -03:00
Leonel Câmara
59bbe7cddd
minor - removed unnecessary dict calls
2014-08-05 18:32:32 +01:00
Leonel Câmara
c9c054e72b
refactored backward compatibility on formstyles to use try except instead of inspecting arguments, should make the new style faster as it never raises the exception
2014-08-05 18:30:20 +01:00
omartrinidad
e29804eeb4
Changed a condition in order to not show None if there is not error
2014-08-01 09:47:46 -05:00
mdipierro
91ced9007e
Merge pull request #473 from omartrinidad/master
...
Deleted unnecessary variable
2014-08-01 01:37:35 -05:00
mdipierro
bd44a42c89
allow arbistrary params to formstyle=style(placeholder=True, errors='down'), thanks André Kablu
2014-07-28 23:29:26 -05:00
Omar Trinidad Gutiérrez Méndez
dec69b8252
Deleted unnecessary variable
...
before:
iso_format = iso_format = {'_data-w2p_datetime_format' : '%Y-%m-%d %H:%M:%S'}
now:
iso_format = {'_data-w2p_datetime_format' : '%Y-%m-%d %H:%M:%S'}
2014-07-28 11:35:56 -05:00
mdipierro
ad2ca992aa
Merge pull request #467 from ilvalle/fix_show_if
...
fix show_if with belongs
2014-07-10 02:06:40 -05:00
mdipierro
fcadaa981d
settings is_gae in autocomplete
2014-07-09 07:07:26 -05:00
ilvalle
f2bc3cca36
fix show_if with belongs
2014-07-08 12:22:31 +02:00
Omar Trinidad Gutiérrez Méndez
13d4d892b7
Update sqlhtml.py
...
Improved readability in code
2014-07-01 16:24:40 -05:00
Fran Boon
c163e1c776
Remove duplicate imports/unused variable
2014-06-14 23:29:09 +05:30
mdipierro
c278d7156a
fixed issue 1902:SQLFORM.grid showbuttontext argument links doesn't have class button, thanks Francisco
2014-05-26 23:59:53 -05:00
BuhtigithuB
bc1e9b5c98
PEP8 improvements white space here and there
...
I search with regexp ",[^\s-]" to spot missing space after comma. I also, add double break line in front of function or class. I change a couple of comparator in order to add space in front and after " == " for instance.
2014-04-24 12:25:34 -04:00
mdipierro
accc7bdf38
Merge pull request #428 from BuhtigithuB/patch-1
...
Switch for .grid() advanced_search widget
2014-04-24 00:00:04 -05:00
Michele Comitini
5f636c5ba2
fix headers in SQLTABLE to handle quoted entities
2014-04-24 01:09:23 +02:00
BuhtigithuB
75aa927c4b
Switch for .grid() advanced_search widget
...
Virtual basic search widget only by removing the _onfocus trigger even that prevent the advanced search to unfold. advanced_search is True by default for backward compatibility...
2014-04-23 14:34:27 -04:00
Michele Comitini
dcd92daa24
apply same rules as DAL's to find tables and fields in column names
2014-04-23 09:45:22 +02:00
niphlod
3597833bac
sphinx-compatible docstrings (7 modules remaining...)
2014-03-23 21:46:25 +01:00
mdipierro
8f99ce734d
issue 1903:SQLTABLE - 'even' and 'odd' css classes are opposite to real row type, thanks Paolo
2014-03-21 01:02:38 -05:00
Massimo
d7a42d8445
fixed problem with groups
2014-03-14 09:00:19 -05:00
mdipierro
c289bc4239
fixed issue 1893:backwards compatibility problem with grid parameter exportclasses, thanks mweissen
2014-03-09 17:26:40 -05:00
Tim Richardson
832d6c2e97
bootstrap 3 icons for SQLFORM.grid
2014-03-03 06:16:09 +11:00
Tim Richardson
e0870bbdb2
change buttons classes for bootstrap 3
2014-03-01 12:25:08 +11:00
mdipierro
f8cc65dfae
Merge branch 'master' of github.com:web2py/web2py
2014-02-19 08:50:41 -06:00
mdipierro
2c8f2173a3
w2p_even and w2p_odd in grid
2014-02-19 08:43:40 -06:00
Tim Richardson
69ecbdfecc
added bootstrap class btn to export widget
2014-02-18 06:19:57 +11:00
mdipierro
6c622b4100
Merge pull request #374 from carpaIdea/master
...
greater flexibility for SQLTABLE row customization by using css
2014-02-15 11:35:07 -06:00
mdipierro
59b645c399
Merge pull request #379 from timrichardson/issues/1866
...
Issues/1866 (grid export): change csv export to use represent, no change to csv hidden cols or others.
2014-02-14 22:35:05 -06:00
mdipierro
cb23f8635a
fixed smartgrid bug, thanks Anthony
2014-02-14 22:27:39 -06:00
Tim Richardson
b036cb04ff
remove blank line
2014-02-15 08:10:42 +11:00
Tim Richardson
050efa339d
missed a label
2014-02-15 08:02:53 +11:00
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
Paolo Caruccio
ff17b551b4
greater flexibility for row customization by using css
2014-02-06 16:25:42 +01: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