Commit graph

770 commits

Author SHA1 Message Date
Maxwell Morais
26278cae85 Error Snapshot Feature 2015-12-16 19:39:55 +05:30
Anand Doshi
b431be82a1 [fix] catch IOError in web url based thumbnail 2015-12-16 11:32:19 +05:30
Anand Doshi
8a5addaae7 [feature] Private files. Fixes #927
- Option during upload + all new incoming email files will be private
- Paired with @rmehta
2015-12-09 14:02:14 +05:30
Rushabh Mehta
33127a8ec4 [minor] catch ssl error while make thumbnail 2015-12-01 15:52:06 +05:30
Rushabh Mehta
cfb8c9cab3 [minor] validate file is attached 2015-11-30 10:50:45 +05:30
Rushabh Mehta
d0baea0d4b [fix] remove not-implemented feature convert_to in Communication 2015-11-30 10:31:01 +05:30
Anand Doshi
175ed78f8a [hotfix] catch exception during thumbnail generation 2015-11-26 18:09:21 +05:30
Rushabh Mehta
d38a954766 [minor] catch missing file error and just show message while making thumbnail 2015-11-26 10:29:00 +05:30
Anand Doshi
b7023cf832 Merge pull request #1434 from anandpdoshi/fix/thumbnail-without-extn
[fix] handle the case when the image used for thumbnail generation does not have an extension
2015-11-25 19:28:07 +05:30
Rushabh Mehta
49ef4130be [minor] allow administrator to edit Page (for role) 2015-11-25 18:24:08 +05:30
Anand Doshi
c14e8b7def [fix] handle the case when the image used for thumbnail generation does not have an extension 2015-11-25 17:54:04 +05:30
Anand Doshi
a8ed449ff3 Merge pull request #1424 from anandpdoshi/fix/print-hide-if-0
[fix] Ability to hide a field in print if its value is 0
2015-11-25 17:28:43 +05:30
Anand Doshi
e5a2524820 [fix] Ability to hide a field in print if its value is 0 2015-11-25 16:33:37 +05:30
Anand Doshi
cf05af9444 Merge pull request #1426 from anandpdoshi/fix/validate-upload-size-in-js
[fix] Validate max file size before upload
2015-11-25 11:46:35 +05:30
Anand Doshi
57d42989ac Merge pull request #1417 from rmehta/app-store
[enhancement] App Installer
2015-11-25 11:42:59 +05:30
Anand Doshi
3ffbe7555a [fix] thumbnail generation when the image url doesn't have an extension 2015-11-24 17:17:44 +05:30
Anand Doshi
a066704b8d [fix] Validate if non-unique values exist if Unique is checked 2015-11-23 12:18:44 +05:30
Anand Doshi
91737aa9e7 [hotfix] data import fix 2015-11-20 18:06:30 +05:30
Anand Doshi
23a011de01 [fix] log email sending error in frappe.tasks.sendmail 2015-11-19 19:05:44 +05:30
Anand Doshi
5621ba30c0 [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:09:44 +05:30
Rushabh Mehta
d977d027cf [enhancement] App Installer 2015-11-18 16:52:24 +05:30
Anand Doshi
56b6367ebe [fix] Check bulk limit before sending communication. Also improved the bulk limit exceeded message. 2015-11-18 15:27:21 +05:30
Anand Doshi
aee558a461 [minor] show site url in new user email 2015-11-18 13:06:14 +05:30
Anand Doshi
357e61f9d5 [fix] injection 2015-11-17 18:27:29 +05:30
Anand Doshi
4f15d0380c [fix] change permlevel of User fields like login before/after, restrict IP 2015-11-09 11:06:08 +05:30
Anand Doshi
0c1e59fc43 [fix] allow renaming a custom doctype 2015-11-09 10:50:58 +05:30
Anand Doshi
32edec73eb [fix] frappe.throw in doctype 2015-11-09 10:48:13 +05:30
Anand Doshi
753f4f7df5 [enhancement] Play sounds for certain actions 2015-11-03 21:50:50 +05:30
Rushabh Mehta
d939e1cba4 Merge pull request #1388 from rmehta/doctype-rename-stop
[fix] rename doctype fix and file exception
2015-11-02 15:39:33 +05:30
Anand Doshi
2b8cfe61f3 [fix] issues encountered migrating from v3/4 to 6 2015-11-02 14:50:38 +05:30
Rushabh Mehta
a1cfa1f86b Merge pull request #1385 from rmehta/desktop-reorg
[cleanup] desktop re-organization
2015-11-02 14:38:04 +05:30
Rushabh Mehta
02ec8fa752 [fix] rename doctype fix and file exception 2015-11-02 14:25:34 +05:30
Rushabh Mehta
22b828f55d [cleanup] desktop re-organization 2015-10-30 16:18:36 +05:30
Anand Doshi
3036f2a37d [fix] Track when user was last active 2015-10-29 18:00:03 +05:30
Anand Doshi
fa94330dbf [fix] validate if file exists in the file system 2015-10-27 16:54:24 +05:30
Anand Doshi
debc641f36 [fix] load page_js via hook 2015-10-27 14:51:35 +05:30
Nabin Hait
9f9ed0304b [fix] Validate title field 2015-10-26 16:08:25 +05:30
Nabin Hait
e287fa1bd6 Merge pull request #1354 from anandpdoshi/image-extn-detection
[fix] detect image extension from content headers if extension isn't of image type
2015-10-26 14:50:06 +05:30
Nabin Hait
4eafa9db25 Merge pull request #1356 from anandpdoshi/email-cc-message
[fix] Show CC in the footer
2015-10-26 14:17:19 +05:30
Anand Doshi
de4efdb705 [fix] Communication Medium. Fixes #1357 2015-10-23 21:09:31 +05:30
Anand Doshi
5159073720 [fix] Show CC in the footer 2015-10-23 17:23:21 +05:30
Anand Doshi
138c7ad012 [fix] detect image extension from content headers if extension isn't of image type 2015-10-23 16:37:24 +05:30
Anand Doshi
f474bc3b5c [fix] better message when file not found in make thumbnail 2015-10-23 15:25:36 +05:30
Anand Doshi
1511d6be81 fixed tests 2015-10-22 15:51:38 +05:30
Anand Doshi
6670ecd4f8 [fix] Customize Title Field using Customize Form. Validate title field customization. Fixes frappe/erpnext#4177 2015-10-22 15:40:25 +05:30
Rushabh Mehta
ff5ce80261 Merge pull request #1347 from anandpdoshi/email-not-sent-tracking
Use lower case email addresses to determine Email Not Sent To
2015-10-20 17:42:08 +05:30
Anand Doshi
e20ef2d66b [fix] Use lower case email addresses to determine Email Not Sent To 2015-10-20 14:12:53 +05:30
Saurabh
78abc28a38 exclude starting from file_url 2015-10-20 11:13:05 +05:30
Anand Doshi
070b8c3064 [hotfix] ignore permissions when adding new role to Administrator 2015-10-19 16:11:10 +05:30
Anand Doshi
7fe35e0275 [fix] Remove thumbnail on deletion and change Attach to small text 2015-10-19 12:55:02 +05:30