Commit Graph

443 Commits

Author SHA1 Message Date
mdipierro d6a8a3d410 Espanol language patches, thanks Vladyslav Kozlovskyy 2013-11-11 09:40:57 -06:00
Massimo e6f84c45b9 fixed 1756:scripts/sessions2trash.py doesn't work with 'separate=True', thanks Paolo Valleri 2013-11-07 10:25:29 -06:00
mdipierro 3aec2c4568 Merge branch 'master' of github.com:web2py/web2py 2013-11-06 11:11:55 -06:00
mdipierro 3defd7d7b1 fixed issue 1763 user of arrows in numerical fields 2013-11-06 11:11:01 -06:00
mdipierro ac97332393 Merge pull request #290 from erikmontes/patch-1
Closed html commment.
2013-11-06 08:32:01 -08:00
mdipierro 643e945540 fixed web2py.js for trapped non-self-submitting forms, thanks Vinicius 2013-11-06 10:30:41 -06:00
Erik Montes b52b639eed Closed html commment. 2013-11-05 14:09:01 -08:00
niphlod a6223cc319 fixes issue 1753, web2py.js doesn't set the disabled state for inputs with name 2013-10-31 21:10:37 +01:00
Massimo bb4f3d6e1a fixed issue 1755:IE11 vs gluon.contrib.user_agent - 'browser' key not existing anymore 2013-10-31 10:19:07 -05:00
mdipierro c89ed53be1 Merge pull request #286 from ilvalle/fix-editor
fix for empty python file in admin editor
2013-10-29 14:05:21 -07:00
ilvalle 1bbb99b548 fix codemirror gutter managment 2013-10-29 17:24:46 +01:00
ilvalle 7675d605ea fix width after window resize 2013-10-29 17:02:50 +01:00
ilvalle 7d5cdb9220 fix for empty file in admin editor 2013-10-28 10:17:47 +01:00
spametki 68ccf6510d admin app: changed string interpolation in T calls 2013-10-27 10:28:23 -03:00
mdipierro 1865c0b1dd Merge pull request #283 from spametki/master
Fixed wiki get render method
2013-10-26 18:25:44 -07:00
mdipierro 7caf1c0794 Merge pull request #279 from ilvalle/fix-editor
Dynamic tab width in editor settings
2013-10-26 18:23:16 -07:00
spametki 70b3edcbeb Fixed wiki get render method 2013-10-26 21:39:26 -03:00
ilvalle 6599e08d32 'Highlight current line' & 'Display line numbers' options in admin editor 2013-10-24 16:16:41 +02: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 290cb2f1a7 simplified editor's options management 2013-10-23 14:33:15 +02: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 453412fa0c added bootstrap switch in editor settings 2013-10-22 17:36:45 +02:00
ilvalle 607897a1b0 boostrap switch plugin in admin 2013-10-22 17:36:19 +02:00
mdipierro 37551a8517 Merge pull request #272 from niphlod/enhancement/boostrap_232
bumped bootstrap to 2.3.2
2013-10-21 19:34:58 -07:00
mdipierro 49111345d1 Merge pull request #269 from ilvalle/fix-editor
Fix config to save checkboxes values when they are unchecked (false)
2013-10-21 19:31:14 -07:00
niphlod 22dd63d77b bumped bootstrap to 2.3.2 2013-10-21 23:17:07 +02:00
ilvalle 845694beb6 Fix config to save checkboxes values when they are unchecked (false) 2013-10-21 09:57:36 +02:00
mdipierro 9afdf01430 PRAGMA foreign_keys=ON by default 2013-10-20 15:46:41 -05:00
mdipierro a68ac4fc02 Merge pull request #268 from spametki/master
imap: use common field types plus appadmin support
2013-10-20 07:56:59 -07:00
mdipierro 3dde465427 Merge pull request #267 from ilvalle/fix-editor
Tab width (new option in editor settings)
2013-10-20 07:56:18 -07:00
spametki f77232740c imap: return to common field type for attachment and content plus appadmin imap support 2013-10-20 08:38:07 -03:00
ilvalle 56f251ca0c tab size in editor settings and better options management 2013-10-20 08:40:05 +02:00
mdipierro 9282bfcc60 fixed issue 1732:ignore_common_filters missing in appadmin, thanks mweissen 2013-10-19 17:41:17 -05:00
mdipierro ee33f2a4a8 Merge pull request #265 from spametki/master
Fixed imap get_last_message to return positive integer (google code issue 1729)
2013-10-19 15:33:46 -07:00
spametki 58e4cd91cc Fixed imap get_last_message to return positive integer 2013-10-19 09:57:08 -03: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
ilvalle 037b499cb2 correct editor's mode when editing javascript 2013-10-17 16:32:22 +02:00
ilvalle f4fc987597 editor cleanup (second pass) 2013-10-17 16:20:06 +02:00
ilvalle 580bc6fd6e editor works again when is_mobile=True (No tabs when is mobile) 2013-10-17 16:10:53 +02:00
ilvalle c91e6160fe initial editor cleanup and html fix 2013-10-17 15:25:12 +02:00
spametki 37e0e1c384 Added missing plugin download views 2013-10-14 15:12:14 -03:00
spametki 62061ae737 admin app plugin download feature 2013-10-14 15:05:20 -03:00
mdipierro 050c4075b8 Merge pull request #258 from niphlod/issue/graph_contenttype
return the correct content-type for the graph
2013-10-13 18:48:56 -07:00
niphlod db8ce08794 return the correct content-type for the graph 2013-10-13 21:29:32 +02:00
niphlod 4b2f599f4b response.static_version support in admin 2013-10-13 21:26:17 +02:00
spametki c6f048adc7 IMAP: insert support for base64 attachment payload 2013-10-12 17:28:57 -03:00