Jack Kuan
da9dbaa5d6
Workaround http://bugs.python.org/issue9405 on OS X.
...
See https://groups.google.com/forum/#!topic/web2py/WSjhhDet1UM
for context.
2015-06-30 10:56:31 -04:00
Richard Vézina
b2cd2dc149
Improve PEP8 gluon/widget.py
2015-03-31 14:01:25 -04:00
mdipierro
c2a46c5d6d
web2py.py -e
2015-02-18 10:29:20 -06:00
gi0baro
f60c1dff93
Fixing imports for new pydal
2014-12-15 22:24:04 +01:00
gi0baro
dcadcf0ffb
Added pyDAL from repository, adapted web2py code
2014-12-15 20:13:40 +01:00
gi0baro
5e5e649c28
Added modular DAL, updated gluon imports to new structure
2014-09-03 12:48:03 +02: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
mdipierro
74b0bd9c3a
web2py.py -G config, will make GAE config easier
2014-03-29 17:43:49 -05:00
niphlod
b20b7ecb19
sphinx-compatible docstring (only DAL remains)
2014-03-24 22:30:50 +01:00
mdipierro
4d03460944
fixed startup message, thanks mweissen
2014-03-09 17:19:03 -05:00
mdipierro
0ed01e5a21
enable killing processed in windows, thanks Yair
2013-12-06 20:15:41 -06:00
mdipierro
a7defed64c
no more Tkinter is not necessary
2013-11-24 20:33:31 -06:00
mdipierro
c310627d1b
possibly fixed the PyPy testing problem
2013-11-23 21:42:09 -06:00
mdipierro
78cf9df6ef
Retire the Splash Screen and Beautify GUI., thanks skyscooby
2013-11-20 09:41:04 -06:00
Andrew Greenwood
23d7eb7a43
Retire the Splash Screen and Beautify GUI.
...
Lets give 5 seconds back to most users on startup by retiring the
artificial Splash Screen. Replace with a prettier server manager window.
-Makes product feel faster.
-Looks much better
-Fixes bug where two windows are created when using (-Q)
-Blocks resize on UI window.
-Window is now labeled ProgramName
2013-11-19 16:49:28 -05:00
niphlod
9ea9f828bc
remove winservice support
2013-10-19 20:44:56 +02:00
mdipierro
cfe7c65987
fixed issue 1725:No debugging under WingIDE, thanks Joe
2013-10-16 09:09:22 -05:00
Alfonso de la Guarda Reyes
c1f8d34892
Minor fixes for pep and styles widget.py
2013-10-05 08:08:37 -05:00
niphlod
f092530a8c
fixed import for taskbar
2013-10-01 20:46:00 +02:00
Mariano Reingart
d55470f753
fixed line not found issues in set breakpoint (linecache patch, used by the debugger)
2013-09-24 02:52:01 -03:00
mdipierro
ed9def985e
R-2.6.1
2013-09-12 17:08:52 -05:00
mdipierro
97abd5f3b0
fixed if False in widget.py, thanks Niphlod
2013-08-26 16:57:08 -05:00
mdipierro
6b5c8aab83
fixed windows paths, thanks Niphlod
2013-08-26 06:05:25 -05:00
mdipierro
1303b657c7
moved lots of files
2013-08-25 20:29:54 -05:00
niphlod
ad29ebe866
profiler now save dumps in a dir
2013-08-17 14:02:46 +02:00
mdipierro
856b6d658e
allow passing args and vars to shell, thanks Jonathan
2013-08-07 18:03:36 -05:00
mdipierro
fdad44315f
reduced memory footprint by conditionally loading Tk
2013-07-14 16:52:42 -05:00
mdipierro
ad8c1165b7
removed BaseException = Exception logic, thanks Jonathan
2013-06-30 11:29:43 -05:00
mdipierro
47890a8454
fixed issue 1552:Missing ssl_ca_certificate option in HttpServer instantiation in we2pyDialog, thanks Jamie Sabin
2013-06-23 00:23:33 -05:00
mdipierro
8f9f4aae32
improved ipv6 address checked, thanks Jonathan
2013-05-05 10:13:26 -05:00
mdipierro
95adb233f7
issue Issue 1474 attachment: addrinfo.patch, thanks Jonathan
2013-05-03 21:42:17 -05:00
niphlod
ad4870e338
windows-friendly coverage.ini, better handling for custom coverage settings, typo on contenttype.py
2013-04-16 22:47:12 +02:00
niphlod
f9315a8cc7
coverage integration, default .coveragerc and .travis.yml ready for coveralls.io
2013-04-15 21:50:36 +02:00
mdipierro
cc8a21aedf
document better the -X option, thanks Niphlod
2013-04-03 16:49:15 -05:00
mdipierro
8addc54015
better cron stopping, thanks Álvaro José Iradier
2013-03-10 10:21:47 -05:00
Massimo
77808c958c
web2py icon in ubuntu, thanks Niphlod
2013-02-14 16:10:57 -06:00
Massimo
ccc1de2595
minor refactoring to avoid compatibility problems
2013-01-15 13:26:14 -06:00
mdipierro
3dd857aa9f
fixed issue 1225, NEWINSTALL ignored
2012-12-17 08:46:33 -06:00
mdipierro
f6f82a1be1
fixed ip4 client validation, issue 1218, thanks Joachim Breitsprecher
2012-12-12 21:47:55 -06:00
mdipierro
a98f45f875
fixed winservice problem
2012-12-10 21:32:36 -06:00
mdipierro
d1e73c8f79
fixed issue 265
2012-12-05 11:03:16 -06:00
mdipierro
cabe9603c2
fixed cronjobs broken in 4278, fixed issue 1190
2012-12-03 13:16:14 -06:00
mdipierro
43c97bd8cc
fixed issue 1179, welcome.w2p created if not exists
2012-11-24 10:48:27 -06:00
Charles Winebrinner
bd13035a17
Added IPv6 support for Rocket, refactored some code, and fixed some bugs.
2012-11-18 01:03:04 -06:00
mdipierro
0001e35400
fixed issue 1144, start webservert at 0.0.0.0
2012-11-08 16:19:44 -06:00
mdipierro
755a860011
many scheduler improvements, thanks Niphlod
2012-11-01 21:35:53 -05:00
mdipierro
6aa5edc7ff
many pep8 improvements
2012-10-19 12:33:53 -05:00
mdipierro
71ec15190b
some pep8 changes (fixed spacing at end)
2012-10-19 10:37:07 -05:00
mdipierro
3a66f5e330
fixed some pep8 stuff
2012-10-19 09:40:17 -05:00
mdipierro
3d9024561c
-Y starts cron
2012-10-15 05:33:21 -05:00