Commit graph

34972 commits

Author SHA1 Message Date
mergify[bot]
868d545ba5
Merge branch 'develop' into print-format-builder-beta 2021-10-22 04:38:08 +00:00
Suraj Shetty
d88bd035d0
refactor: Use LRU cache instead of redis cache 2021-10-22 09:29:15 +05:30
Suraj Shetty
04374de9eb
fix: Update licence text
Co-authored-by: gavin <gavin18d@gmail.com>
2021-10-22 09:22:52 +05:30
mergify[bot]
725013751b
Merge pull request #14538 from frappe/slow_search
fix(ux): debounce awesome_bar search
2021-10-22 03:33:53 +00:00
Ankush Menat
128728a0c2 fix: debounce awesome_bar search
When system language is not english each call to search translates all
doctypes, reports etc to match them. This is computationally intensive
and freezes DOM while typing.

Debouncing to make it usable for now.

Ideal solution: cache translations of standard objects somehow / debounce + async.

refer: https://github.com/frappe/frappe/issues/13914

- replaced manual implementation of debouncing with frappe.utils.debounce
- increased timeout to 500ms.
- assuming ~30 wpm and 5 letter / word ~= 0.4 second / letter.
2021-10-21 23:44:47 +05:30
Faris Ansari
2ca464e4dd fix: control styling in preview 2021-10-21 20:32:44 +05:30
Faris Ansari
937fc35022 fix: body height in html preview 2021-10-21 20:13:53 +05:30
Faris Ansari
09c84b24d1 fix: Create letter head UX 2021-10-21 20:06:41 +05:30
Faris Ansari
86afd15100 fix: Revert back to text buttons 2021-10-21 19:43:16 +05:30
Suraj Shetty
cfa257929e
Merge pull request #14532 from resilient-tech/setDefault 2021-10-21 17:45:47 +05:30
mergify[bot]
dfffcc38b6
Merge pull request #14488 from resilient-tech/bulk_update
fix: ignore `flags` in `frappe.client.bulk_update`
2021-10-21 12:05:13 +00:00
Sagar Vora
551f68d85a feat: setDefault for JS Objects 2021-10-21 17:03:43 +05:30
Sagar Vora
9df93d341b fix: ignore flags in frappe.client.bulk_update 2021-10-21 15:35:02 +05:30
mergify[bot]
c616e557fd
Merge pull request #14358 from dj12djdjs/feat-bulk-rename-merge
feat: bulk rename allow merge option
2021-10-21 08:05:44 +00:00
mergify[bot]
d54c6e6d7a
Merge pull request #14451 from shariquerik/revert-single-scrollbar-pr
revert: Reverting single vertical scrollbar fix
2021-10-21 07:48:03 +00:00
mergify[bot]
6299938165
Merge pull request #14266 from shariquerik/wspace-code-cleanup
fix: Workspace 2.0 code cleanup
2021-10-21 07:31:07 +00:00
Suraj Shetty
5d6252c93e
Merge pull request #14519 from shariquerik/info-timeline-user-fix 2021-10-21 12:14:49 +05:30
mergify[bot]
20a1d2ded5
Merge pull request #14419 from alyf-de/multi-doctype-custom-fields
feat: allow tuple of DocTypes as key
2021-10-21 06:32:55 +00:00
Shariq Ansari
f26dab4b56
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-21 11:49:57 +05:30
Faris Ansari
5f5f0e8bba fix: Include print style and print format css 2021-10-20 19:18:35 +05:30
Faris Ansari
c4028c138c fix: fields container height 2021-10-20 19:06:26 +05:30
Faris Ansari
239ec49612 style: formatting 2021-10-20 19:06:16 +05:30
Faris Ansari
952eb004b8 fix: Use icons instead of labelled buttons for consistency 2021-10-20 18:58:42 +05:30
Faris Ansari
5345d4ce7b Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 2021-10-20 18:40:18 +05:30
mergify[bot]
3c25060b3c
Merge pull request #14517 from ankush/remove_requirements
refactor!: remove dev requirements from requirements.txt
2021-10-20 13:07:56 +00:00
Shariq Ansari
583befe9d4
Merge branch 'frappe:develop' into info-timeline-user-fix 2021-10-20 18:24:06 +05:30
Faris Ansari
18b3651b46 feat: Google font selection
google_fonts.json with a decent selection of fonts
2021-10-20 17:20:59 +05:30
Shariq Ansari
53242a6c2d fix: In info timeline content user should be owner not comment_email 2021-10-20 15:05:33 +05:30
Ankush Menat
61a59240dd
ci: install dev dependencies for server tests 2021-10-20 12:46:07 +05:30
Ankush Menat
121533cf13
refactor: remove chalk dependency 2021-10-20 12:46:05 +05:30
Ankush Menat
a0262fd779
refactor!: remove unittest-xml-reporting dependency 2021-10-20 12:43:15 +05:30
Ankush Menat
49b157e7e5
refactor!: remove ngrok from requirements.txt 2021-10-20 12:43:15 +05:30
Ankush Menat
a6c752458b
refactor!: remove faker from requirements.txt 2021-10-20 12:43:12 +05:30
mergify[bot]
9f0fe09e00
Merge pull request #14515 from nextchamp-saqib/prevent-report-errors
fix: prevent report error for AttachmentLimitReached exceptions
2021-10-20 05:24:12 +00:00
Saqib Ansari
3b4530ef5d fix: prevent report error for AttachmentLimitReached exceptions 2021-10-20 10:38:30 +05:30
mergify[bot]
af54411e01
Merge pull request #14392 from shariquerik/list-check-all-fix
fix: Update check all checkbox based on checked rows in List View
2021-10-20 02:53:49 +00:00
Shariq Ansari
f987c52946
Merge branch 'frappe:develop' into list-check-all-fix 2021-10-19 20:18:17 +05:30
Shariq Ansari
0dfc5989fd
Merge branch 'frappe:develop' into wspace-code-cleanup 2021-10-19 20:16:33 +05:30
Shariq Ansari
af0166ed06
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-19 20:14:29 +05:30
mergify[bot]
bfdc7b43d5
Merge pull request #14503 from shariquerik/cypress-ui-test
test: Cypress UI test fixes
2021-10-19 14:42:41 +00:00
Suraj Shetty
a892925f73
Merge pull request #14504 from surajshetty3416/fix-as-json 2021-10-19 20:01:55 +05:30
Shariq Ansari
06c8cbceb9 test: Commenting relative_time_filters.js 2021-10-19 19:46:33 +05:30
Shariq Ansari
9673822e2e
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-19 19:28:55 +05:30
Faris Ansari
f86a477aa6 fix: controls styling 2021-10-19 19:22:39 +05:30
Faris Ansari
72e9df5460 fix: section fields orientation
- Option to render fields in a section in left-right orientation
- this is useful in cases where rendering currency values one below the other makes more sense
2021-10-19 19:22:23 +05:30
Faris Ansari
58cfbafc22 fix: add header in default layout 2021-10-19 19:21:05 +05:30
Faris Ansari
a4746483ab fix: print style
- bordered table
- pdf column rendering fix
- document-header class
2021-10-19 19:20:08 +05:30
Faris Ansari
090a5db7f8 feat: Spacer and Divider components 2021-10-19 19:16:54 +05:30
Faris Ansari
d8dfc14bea feat: Configurable font size 2021-10-19 19:15:38 +05:30
Faris Ansari
e830b5e4ac fix: minor ui fixes 2021-10-19 19:13:50 +05:30