mdipierro
8575b6bf2b
checkpoint
2018-03-05 15:17:28 -06:00
mdipierro
876cc634a8
Merge pull request #1679 from leonelcamara/fix1675
...
Fixes #1675 dropdown not working in the "manage" button
2017-07-10 14:18:17 -05:00
Leonel Câmara
c6c027dbec
Fixes #1675 dropdown not working in the "manage" button
2017-07-07 18:10:31 +01:00
Andrew Willimott
60edb11420
Explicit path added for graph css file.
2017-07-07 21:03:55 +12:00
Andrew Willimott
59405b9f18
d3 js check was pointing to app, now checking in admin app.
2017-05-16 06:54:51 +12:00
Andrew Willimott
3505e372d8
Remove graphviz graph code from appadmin and design files
2017-05-08 06:40:50 +12:00
Andrew Willimott
57b554d618
Initial d3 graph commit. Add d3 to graph layout
2017-05-04 07:03:07 +12:00
Carlos Cesar Caballero Díaz
60a6180a77
fixes in generic layouts for python 3 compatibility
2017-04-27 10:35:27 -04:00
mdipierro
5000c47472
Merge pull request #1568 from amerikan/patch-2
...
Remove ! from tag
2017-03-21 12:22:16 -05:00
Erik Montes
48a0683dd1
Removed ! from tag
2017-02-07 10:47:26 -08:00
Erik Montes
d7fb270e7e
Remove ! from tag
2017-02-07 10:46:22 -08:00
niphlod
3a6df38d62
fixes #1407 passing a properly escaped string
2016-09-29 00:12:59 +02:00
mdipierro
78cc6d69a2
fixed web2py_ajax.html and escaping (not backward compatible fix)
2016-09-27 17:09:05 -05:00
niphlod
e5355b5b12
fixes #1407 , encouraging a sane default
2016-09-22 00:34:24 +02:00
Van Woods
fe45dff9e4
minor grammatical fix
2016-07-26 18:16:10 -07:00
niphlod
595e37c2de
removed web shell
2016-06-28 23:34:41 +02:00
ilvalle
f343fab528
py3 fixes for admin app
2016-06-25 17:36:37 +02:00
ilvalle
8aecaf4514
PY3 fixes and added tests for gluon/admin.py
2016-06-24 22:54:56 +02:00
ilvalle
3270d39596
py3 fixed http.to
2016-06-21 22:24:33 +02:00
mdipierro
4bd002aee9
fixed CSRF in admin enabled/disable. thanks Nerendra Bhati
2016-05-04 09:11:55 -05:00
Massimiliano Belletti
34267b7673
Fix missing w2p_ajax_disable_with_message #1234
2016-03-24 11:17:59 +01:00
mdipierro
ebe3434a86
fixed commit error
2016-03-09 11:54:27 -06:00
mdipierro
b487583f92
admin2 - experimental
2016-03-09 11:53:07 -06:00
niphlod
90c33911ab
fixes #1143
...
don't even get me started about the current messy status of admin
2015-12-30 12:07:18 +01:00
mdipierro
8443c17839
sync'ed appadmins
2015-12-24 08:36:16 -06:00
mdipierro
463d643e2c
fmerged
2015-12-23 23:11:34 -06:00
Richard Vézina
0259ea3d29
no more deprecated .has_key(...)
2015-12-22 15:39:32 -05:00
mdipierro
b0373297e0
Browser auto-fill can corrupt data while using admin database interface #1045 , thanks dkleissa
2015-12-04 12:31:35 -06:00
mdipierro
4c039574df
skip failed views, thanks Anthony
2015-12-04 12:06:46 -06:00
Leonel Câmara
36db9719ef
Deal with the corner case of already created accounts
...
Polished everything a bit
2015-09-15 17:24:57 +01:00
Leonel Câmara
125cbd93a0
Allow deploying to pythonanywhere from the web2py admin that you're running locally.
2015-09-08 00:51:09 +01:00
Manuel Munz
8078d4b0f3
Repair cache status page in appadmin for welcome, admin and examples apps.
...
This fixes how values are read. For cache.disk, we need to use the second value in the dict.
For cache.ram everything is already there in the object, no need trying to get the stats (which are not there) in the loop.
Also small fix for buttons that did not open the detailed statistics when clicked (class hidden has !important in bootstrap3).
2015-08-01 00:29:34 +02:00
Leonel Câmara
032af7c04d
Moved pack as exe functionality to the pack_custom.html form
2015-06-30 19:19:38 +01:00
Leonel Câmara
5d2e5dded3
Allow packing an application with the windows executable
2015-06-30 17:51:39 +01:00
mdipierro
28e6999e7d
fixed issue #980 , Admin application: can't access directories with space in directory name, thanks mmihaltz
2015-06-25 04:30:10 -05:00
mdipierro
b02e8a6d5f
fixed problem with custom import and upgraded jquery.js
2015-04-02 16:30:15 -05:00
mdipierro
60b3b19ede
another small bs3 fix
2015-03-12 17:25:15 -05:00
www-data
74d942f09b
Fixed bug #801
2015-02-18 19:23:07 +01:00
mdipierro
c59504067b
fixed some text
2015-02-15 15:29:40 -06:00
Francois Delpierre
fd0cde4263
Fixed issue/2046:
...
Double scrollback in web editor because does not properly calculate display height
2015-02-07 17:22:48 +01:00
niphlod
1b34216072
fixes #769
...
- fixed response.include_files() to behave correctly with
response.static_version_urls
- added response.static_version_urls to admin
- refactored admin URL() usage passing always and correctly 'static'
as the controller
2015-02-04 22:18:42 +01:00
ilvalle
63d8785918
hooks panel in admin editor
2014-10-30 18:07:00 +01:00
ilvalle
45a689a812
fix issue 1993: git push in the admin console throw an error
2014-10-16 15:07:52 +02:00
mdipierro
78764072fe
hooks panel in appadmin for _before_*/_after_* callbacksm thanks Paolo valleri
2014-09-29 19:40:56 -05:00
mdipierro
3738f7dc7a
reverted to bs2 for an early release
2014-08-26 14:29:15 -05:00
mdipierro
bb13d6b729
fixed some bugs and another bs2->bs3 attempt
2014-08-09 01:52:09 -05:00
mdipierro
c3116b094c
Merge pull request #472 from ilvalle/fix_editor
...
editor:potential fix for requests cancelled due to same origin policy
2014-07-27 10:54:23 -05:00
ilvalle
967a37adc4
online editor:potential fix for requests cancelled due to same origin policy
2014-07-22 10:22:48 +02:00
Omar Trinidad Gutiérrez Méndez
130540dafc
Typo. Your -> You
2014-07-20 19:10:26 -05:00
mdipierro
27bb2ee6b8
removed some files but not all (for now)
2014-05-09 15:24:18 -05:00