Commit graph

34505 commits

Author SHA1 Message Date
dependabot[bot]
4d1a49f4fe
chore(deps): bump nth-check from 2.0.0 to 2.0.1
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 06:12:46 +00:00
Leela vadlamudi
3f212fbc7a
Merge pull request #14087 from shadrak98/rate-limiting
feat: Introduce rate-limiting for web forms
2021-09-21 08:07:26 +05:30
Leela vadlamudi
43b6f06199
Merge pull request #14262 from leela/fix-tag-permission-issue
fix: All all roles to create tags
2021-09-20 20:05:14 +05:30
Sagar Vora
778ab5919c
fix: properly queue tasks in frappe.model.trigger (#14260) 2021-09-20 19:16:19 +05:30
leela
e4ef3a40c5 fix: Only system manager is able to create tags
Currently creating tags for a document by any user other than system
manager throwing error. Fixed it by giving permissions to `ALL` role.
2021-09-20 16:59:12 +05:30
Shariq Ansari
33aa4c2372
fix: Keep checkbox checked after updating checked rows (#14110)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-09-20 12:02:01 +05:30
Suraj Shetty
9f92762def
Merge pull request #14173 from sumaiya2908/portal-pages-cleanup
refactor(UI): Reset password page
2021-09-20 11:30:39 +05:30
gavin
1a4d27c917
Merge pull request #14159 from lukptr/custom-replica-db-port
feat: custom database port for read-only replica configuration
2021-09-20 11:25:02 +05:30
Suraj Shetty
e2326fdbe9
Merge pull request #14247 from kennethsequeira/note-desc
fix: Update record linking description in Note
2021-09-20 11:13:04 +05:30
Suraj Shetty
0bbfe54c74
Merge pull request #14253 from surajshetty3416/fix-workflow-action-email
fix(Workflow Action): Pass doc to attach_print to avoid "Not Found"
2021-09-20 11:11:17 +05:30
Suraj Shetty
ec6f5a1aa8
Merge branch 'develop' into fix-workflow-action-email 2021-09-20 10:36:42 +05:30
Suraj Shetty
1553ebdc99 fix: Link workflow document 2021-09-20 10:34:59 +05:30
Suraj Shetty
62d97864f2
refactor: Remove commented code 2021-09-20 09:50:54 +05:30
Suraj Shetty
20c9af556f fix(Workflow Action): Pass doc to attach_print to avoid "Not Found"
- Printview used to go empty for new document due to "Not Found" error in printview because that new document has not been saved in the database while processing workflow action email.
2021-09-19 21:23:03 +05:30
gavin
7d5c843ab3
Merge pull request #14243 from ankush/shift_tab_nav
fix: shift+tab keyboard navigation
2021-09-18 16:37:19 +05:30
Kenneth Sequeira
1c693a84aa
fix: update record linking desciption in Note 2021-09-18 11:31:39 +05:30
Ankush Menat
eafb8f6081
fix: reverse tab navigation
Reverse tab navigation seems to be broken from years, instead of going
back to previous field it jumps to primary button.

Root cause: when all fields are exhausted it's suppose to go to primary
button, however that's not the case for shift-tab.
2021-09-17 19:38:47 +05:30
Suraj Shetty
8df6c2ef8d
Merge pull request #14241 from surajshetty3416/fix-grid-delete-all-2 2021-09-17 15:07:16 +05:30
Suraj Shetty
47b0117eec fix(grid): Delete all functionality 2021-09-17 13:23:15 +05:30
gavin
bcc10d04d0
Merge pull request #14237 from gavindsouza/py37+
fix(develop): Drop support for Python 3.6
2021-09-17 12:15:44 +05:30
Gavin D'souza
a0e2d0ec20 fix: Drop support for Python 3.6
* Bumping iPython by a minor version broke 3.6 installs for us via https://github.com/frappe/frappe/pull/14192
* We could just add another line in requirements.txt to solve this, but
  since PY36 is reaching end of life by end of this year and release of
  3.10 is just around the corner, might as well just drop it now than
    later
* Frappe v14 would probably have the support range of 3.7-3.10/11 given
  when we release it. Maintaining dependencies for such a large range
  can become cumbersome
2021-09-17 11:24:51 +05:30
gavin
f60777f6db
Merge pull request #13845 from gavindsouza/compare-columns-db_query
feat: Support for Column comparison in DatabaseQuery
2021-09-17 11:22:44 +05:30
Suraj Shetty
9af24af213
Merge pull request #14235 from surajshetty3416/fix-grid-upload-1 2021-09-17 11:17:13 +05:30
Suraj Shetty
9a66f185e7 fix: CSV upload failure 2021-09-17 10:28:49 +05:30
mergify[bot]
39fa75cfca
Merge pull request #14192 from ankush/ipython_bump
chore(deps): bump ipython to latest version
2021-09-16 13:07:21 +00:00
Summayya
21ec09ee21 fix: small font in input 2021-09-16 17:50:40 +05:30
Samuel Braun
ac9ab3bd95
fix(database): Fixed sql convention inconsistency (#14230) 2021-09-16 17:50:22 +05:30
Summayya
da865595bd refactor(UI): use variables in css 2021-09-16 17:44:56 +05:30
Summayya
3e2bf80d07 refactor(UI): use variables in css 2021-09-16 17:37:15 +05:30
Gavin D'souza
09557ab8c7 fix(db_query): Add fallback value irrespective of operator 2021-09-16 15:22:37 +05:30
Gavin D'souza
f24dd3ae3c refactor: Access Log creation
* Retry thrice before raising DuplicateEntryError
* Don't commit if in_test
2021-09-16 13:53:36 +05:30
Shariq Ansari
3bde63eca2
fix(UI): Checkbox hidden in List view in mobile view (#14144) 2021-09-16 13:44:46 +05:30
Gavin D'souza
86fa811004 test: Add test for DatabaseQuery Column comparison 2021-09-16 13:04:25 +05:30
Sagar Vora
fb508607e0
fix(grid): date or datetime fields disappearing on save 2021-09-16 12:47:34 +05:30
Rushabh Mehta
23afeebb6d
Merge pull request #14224 from shariquerik/wspace-fixes
fix: Workspaces 2.0 fixes
2021-09-16 12:39:01 +05:30
Shariq Ansari
2fa967ec44 fix: Remove Loading animation of editorjs 2021-09-16 12:32:55 +05:30
Shariq Ansari
2756e226ec fix: Do not allow to create workspace from list/form 2021-09-16 12:03:08 +05:30
Gavin D'souza
6973a34828 Merge branch 'develop' into compare-columns-db_query 2021-09-16 11:40:33 +05:30
Gavin D'souza
ad5783b1c3 fix: Use PyPika's Column
also, Discard Data class. Since we're adding support for PyPika objects
to natively interact with the Frappe ORM, this PR brings us closer
toward that direction.
2021-09-16 11:38:23 +05:30
gavin
f2ea10a6be
Merge pull request #14205 from pateljannat/section-with-collapsable-content-jerk-issue
fix: section with collapsible content jerk issue
2021-09-16 10:57:03 +05:30
gavin
06c1d79bb0
Merge pull request #14215 from ChillarAnand/whoosh
fix: Use whoosh AsyncWriter to prevent write locks
2021-09-16 10:55:57 +05:30
Suraj Shetty
3b04d28bf5
Merge pull request #14156 from shariquerik/file-view-checkbox-fix 2021-09-16 09:22:00 +05:30
Suraj Shetty
834a203b2e
Merge pull request #14214 from surajshetty3416/fix-translation-output
fix(translation): Set translated text as html to get unescaped output
2021-09-16 09:14:57 +05:30
Faris Ansari
d7c421d7a1
Merge pull request #14216 from netchampfaris/system-console-sql
feat: Run SQL directly in System Console
2021-09-15 17:47:51 +05:30
Faris Ansari
6ce59b1275 feat: Run SQL directly in System Console 2021-09-15 17:21:19 +05:30
gavin
4041442e6a
Merge pull request #13955 from gavindsouza/trim-db
feat: Site Maintenance commands
2021-09-15 17:08:40 +05:30
ChillarAnand
a298566d13 fix: Use whoosh AsyncWriter to prevent write locks 2021-09-15 16:42:11 +05:30
Gavin D'souza
5c6ffd2b2a chore: Misc updates
* Updated hooks content
* Remove unnecessary multiple=True flag that breaks on click8
2021-09-15 16:31:24 +05:30
Gavin D'souza
6fa44652c5 chore: Add fallback help link to docs
Didn't use https://frappeframework.com/docs/user/en/bench since the
invisible parts weren't being rendered correctly in click...Even with
the latest stable click.
2021-09-15 16:09:40 +05:30
Gavin D'souza
3734b63c17 fix: Do partial backups instead of full in trim-database 2021-09-15 16:08:55 +05:30