mdipierro
255dd9777d
fixed typo in recent commit
2014-06-14 10:06:13 -05:00
mdipierro
8b8baf10a3
fixed issue 1942, redirect in federated login security check
2014-06-13 22:24:57 -05:00
mdipierro
e42b835687
Merge branch 'master' of github.com:web2py/web2py
2014-06-13 22:16:43 -05:00
mdipierro
559961897e
Merge pull request #458 from niphlod/fix/like_ansi_behaviour
...
fix like behaviour as ANSI-SQL LIKE
2014-06-13 22:16:21 -05:00
mdipierro
6cee7ce238
Merge branch 'master' of github.com:web2py/web2py
2014-06-13 22:12:01 -05:00
mdipierro
c9421ac526
Merge pull request #457 from niphlod/enhancement/scheduler
...
scheduler's refactoring
2014-06-13 22:11:40 -05:00
mdipierro
3266c541b6
fixed CAST LONGTEXT issue with mysql
2014-06-13 11:46:50 -05:00
niphlod
b6f9bdef95
fix like behaviour
2014-06-10 22:37:55 +02:00
niphlod
da49391134
- refactored internals
...
- pep8
- worker stats
- kill(), terminate(), resume(), disable() have a new "limit" parameter
- first steps towards autoscaling
- needs an additional column (easiest migration possible)
2014-06-08 22:51:26 +02:00
mdipierro
d442b003ea
restored .travis.yml
2014-06-08 00:34:46 -05:00
mdipierro
e5557edccd
Merge pull request #456 from niphlod/enhancement/mssql4
...
mssql4 adapter enhancements
2014-06-08 00:29:15 -05:00
mdipierro
5ec386fb7b
Merge pull request #455 from niphlod/fix/test_rewrite
...
fix rewrite tests under Windows
2014-06-08 00:28:15 -05:00
mdipierro
1a0d11a4f2
prevent_password_reset_attacks, thanks Steve Rawlinson
2014-06-08 00:20:38 -05:00
mdipierro
e068e397e1
prevent open redirects, thanks Steve Rawlinson
2014-06-07 23:52:56 -05:00
niphlod
01fb85c693
mssql4 adapter enhancements
...
Given that mssql4 requires MSSQL2012, we can use newer types for data
without worrying about compatibility with older MSSQL versions
2014-06-03 23:36:08 +02:00
niphlod
75e59b8bf5
fix rewrite tests under Windows
2014-06-03 23:31:54 +02:00
mdipierro
bbc2a71a32
Merge branch 'master' of github.com:web2py/web2py
2014-06-02 21:36:47 -05:00
mdipierro
593592fb5f
Merge pull request #453 from niphlod/fix/coverage_ini
...
we don't want gluon/tests to be covered
2014-06-02 21:36:43 -05:00
mdipierro
f65a3db1ef
Merge branch 'master' of github.com:web2py/web2py
2014-06-02 21:36:16 -05:00
mdipierro
439c9978d3
Merge pull request #452 from niphlod/fix/tests_mp
...
fix multiprocessing tests under windows
2014-06-02 21:36:08 -05:00
mdipierro
d076e399fb
Merge branch 'master' of github.com:web2py/web2py
2014-06-02 21:35:22 -05:00
mdipierro
4c73fd15eb
Merge pull request #451 from niphlod/fix/tests
...
added tests and refactored incorrect docstrings
2014-06-02 21:32:38 -05:00
niphlod
2832ac463e
we don't want tests to be covered
2014-06-02 22:27:00 +02:00
niphlod
05b4503531
fix multiprocessing tests under windows
2014-06-02 16:31:58 +02:00
niphlod
f1606ee091
added tests and refactored incorrect docstrings
2014-05-29 23:34:32 +02:00
mdipierro
169f7589f2
Merge branch 'master' of github.com:web2py/web2py
2014-05-29 11:05:18 -05:00
mdipierro
91d6834f0e
Merge pull request #302 from gi0baro/staticv_url
...
Static versioning in URL() function
2014-05-29 11:02:41 -05:00
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
mdipierro
ceb479e0cd
fixed issue 1924:Reset Password form does not show password strength.
2014-05-26 23:56:56 -05:00
mdipierro
f6a9accdc9
Merge branch 'master' of github.com:web2py/web2py
2014-05-26 23:49:58 -05:00
mdipierro
6e54b5458b
fixed 1929:cannot acess appadmin cache if you use redis as cache, thanks leonardo
2014-05-26 23:49:11 -05:00
mdipierro
ece00a8f52
fixed 1933:MongoDB adapter passes incorrect query, thanks Alan
2014-05-26 23:43:19 -05:00
mdipierro
268458d07b
Merge pull request #450 from BuhtigithuB/patch-8
...
coding utf8 and improve comment
2014-05-26 22:29:56 -05:00
mdipierro
51fad4d13f
Merge pull request #449 from BuhtigithuB/patch-7
...
python idomatic
2014-05-26 22:29:18 -05:00
mdipierro
f55a5660c2
Merge pull request #448 from ilyaran/patch-1
...
Update cache.py
2014-05-26 22:28:20 -05:00
mdipierro
7e9c9dbe93
Merge pull request #431 from ortgit/enhancement/two_step_authentication
...
Added support for two-step authentication.
2014-05-26 22:27:23 -05:00
mdipierro
e66f201191
db(db.person).select().column('name'), thanks Anthony
2014-05-26 22:26:59 -05:00
BuhtigithuB
4db37981e2
coding utf8 and improve comment
2014-05-26 10:57:47 -04:00
BuhtigithuB
7cc7c4ab7a
python idomatic
2014-05-26 10:48:47 -04:00
ilyaran
0dbdf8c676
Update cache.py
2014-05-24 10:35:58 +05:00
mdipierro
35c21044bb
Merge branch 'master' of github.com:web2py/web2py
2014-05-22 08:12:54 -05:00
mdipierro
37036de5df
Merge pull request #447 from reingart/master
...
fixing pypdf table rendering issues due attribute sanitization
2014-05-22 08:12:41 -05:00
mdipierro
4fc6ec0478
Merge branch 'master' of github.com:web2py/web2py
2014-05-22 08:11:51 -05:00
mdipierro
3ce7dfba7f
Merge pull request #446 from jmistx/master
...
Add support of --folder paramter for cron.
2014-05-22 08:11:42 -05:00
Oleg Blokhin
e3b1c0b7c7
Merge branch 'master' of https://github.com/jmistx/web2py
2014-05-22 16:49:16 +04:00
Oleg Blokhin
53e22fc31c
Terminate subprocesses right way on cronstop
2014-05-22 16:46:06 +04:00
Mariano Reingart
bfce57f5da
fixed excessive attribute sanitization in generic generation of PDF (pyfpdf)
2014-05-21 15:10:25 -03:00
Oleg Blokhin
87cf9307f0
fix cron hang on Ctrl+C terminating from terminal
2014-05-21 18:18:19 +04:00
jmistx
89e38fb15b
Delete git
...
unneeded file
2014-05-21 17:32:03 +04:00
Oleg Blokhin
92d7ccf331
Add support of --folder paramter for cron.
...
Before this changes crontab from directories (except native applications) was ignored
2014-05-21 17:28:11 +04:00