Nabin Hait
8d0b3e1828
multiple minor fixes ( #5756 )
2018-07-01 16:40:18 +05:30
Shridhar Patil
c4fac7a09c
syntax error in whitelisted function throws 404 ( #5743 )
2018-06-29 15:55:19 +05:30
Suraj Shetty
644ab216ce
Check if permission needs to be ignored in link fields ( #5747 )
2018-06-29 15:53:53 +05:30
Shridhar Patil
6ec17cc37d
ignore save password based on fieldname ( #5749 )
...
* ignore save password based on fieldname
* ignore save password if flag is True
* if ignore_password is set then check for field
2018-06-29 15:52:29 +05:30
Charles-Henri Decultot
6b600e5981
Auto Repeat Enhancement ( #5738 )
2018-06-28 14:27:39 +05:30
Nabin Hait
58b7d766dd
minor fix in global search
2018-06-28 13:25:56 +05:30
Nabin Hait
c3877bf056
Reset standard json after migrating customisations to custom layer
2018-06-28 13:25:56 +05:30
Prateeksha Singh
773f9f19ff
Merge pull request #5740 from pratu16x7/modules
...
[modules] use inherent link value
2018-06-28 03:21:25 +05:30
Prateeksha Singh
0f559807db
[modules] use inherent link value
2018-06-28 03:20:34 +05:30
Rushabh Mehta
814dee9a61
[website] fix for contact.js
2018-06-27 22:01:54 +05:30
Prateeksha Singh
6721adfc17
Merge pull request #5736 from pratu16x7/webform-fixes
...
[fix][webform] asset handling via hooks
2018-06-27 17:39:49 +05:30
Prateeksha Singh
1b48fe2597
[fix][webform] asset handling via hooks
2018-06-27 17:33:23 +05:30
Prateeksha Singh
db3338db40
[fix][webform] form -> div, comply with template
2018-06-27 16:54:42 +05:30
Zarrar
a7a3d0da20
extract value from dict ( #5733 )
2018-06-27 15:13:22 +05:30
KanchanChauhan
f5554fa753
[FIx] Email address searching in receipt fails if some contacts does not have email address ( #5734 )
2018-06-27 15:12:54 +05:30
Rushabh Mehta
5f79157d0f
update issue / PR template
2018-06-27 14:19:24 +05:30
Rushabh Mehta
a5d6ee666b
[fix] for custom docs
2018-06-27 14:09:04 +05:30
Prateeksha Singh
259e5a2d55
[webform] get_all() link records
2018-06-27 12:20:59 +05:30
KanchanChauhan
e12573db2e
[Fix] Edit to Dropbox issue for private files fixed ( #5730 )
2018-06-27 09:36:40 +05:30
Faris Ansari
4c91a49083
Report fixes ( #5727 )
...
- Fix remove column
- Fix Report navigation from awesomebar
- Right align Date columns
2018-06-27 09:12:25 +05:30
KanchanChauhan
917269129c
[Fix] Dropbox issue for private files fixed ( #5728 )
2018-06-27 09:11:29 +05:30
Rushabh Mehta
f187deb331
dont add code for custom doctypes
2018-06-26 19:17:45 +05:30
Prateeksha Singh
7aef0f6c87
Merge pull request #5725 from pratu16x7/webform-fixes
...
[webform][fix] link-select field options
2018-06-26 15:59:00 +05:30
Prateeksha Singh
097428605b
[webform][fix] link-select field options
2018-06-26 15:57:49 +05:30
Frappe PR Bot
aa17f1a466
[Translation] Updated Translations ( #5716 )
2018-06-26 10:22:55 +05:30
Suraj Shetty
092807cb18
User permission patch ( #5718 )
...
* Add patch to replicate old user permissions
* Add comments and refactor code
- Rename patch file
- Add patch entry
* Fix codacy
* Remove unwanted code and code format
2018-06-26 10:16:20 +05:30
Suraj Shetty
8ef543fdcc
Update doctype names in skip_for_doctype field on doctype rename ( #5719 )
2018-06-26 10:13:37 +05:30
Ameya Shenoy
a7de780715
Merge pull request #5722 from frappe/codingCoffee-patch-1
...
to make web forms visible to the guest user
2018-06-25 20:47:55 +05:30
Ameya Shenoy
29fcb3c9fc
to make web forms visible to the guest user
2018-06-25 20:47:29 +05:30
Prateeksha Singh
150de75faf
Merge pull request #5720 from pratu16x7/global-search-fixes
...
[global-search] trim to varchar length
2018-06-25 17:42:32 +05:30
Prateeksha Singh
fdde12b85a
[global-search] trim to varchar length
2018-06-25 17:41:27 +05:30
Prateeksha Singh
d7131326b7
Merge pull request #5717 from pratu16x7/date-control-fix
...
[date-control] fix Date initiation
2018-06-25 15:58:56 +05:30
Prateeksha Singh
04974fddb6
[date-control] fix Date initiation
2018-06-25 15:57:55 +05:30
Rushabh Mehta
c0502b41d1
[minor] fix for moment defaults
2018-06-25 15:00:52 +05:30
Rushabh Mehta
4a80525414
[fix] for datepicker formatting
2018-06-25 14:27:15 +05:30
Prateeksha Singh
9d1439a8c3
Update kinder stale-bot config
2018-06-25 11:07:58 +05:30
Zarrar
2fadff05b5
clear toolbar & button before loading a new report ( #5702 )
...
* clear toolbar & button before loading a new report
* refresh field on change
2018-06-22 11:43:02 +05:30
Prateeksha Singh
a0f497edcf
[Refactor] Webforms ( #5537 )
...
* [webform] login and date control working
* [webform] text editor and autocomplete imports
* [webform] add utils (before commons) to web js
* [website][init] messages in website
* [webform][wip] date field
* [webform][purge] form via controls and values
* [webform] remove old extraneous get_data code
* [webform][purge] remove upload handler and other listeners
* [webform][new] WebForm object
* [webform] save docs
* [webform] edit profile
* [controls] import awesomplete in multiselect
* [webform] handle existing doc or new form
* [es-module] independence of grid control by import structure
* [webform] grid on website! Stage I
* [webform][grid] include meta, model and perm on website >.<
* [webform] fix payment details
* [webform][fix] get table fields
* [webform][test] remove server field html test as not required
* [webform] check document permission
* Rename WebForm.js to webform.js
2018-06-22 11:35:52 +05:30
Ameya Shenoy
b40c04a571
Merge branch 'master' into develop
2018-06-22 05:08:21 +00:00
Ameya Shenoy
3679fb3464
Merge branch 'hotfix'
2018-06-22 05:08:14 +00:00
Ameya Shenoy
a8172434de
bumped to version 10.1.37
2018-06-22 05:08:14 +00:00
Prateeksha Singh
4bf683606a
Merge pull request #5708 from pratu16x7/css-fixes
...
[style] max-width class to fulfill ellipsis usage requirement
2018-06-21 22:47:30 +05:30
Prateeksha Singh
f6472ba0b7
[style] max-width class to fulfill ellipsis usage requirement
2018-06-21 22:45:12 +05:30
Ameya Shenoy
da53a30b9e
minor fix
2018-06-21 18:38:28 +05:30
Ameya Shenoy
e6f3b5d8ac
Merge pull request #5705 from codingCoffee/mariadb_10_3
...
[fix] for mariadb version 10.3
2018-06-21 16:57:21 +05:30
Prateeksha Singh
4de1414c21
Merge pull request #5706 from pratu16x7/grid-fixes
...
[fix][grid] static area value update
2018-06-21 16:26:42 +05:30
Prateeksha Singh
2455745d91
[fix][grid] static area value update
2018-06-21 16:24:56 +05:30
Ameya Shenoy
6c02aaf16c
[fix] for mariadb version 10.3
2018-06-21 15:01:42 +05:30
Saurabh
8957600e53
Merge pull request #5703 from rohitwaghchaure/error_in_dropbox_settings
...
[Fix] Dropbox backup not working
2018-06-21 11:42:50 +05:30
Rohit Waghchaure
b7db543316
[Fix] Dropbox backup not working
2018-06-21 11:35:25 +05:30