Faris Ansari
a406e5db68
Kanban board fixes ( #5933 )
...
* class.extend -> es6 class
* fix(kanban): Fix kanban creation from sidebar
Creating custom fields from client side breaks in cases when DDL
queries and normal queries were run simultaneously.
Now, we do the heavy lifting on the server side
Also, moved kanban specific code from list_sidebar to kanban_view
* style: replace function with arrow functions
* style: semicolon
2018-08-07 14:41:51 +05:30
Saurabh
bece82d6ab
Resolved merge conflicts
2018-08-07 12:47:01 +05:30
Saurabh
c6a97a23db
Merge branch 'hotfix'
2018-08-07 12:42:53 +05:30
Saurabh
e3382f8aec
bumped to version 10.1.45
2018-08-07 13:12:53 +06:00
Saurabh
66ce0998b9
Merge pull request #5936 from codingCoffee/dropbox
...
[minor][feature] make dropbox and S3 backup successful email optional
2018-08-07 12:31:33 +05:30
Ameya Shenoy
1d89dcea75
[minor][feature] make email for successful S3 backup optional
2018-08-06 22:49:37 +00:00
Ameya Shenoy
51d5577bb1
[minor][feature] make dropbox backup successful message optional
2018-08-06 22:38:40 +00:00
Ameya Shenoy
d5aec6e80c
Merge pull request #5925 from netchampfaris/md_to_html
...
Add utility frappe.utils.md_to_html
2018-08-06 16:10:20 +05:30
Rushabh Mehta
1e84e63838
fix(webform): save first without checking mandatory if has files
2018-08-06 16:00:01 +05:30
Rushabh Mehta
9bcc89b750
fix(webform): process Attach Image type
2018-08-06 15:46:52 +05:30
Rushabh Mehta
11161c099d
fix(webform): attach and save workflow
2018-08-06 14:28:44 +05:30
Rushabh Mehta
5863f5d4ec
fix(webform): attachments and date
2018-08-06 14:28:44 +05:30
Prateeksha Singh
04bc51a398
[hotfix] prevent jinja exec in search title ( #5930 )
2018-08-06 13:02:03 +05:30
Prateeksha Singh
2bd8678357
prevent jinja exec in search title ( #5928 )
2018-08-06 12:59:23 +05:30
Ameya Shenoy
ed5e0b4628
Merge pull request #5916 from rohitwaghchaure/total_rows_not_showing_proper_value
...
[Fix] Total amount not showing proper if rows has blank value
2018-08-06 12:33:27 +05:30
Rushabh Mehta
a07e76d27e
permission(webforms): attachments private
2018-08-05 22:29:06 +05:30
Faris Ansari
0a6deadc91
fix(syntax highlighting): Better syntax highlighting
...
- Update markdown2 to 2.3.5
- Only load syntax files for languages we support
- Enable highlightjs-lang extra to add class to code blocks
2018-08-05 20:04:13 +05:30
Faris Ansari
60f9e2c973
Add utility frappe.utils.md_to_html
...
- Replace all occurences of manual imports with this utility
- Also enable extras
- fenced-code-blocks
- tables with class 'table table-bordered'
- header-ids
2018-08-05 18:19:25 +05:30
Rushabh Mehta
bb67915445
feature(web-form): enable client scripts in web form ( #5924 )
2018-08-05 14:49:55 +05:30
Ameya Shenoy
1a8b4812d5
Merge pull request #5923 from codingCoffee/section
...
allow 1st row to be a section/column break
2018-08-04 22:34:36 +05:30
Ameya Shenoy
9ee7c6a195
allow 1st row to be a section break
2018-08-04 16:40:03 +00:00
Rushabh Mehta
db51e4441a
fix(attach) for web forms
2018-08-04 21:51:49 +05:30
Rushabh Mehta
a886fa1d6e
fix(dependency) in field_group
2018-08-04 21:09:16 +05:30
Ameya Shenoy
2962b4c163
Print the doctype when migrations break ( #5921 )
2018-08-04 16:25:46 +05:30
Rushabh Mehta
3600b55f58
fix(webform grid): click on edit and list view ( #5922 )
2018-08-04 16:24:38 +05:30
Ameya Shenoy
42e97a6119
Merge pull request #5920 from codingCoffee/description
...
pull description in web form
2018-08-04 15:08:55 +05:30
Ameya Shenoy
e190024105
pull description in web form
2018-08-04 09:37:41 +00:00
Ameya Shenoy
079827aa50
fetch more fields in webform via get_fields ( #5918 )
2018-08-04 14:12:12 +05:30
Rohit Waghchaure
7a77093bed
[Fix] Total amount not showing proper if rows has blank value
2018-08-03 15:59:27 +05:30
Ameya Shenoy
b939458ed6
Allow get list for webform ( #5915 )
2018-08-03 14:56:06 +05:30
Prateeksha Singh
55120189d3
Merge pull request #5914 from pratu16x7/upload
...
[webform][fix] add upload dependencies
2018-08-03 13:03:50 +05:30
Prateeksha Singh
54232b8bf1
[webform][fix] add upload dependencies
2018-08-03 13:03:11 +05:30
Prateeksha Singh
6518507091
Merge pull request #5913 from pratu16x7/webform-list
...
Webform list in Datatable, add show_in_grid flag in webform
2018-08-02 19:56:41 +05:30
Prateeksha Singh
93fd9dfce9
[webform-list] Abstract out grid_list
2018-08-02 19:54:53 +05:30
Prateeksha Singh
b2d1f00e50
add show_in_grid flag in webform
2018-08-02 19:47:36 +05:30
Prateeksha Singh
6c80e56532
implement webform list using Datatable
2018-08-02 19:32:18 +05:30
Prateeksha Singh
95d13d1000
Merge pull request #5908 from pratu16x7/login-page
...
[login-page] add semantic classes
2018-08-01 18:20:46 +05:30
Prateeksha Singh
71d4b807ce
[login-page] add semantic classes
2018-08-01 18:20:07 +05:30
Rushabh Mehta
dd26983e0a
import dialog in messages
2018-08-01 17:54:21 +05:30
Rushabh Mehta
4adb217ad7
[fix] clear cache after migrate
2018-08-01 16:11:05 +05:30
Prateeksha Singh
2d5bb3468e
Merge pull request #5901 from netchampfaris/frappeclient
...
Allow guest connection in FrappeClient
2018-08-01 13:51:35 +05:30
Prateeksha Singh
544707d478
Merge pull request #5905 from netchampfaris/frappe-client
...
Extract traceback from failed FrappeClient request and frappe.throw it
2018-08-01 13:04:01 +05:30
Prateeksha Singh
189cea3339
Merge pull request #5904 from netchampfaris/get-url-fix
...
Pick port from webserver_port in get_url
2018-08-01 12:50:52 +05:30
Faris Ansari
3960f0a5f5
Formatting
2018-08-01 12:39:37 +05:30
Faris Ansari
5b3b2a9617
Extract traceback from failed FrappeClient request and frappe.throw it
2018-08-01 12:29:20 +05:30
Ameya Shenoy
dc41c2a23a
Merge branch 'master' into develop
2018-08-01 06:22:48 +00:00
Ameya Shenoy
aeed481051
Merge branch 'hotfix'
2018-08-01 06:22:44 +00:00
Ameya Shenoy
ecd881628f
bumped to version 10.1.44
2018-08-01 06:22:44 +00:00
Faris Ansari
e41cde264d
Update frappeclient.py
2018-08-01 11:44:24 +05:30
Ameya Shenoy
9bc18213a4
Merge pull request #5903 from rmehta/codingCoffee-strict_email
...
[email] smtp connection per sender
2018-08-01 11:40:34 +05:30