Nico Zanferrari
77bcda3f3e
Added Python 3 binaries to the download page +typo
...
It fixes issue #2027 .
** IMPORTANT ** - before approving, you need to copy from https://github.com/nicozanf/web2py-pyinstaller to https://mdipierro.pythonanywhere.com/examples/static the files:
- web2py_win.zip
- web2py_win_py2.zip
- web2py_osx.zip
- web2py_osx_py2.zip
And also modify the procedures for the "For Testers" versions on https://mdipierro.pythonanywhere.com/examples/static , that should use the previous ones as binaries.
2019-10-23 22:41:19 +02:00
Nico Zanferrari
92bb2c2241
Added Python 3 binaries to the download page
2019-10-23 22:05:12 +02:00
Nico Zanferrari
f7b3abdc89
Fix broken inframe Vimeo video
...
It fixes Issue #2068
2019-10-22 21:54:01 +02:00
mdipierro
40485ecd88
Merge pull request #2265 from vinyldarkscratch/patch-1
...
Add events for form upload progress
2019-10-20 21:39:50 -07:00
Queen Vinyl Darkscratch
5bcf34aba5
Add events for form upload progress
2019-10-15 16:32:43 -07:00
jicho
e4845aeef6
No redirect when url ends with #
...
When a redirect url ends with a hash (#) the browser (Chrome) does not redirect/refreshes the browser.
This is happening with this setting:
```
form = SQLFORM.grid(
query,
client_side_delete=True
)
```
2019-10-09 09:33:18 +02:00
Queen Vinyl Darkscratch
d17572fb10
Don't set form in trap_form as ajax_page element
2019-09-05 00:02:19 -07:00
Dinis
6fddca4e4f
Force page reload with anchors
...
Force page to reload even when the location contains anchors, while using "web2py-redirect-location".
Otherwise, when the location is the same and the url has an anchor it won't redirect.
2019-07-17 15:18:44 +01:00
mdipierro
14c1b3e400
fixed typo
2019-06-06 22:39:38 -07:00
mdipierro
3e09add351
submit->Submit, thanks Paolo Pastori
2019-06-06 21:28:56 -07:00
mdipierro
409a499dd0
Merge pull request #2215 from yamandu/pt_br_translation
...
Better Brazilian Portuguese translation
2019-06-01 11:37:17 -07:00
Carlos Costa
273ebb9a70
Better Brazilian Portuguese translation
...
Including SQLFORM.grid, auth and other strings.
2019-05-31 12:04:32 -03:00
Carlos Costa
1bfffc4f12
issue #2179
...
fixing tab size setting that breaks the editor configuration
2019-05-31 11:20:39 -03:00
mdipierro
1c5b2d7fce
chmod a-x, thanks Paolo
2019-05-25 00:30:34 -07:00
mdipierro
95bbaf6a38
more regex improvements, thanks Paolo Pastori
2019-05-12 19:39:33 -07:00
mdipierro
0372c50ef5
restored some missing regex, thanks Paolo Pastori
2019-05-12 17:34:24 -07:00
Leonel Câmara
986406ed80
Teach admin how to deal with syntax errors
2019-03-18 15:06:38 +00:00
Vinyl Darkscratch
27c34fc531
Merge remote-tracking branch 'web2py/master'
2019-03-07 21:47:58 -08:00
Vinyl Darkscratch
afff1e50ec
Remove random trailing whitespace in language files
2019-03-06 21:23:20 -08:00
Vinyl Darkscratch
007cf42f89
Update translations for welcome/de
2019-03-06 21:19:18 -08:00
mdipierro
f60f931299
Merge pull request #2131 from vinyldarkscratch/translations/update-files
...
Update language files
2019-03-06 20:12:13 -08:00
Vinyl Darkscratch
93f2ec342a
Update languages for admin
2019-03-06 17:02:02 -08:00
Vinyl Darkscratch
c18fc53d33
Update languages for welcome
2019-03-06 16:47:15 -08:00
Leonel Câmara
2d6eb5cf5d
Fix unclosed string typo
...
see https://groups.google.com/forum/#!topic/web2py/DykU5wPQ614
2019-03-06 13:58:09 +00:00
mdipierro
ca3fd90acc
new validators pass all tests
2019-03-04 00:08:13 -08:00
mdipierro
e09655b112
fixed translator
2019-03-03 14:27:12 -08:00
mdipierro
2941aa13da
fixed admin save
2019-03-03 13:53:12 -08:00
mdipierro
8dcb4326c6
R-2.18.2
2019-02-25 22:08:20 -08:00
mdipierro
818494d0f3
fixed problems with byte escaping in py3
2019-02-25 21:30:04 -08:00
mdipierro
afaf57f6da
R-2.18.1
2019-02-23 21:46:01 -08:00
mdipierro
0663088d7f
added yatl
2019-02-23 16:24:33 -08:00
mdipierro
001b77b5f3
better regex escaping
2019-02-17 16:45:45 -08:00
mdipierro
b501d77903
Merge pull request #2072 from vinyldarkscratch/admin-debug-interact-patch
...
Fix translation strings to use Markmin
2019-02-03 21:10:13 -08:00
Vinyl Darkscratch
fc3e9d95b8
Fix translation strings to use Markmin
2019-01-05 05:42:15 -08:00
Vinyl Darkscratch
b1e397c223
Update German translations for admin (2nd revision)
2019-01-05 03:48:38 -08:00
Vinyl Darkscratch
41fd73e26c
Update German translations for welcome
2019-01-04 15:24:35 -08:00
Vinyl Darkscratch
975949ab18
Update German translations for admin
2019-01-04 15:23:15 -08:00
mdipierro
eefdd6f887
Merge pull request #2040 from d3im/master
...
fix plugin.html view to work with python3
2018-11-01 08:19:54 -07:00
d3im
508e96c486
fix plugin.html view to work with python3
2018-10-18 09:20:29 +02:00
Ray Luo
313f7292f8
Create generic.csv
2018-10-07 01:02:50 -07:00
Nico Zanferrari
6034368364
Python 3 compatibility + fixed link for cookbook
2018-09-27 21:16:05 +02:00
Бородин Роман
fba90d31f4
Error 'dict_items += list' when try to save code-editor settings
2018-09-19 11:06:04 +03:00
Бородин Роман
9375ea7378
TypeError when try to disable appliance
2018-09-19 10:57:57 +03:00
mdipierro
1c8790271d
Merge pull request #1995 from wojtek555/issue/1974
...
Glyphicons replaced with awasome icons in list widget, fix #1974
2018-09-02 10:27:04 -07:00
mdipierro
f8cba1e5c4
Merge pull request #1992 from jvanbraekel/master
...
Update the style of SQLgrid select actions
2018-09-02 10:26:40 -07:00
mdipierro
02b02f73bd
Merge pull request #1989 from nicozanf/patch-2
...
partially restore original layout for Welcome page
2018-09-02 10:25:25 -07:00
mdipierro
842a8d613b
Merge pull request #1979 from kelvinspencer/patch-1
...
Update web2py_bootstrap.js
2018-09-02 10:18:02 -07:00
Wojciech Barcik
b28cc5b5c3
Glyphicons replaced with awasome icons in list widget, fix #1974
2018-08-29 19:01:22 +02:00
jvanbraekel
e04d16bdc1
Align SQLForm.grid selec action left and insure compatibility with bootsrap 4
2018-08-22 17:21:31 +02:00
Nico Zanferrari
83abe91e3a
restore original background image
2018-08-16 18:38:55 +02:00