Shivam Mishra
efa8263d2b
Merge pull request #7102 from scmmishra/hotfix
...
fix: Proxied `validate_email_add`
2019-03-22 15:18:56 +05:30
scmmishra
349132f392
fix: Proxied validate_email_add
2019-03-22 15:00:16 +05:30
Rushabh Mehta
3e41c9421b
Merge pull request #7098 from sunnyakaxd/patch-5
...
fix: Variable bleed in response
2019-03-22 14:14:01 +05:30
Himanshu Mishra
d0eb066fa4
Variable bleed in response
2019-03-21 16:49:35 +05:30
Saurabh
8134ffcb35
Merge branch 'hotfix'
2019-03-20 14:30:47 +05:30
Saurabh
1e4abd4f5b
bumped to version 11.1.15
2019-03-20 15:00:47 +06:00
Suraj Shetty
d30cd0b4b4
Merge pull request #7090 from saurabh6790/password_fix
...
fix: do not check password strength while creating system manager
2019-03-20 13:24:55 +05:30
Saurabh
4ae92edfb9
fix: do not check password strength while creating system manager
2019-03-19 14:40:29 +05:30
Aleksas Pielikis
70ac6f5c4e
fix(email): Fixed py3 email byte-content decoding ( #7058 )
...
* Email decode from bytes fix added.
* Correction according to comments.
2019-03-18 13:08:06 +05:30
Rushabh Mehta
1a25daf6c1
Merge pull request #7020 from ElasticRun/shift-db
...
fix: compulsorily shift db
2019-03-15 09:09:26 +05:30
Suraj Shetty
a1082554ac
Merge pull request #7080 from netchampfaris/fix-report-datatable-hotfix
...
fix: Report fixes
2019-03-14 20:25:25 +05:30
Faris Ansari
9594c300e1
fix: Report fixes
...
- Blank ID column when switching from another report
- Print should show sorted and filtered rows
2019-03-14 14:26:02 +05:30
Shivam Mishra
35afcac182
fix: editor does not allow html rendering ( #7062 )
...
Removed the following line
```javascript
c.content_html.replace(/</g,"<").replace(/>/g,">")
```
This line would replace the escaped lt/gt with angular brackets, resulting in the content being rendered as html.
The consequence is that someone can enter a peice of malicious javascript code that would get executed
2019-03-13 13:59:09 +05:30
Sagar Vora
280854fd6b
feat: allow regional js in list view ( #7066 )
...
Required for https://github.com/frappe/erpnext/pull/16907
2019-03-13 13:58:34 +05:30
Frappe Bot
37fa2dc7f6
Merge branch 'hotfix'
2019-03-08 09:00:40 +00:00
Frappe Bot
907aacc1cf
bumped to version 11.1.14
2019-03-08 09:00:40 +00:00
rohitwaghchaure
952dcedcc9
Merge pull request #7042 from rohitwaghchaure/after_bench_migrate_system_uncheck_disable_prepared_report
...
fix: after bench migrate system uncheck Disable Prepared Report in the report
2019-03-07 18:20:38 +05:30
Rohit Waghchaure
80bb7cba8f
fix: after bench migrate system uncheck Disable Prepared Report in the report
2019-03-07 17:33:50 +05:30
Faris Ansari
83101c2682
Merge pull request #7034 from surajshetty3416/refactor-and-fixes
...
fix: Refactor frappe.require(web version) and fix timeline
2019-03-07 14:38:52 +05:30
Sagar Vora
7974880460
fix: remove tag not working for tags with sanitised labels ( #7033 )
...
Fixes https://github.com/frappe/erpnext/issues/12501
Before:

After:

2019-03-07 14:37:28 +05:30
sahil28297
7eb94a2d35
Merge pull request #7036 from sahil28297/create_contact_patch
...
fix(patch): ignore mandatory for creating contact through patch
2019-03-07 12:57:08 +05:30
Sahil Khan
964fe26801
fix(patch): ignore mandatory for creating contact through patch
2019-03-07 12:38:53 +05:30
Suraj Shetty
b230b83590
fix: frappe.require style import
2019-03-07 11:04:10 +05:30
Suraj Shetty
ccfc02bcbb
fix: Set owner of doc as 'Guest' if doc.owner is undefined
...
- instead of seting owner as loggedin user
2019-03-07 10:16:41 +05:30
Suraj Shetty
ef0eb75aa7
feat: refactor frappe.require(website version) to add multiple
...
script import
2019-03-07 10:09:13 +05:30
Suraj Shetty
8ae185f7ff
chore: Set ecmaVersion = 8 in eslintrc to allow async await syntax
2019-03-07 10:07:10 +05:30
Suraj Shetty
dcf3d2d061
fix: Avoid default of field if its depends_on field is not set ( #7004 )
...
Avoid default of field if its depends_on field is not set
For example, We have a field **represents_company** in Customer DocType. This field is relevant only if the **Is Internal Customer** checkbox is checked. So the problem is even if **is_internal_customer** is unchecked by default the system sets the default for **represents_company**.
This PR fixes that.
2019-03-07 10:06:00 +05:30
FinByz Tech Pvt. Ltd
245a8186af
fix: Allowed guest to attach files to web forms ( #7017 )
...
Created the fix for the issue [#6774 ](https://github.com/frappe/frappe/issues/6774 ), in which guest can attach files in web forms like job application.
2019-03-06 22:48:11 +05:30
Rushabh Mehta
9df07891ff
fix(xmlx): handle unparseable HTML
2019-03-06 16:11:06 +05:30
Rushabh Mehta
fd8aad457a
fix(query_report): fix progress bar to be shown only for reports over 5 seconds
2019-03-06 14:52:22 +05:30
Rushabh Mehta
a9db41aaf2
Merge pull request #7018 from rmehta/fix-db-query-null-fuelds
...
fix(db_query): handle null in fields list
2019-03-06 08:53:38 +05:30
Rushabh Mehta
ce6d6936c3
fix(style): quill
2019-03-06 08:52:30 +05:30
Himanshu Mishra
2585a56f6f
compulsorily shift db
2019-03-05 17:52:18 +05:30
Rushabh Mehta
43fe6bd152
fix(db_query): handle null in fields list
2019-03-05 10:26:26 +05:30
Suraj Shetty
d04188283c
Merge pull request #6991 from sagarvora/fetch_only_once
...
feat(core): New DocField "Fetch If Empty"
2019-03-04 12:31:18 +05:30
Suraj Shetty
85f5fcf0de
Merge pull request #6999 from Anurag810/web_form_fixes
...
fix: web form will show footer save button only if the form is greater than window height
2019-03-04 12:23:57 +05:30
Suraj Shetty
1b1bea7b6d
chore: fix minor formatting
2019-03-04 12:09:25 +05:30
Anurag Mishra
c9aef2bfe9
fix: typo
2019-03-04 11:46:30 +05:30
Rushabh Mehta
abaf87342d
Merge pull request #7011 from deepeshgarg007/chat_profile
...
fix: Chat profile not found err msg fix
2019-03-02 19:50:19 +05:30
FinByz Tech Pvt. Ltd
bfa4a2c82c
fix: Removed unexpected keword argument 'indicator' ( #7010 )
...
Removed unexpected keyword argument 'indicator' from frappe.throw function.
2019-03-02 19:37:28 +05:30
deepeshgarg007
347a6dc17f
fix: Chat profile not found err msg fix
2019-03-02 17:15:05 +05:30
Frappe Bot
c7d567c54d
Merge branch 'hotfix'
2019-03-01 09:10:17 +00:00
Frappe Bot
e0e8b54fc2
bumped to version 11.1.13
2019-03-01 09:10:17 +00:00
Rushabh Mehta
b288522f3f
Merge pull request #7006 from rohitwaghchaure/indexing_for_workflow_action
...
(fix, workflow action): added indexing for user and status columns
2019-03-01 09:08:53 +05:30
Rushabh Mehta
f0ff4fb6bf
Merge pull request #7007 from rohitwaghchaure/errprint_not_working
...
fix: errprint not working
2019-03-01 09:08:31 +05:30
Rohit Waghchaure
ae67ced14d
fix: errprint not working
2019-02-28 20:23:06 +05:30
Rohit Waghchaure
7aad78be75
(fix, workflow action): added indexing for user and status columns
2019-02-28 18:55:57 +05:30
Frappe Bot
e64757f98e
Merge branch 'hotfix'
2019-02-28 10:05:31 +00:00
Frappe Bot
c72c83c400
bumped to version 11.1.12
2019-02-28 10:05:31 +00:00
Rushabh Mehta
b480c6af44
Merge pull request #6995 from Anurag810/unlink_contact
...
fix: Unlink user with contact during user deletion.
2019-02-28 12:51:31 +05:30