Massimo
c2a23d03c2
fixed issues with regex2 in validators?
2014-01-09 11:47:32 -06:00
mdipierro
09fb170a83
possibile regex fix
2014-01-09 08:38:39 -06:00
Alan Etkin
20e2d9aa57
Added _insert for App Engine
2014-01-09 09:41:27 -03:00
mdipierro
4192405444
IS_LIST_OF(other=[..])
2014-01-08 13:43:49 -06:00
mdipierro
6bbafc5920
fixed 1843, commented functions should not appear as if they are exposed
2014-01-08 11:32:07 -06:00
mdipierro
1caf7b5140
fixed 1845:styling widget divs, thanks Paolo Caruccio
2014-01-08 11:16:51 -06:00
mdipierro
10e0ff71bf
fixed login_bare uses registration_key without .strip() for boolean testing which causes failure, thanks Remco
2014-01-08 11:14:02 -06:00
mdipierro
5a0aec5b1d
fixed LazyCrypt.__ne__, thanks Jonathan
2014-01-08 10:24:37 -06:00
mdipierro
9964add97c
Merge pull request #339 from flavour/master
...
Fix for orderby_on_limitby with Table aliases
2014-01-08 07:51:41 -08:00
Fran Boon
d5f04551f2
Fix for orderby_on_limitby with Table aliases
2014-01-07 22:36:22 +00:00
Fran Boon
8ba8eb58ed
Merge branch 'master' of git://github.com/web2py/web2py
2014-01-07 21:26:31 +00:00
mdipierro
14cacefa96
fixed grid export in HTML
2014-01-07 02:14:11 -06:00
mdipierro
6d6a4d3d33
rearranged markmin.html
2014-01-07 02:00:52 -06:00
mdipierro
e19f280e1b
Merge pull request #338 from timrichardson/issue/1840
...
fix issue 1840, CAS failing due to redirect loop
2014-01-06 23:58:37 -08:00
Tim Richardson
40e5e42ecc
fix issue 1840
2014-01-07 17:05:41 +11:00
mdipierro
1741a59d3a
fixed routes.parametric.example.py, thanks Jonathan
2014-01-06 10:56:34 -06:00
mdipierro
7787317d06
fixed a problem with python version compatibility, thanks Anthony
2014-01-05 21:37:31 -06:00
mdipierro
76b3906ade
fixed error message, thanks Anthony
2014-01-04 20:19:20 -06:00
mdipierro
efcf8c0c95
fixed problem about excutesql(as_dict=True) and ambiguous column names, thanks Anthony
2014-01-03 22:00:02 -06:00
mdipierro
12bb4a8d93
removed 'if count > limits[1]-limits[0]:' in dal.py
2014-01-03 21:31:06 -06:00
mdipierro
e56e376894
fixed issue 1836, Problem with IS_IN_DB(label='%(x)3.3s')
2014-01-03 20:58:57 -06:00
mdipierro
4b4ada4137
Merge pull request #337 from spametki/master
...
Adapted admin cache action for gae
2013-12-28 21:17:15 -08:00
Alan Etkin
eb94780cd4
Adapted admin cache action for gae
2013-12-28 07:53:29 -03:00
mdipierro
750f963796
Merge pull request #336 from niphlod/fix/admin_saved_sessions
...
removed debug print statements
2013-12-27 15:09:50 -08:00
niphlod
08639e6691
removed debug print statements
2013-12-27 21:28:43 +01:00
mdipierro
1a959baa72
fixed problem with static_version in admin, issue 1832
2013-12-23 21:37:27 -06:00
mdipierro
227930e25b
Merge pull request #335 from ilvalle/create_view
...
Save current working session in the online editor
2013-12-23 19:33:07 -08:00
ilvalle
88ce19d99f
Save current working session in online editor
2013-12-21 15:32:20 +01:00
mdipierro
257733e0cc
fixed a bug in models_to_run, thanks Anthony
2013-12-20 15:09:50 -06:00
mdipierro
e0b147ead0
Merge pull request #334 from PeterQ2/master
...
Changed RPXAccount login_form due to end-of-life for Janrain legacy widget
2013-12-20 12:49:41 -08:00
petergovers
24283e7eeb
Modified RPXAccount to be backward compatible with older Web2py versions
2013-12-20 21:28:47 +01:00
petergovers
afe3f306e7
Revert "Changed rpxAccount login_form due to end-of-life for Janrain IFRAME/embedded widget"
...
This reverts commit c4a68e9e5a .
2013-12-20 21:27:56 +01:00
petergovers
c4a68e9e5a
Changed rpxAccount login_form due to end-of-life for Janrain IFRAME/embedded widget
2013-12-20 20:33:29 +01:00
mdipierro
67c35e5327
Merge pull request #333 from ilvalle/create_view
...
fix issue 1825
2013-12-19 20:29:10 -08:00
mdipierro
53f4408652
fixed web2py.css 100% thanks DeanK
2013-12-19 20:25:48 -06:00
ilvalle
d72d5c64e2
fix issue 1825
2013-12-19 09:52:38 +01:00
Fran Boon
9ca4b48f95
Merge branch 'master' of git://github.com/web2py/web2py
2013-12-19 08:35:12 +00:00
mdipierro
338331aa54
Merge pull request #332 from spametki/master
...
admin app: enhanced ticket support for gae
2013-12-18 11:50:45 -08:00
Alan Etkin
42c0b7b0fa
admin app: enhanced ticket support for gae
2013-12-18 15:44:45 -03:00
mdipierro
28b9d322a2
fixed 1821:RadioWidget and CheckboxesWidget wrong behavior, thanks Paolo Caruccio
2013-12-17 16:50:42 -06:00
mdipierro
38de99fc9c
fixed 1820:uncaught pickling error with shell and app engine, thanks Alan
2013-12-17 16:43:07 -06:00
mdipierro
a4416bd11f
fixed issue 1819:Datastore reconnect problem, thanks Alan
2013-12-17 16:40:44 -06:00
mdipierro
27cbd242b2
Merge pull request #331 from spametki/master
...
Enable admin app for GAE (experimental)
2013-12-17 12:00:26 -08:00
mdipierro
c790b79393
autolink emails
2013-12-16 21:56:28 -06:00
Alan Etkin
7646dc11fe
Enable admin app for GAE (experimental)
2013-12-16 17:24:51 -03:00
mdipierro
104ec5ba73
fixed issue 1818, error in wiki/renderer, thanks Alan
2013-12-15 22:23:57 -06:00
mdipierro
53a0718a78
fixed problem with lack of connector in NoSQL
2013-12-15 13:31:56 -06:00
mdipierro
892f123975
Merge branch 'master' of github.com:web2py/web2py
2013-12-15 10:17:37 -06:00
mdipierro
461daca00e
Merge pull request #330 from niphlod/fix/dal_quoting
...
fix mssql quoting issue, disabled some tests
2013-12-15 08:17:21 -08:00
niphlod
09c0069b43
fix mssql quoting issue, disabled some tests
...
Tests now pass on mssql. I think we need to agree on what's going on
with DAL, or we risk shipping a module with lots of changes that are
breaking backward compatibility. I'll start a thread on
web2py-developers
2013-12-15 15:06:42 +01:00