Commit graph

566 commits

Author SHA1 Message Date
Suraj Shetty
50a1f1023f
fix: Use get_meta to avoid error 2019-05-30 15:16:09 +05:30
Suraj Shetty
9f798e2913 fix: UniqueFieldnameError while migration 2019-05-29 13:03:48 +05:30
Suraj Shetty
704b091c4c fix: Add a patch to apply customization to custom doctype (#7546)
This patch aims to apply & delete all the customization
on custom doctypes done through customize form

This is required because customize form in now blocked
for custom doctypes and user may not be able to
see previous customization
2019-05-29 10:15:10 +05:30
Faris Ansari
99c624bd9c
Merge branch 'develop' into form-attachments 2019-05-23 15:21:11 +05:30
Faris Ansari
32e066988a
fix(patch): Move files only from Home folder 2019-05-23 14:55:48 +05:30
Himanshu
2b14c95644 fix(Communication): New child doctype for Communication Timeline Links (#7524)
* fix: separate child doctype for communication

* fix: reload doc before running the patches

* fix: update_timeline_doc

* fix: manipulatetimeline fields in Comm Links

* fix: test cases

* fix: reload comm_link before communication

* patch: remove redundant patch
2019-05-21 20:48:55 +05:30
Rushabh Mehta
105f9198c6 fix(patch): move_timeline_links_to_dynamic_link.py handle empty set 2019-05-21 11:25:13 +05:30
Himanshu
59c945bb84 fix(communication): Make optimizations to the patch
* use batches to move Timeline and Links to Timeline Links doctype
2019-05-21 00:00:57 +05:30
Rushabh Mehta
28ed21b94c
Merge pull request #7419 from josejibin/fix/postgres-compatible
fix(postgres): Make db queries postgres compatible
2019-05-20 18:02:30 +05:30
Himanshu Warekar
81d314bf10 fix: typo fixes 2019-05-20 14:40:20 +05:30
Himanshu Warekar
c86ba03632 tests: fix test cases 2019-05-20 13:38:01 +05:30
Himanshu Warekar
127cf29a20 tests: added new test cases 2019-05-20 13:04:16 +05:30
jibin jose
480f1794d3 Make db query postgres compatible 2019-05-20 12:31:30 +05:30
jibin jose
1a58c13966 fix(postgres): Make db queries postgres compatible 2019-05-20 12:31:30 +05:30
Himanshu Warekar
05b3050b63 patch: batch 10000 query for patch 2019-05-19 00:39:11 +05:30
Himanshu Warekar
c52c1611cb patch: optimisations 2019-05-18 19:17:00 +05:30
Himanshu Warekar
6403cf45ae patch: optimisations 2019-05-18 18:54:47 +05:30
Himanshu Warekar
defe1b2eef fix: miscellaneous changes 2019-05-18 13:37:00 +05:30
Himanshu Warekar
9f02f4284d patch: optimisations 2019-05-18 00:35:17 +05:30
Himanshu Warekar
dbd0a79ffc patch: move timeline and link to dynamic links 2019-05-17 14:26:53 +05:30
Himanshu Warekar
a4478afcd5 Merge branch 'develop' of https://github.com/frappe/frappe into comm_ref 2019-05-16 13:03:46 +05:30
Faris Ansari
28c71a1724 fix(patch): Move attachments to attachment folder 2019-05-16 10:29:01 +05:30
Sahil Khan
a831abefda fix(patch): reload dynamic link doctype 2019-05-14 18:56:24 +05:30
Himanshu Warekar
d230bf4cea patch: migarte timeline links to dynamic links 2019-05-14 17:39:55 +05:30
Rushabh Mehta
3d26d2dd22 BREAKING CHANGE: remove Feedback Trigger and Feedback Rating, this was not very configurable and can now be done better with Web Forms 2019-05-13 14:18:02 +05:30
Nabin Hait
d7cd3cab21
patch: remove user perm for page and report doctype (#7383)
* fix: status options for integration request

* patch: remove user perm for page and report doctype
2019-05-01 15:53:16 +05:30
Faris Ansari
beb2727bb3
fix: Print Format UX (#7284)
- Rename type Server and Client to Jinja
- Rename Js to JS
- Patch
- Reload Print Format when new one is created
- Missing Semicolon and sanity check
2019-04-20 13:09:02 +05:30
Brian Pond
d0273b1b27 fix(mariadb): refactor db setup (#7049)
* Fixed setup_db.py to support MariaDB version 10.3.  Added function for calculating versions, per MariaDB documentation.

* Major rewrite of setup_db.py. Reduced number of functions. Made fully compatible with MariaDB 10.3+. Removed references to client parameters in my.cnf that cannot be queried.  Applied PEP8 rules to python code.

* Adding missing print statement in setup_db.py

* Replaced 4-spaces with tabs, per ERPNext standards.

* Fixed broken test by substituing 'check_database_settings()'

Fixed the test in convert_to_barracuda_and_utf8mb4.py by calling the new function 'check_database_settings()'

* Cleaned up setup.py, to match latest version of Frappe develop
2019-04-17 18:38:11 +05:30
Faris Ansari
65484367bd fix: Desktop
- Customize Shortcuts dialog
- Show / Hide cards dialog
- MultiSelect UI Pills
2019-03-29 13:16:11 +05:30
Faris Ansari
8081ad1c38
fix: Remove deprecated fields from Customize Form (#7143) 2019-03-27 15:42:21 +05:30
Faris Ansari
87d5710956
fix: Move doctype patch to top (#7129)
- This fixes the ERPNext patch
2019-03-25 19:39:20 +05:30
Faris Ansari
bdf14d3e16
fix: Reload doctype in patch (#7114) 2019-03-25 10:51:59 +05:30
Faris Ansari
3eaf26dca9 fix: Patch to remove deprecated fields 2019-03-22 00:24:41 +05:30
deepeshgarg007
48e2ff5924 fix: Code cleanup 2019-03-18 15:18:25 +05:30
deepeshgarg007
78deb1aec4 fix: Escape sql keywords 2019-03-18 09:27:35 +05:30
deepeshgarg007
fb49819cd7 fix: Replace NULL values with zero having data type as INT, FLOAT or DECIMAL 2019-03-18 08:47:17 +05:30
Suraj Shetty
26197ee29e
Merge pull request #6878 from Mangesh-Khairnar/privacy-data
Feature: Personal data download and deletion
2019-03-15 18:36:10 +05:30
Prateeksha Singh
6fd3c811ac fix(desk): build default settings 2019-03-12 12:32:03 +05:30
Faris Ansari
f9b3a6c242 fix: Minor changes for smooth migration to v12 2019-03-11 05:29:50 +00:00
Mangesh-Khairnar
e2e9f4213b
Merge branch 'develop' into privacy-data 2019-03-08 20:56:00 +05:30
Frappe Bot
94ea028db3 Merge branch 'master' into develop 2019-03-08 09:38:18 +00:00
deepeshgarg007
2fac689455 fix: Reload comment doctype 2019-03-07 22:15:04 +05:30
Mangesh-Khairnar
d47ef3a17a refactor: change validate_email_add to validate_email_address 2019-03-07 19:06:27 +05:30
Sahil Khan
964fe26801 fix(patch): ignore mandatory for creating contact through patch 2019-03-07 12:38:53 +05:30
Saurabh
d334933601 fix: check if app and category exists in module 2019-03-04 16:55:58 +05:30
Prateeksha Singh
352eaf0aa2 fix(patch): naming 2019-03-04 12:39:46 +05:30
Prateeksha Singh
d2bde40992 fix(desk): links customization by fetching properties 2019-03-04 12:39:46 +05:30
Prateeksha Singh
75d98df16c feat(desk): Desk Section settings patch 2019-03-04 12:39:46 +05:30
Faris Ansari
3258acb5c9 Merge branch 'develop' of https://github.com/frappe/frappe into website-bootstrap-4 2019-02-26 23:24:23 +05:30
Rushabh Mehta
7b691cdd64 fix(comment): add communication to comment 2019-02-26 17:11:01 +05:30