Commit graph

794 commits

Author SHA1 Message Date
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter 2022-01-04 15:19:56 +05:30
Gavin D'souza
ff13b12be5 fix: Populate ToDo.allocate_to column 2022-01-04 13:59:27 +05:30
Suraj Shetty
ca9b2a953d fix: Add patch to set week_starts_on as "Monday" 2022-01-04 13:25:19 +05:30
Gavin D'souza
fd11b0e8e7 fix: Re-run patch to ensure column conversion
Co-authored-by: Ankush Menat <me@ankush.dev>
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
2021-12-23 19:55:45 +05:30
Suraj Shetty
4d2548cff9
Merge branch 'develop' into star-rating-dev 2021-12-16 19:40:25 +05:30
Faris Ansari
a2e24581bd fix: reload doctype state early to fix patch 2021-12-15 12:01:00 +05:30
Suraj Shetty
39014b09d8
Merge branch 'develop' into star-rating-dev 2021-12-14 18:18:36 +05:30
Faris Ansari
3f133069a5 fix: Update indicator colors in kanban column 2021-12-14 13:42:40 +05:30
Diksha Jadhav
c477398a2f feat: make rating field's stars customizable with options field 2021-12-13 16:03:21 +05:30
Gavin D'souza
43fc713dd7 refactor: Remove Aggregation methods from DB API
* Make it DRY & make it "better"
* Add to patches.txt so the patch runs :')
* Style fixes - tabs > spaces for consistency, removed unnecessary
  blocks
2021-11-29 13:53:27 +05:30
mtraeber
c3f78c4770 Merge branch 'develop' into multiple_imap_folder 2021-11-11 09:44:38 +01:00
Jannat Patel
88d8c1e56a fix: public info api 2021-11-08 20:17:07 +05:30
Jannat Patel
f3f01d1978 fix: github api endpoint 2021-11-03 14:58:16 +05:30
mtraeber
8a7889b928 Merge branch 'develop' into multiple_imap_folder 2021-11-03 08:55:29 +01:00
Ankush Menat
78705f3a4c fix: patch failure due to new field in doctype 2021-10-31 18:32:14 +05:30
Manuel
d8c8ca0e2f
Merge branch 'develop' into multiple_imap_folder 2021-10-25 12:05:28 +02:00
mtraeber
f608fbeddd feat: sync mutliple IMAP folders in Email Account
When working with IMAP accounts, frappe should allow the user
to choose multiple folders to look for new mails. This helps
users to separate their frappe-related email from other
conversations. Use cases range from sieve filters in the
mail server that stuff incoming mail in various mail folders
to people manually sorting their e-mail. In both cases, we
can have different import policies for different folders, and
we can avoid importing unrelated email.

Created a new child table `IMAP Folder` with following fields:
 - Folder Name (user-modifiable)
 - Append To (user-modifiable)
 - UIDVALIDITY (hidden)
 - UIDNEXT (hidden)

Doctype `Email Account` and `receive.py` code adjusted so that
emails with the changes are processed correctly and Frappe
only logs in to the imap server once per sync.

Created a patch that copies the data from the old fields into
the new child table with `INBOX` as default `folder_name`. This
keeps existing setups working without manual changes.

The original fields
 - uidvalidity
 - uidnext
 - append_to
are still available for the pop3 setups. In IMAP, these fields
are hidden user and not used.

Added a test case in `Email Account` that validates data to make
sure a IMAP folder is provided if the use_imap is true.

Also added some code formatting changes in email_account.js to get rid
of sider checks failures that block this change
2021-10-13 10:27:18 +02:00
Shariq Ansari
50f16d17e9 chore: Updating patch date 2021-09-20 21:40:58 +05:30
shariquerik
4a468c14d3 fix: updated pah 2021-08-25 13:02:27 +05:30
shariquerik
0ada551207 fix: Removed build.json, changed patch to v14 2021-08-12 19:52:28 +05:30
Shariq Ansari
1ab70d2145
Merge branch 'frappe:develop' into wiki-based-desk 2021-08-10 12:20:08 +05:30
leela
80d111baf2 refactor: set amended docname to original docname
Currently, whenever a document is amended it's name is set
to name-X(X is a counter) when amended again and so on. In this PR,
we have postfixed all cancelled document names with '-CAN' and new
cancelled documents gets a name as original_name-CANC-X.
so that amended docs can use the original name instead of name-X.
2021-08-09 14:59:07 +05:30
shariquerik
84f195ca19 fix: Resolved Conflicts 2021-08-03 17:53:14 +05:30
Gavin D'souza
5350210ad5 fix: Add patch to remove Data Import Legacy
This patch removes the document record from DocType list/table and adds
a message directing how existing data should be handled.
2021-07-30 12:31:07 +05:30
leela
b719e1481d Revert "refactor: set amended docname to original docname"
This reverts commit d459847ae3.
2021-07-28 17:00:12 +05:30
leela
d459847ae3 refactor: set amended docname to original docname
Currently, whenever a document is amended it's name is set
to name-X(X is a counter) when amended again and so on. In this PR,
we have changed all cancelled doc patterns to name-CAN-X,
so that amended docs can use the original name instead of name-X.
2021-07-21 10:51:32 +05:30
shariquerik
b0ef6328e7 fix: updated patch name 2021-07-07 16:32:31 +05:30
shariquerik
7454c455a8 fix: updated patch name 2021-07-07 15:26:20 +05:30
shariquerik
afe1dbe0f8 fix: Workspace 2.0 2021-07-06 22:05:37 +05:30
leela
f31d01a2a6 Revert "Merge pull request #13244 from prssanna/amended-doc-naming"
This reverts commit 58b95662c2, reversing
changes made to c553b7e23a.
2021-07-02 17:43:16 +05:30
Leela vadlamudi
4800ee8725
Merge branch 'develop' into amended-doc-naming 2021-07-02 10:47:47 +05:30
Gavin D'souza
73f320ee39 chore: Drop patches before added before v10
* This change will not allow direct upgrade from frappe versions older than v10 to v13 and newer
* Removed patch records and execute commands that could've been
  guessed aren't needed by sleuthing and guessing. since 2017 had 3 major releases: v8, v9 and v10 unsure which execute lines are required so kept all that were last updated in that year
2021-06-03 13:21:04 +05:30
prssanna
ba267b6e62 fix: update patch 2021-05-17 17:13:51 +05:30
prssanna
1c4e1bc1df refactor: set amended docname to original docname 2021-05-17 17:12:28 +05:30
shariquerik
3c322c1298 fix: Patch Update Notification channel
git status
2021-05-03 19:35:21 +05:30
Faris Ansari
aaa165c784 fix: Show upgrade message in patch
- Will only be shown if the old style "jenv" hook is being used
2021-04-22 17:02:02 +05:30
casesolved-co-uk
15b3cc890f feat: allow query/custom reports to save custom data in the json field 2021-04-09 14:01:48 +00:00
Rohit Waghchaure
9dd0840520 fix: delete permission not working 2021-04-01 16:05:59 +05:30
Rohit Waghchaure
112784e7ae feat: custom user type with doctypes 2021-04-01 13:54:11 +05:30
Afshan
a342ca2386
fix: Get file name from path (#12437)
* fix: get file name from path

* Update frappe/integrations/doctype/dropbox_settings/dropbox_settings.py

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

* fix: upload only files which have file url

* fix: patch to fix files name and url

* fix: fixing patch

* refact: patch refactor

* fix: missing :

* fix: renamed variables

* fix: refactoring patch

* fix: update file exists function

* fix: added patch path in patch.txt

* fix: added try except

* fix: Use set_value instead of set_values

* style: Fix formatting

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-10 18:36:10 +00:00
Leela vadlamudi
b44ee08a19
fix: Patch - Remove Twilio doctypes from DB (#12514)
We missed to add migration while moving Twilio code from Frappe to
separate app. Added migration that removes Twilio doctypes from DB.
2021-03-09 11:40:30 +05:30
Nabin Hait
0110c16dd6 fix: Changed order of renaming custom script patch 2021-02-22 17:35:42 +05:30
Gavin D'souza
6c4da1f228 Merge branch 'develop' of github.com:frappe/frappe into mv-custom-script-client-script 2021-02-19 15:37:37 +05:30
mergify[bot]
cf8e6c9ae9
Merge pull request #12207 from hasnain2808/patch-rename-list-view-setting
fix(List View Settings): Patch rename list view setting
2021-02-16 10:45:10 +00:00
Gavin D'souza
5bd7ed85e5 fix: Added patch to rename custom script to client script 2021-02-04 17:03:03 +05:30
Raffael Meyer
322dcfdad0
fix: New currency symbol for Zimbabwe (#12308)
* fix: New currency symbol for Zimbabwe

* fix: re-run patch
2021-02-04 08:42:43 +05:30
Suraj Shetty
743420d02e
Merge branch 'develop' into patch-rename-list-view-setting 2021-02-03 23:04:44 +05:30
Sagar Vora
69d942a488 fix: reload modified patch 2021-02-02 15:59:42 +05:30
prssanna
f4362dbb26 fix: reload user and role doctype 2021-02-02 11:25:10 +05:30
hasnain2808@gmail.com
619a4adfd5 fix: add patch for List View Settings Rename 2021-01-21 13:10:06 +05:30