Commit graph

36088 commits

Author SHA1 Message Date
shadrak gurupnor
b057a07259 fix(minor): code clean up 2021-09-15 16:07:03 +05:30
Suraj Shetty
268d344f1a fix(translation): Set translated text as html to get unescaped output 2021-09-15 14:09:44 +05:30
gavin
fc8b253916
Merge pull request #14197 from gavindsouza/misc-fixes-1
fix: Misc fixes
2021-09-15 12:55:06 +05:30
gavin
a89e13a4ff
Merge pull request #13954 from gavindsouza/mariadb-10_6
feat: Support for MariaDB 10.6
2021-09-15 11:58:03 +05:30
Shariq Ansari
95ad6bb4ca
fix: Total Row hidden (#14209) 2021-09-15 09:58:43 +05:30
shadrak gurupnor
851778e561 fix(minor): sider issues 2021-09-15 07:41:03 +05:30
Gavin D'souza
f1d2886328 Merge branch 'develop' of github.com:frappe/frappe into mariadb-10_6 2021-09-14 22:10:24 +05:30
Gavin D'souza
3adc459e4d Merge branch 'develop' of github.com:frappe/frappe into trim-db 2021-09-14 21:53:21 +05:30
Gavin D'souza
0413349cc8 fix: Table view for bench trim-tables 2021-09-14 21:53:02 +05:30
Gavin D'souza
cb6010f1cf feat(minor): Add json format option to trim-database 2021-09-14 21:52:22 +05:30
shadrak gurupnor
930dddc558 fix: test cases for web forms 2021-09-14 21:19:27 +05:30
Gavin D'souza
8b881d01d5 chore: Add help for bench transform-database 2021-09-14 21:07:46 +05:30
Faris Ansari
ce5ce9deb4
Merge pull request #14206 from netchampfaris/fix-list-view-skeleton
fix: List view skeleton
2021-09-14 20:22:21 +05:30
Suraj Shetty
ef44f56b93
Merge pull request #14199 from surajshetty3416/fix-login-issues 2021-09-14 20:01:20 +05:30
Faris Ansari
f387a8baef style: sider 2021-09-14 19:59:18 +05:30
Faris Ansari
ef645f2fa0 fix: List view skeleton
#14179 broke list view for every user other than Administrator
This is a better implementation of skeletons for views based on base_list
2021-09-14 19:07:41 +05:30
Gavin D'souza
fb42d9f68c refactor: Query Builder over Raw SQL
Converted 3 (1 multisql + 2 simple updates) raw queries in frappe.utils.password
2021-09-14 18:37:13 +05:30
Gavin D'souza
713eaf6ac9 chore: Raise NotImplementedError in base Database class
Methods that have to be overridden should throw NoteImplementedError.
Helps during development :')
2021-09-14 18:36:01 +05:30
Faris Ansari
49b2c43c88 Revert "feat(minor): empty state for list view"
This reverts commit 0ee7c94a9f.
2021-09-14 18:12:58 +05:30
Jannat Patel
ae10160e61 fix: section with collapsible content jerk issue 2021-09-14 18:03:25 +05:30
Faris Ansari
6eb7b3a6b0
Revert "fix: add frappe.enqueue to server scripts (#14202)" (#14204)
This reverts commit a3d9a3290d.
2021-09-14 17:43:41 +05:30
Faris Ansari
a3d9a3290d
fix: add frappe.enqueue to server scripts (#14202) 2021-09-14 17:05:41 +05:30
Jannat Patel
5164b1627d feat: discussions-component-for-website 2021-09-14 15:57:26 +05:30
Suraj Shetty
4c9fd5754f test: Add test case for redirection after login 2021-09-14 14:57:03 +05:30
Gavin D'souza
1aa4fa77ac Merge branch 'develop' of github.com:frappe/frappe into misc-fixes-1 2021-09-14 14:52:46 +05:30
Gavin D'souza
f1c29a16eb fix: Invalid translation string 2021-09-14 14:52:05 +05:30
Gavin D'souza
53f92e5b5c refactor: Use Query Builder instead of raw queries 2021-09-14 14:50:26 +05:30
Suraj Shetty
643f864e83
Merge pull request #14158 from alias/fix-no-default-fields-propagation 2021-09-14 14:31:37 +05:30
Suraj Shetty
8b4e039436
Merge branch 'develop' into get-distinct-records-from-backend 2021-09-14 14:30:10 +05:30
Snyk bot
104b903748
fix: package.json & yarn.lock to reduce vulnerabilities (#14175)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
2021-09-14 14:24:46 +05:30
Gavin D'souza
1545ad65d1 fix: Don't need postgres to use Frappe
* Made code DRY-er by using obscure frappe.db.is_data_too_long
* Python would run psycopg import line which would check if postgres is
  installed. Sites just wanting to chill w MariaDB would also need
  Postgres to be installed to get Frappe running. Fixes https://github.com/frappe/frappe/issues/14193
2021-09-14 13:06:59 +05:30
Suraj Shetty
dbe50a2f03
Merge branch 'develop' into file-view-checkbox-fix 2021-09-14 12:23:16 +05:30
gavin
6cc2bf9b17
Merge pull request #14125 from shariquerik/no-check-icon-in-pdf
fix(UI): Checked icon not visible in PDF
2021-09-14 12:21:45 +05:30
Suraj Shetty
60599fe292
Merge branch 'develop' into get-distinct-records-from-backend 2021-09-14 12:11:36 +05:30
mergify[bot]
fbe4bdaa9e
fix: cannot read property 'datamanager' of undefined (backport #14178) (#14194)
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
2021-09-14 12:09:28 +05:30
mergify[bot]
edea08718c
fix: publish realtime to work with localhost (backport #14174) (#14196)
Co-authored-by: leela <leela.vadlamudi@gmail.com>
2021-09-14 12:09:01 +05:30
mergify[bot]
fa9445a416
Merge pull request #14176 from nextchamp-saqib/refactor-multi-select-dialog-develop
feat: ability to select a child in multi-select dialog
2021-09-14 05:22:15 +00:00
Ankush Menat
8d46b365d9
chore(deps): bump ipython to latest version 2021-09-13 21:41:55 +05:30
Shariq Ansari
e27f58cc0f
fix: Total Row in query report still hidden (#14183) 2021-09-13 21:16:33 +05:30
Gavin D'souza
79cd3ea60e chore: Drop extra license line 2021-09-13 20:10:19 +05:30
Gavin D'souza
479a583e4b fix: Set DocumentNamingRule.counter as no_copy 2021-09-13 20:09:52 +05:30
Manuel
d4f5ac8c53
Merge branch 'frappe:develop' into develop 2021-09-13 14:54:35 +02:00
Gavin D'souza
1c37cdde34 fix: Translate "You" in get_user_link 2021-09-13 17:44:20 +05:30
gavin
1717bddfb9
Merge pull request #14182 from gavindsouza/misc-fixes-0
fix: Misc fixes
2021-09-13 17:12:00 +05:30
Gavin D'souza
602bfd4b62 fix: Show user name with workflow state in timeline 2021-09-13 15:56:00 +05:30
Saqib Ansari
528855588e refactor: child table filtering 2021-09-13 15:53:48 +05:30
Gavin D'souza
3ae80af2c4 chore: Drop unmaintained sample config file
Use https://frappeframework.com/docs/user/en/basics/site_config for
reference instead
2021-09-13 15:17:39 +05:30
Rushabh Mehta
69eec2de51
Merge pull request #14179 from rmehta/list-empty-state
feat(minor): empty state for list view
2021-09-13 13:51:39 +05:30
Rushabh Mehta
0ee7c94a9f feat(minor): empty state for list view 2021-09-13 13:11:21 +05:30
Saqib Ansari
96398b5e8c feat: ui test for multiselect dialog 2021-09-13 11:38:44 +05:30