ilvalle
5449f04148
added support for show_if in readonly sqlform (ex: sqlform.grid view )
2014-11-11 10:40:16 +01:00
Jan Beilicke
643748db02
Cleanup: Removed presumed debug print statement.
2014-10-21 15:56:21 +02:00
mdipierro
4892bbe0bd
Merge pull request #521 from janknaupato/master
...
Fix for issue 1932: Aggregrate function won't show up in SQLTABLE
2014-10-16 16:08:33 -05:00
Jan M. Knaup
4df82d3a6e
in SQLTABLE, fixed use of REGEX_TABLE_DOT_FIELD leading to ignoring calculated / aggregate columns
2014-10-15 11:03:31 +02:00
niphlod
1e35262e67
fixes issue 1980
...
pyflaked the module, at least a bit. Sometimes I feel developers are in a contest
where less characters and lines win. Concise implementation wins over verbose one,
but less SLOC DON'T mean somewhat better code. Just reading through
this module makes my brain hurt a bit
2014-09-30 21:37:04 +02:00
gi0baro
5c07c511fa
Merge branch 'master' into DAL-modular
...
* master: (58 commits)
changed version number
better types by default, given that we're on 2005 at least
fix for StorageList and tests added
improved coverage, fix bug with IS_LIST_OF and items not being strings
fix cache.increment, added tests
R-2.9.11
reverted simplejson
R-2.9.10
upgraded memcache and markdown2
upgraded pypyodbc.py
upgraded simplejson
no more split in contains, thanks Niphlod
fixed wording and bug on contains(), made smart_query use ilike instead of like
ilike, thanks Niphlod
CROSS JOIN, thanks jotbe
added custom represent to GoogleDatastoreAdapter, thanks Alan
postgresql: identifies what adapter auto-loads json values
added more tests for json Field
fixed typo in driver_auto_json
Improve the graphing to show the name of the application.
...
Conflicts:
gluon/dal.py
gluon/globals.py
gluon/tests/test_dal.py
2014-09-25 12:49:16 +02:00
mdipierro
0863bb3eca
case insensitive autocomplete again
2014-09-12 11:36:26 -05:00
mdipierro
95b54857a3
fixed separator in trunk
2014-09-05 08:12:03 -05:00
ilvalle
9b9a5034ad
fix grid groupby with more than 2 Fields in the expression
2014-09-03 19:30:22 +02:00
gi0baro
5e5e649c28
Added modular DAL, updated gluon imports to new structure
2014-09-03 12:48:03 +02:00
mdipierro
5364193759
revent register and other form from ever sending back a password, thanks Anthony
2014-08-27 14:35:36 -05:00
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