Ben Bertka
0a82c9c822
Added CF deployment script
2015-03-25 23:37:19 -07:00
niphlod
c4a703eb84
fix docs at the top to honor correctly expiration when used in models
...
Thanks @KabluBR for spotting it
2015-03-03 20:30:40 +01:00
niphlod
e62bead5e2
fixes issue #773
...
Removed redundant tests in test_validators.py since there's test_isurl.py
Added allowed_tlds from http://data.iana.org/TLD/tlds-alpha-by-domain.txt
Added script to easily update the official_top_level_domains for the future
2015-02-24 23:34:27 +01:00
mdipierro
a37c90d957
Merge pull request #809 from niphlod/fix/806
...
fixes #806
2015-02-24 09:25:43 -06:00
niphlod
74cac47d43
fixes #806
2015-02-22 18:04:48 +01:00
Sven Bachmann
d7d00d1f45
fixed SQLite type matching by converting all types to lower case
...
SQLite 3.8.6 create table dump uses upper case types.
2015-02-20 21:41:02 +01:00
Sven Bachmann
11c90ef885
fixed sqlite create table parse regex
...
At least SQLite 3.8.6 uses the format:
[item] type,
[item] type,
[item] type,
The previous variant tried to parse lines like:
"item" type,
"item" type,
"item" type,
2015-02-20 21:37:40 +01:00
niphlod
9f827df914
fixed sessions2trash.py not removing empty dirs
2015-02-19 22:56:27 +01:00
mdipierro
5da5d510a0
fixed some problems with new dal and SQLHTML
2015-01-27 00:16:45 -06:00
Dragan Matić
a90a701c0d
Script for centos7 now also installs 'unzip' package
...
Some virtual server providers (like DigitalOcean) do not have unzip
installed in their centos7 image so we need to install it in our script.
2015-01-23 11:26:18 +01:00
mdipierro
5bc5d0496e
R-2.9.12
2015-01-17 00:07:10 -06:00
mdipierro
7f1f6ae35f
fixed heorku order of install, thanks Jay
2014-10-25 11:14:07 -05:00
niphlod
fc38f460eb
fixes issue 1998
2014-10-21 21:33:43 +02:00
mdipierro
b36ab988cc
updated scripts/setup-web2py-centos7.sh
2014-10-06 21:24:44 -05:00
mdipierro
99087ab37a
R-2.9.8
2014-09-06 23:09:44 -05:00
mdipierro
a0d7470cf3
setup-web2py-ubuntu works on 14.04, thanks Ivan Di Giusto
2014-08-16 23:21:19 -05:00
mdipierro
4811d6c45e
{0} -> %s in scripts/cpdb.py
2014-08-14 21:41:09 -05:00
mdipierro
3f65b8bfc8
fixed an issue with lack of validators in 'double' type
2014-08-11 00:02:08 -05:00
mdipierro
c6e766d5e1
template converter for alternative delimiters
2014-07-29 11:52:50 -05:00
mdipierro
2be0a95dab
template converter for alternative delimiters
2014-07-29 11:45:43 -05:00
mdipierro
50438075b6
Merge pull request #430 from niphlod/fix/setup_script
...
fix comments
2014-04-26 16:04:18 -05:00
niphlod
cbf9723a33
fix comments
2014-04-26 20:52:25 +02:00
Massimo
7e470d7786
added missing files
2014-04-15 10:22:57 -05:00
Sebastian Ortiz
a2e1343020
fixed bug in defition of decimal types
...
A postgresql column of type numeric(10,4) was mapped as just decimal, so the parse_decimal of dal.py will fail. The correct mapping is decimal(10,4) in the web2py model.
2014-04-02 09:59:33 -05:00
niphlod
9a8231f675
now that static_version is flagshipped and hopefully implemented in most apps, let's setup it by default
2014-03-17 21:32:42 +01:00
mdipierro
1c2bdd1654
fixed issue 1862, readline problem in cpdb, thanks kmelevskiy
2014-01-30 08:44:19 -06:00
Alfonso de la Guarda Reyes
5900b3f1c7
fix bug related to upgrade setuptools / pip
2014-01-18 08:05:28 -05:00
mdipierro
054152f162
extract_oracle_models.py
2013-11-20 10:24:08 -06:00
Massimo
e6f84c45b9
fixed 1756:scripts/sessions2trash.py doesn't work with 'separate=True', thanks Paolo Valleri
2013-11-07 10:25:29 -06:00
Massimo
9ff32ed9cd
setup-web2py-debian-sid.sh, thanks Rusy
2013-10-18 12:27:23 -05:00
mdipierro
2a062a2ff5
fixed setup scripts for apache to use processes, not threads, thanks Thomas
2013-10-06 10:08:40 -05:00
mdipierro
c0d399680e
Merge pull request #227 from letolabs/fix_min_web2py
...
Update location of handlers so that make_min_web2py.py works again
2013-09-24 15:24:39 -07:00
Jonathan "Duke" Leto
4e1ad9bfa8
Update location of handlers to that make_min_web2py.py works again
...
The location of the handlers changed in 07f74c6362 and since then
this error blocked the creation of a minizimed web2py instance:
IOError: [Errno 2] No such file or directory: 'fcgihandler.py'
2013-09-24 13:44:38 -07:00
niphlod
0688c86dee
easier to use within a module, e.g. in the scheduler
2013-09-23 22:41:37 +02:00
mdipierro
809a004a60
no more scripts/cleanup.py
2013-09-11 22:38:52 -05:00
mdipierro
6129805194
removed dbsession2trash.py since functionality duplicated in session2trash.py
2013-09-11 14:59:47 -05:00
mdipierro
06475f2050
adding scripts/cleanup.py to remove all sessions and errors
2013-09-11 12:15:03 -05:00
niphlod
d61bbc6a5f
fix scripts fetching handlers from /handlers
2013-08-31 14:23:35 +02:00
mdipierro
db9ff09ae7
scripts/import_static.py
2013-08-06 17:17:29 -05:00
mdipierro
44670d8bb4
scripts/import_static.py
2013-08-06 12:51:36 -05:00
mdipierro
650fec547b
improved scripts/extract_mysql_models.py, thanks Andre Kablu
2013-07-19 17:42:15 -05:00
mdipierro
70f34e4532
better scripts/setup-web2py-nginx-uwsgi-ubuntu.sh, thanks Anthony
2013-07-12 11:58:16 -05:00
mdipierro
19f754704c
fixed Issue 1538:Update Script setup-web2py-nginx-uwsgi-centos64.sh, thanks jniltinho
2013-06-16 16:59:20 -05:00
niphlod
4f806a1db9
fixed serving static files with static_version
2013-06-01 14:02:48 +02:00
mdipierro
6adfb8b944
added setup-web2py-nginx-uwsgi-centos64.sh, thanks jniltinho
2013-05-03 22:25:27 -05:00
mdipierro
bc481e954c
something went wrong with VCS, trying fix it
2013-05-02 20:32:21 -05:00
mdipierro
706324b9c6
cleanup of whitespaces in scripts
2013-03-29 02:30:15 -05:00
mictee
7005fb655c
Improved process handling an error handling in web2py.archlinux.sh
2013-03-26 13:47:41 +01:00
mdipierro
831492448a
a2enmod wsgi in ubuntu setup script, thanks badweather.FBI
2013-03-10 11:38:36 -05:00
mdipierro
25ab6f9a07
better twitter feed display
2013-03-10 09:10:30 -05:00