Rohit Waghchaure
06566e5036
[Fix] Case sensitive for the doctype name in the options
2018-09-19 16:39:59 +05:30
Sibidharan Nandhakumar
d46c1b5491
Fix #6068
...
Fix #6068 where empty options keep adding on each save for fieldtype select.
2018-09-11 21:57:47 +05:30
Shreya Shah
54238c7e4c
Fix comment mentions again ( #5945 )
...
* Fix comment mentions again
* Improvise as per suggestion
* Show mentions based on emails instead of names
2018-08-13 10:30:21 +05:30
Faris Ansari
b5d967677a
Merge pull request #5935 from codingCoffee/whitespace
...
[fix] Prevent trailing spaces in Options for Select field
2018-08-10 18:20:42 +05:30
Ameya Shenoy
71efb0e8e6
[fix] scrub options of whitespace
2018-08-07 13:02:10 +00:00
Ameya Shenoy
7cc7319a8a
DocType name should not have hyphens in it ( #5934 )
2018-08-07 14:39:39 +05:30
Rushabh Mehta
e2b802f0f1
Revert "[First Cut] Address Info for customer ( #5872 )" ( #5873 )
...
This reverts commit 9b78824946 .
2018-07-26 12:58:43 +05:30
Saurabh
9b78824946
[First Cut] Address Info for customer ( #5872 )
2018-07-26 12:47:30 +05:30
Shreya Shah
b2fbb35efa
Fix comment mentions to avoid html tags ( #5865 )
...
* Fix comment mentions to avoid html tags
* Add a test case
2018-07-24 16:34:18 +05:30
Shreya Shah
4b75e5b16e
Fix comment mentions ( #5820 )
...
* Show names for mentions instead of usernames
* Modify regex to allow email ids as mentions
* Modify get_value to fetch recipients based on names
* Add test case for regex
2018-07-16 17:58:01 +05:30
rohitwaghchaure
6f84e922f8
[Fix] Brute force security ( #5785 )
...
* [Fix] Brute force security
* Added patch and change the error message
* Added test case
2018-07-11 11:14:05 +05:30
Manas Solanki
78c839eb5f
handle Int overflow ( #5607 )
...
* handle the int overflow
- convert the int to the bigint if the length is more than 11
* proper formatting
2018-05-25 10:47:44 +05:30
Ameya Shenoy
4f4a169526
Prevents circular linking of docs ( #5589 )
...
* Prevents circular linking of docs
- also added test case to check if code to prevent circular linking of
doctypes works
* created a CircularLinkingError class
- this can be used later if circular linking error needs to be thrown
elsewhere
2018-05-24 12:07:02 +05:30
Rushabh Mehta
1fc8cec2c6
[minor] removed duplicate notify_by_email
2018-05-21 12:27:54 +05:30
Nabin Hait
09cbf49ff1
Increase the length of Singles table columns ( #5540 )
2018-05-08 15:12:00 +05:30
ci2014
8b2e4a5f4c
Check for list_renderer before accessing settings ( #5469 )
...
* Check for list_renderer before accessing settings
In the master version of frappe, in the first attempt of calling the file manager (when onload is called) the report doesn't build, because in the report view, there is no such attribute list_renderer available.
In that change we check if the list renderer is not undefined and only setup the menu, drag and drop and copy function, when the list_renderer object is available.
This problem might not occur in the developer versions (datatables), but many people still work with the master version and need a working file manager report.
* Update file_list.js
2018-05-04 13:15:30 +05:30
Faris Ansari
1ccf9d85b8
get_emails_from_role should only pickup enabled users ( #5504 )
2018-05-02 11:02:07 +05:30
Zarrar
efa359e201
restore original permissions for standard and custom doctypes ( #5498 )
2018-04-30 11:29:05 +05:30
Manas Solanki
a79513fc2a
Fix autoname in data_import.py ( #5474 )
2018-04-20 11:41:59 +05:30
Nabin Hait
de63fa5737
Sync optimization related to varchar length and index on version table ( #5437 )
...
* Sync optimization related to varchar length and index on version table
* Minor fix
2018-04-17 11:58:01 +05:30
Shreya Shah
64fe2749cb
avoid link validation error in authentication ( #5415 )
2018-04-16 01:25:34 -08:00
Rushabh Mehta
74046de5dd
[minor]
2018-04-16 10:57:33 +05:30
Manas Solanki
68377501fc
increase the field limit for the csv file ( #5438 )
2018-04-15 21:15:02 -08:00
rohitwaghchaure
75ec77193e
Removed administrator from the email list of cc, bcc ( #5416 )
2018-04-09 12:43:11 +05:30
rohitwaghchaure
4c032eabbe
Removed owner of the document from the BCC ( #5401 )
2018-04-07 19:55:45 +05:30
rohitwaghchaure
0b251f44fb
[Fix] Owner of the document not getting the notifications for transactions they follow ( #5396 )
2018-04-06 14:54:29 +05:30
Faris Ansari
6f65870e6d
Email Notification Count fix ( #5374 )
...
* Email count should be for "Received" mails
* fix typo
2018-04-05 12:07:32 +05:30
Manas Solanki
80e20c47c3
fix the import for item variant ( #5344 )
2018-04-04 11:08:26 +05:30
Ameya Shenoy
b175c3c555
minor fix for database usage display ( #5302 )
2018-03-28 14:39:28 +05:30
Faris Ansari
73aeb5ea96
fix test
2018-03-21 15:27:24 +05:30
Achilles Rasquinha
d00b20a610
user image fix
2018-03-21 12:37:04 +05:30
Rohit Waghchaure
1f2c9b6ea4
Letterhead cleanup
2018-03-14 07:06:14 +05:30
rohitwaghchaure
4e383ed32e
[Fix] Letterhead did not show up on email alert attachment ( #5192 )
2018-03-13 18:11:46 +05:30
Zarrar
582e1a8c2c
[Hotfix] Skip notification count on Desk for Reports and Toggle charts based on Filter ( #5080 )
...
* fix desktop crash after adding item balance report (simple) icon
* toggle true when changing report filter range
2018-02-26 12:27:26 +05:30
Nabin Hait
f07a9cf17f
Delete duplicate custom fields ( #5070 )
...
* Delete duplicate custom fields
* Delete duplicate custom fields
2018-02-23 16:16:49 +05:30
Rushabh Mehta
f20da41bf6
[fix] rename custom fields before sync if name conflicts ( #5062 )
...
* [fix] rename custom fields before sync if name conflicts
* [minor] re-add text_type
* Update doctype.py
2018-02-23 11:10:21 +05:30
Saurabh
6a23461b42
[fix] Send email with no letterhead if print letterhead is unchecked on print preview ( #4816 )
...
* [fix] send email with no letterhead if print letterhead is unchecked on print priview
* [fix] if not on print preview page, pull with_letterhead from print settings
* remove redundant if condition
* minor
2018-02-19 11:25:14 +05:30
Zarrar
974d49dd09
fix keys not defined error ( #5023 )
2018-02-16 15:15:18 +05:30
Faris Ansari
99b4278f84
[report] Handle rows which can be list of dict ( #4987 )
2018-02-09 14:28:07 +05:30
Achilles Rasquinha
9743e5091c
fixed import
2018-02-09 11:25:09 +05:30
Achilles Rasquinha
9790a8067a
PY2-PY3 compat
2018-02-09 11:22:18 +05:30
Achilles Rasquinha
8f0e0fc647
Fixed Unicode to ASCII doc
2018-02-09 11:03:22 +05:30
Manas Solanki
76262c4657
don't show import button if import is in progress ( #4960 )
2018-02-02 17:06:18 +05:30
Nabin Hait
119f284225
Validation for file header ( #4959 )
2018-02-02 15:34:05 +05:30
Nabin Hait
c328c27f85
minor fix
2018-01-30 15:35:25 +05:30
Achilles Rasquinha
6a238b0048
Send me a Copy not in BCC ( #4874 )
2018-01-19 12:15:07 +05:30
rohitwaghchaure
3e187d7d50
[Fix] Showing status as Replied after adding the comment in the emails ( #4865 )
2018-01-18 15:37:46 +05:30
rohitwaghchaure
cf4060d632
[Fix] Feedback issue ( #4867 )
2018-01-18 15:37:28 +05:30
Manas Solanki
edbbf4b464
add the field attach_to_field in the file ( #4823 )
2018-01-15 18:10:53 +05:30
rohitwaghchaure
7e7ecdb2ab
[Fix] Submit option not visible in the role permisison manager ( #4786 )
2018-01-09 11:34:26 +05:30