mdipierro
|
e43df945b4
|
no more pypy test for today
|
2014-03-08 14:28:18 -06:00 |
|
mdipierro
|
1abdf72a04
|
2.9.4
|
2014-03-04 22:42:22 -06:00 |
|
mdipierro
|
d20f231b34
|
fixed memdb anc session issue 1885
|
2014-03-04 22:33:50 -06:00 |
|
mdipierro
|
8b03bf5fd9
|
fixed gae_memacache issue 1887, thanks mjwatson
|
2014-03-04 22:28:35 -06:00 |
|
mdipierro
|
77bbb405fb
|
2.9.3
|
2014-03-03 08:50:52 -06:00 |
|
mdipierro
|
7592cd2fe0
|
always reset the session when auth session expires
|
2014-03-03 08:44:02 -06:00 |
|
mdipierro
|
666a389718
|
2.9.2
|
2014-03-02 17:47:33 -06:00 |
|
mdipierro
|
6cd2bf9fea
|
better transliteration in slugs, thanks winniehell
|
2014-03-02 17:45:45 -06:00 |
|
mdipierro
|
70965f4b69
|
alterante solution for https://github.com/web2py/web2py/pull/215
|
2014-03-02 17:19:33 -06:00 |
|
mdipierro
|
29042f08a1
|
back to bs2
|
2014-03-02 17:17:21 -06:00 |
|
mdipierro
|
297983f411
|
some minor changes
|
2014-02-28 18:38:06 -06:00 |
|
mdipierro
|
1e9872c015
|
welcome more bootstrap3 compliant, thanks Paolo Caruccio
|
2014-02-27 09:33:26 -06:00 |
|
mdipierro
|
0d24d1e0d2
|
removed unwanted files, added respond.min.js
|
2014-02-24 23:57:34 -06:00 |
|
mdipierro
|
f3c5ed8ee6
|
added some bs3 files
|
2014-02-24 00:09:39 -06:00 |
|
mdipierro
|
76d77439b7
|
2.9.0-beta
|
2014-02-23 23:33:32 -06:00 |
|
mdipierro
|
2b428c7eb9
|
fixed navbar menu
|
2014-02-23 22:42:26 -06:00 |
|
mdipierro
|
106d4be274
|
fixed the bs3 left menu but not the login menu
|
2014-02-23 22:18:08 -06:00 |
|
Massimo
|
8e5d6bc467
|
partial bootstrap3 port, menus broken, thanks Paolo, sorry I broke it
|
2014-02-21 11:15:43 -06:00 |
|
mdipierro
|
e21aca045a
|
fixed possible problem with session
|
2014-02-20 22:23:39 -06:00 |
|
mdipierro
|
2c8f2173a3
|
w2p_even and w2p_odd in grid
|
2014-02-19 08:43:40 -06:00 |
|
mdipierro
|
f60846ea2e
|
catch more errors when invalid session cookie, thanks Luca
|
2014-02-14 22:31:05 -06:00 |
|
mdipierro
|
cb23f8635a
|
fixed smartgrid bug, thanks Anthony
|
2014-02-14 22:27:39 -06:00 |
|
mdipierro
|
19f8f6bf3c
|
SQLCustomType endswith
|
2014-02-14 21:03:52 -06:00 |
|
mdipierro
|
caee53e778
|
fixed IS_TIME()('12:00 am')
|
2014-02-11 08:12:12 -06:00 |
|
mdipierro
|
1c2bdd1654
|
fixed issue 1862, readline problem in cpdb, thanks kmelevskiy
|
2014-01-30 08:44:19 -06: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 |
|
Massimo
|
060eddf812
|
fixed security issue with redirect after expired login, thanks André Kablu
|
2014-01-24 16:22:42 -06:00 |
|
mdipierro
|
34bbb376be
|
allow URL(...,language=...) with parametric router, thanks Jonathan
|
2014-01-14 22:17:28 -06: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 |
|
mdipierro
|
907525efd7
|
fixed issue 1850, caching errors when unable to obtain plugin list
|
2014-01-11 15:03:10 -06:00 |
|
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 |
|
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
|
14cacefa96
|
fixed grid export in HTML
|
2014-01-07 02:14:11 -06: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
|
1a959baa72
|
fixed problem with static_version in admin, issue 1832
|
2013-12-23 21:37:27 -06:00 |
|
mdipierro
|
257733e0cc
|
fixed a bug in models_to_run, thanks Anthony
|
2013-12-20 15:09:50 -06:00 |
|
mdipierro
|
53f4408652
|
fixed web2py.css 100% thanks DeanK
|
2013-12-19 20:25:48 -06:00 |
|