Gavin D'souza
e681233e98
perf: Fetch and cache entire settings' dicts
3 år sedan
Gavin D'souza
64e5273764
perf: Patch qb only once - not on every init
3 år sedan
Gavin D'souza
3871fe6cd0
perf: App Page
Reduced time taken for get_context to execute from 0.035s to 0.02s (75%
reduction)
3 år sedan
Gavin D'souza
ce38587a4e
perf: About Us Settings
Use cached document for building /about page
3 år sedan
Gavin D'souza
7e25cc4568
perf: Login Page
Improves performance 3x - from 0.047s to 0.017s
* Use frappe.get_*_settings to query table once
* Use cached LDAP Settings' document via get_ldap_client_settings
* Use single get_all to query all Social Login providers and related
data
* Skip provider if client_secret doesn't exist
3 år sedan
Gavin D'souza
a1691784a8
chore: Drop duplicate get_frontmatter definition
3 år sedan
Gavin D'souza
13cf4964a6
perf: Check query type via is_query_type
3 år sedan
Gavin D'souza
963648667d
refactor: filter_dynamic_link_doctypes API
* Added typing, better variable naming
* Remove unnecessary re-iterations
* Optimize queries and membership processing
3 år sedan
Ankush Menat
6dfbf7b19e
fix: show doctype and fieldname filters
3 år sedan
Ankush Menat
cc0672537e
fix: make error/patch log read only
3 år sedan
Ankush Menat
9b7b32e604
fix(ux): report and status filter for prepared_report
3 år sedan
Ankush Menat
77d03d2393
fix: add list view filters for prepared report
3 år sedan
Ankush Menat
ec860cacea
fix(ux): list view filters for server script
3 år sedan
Ankush Menat
37086c035c
fix: show user and docname filter on access log
3 år sedan
Ankush Menat
149594448e
fix(ux): make deleted doctype read only
- also add filter for doctype in list view
3 år sedan
Ankush Menat
1de9c6ac68
fix(ux): add user as filter on route history
3 år sedan
Ankush Menat
3730e20618
fix(ux): better layout on error log
- plus show button to see relevant error logs
3 år sedan
Ankush Menat
602e8d0a78
fix(ux): show title field on scheduled job log
3 år sedan
Ankush Menat
cfc4d966c7
fix(ux): patch title field and make patch read only
3 år sedan
Abhirup Pal
8c8249894b
fix: Update label for editing in full page and add custom logic for rendering it. ( #17149 )
3 år sedan
Deepesh Garg
792c1451e7
fix: Force system admin role only if active
3 år sedan
Faris Ansari
eea5cc52da
refactor!: Remove Data Migration Tool ( #17134 )
* refactor: Remove Data Migration Tool
* chore: unnecessary imports
3 år sedan
Sagar Sharma
b237c653a3
Merge branch 'develop' into fix/user-type
3 år sedan
Suraj Shetty
63a5db94cf
chore: Add mergify[bot] to exception list
https://user-images.githubusercontent.com/13928957/173293263-4987c494-4524-46dd-996c-36f1ca760c68.png
According to this mergify's login id is `mergify[bot]` so am guessing this should work.
3 år sedan
Suraj Shetty
b1e97c1ff4
Merge pull request #17163 from frappe/mergify/bp/develop/pr-17161
fix: Handle case where document title can be NONE (backport #17161 )
3 år sedan
Suraj Shetty
53a079f101
fix: `doc.get_title` should return empty string if title is not set
(cherry picked from commit b244c91481
)
3 år sedan
Suraj Shetty
a4f2912fdf
fix: Handle case where document title can be NONE
(cherry picked from commit 9b67fc24bc
)
3 år sedan
Suraj Shetty
66deca1530
Merge pull request #17153 from ankush/disable_first_version
perf: disable creating version for new docs
3 år sedan
Suraj Shetty
06d1483b16
Merge pull request #17144 from ankush/details_defaul_tab
3 år sedan
Suraj Shetty
53260f0b7c
Merge pull request #17136 from netchampfaris/bulk-edit-empty-values
3 år sedan
Suraj Shetty
4dc8d0fb44
Merge pull request #17152 from FHenry/dev_fix_quote_in_button_name
fix: JS error in page.js when the is a quote in button translation
3 år sedan
Ankush Menat
21442f5cba
perf: disable creating version for new docs
Each new doc inserts a version, this contains nothing but creator and
creation time.. which is already immutable information on the original
document.
This was added for cases like data import to track from where document
got created, ref: b7dfe7969d
Fix: only add a version on creation IF creation info is present on flags
3 år sedan
Ankush Menat
03f48580ef
test: button with single quote in label
3 år sedan
Florian HENRY
89889753e4
fix: JS error in page.js when the is a quote in button translation
3 år sedan
phot0n
536f88aafc
fix: format date as per system settings for dashboard charts
3 år sedan
Ritwik Puri
c157564281
fix: use doctype property instead of name for Customize Form in validate_autoincrement_autoname ( #17139 )
3 år sedan
Ankush Menat
c2b9197624
fix: default tab fieldname conflict
3 år sedan
barredterra
cdc850f12e
test: user permissions affecting User
3 år sedan
Vladislav
d3a935af60
Update ru.csv
3 år sedan
Vladislav
718ad100f5
Update ru.csv
3 år sedan
Vladislav
6734379848
Update ru.csv
3 år sedan
Vladislav
5f45897471
Update ru.csv
3 år sedan
Faris Ansari
076816a7d7
fix: Allow to set empty values in Bulk Edit
- minor UX fixes
3 år sedan
Shariq Ansari
e740ad180d
test: fix for failing Data Control UI test ( #17133 )
3 år sedan
Jannat Patel
70188934bc
fix: pick the last signup template from hook ( #17118 )
3 år sedan
gavin
49b36cc54c
Merge pull request #17127 from gavindsouza/update-python-deps
chore(deps): Update python dependencies
3 år sedan
gavin
6429a8d21c
Merge branch 'develop' into update-python-deps
3 år sedan
Gavin D'souza
fc422f4a97
chore(deps): Bump Pillow from 9.0.1 to 9.1.1
Includes security fixes, API & constants deprecations
Changelog: https://pillow.readthedocs.io/en/stable/releasenotes/index.html
3 år sedan
Gavin D'souza
111ad3cc82
chore(deps): Bump requests from 2.25.1 to 2.27.1
3 år sedan
Gavin D'souza
9bec09e14e
chore(deps): Bump croniter from 1.0.15 to 1.3.5
changelog: https://pypi.org/project/croniter/#changelog
3 år sedan