niphlod
fb49327e93
fixes issue #635
...
since there is no more a proper place to put the new regex, it's on top
of the module for speedup. The patch leaves open a few corner-cases,
but since we have "headers" to alter the headers in SQLTABLE, any
corner case can be fixed passing properly filled "headers" parameter.
This just makes the simple case described on the issue work fine, that
should accomodate the 99% of the usecases for with_alias() needs
at the field level.
2015-02-23 23:00:59 +01:00
mdipierro
8a9d95de41
fixed 'Return object from represent method of field'
2015-02-17 12:01:36 -06:00
niphlod
46c4b1af27
pep8ized a taddle bit sqlhtml.py
2015-01-28 22:34:04 +01:00
mdipierro
5da5d510a0
fixed some problems with new dal and SQLHTML
2015-01-27 00:16:45 -06:00
mdipierro
89c5668366
Merge branch 'master' of github.com:web2py/web2py
2015-01-26 09:22:47 -06:00
mdipierro
554722318a
fixed a problem with SQLFORM and DAL import
2015-01-26 09:22:12 -06:00
kirsn
36fdd2e04f
Issue 2037: apply truncate correctly
2015-01-26 00:25:52 +05:30
gi0baro
4b337c3e2c
Merge branch 'master' into pydal-pip
...
Conflicts:
gluon/__init__.py
gluon/dal/_load.py
gluon/dal/adapters/base.py
gluon/dal/adapters/google.py
gluon/dal/adapters/postgres.py
gluon/dal/adapters/teradata.py
gluon/dal/base.py
gluon/dal/objects.py
gluon/tests/__init__.py
gluon/tests/test_dal_nosql.py
2015-01-17 13:32:06 +01:00
Prasad Muley
35840bc572
Fix: Exporting from a SQLFORM.grid with customized search queries
...
Massimo manually applied older diff file.
He also merged my newer diff file. So Optimized code
2015-01-16 21:01:33 +05:30
mdipierro
f840cdae5f
Merge pull request #590 from prasadmuley/issue2006_export_customize_query_defined_in_searchable
...
Fix: Exporting from a SQLFORM.grid with customized search queries
2015-01-16 08:51:58 -06:00
Prasad Muley
5958704509
Fix: Exporting from a SQLFORM.grid with customized search queries
...
issues #2006
2015-01-15 22:02:07 +05:30
mdipierro
c6cc06f6c0
fixed grid export with custom search, thanks Prasad Muley
2015-01-15 09:58:13 -06:00
mdipierro
57c5fb64f6
fixed issue 1978, thanks mbelletti
2015-01-12 21:00:49 -06:00
gi0baro
ea14c5b83b
DAL.validators_method become a bound method, requires dal instance as first parameter
2014-12-24 15:19:34 +01:00
gi0baro
e99eb431ba
Fixed an import due to last commit
2014-12-24 14:53:37 +01:00
Erik Montes
cbe37bf602
class typo fix
2014-12-22 20:41:49 -08:00
mdipierro
c5f699ebad
Merge pull request #569 from ilvalle/grid-search-fix
...
fix issue 1931: preserve vars in grid search
2014-12-22 22:31:13 -06:00
ilvalle
9825bbc926
fix issue 1931: preserve vars in grid search
2014-12-19 14:42:17 +01:00
gi0baro
f60c1dff93
Fixing imports for new pydal
2014-12-15 22:24:04 +01:00
gi0baro
dcadcf0ffb
Added pyDAL from repository, adapted web2py code
2014-12-15 20:13:40 +01:00
timnyborg
886f84778c
Update sqlhtml.py
...
Correcting some bootstrap3 icon classes
2014-12-15 11:03:47 +00:00
ilvalle
b6993f7cc4
fix search widget in SQLFORM.grid for SQLCustomType values
2014-12-01 17:12:04 +01:00
Tim Richardson
556609f5a2
Use 'True' and 'False' for booleans
2014-11-26 13:51:59 +11:00
Tim Richardson
7a6bdf7cbd
consistent quotes
2014-11-24 23:40:45 +11:00
Tim Richardson
a82d3f88b6
boolean widgets in the SQLFORM.grid search widget should be "off" if unchecked.
2014-11-24 23:34:00 +11:00
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