Commit graph

824 commits

Author SHA1 Message Date
Prateeksha Singh
168addbfb2 [webform] allow_read to bypass permissions on Link options 2018-09-20 10:32:20 +05:30
Ameya Shenoy
6221bf2f15
web_form_class: using value instead of get_value 2018-08-31 10:12:26 +00:00
Ameya Shenoy
a302501752
webform: render image in web form using setTimeout 2018-08-30 14:03:47 +00:00
Ameya Shenoy
6ebc9581fc
grid_list: fixed event binding on paging 2018-08-27 11:04:19 +00:00
Faris Ansari
aeed1979f6 Portal list filters (#6007)
* Add list filters in portal

* Show label on input
2018-08-24 15:14:31 +05:30
Prateeksha Singh
9f04cfc968 [webform][attachments] allow saving filename, insert file path later 2018-08-23 10:03:28 +05:30
Mohamed_Alsum
893b7e0980 remove duplicate error mgs on submit web_form (#5972)
* remove dublicate error mgs on submit web_form

* show side-bar in RTL lang
2018-08-20 10:39:54 +05:30
Ameya Shenoy
2d62d12521
Merge pull request #5979 from pratu16x7/webform-delete
[webform-list] add delete multiple to list table
2018-08-17 11:29:08 +05:30
Prateeksha Singh
23ca07769d [webform-list] add delete multiple to list table 2018-08-17 11:27:24 +05:30
Ameya Shenoy
e0853af409 web form allow others 2018-08-16 13:45:05 +05:30
Rushabh Mehta
67688c0583 layout(website theme): make a cleaner layout 2018-08-16 10:42:57 +05:30
Ameya Shenoy
8d0212464e
Enable link fields in webform 2018-08-14 12:15:54 +00:00
Prateeksha Singh
512924a28e [web_form_class] style cleanup 2018-08-14 14:34:49 +05:30
Prateeksha Singh
2c0abc3656 add notation for server-side get_in_list_view_fields() 2018-08-14 12:55:07 +05:30
alsum
c967767b7a showing-table-header-in-webform 2018-08-13 17:20:46 +02:00
Rushabh Mehta
bd5c27a30f
fix(webform): allow link fields in web form (#5950)
* fix(webform): allow link fields in web form

* fix(webform): don't allow advanced search in links'
2018-08-09 09:27:37 +05:30
Faris Ansari
2535eb3131 [Website Slideshow] Button to fetch attached images from a doc (#5938) 2018-08-07 18:31:11 +05:30
Faris Ansari
12ea6c03e9
fix(webform): fallback values for sysdefaults (#5940) 2018-08-07 17:10:29 +05:30
Rushabh Mehta
0f95b2c964 fix(webform): ignore mandatory on insert only if files 2018-08-07 14:59:28 +05:30
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
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
3600b55f58
fix(webform grid): click on edit and list view (#5922) 2018-08-04 16:24:38 +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
Ameya Shenoy
b939458ed6 Allow get list for webform (#5915) 2018-08-03 14:56:06 +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
Rushabh Mehta
4adb217ad7 [fix] clear cache after migrate 2018-08-01 16:11:05 +05:30
Prateeksha Singh
ec8677e9c2 add depends_on field in webform (#5896) 2018-07-31 12:49:35 +05:30
Rushabh Mehta
3bc8479438 [add] get fields in webform 2018-07-30 16:17:43 +05:30
Faris Ansari
737330247e [website] Load chat only if chat is enabled (#5874)
* [website] Load chat only if chat is enabled

* Update website.js
2018-07-27 10:43:35 +05:30
Nabin Hait
2b14116d83
Fixed webform perms and set defaults based on url params (#5856) 2018-07-24 11:06:04 +05:30
Rushabh Mehta
a62e783bc0 [fix] webform for list 2018-07-19 14:24:51 +05:30
Rushabh Mehta
47a9c05b72 [fix] for webform css 2018-07-19 12:15:34 +05:30
Faris Ansari
32b4977596 Create a moment bundle and include it in webform 2018-07-12 16:23:25 +05:30
Faris Ansari
0b44529dc9
Moment (#5808)
- Add npm packages
- Add moment builds in frappe-web
- Remove import statements to avoid duplicate loading of moment
2018-07-11 14:52:07 +05:30
Rushabh Mehta
8eb5e51042 [style] for webforms and login 2018-07-10 15:22:40 +05:30
Prateeksha Singh
cfec4c13df [build-docs][context] look for _sidebar.json in parent directories (#5715)
* [build-docs][context] look for _sidebar.json in parent directories

* [build-docs] stop sidebar search at /www dir

* [website-render] use look_for_sidebar_json hook

* [website-sidebar] add hooks check
2018-07-02 21:51:02 +05:30
Prateeksha Singh
18421bb030 [fix][remove] webform section-body for alignment 2018-07-02 10:53:50 +05:30