mdipierro
|
7caf1c0794
|
Merge pull request #279 from ilvalle/fix-editor
Dynamic tab width in editor settings
|
2013-10-26 18:23:16 -07:00 |
|
ilvalle
|
94ddb6c11f
|
dynamic tab size in admin editor (all tabs are placed along the same line)
|
2013-10-24 09:48:03 +02:00 |
|
mdipierro
|
811a44fd14
|
Merge pull request #277 from ilvalle/fix-editor
codemirror 3.19 and directory cleanup
|
2013-10-23 17:44:15 -07:00 |
|
ilvalle
|
ff7cb99bfe
|
jQuery -> $ in admin editor
|
2013-10-23 14:07:51 +02:00 |
|
ilvalle
|
339de2fa41
|
codemirror 3.19 and directory cleanup
|
2013-10-23 13:31:57 +02:00 |
|
mdipierro
|
9fa1757ffb
|
Merge pull request #275 from ilvalle/fix-editor
bootstrapSwitch in admin
|
2013-10-22 15:04:01 -07:00 |
|
ilvalle
|
607897a1b0
|
boostrap switch plugin in admin
|
2013-10-22 17:36:19 +02:00 |
|
niphlod
|
22dd63d77b
|
bumped bootstrap to 2.3.2
|
2013-10-21 23:17:07 +02:00 |
|
ilvalle
|
b5f17b1acb
|
code folding in editor settings
|
2013-10-19 12:22:24 +02:00 |
|
ilvalle
|
e9c884d674
|
experimental code folding feature in admin editor
|
2013-10-19 12:18:46 +02:00 |
|
mdipierro
|
c3a7486930
|
fixed json contenttype in ajax_aditor.js, thanks Paolo
|
2013-10-12 09:48:13 -05:00 |
|
robertop23
|
4233383a98
|
Unused codemirror directories removed
|
2013-10-11 22:25:07 -04:30 |
|
mdipierro
|
06ca5e6857
|
grid refcator patch for ajax, thanks Niphlod
|
2013-10-05 08:52:45 -05:00 |
|
Paolo
|
ddf1998d49
|
codemirror 3.18 with enabled the fullscreen addon
|
2013-09-26 21:52:53 +02:00 |
|
niphlod
|
cb6ae0516c
|
pass the correct element when trapping links
|
2013-09-25 00:09:19 +02:00 |
|
mdipierro
|
d111f331ca
|
fixed issue 1196:add language subfolders, thanks jamarcer
|
2013-09-23 14:54:29 -05:00 |
|
Roberto Perdomo
|
2ebf0d12ed
|
Fix lost flash message in case of error when save editor (crtl-s). Change Esc to Ctrl-Esc to exit from Fullscreen mode, because this cause collision with the Vim mode (Esc key). Add a select into the config button to select 'default', 'vim' or 'emacs' editor
|
2013-09-22 18:36:28 -04:30 |
|
mdipierro
|
9ea82fdaaf
|
fixed issue 1686:admin editor files menu hidden when codemirror is in fullscreen mode, thanks Paolo Caruccio
|
2013-09-20 20:57:29 -05:00 |
|
niphlod
|
4f44188997
|
fixed issue when target is not none. removed useless file in admin/static/js
|
2013-09-19 21:52:45 +02:00 |
|
mdipierro
|
31a14997f8
|
Merge pull request #216 from ilvalle/ajax_title
Set document title when an ajax fragment has got a <title> element
|
2013-09-19 12:09:01 -07:00 |
|
Massimo
|
26ef508966
|
added some missing files, is admin/static/js/jquery-1.10.0.min.map correct?
|
2013-09-18 14:37:28 -05:00 |
|
Paolo
|
28b4badb9a
|
concatenation of filter and find for a better <title> discovery
|
2013-09-18 17:33:54 +02:00 |
|
niphlod
|
837808bd77
|
never got to understand ASI. Let's behave and have a semicolon.
|
2013-09-14 00:22:53 +02:00 |
|
ilvalle
|
5176890ff3
|
updated web2py.js for all apps (examples and admin)
|
2013-09-09 08:43:07 +02:00 |
|
niphlod
|
a6baead531
|
streamlined the "working..." status handling and added an example
|
2013-09-07 15:34:03 +02:00 |
|
mdipierro
|
62b59a023d
|
fixed merge
|
2013-09-06 14:45:52 -05:00 |
|
niphlod
|
79bd1d2e24
|
help preventing double submissions for normal forms too. Helps with issue #1644
|
2013-09-04 23:22:41 +02:00 |
|
niphlod
|
cd30382c0e
|
attach datetime/date/time validators only on events
|
2013-09-03 20:52:25 +02:00 |
|
niphlod
|
24bed97a51
|
fixed the order of response.js execution. Thanks @Anthony
|
2013-08-29 20:55:03 +02:00 |
|
mdipierro
|
90069aacda
|
fixed(?) count(*) problem in grid
|
2013-08-07 04:14:18 -05:00 |
|
mdipierro
|
be842ecfa9
|
Merge pull request #141 from carpaIdea/master
admin - site page - small visual enhancements
|
2013-07-19 10:11:09 -07:00 |
|
mdipierro
|
0f2f6a35f4
|
no more autocomplete for date/time inputs, thaks Paolo
|
2013-07-19 11:31:32 -05:00 |
|
mdipierro
|
79ac2cf607
|
synced web2py_bootstrap.css, fixed issue 1595:web2py_bootstrap.css in welcome, admin and examples app not in sync anymore, thanks lightdot
|
2013-07-19 04:34:47 -05:00 |
|
mdipierro
|
bf3d345ce5
|
fixed issue 1594:radio widget layout conflicts with bootstrap, thanks Paolo Caruccio
|
2013-07-19 04:33:18 -05:00 |
|
Paolo Caruccio
|
32275c00d7
|
admin - site page - small visual enhancements
|
2013-07-18 21:11:26 +02:00 |
|
Paolo Caruccio
|
1e5831969b
|
files toggle in admin, maybe as Massimo would want it
|
2013-07-18 01:56:45 +02:00 |
|
ilvalle
|
786fffe269
|
settings tab in admin editor
|
2013-07-17 11:56:47 +02:00 |
|
Paolo Caruccio
|
38828c9ece
|
customization of upload package input in admin interface
|
2013-07-15 00:27:49 +02:00 |
|
mdipierro
|
848f021f71
|
Merge pull request #134 from niphlod/issue/admin_refactor
first step to a nicer code style of admin
|
2013-07-14 12:37:02 -07:00 |
|
mdipierro
|
51eca64fde
|
Merge pull request #133 from niphlod/feature/js_inline
normalized behaviour in A() handler, fixed anonymous function block.
|
2013-07-14 12:36:00 -07:00 |
|
niphlod
|
40d1ff9d17
|
first step to a nicer code style of admin
|
2013-07-14 20:13:37 +02:00 |
|
niphlod
|
2d95327a79
|
normalized behaviour in A() handler, fixed anonymous function block.
|
2013-07-14 19:42:49 +02:00 |
|
mpranjic
|
b0ac67a8f6
|
updating jquery mobile to 1.3.1
|
2013-07-12 12:19:33 +02:00 |
|
mdipierro
|
207105a21e
|
fix to web2py_bookstrap.css, thanks Paolo
|
2013-07-11 11:35:46 -05:00 |
|
mdipierro
|
e7565845a0
|
fixed problem with web2py.js, thanks Niphlod
|
2013-07-07 12:25:31 -05:00 |
|
mdipierro
|
9ebab678c6
|
fixed problem with admin replacing text, thanks Niphlod
|
2013-07-02 07:40:00 -05:00 |
|
niphlod
|
917d2087c5
|
fixed the collapse function, refactored LOAD() to use new web2py.js
|
2013-06-27 22:31:11 +02:00 |
|
niphlod
|
81495f7cca
|
nicer alignment, removed leftovers, new listwidget and passwordwidget
|
2013-06-27 00:25:44 +02:00 |
|
mdipierro
|
cdf8ee8d85
|
web2py.js with no inline code, thanks Niphlod (this upgrade required upgrading web2py.js
|
2013-06-26 05:12:47 -05:00 |
|
ilvalle
|
867c99469c
|
codemirror 3.14
|
2013-06-21 16:03:20 +02:00 |
|