mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
...
fix(postgres)!: transactions implementation for PostgreSQL
2022-01-04 11:56:11 +00:00
Faris Ansari
22dd06101b
fix(blog): Load more with category filter
...
When you click "Load more" on a blog category page, it will now fetch blog posts for that category
2022-01-04 17:19:10 +05:30
gavin
7a0d787831
Merge pull request #14918 from gavindsouza/owner-unchange
...
fix: Constant fields for documents
2022-01-04 17:18:20 +05:30
Shariq Ansari
8daa3e457a
fix: sider fix
2022-01-04 15:45:02 +05:30
Shariq Ansari
4d3fb52944
Merge branch 'develop' into wspace-new-design
2022-01-04 15:37:47 +05:30
Shariq Ansari
db3870151a
fix: Workspace Sidebar, Edit, New Page Fixes
...
Bugs:
- Clicking on + button multiple time opens multiple block list
- Resizing Onboarding block breaks design
- In edit mode links should not be clickable
- While creating new page we cannot revisit it from sidebar
- While adding multiple links in card getting error
Refactor:
- All Sidebar actions happens while you do it, no need to click Save Customization button
- Updating Sidebar, Creating New Page, Duplicating every action is much faster
- Most of the actions are happening in background while rending page using cached data
2022-01-04 15:35:57 +05:30
Gavin D'souza
9ed95a2d75
chore: Update caniuse-lite package
2022-01-04 15:32:59 +05:30
Gavin D'souza
4b9d8c0258
fix: Remove extra Document.validate_owner validation
2022-01-04 15:31:08 +05:30
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter
2022-01-04 15:19:56 +05:30
Gavin D'souza
6f2125fca6
Merge branch 'develop' of github.com:frappe/frappe into owner-unchange
2022-01-04 15:06:37 +05:30
gavin
25196cb06d
Merge pull request #15521 from gavindsouza/owner-field-change
...
fix: Remove internal owner field used in existing tables
2022-01-04 15:03:20 +05:30
Ankush Menat
ce27b740f1
Merge pull request #15523 from ankush/copy_link
...
feat(minor): copy link to clipboard
2022-01-04 14:32:18 +05:30
Ankush Menat
06926cf123
feat(minor): copy link to clipboard
2022-01-04 14:25:23 +05:30
Suraj Shetty
53b2c472a6
fix: Re-setup moment object whenever week_starts_on is changed
2022-01-04 14:14:06 +05:30
Suraj Shetty
6b77ed68e9
fix: Revert unnecessary code
2022-01-04 14:07:17 +05:30
Gavin D'souza
ff13b12be5
fix: Populate ToDo.allocate_to column
2022-01-04 13:59:27 +05:30
Ankush Menat
da9d07474a
test: rollback tests that are aborting transactions
2022-01-04 13:59:22 +05:30
Ankush Menat
08464553f3
fix: define check_transaction_status for postgres
...
To implement repeatable reads it has to respect transactions.
2022-01-04 13:59:22 +05:30
Ankush Menat
5fac8bb965
test: don't hardcode test password
2022-01-04 13:59:22 +05:30
Ankush Menat
43364cf89b
fix!: use repeatable read isolation level
...
RR isolation is default in MariaDB, for sake of consistency use same
isolation level in postgres
2022-01-04 13:59:22 +05:30
Ankush Menat
5ac79925ef
fix: postgres install that doesn't abort transactions
2022-01-04 13:59:17 +05:30
Suraj Shetty
ea2101d537
style: Fix formatting issues
2022-01-04 13:42:52 +05:30
Suraj Shetty
5821a7bc91
test: Fix dashboard chart tests
2022-01-04 13:40:30 +05:30
shadrak gurupnor
a4aad4dc7a
fix: failed test cases & sider issue
2022-01-04 13:39:42 +05:30
shadrak gurupnor
1832df06ad
fix: replace owner with allocated_to
2022-01-04 13:39:33 +05:30
shadrak gurupnor
6c6ff2c16d
fix: overriding of owner of doc
...
feat: Fixed the dilemma of owner field in ToDo document
2022-01-04 13:39:16 +05:30
Gavin D'souza
bb004fc33b
fix: Remove redundant owner fields in Email Template, Help Article
2022-01-04 13:32:44 +05:30
Suraj Shetty
ca9b2a953d
fix: Add patch to set week_starts_on as "Monday"
2022-01-04 13:25:19 +05:30
Summayya
b4f0bc72bb
fix: mobile view for reset password page
2022-01-04 13:17:41 +05:30
Suraj Shetty
4a5d9a02e3
test: Update date utils test cases
2022-01-04 13:04:10 +05:30
Suraj Shetty
9c75336ea0
fix: Set start of the week for date control based on configuration
2022-01-04 13:02:09 +05:30
Suraj Shetty
42e1c15c18
feat: Add setting to configure the day on which week starts
2022-01-04 13:00:31 +05:30
Suraj Shetty
ce350e7481
Merge pull request #15520 from frappe/mergify/bp/develop/pr-15477
2022-01-04 12:11:18 +05:30
Deepesh Garg
f21d81a58a
fix: Linting Issues
...
(cherry picked from commit b28c75a82fcef86af25a47768e050558825612ee)
2022-01-04 06:40:34 +00:00
Deepesh Garg
a2b808075b
fix: Route options not getting set while navigating from one report to another
...
(cherry picked from commit 124ae9138891a1caf8908b2c9ab578d52992f410)
2022-01-04 06:40:33 +00:00
Ankush Menat
0fddbafd09
fix(postgres)!: dont silently rollback on db exception
2022-01-04 11:25:08 +05:30
Ankush Menat
d603aaf601
fix: define is_syntax_error for postgres
2022-01-04 11:25:08 +05:30
Ankush Menat
5492e1930f
Merge pull request #15516 from ankush/savepoint_wrapper
...
feat: savepoint contextmanager
2022-01-04 11:23:04 +05:30
Ankush Menat
3c83043301
chore: sort imports
...
also fix `time` import
2022-01-04 10:53:31 +05:30
Ankush Menat
e08b41964c
feat: savepoint contextmanager
...
syntactic sugar around frappe.db.savepoint and rollback
2022-01-03 22:20:39 +05:30
mergify[bot]
a817a4ac5e
Merge pull request #15363 from netchampfaris/browse-blog-by-category
...
feat(blog): Browse by category
2022-01-03 15:32:05 +00:00
Suraj Shetty
a9d48813e6
Merge branch 'develop' into browse-blog-by-category
2022-01-03 20:29:08 +05:30
Suraj Shetty
c0963b9d27
Merge pull request #15498 from surajshetty3416/fix-user-form-ux
2022-01-03 20:22:47 +05:30
Suraj Shetty
8dd1a37bed
Merge pull request #15507 from surajshetty3416/fix-multiselect-change-event
2022-01-03 20:17:32 +05:30
Gavin D'souza
322a777b59
fix(ux): Auto Repeat's validation message has grammatical fixes
2022-01-03 19:10:28 +05:30
Gavin D'souza
f7b5982919
test(assign_rule): Setup and teardown for local testing
2022-01-03 19:09:42 +05:30
Gavin D'souza
3a38456583
refactor(minor): Assignment Rule
...
* Simplified and refactored logic
* Added type hints for where it gets really unbearable :')
* Minor perf improvements & better API usages
2022-01-03 19:05:58 +05:30
Gavin D'souza
f72c445d41
fix: Clear Document cache on rename, delete
2022-01-03 19:02:41 +05:30
Gavin D'souza
e3fc400fd4
refactor(minor): Override clear_cache instead of separate hooks
...
Clear cached maps via Document.clear_cache
2022-01-03 19:01:01 +05:30
Ankush Menat
f93b49861a
Merge pull request #15504 from surajshetty3416/fix-treeview-ux
...
fix: Do not allow rebuilding of tree for doctypes without `lft` & `rgt`
2022-01-03 18:50:16 +05:30