mdipierro
ae60debc90
fixed up export
2018-05-06 15:09:11 -05:00
Richard Vézina
8b521c0984
Explain command switched specific to sessions2trash.p
2018-03-13 16:52:20 -04:00
mdipierro
31514060d7
Merge pull request #1847 from leonelcamara/issuesjanuary
...
fix print statements in a couple of scripts
2018-02-09 12:28:09 -06:00
Leonel Câmara
521d5bce97
fix print statements in a couple of scripts
2018-02-06 19:48:11 +00:00
ilvalle
ad3c69155b
fix few urllib.urlencode, close #1841
2018-02-04 09:58:16 +01:00
Vinyl Darkscratch
7bbf6b93f3
Actually skip the default language
2017-11-20 13:02:32 -08:00
Vinyl Darkscratch
3410810c1c
Fix update_languages script (use application folder)
...
Admittedly after preparing this script for others to use, I kind of forgot to test it... Whoops! This is an update that should fix the script and make Gluon happy. Instead of taking the languages folder, it takes the application folder, to help resolve conflicts with Gluon. The script was also originally configured to run with the language folder being the current working directory, and as such, the changes to the language files would never be saved.
2017-11-20 12:54:07 -08:00
Vinyl Darkscratch
3ab91b9fe9
Add check_lang_progress script
2017-11-06 01:42:25 -08:00
Vinyl Darkscratch
5db3b21437
Add update_languages script
2017-11-06 01:42:14 -08:00
Yi Liu
c9a71a7055
MInor error in EOF instructions
...
start -> stop
2017-08-29 11:26:22 -07:00
ilvalle
4d117af85f
fix open file in py3, close #1609
2017-04-27 18:08:59 +02:00
wish7
867f93b634
Fix for #1443 - currently emperor.uwsgi.service is not started on boot,
...
PR will enable emperor.uwsgi.service on boot
(behaviour as in old versions of this script)
2016-12-09 17:21:04 +01:00
Marvi
c64a9192d4
Update extract_mysql_models.py
2016-11-11 10:12:11 +01:00
niphlod
dd8b0760b5
fixes #1309 (and sessions2trash.py, too)
2016-09-22 01:34:34 +02:00
Richard Vézina
2a3f90a30f
No cleartext input password for setup nginx uwsgi ubuntu script
2016-08-24 15:47:46 -04:00
mdipierro
e87378b07f
allow a cllback in streamer
2016-08-16 19:12:47 -05:00
mdipierro
45a376eee9
added extra_mssql_models.py, thanks Kyle Flanagan
2016-06-18 08:12:01 -05:00
zvolsky
b6ee82bbde
script for language files update has new param to update existing translations
2016-04-25 11:06:02 +02:00
mdipierro
40f04de9d2
fixed scripts/setup-web2py-nginx-uwsgi-ubuntu.sh
2016-04-06 09:20:13 -05:00
mdipierro
6a569bf56e
restored some of the deleted files
2016-03-21 10:37:36 -05:00
mdipierro
d886bf759e
removed lots of junk from scripts folder
2016-03-19 04:02:22 -05:00
mdipierro
8ce528327c
Merge pull request #1164 from BuhtigithuB/fix/flash-w2p-flash
...
flash -> w2p_flash
2016-03-18 20:26:33 -05:00
mdipierro
700821e372
Merge pull request #1209 from zvolsky/transl_update_script
...
new script to update untranslated messages from other language file
2016-03-14 12:18:05 -05:00
zvolsky
43c60df371
nginx/ubuntu deploy script: added uWSGI Emperor configuration
2016-03-10 10:20:36 +01:00
zvolsky
cdac608efc
new script to update untranslated messages from other language file
2016-03-10 09:48:04 +01:00
mdipierro
3808b1f6ae
optional parameters for setup-web2py-nginx-uwsgi-ubuntu.sh
2016-02-29 11:34:57 -06:00
Jimmy Rimmer
1656c6cdeb
Make the same change for SessionSetDb that's in SessionSetFiles: Make get() a generator, so that memory doesn't get blown out if there are 18 million sessions there to clean up.
2016-01-11 14:09:25 -08:00
Richard Vézina
dc1c85928d
flash -> w2p_flash
2016-01-08 13:13:13 -05:00
niphlod
eb49831726
fixes #1142
2015-12-28 15:05:51 +01:00
niphlod
5dbcda9f38
fixes #823
2015-09-03 18:08:33 +02:00
mdipierro
5775d2788d
reverted apache processes=1
2015-08-01 00:24:21 -05:00
Dragan Matic
3e8cbd5a0d
Script to install web2py with nginx and uwsgi on centos 7
2015-07-16 13:35:27 +02:00
Raj
81863d69c9
Small typo
...
Sorry! Can't resist when you see typo on the terminal !
2015-07-07 02:38:30 +05:30
mdipierro
1fc90fdb6d
scripts/web2py-scheduler.conf
2015-07-06 04:46:56 -05:00
niphlod
4f316d0294
thanks @wmunguiam for spotting
2015-05-24 21:25:27 +02:00
niphlod
340d7b5e6f
fixes #734
2015-05-03 15:51:13 +02:00
Sean Morrison
f42ee15f5f
add support for reporting web2py errors via slack.com
2015-04-22 19:00:21 -05:00
niphlod
888fa3dfc8
added setup script
2015-04-19 19:00:59 +02:00
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