Suraj Shetty
47b0117eec
fix(grid): Delete all functionality
3 years ago
gavin
bcc10d04d0
Merge pull request #14237 from gavindsouza/py37+
fix(develop): Drop support for Python 3.6
3 years ago
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
3 years ago
gavin
f60777f6db
Merge pull request #13845 from gavindsouza/compare-columns-db_query
feat: Support for Column comparison in DatabaseQuery
3 years ago
Suraj Shetty
9af24af213
Merge pull request #14235 from surajshetty3416/fix-grid-upload-1
3 years ago
Suraj Shetty
9a66f185e7
fix: CSV upload failure
3 years ago
mergify[bot]
39fa75cfca
Merge pull request #14192 from ankush/ipython_bump
chore(deps): bump ipython to latest version
3 years ago
Summayya
21ec09ee21
fix: small font in input
3 years ago
Samuel Braun
ac9ab3bd95
fix(database): Fixed sql convention inconsistency ( #14230 )
3 years ago
Summayya
da865595bd
refactor(UI): use variables in css
3 years ago
Summayya
3e2bf80d07
refactor(UI): use variables in css
3 years ago
Gavin D'souza
09557ab8c7
fix(db_query): Add fallback value irrespective of operator
3 years ago
Gavin D'souza
f24dd3ae3c
refactor: Access Log creation
* Retry thrice before raising DuplicateEntryError
* Don't commit if in_test
3 years ago
Shariq Ansari
3bde63eca2
fix(UI): Checkbox hidden in List view in mobile view ( #14144 )
3 years ago
Gavin D'souza
86fa811004
test: Add test for DatabaseQuery Column comparison
3 years ago
Suraj Shetty
1cd20c04a7
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
3 years ago
Sagar Vora
fb508607e0
fix(grid): date or datetime fields disappearing on save
3 years ago
Rushabh Mehta
23afeebb6d
Merge pull request #14224 from shariquerik/wspace-fixes
fix: Workspaces 2.0 fixes
3 years ago
Shariq Ansari
2fa967ec44
fix: Remove Loading animation of editorjs
3 years ago
Shariq Ansari
2756e226ec
fix: Do not allow to create workspace from list/form
3 years ago
Gavin D'souza
6973a34828
Merge branch 'develop' into compare-columns-db_query
3 years ago
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.
3 years ago
gavin
f2ea10a6be
Merge pull request #14205 from pateljannat/section-with-collapsable-content-jerk-issue
fix: section with collapsible content jerk issue
3 years ago
gavin
06c1d79bb0
Merge pull request #14215 from ChillarAnand/whoosh
fix: Use whoosh AsyncWriter to prevent write locks
3 years ago
Suraj Shetty
7f9a7af50c
fix: Remove hardcoded tabs and make it configurable
3 years ago
Suraj Shetty
3b04d28bf5
Merge pull request #14156 from shariquerik/file-view-checkbox-fix
3 years ago
Suraj Shetty
834a203b2e
Merge pull request #14214 from surajshetty3416/fix-translation-output
fix(translation): Set translated text as html to get unescaped output
3 years ago
Faris Ansari
d7c421d7a1
Merge pull request #14216 from netchampfaris/system-console-sql
feat: Run SQL directly in System Console
3 years ago
Faris Ansari
6ce59b1275
feat: Run SQL directly in System Console
3 years ago
gavin
4041442e6a
Merge pull request #13955 from gavindsouza/trim-db
feat: Site Maintenance commands
3 years ago
ChillarAnand
a298566d13
fix: Use whoosh AsyncWriter to prevent write locks
3 years ago
Gavin D'souza
5c6ffd2b2a
chore: Misc updates
* Updated hooks content
* Remove unnecessary multiple=True flag that breaks on click8
3 years ago
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.
3 years ago
Gavin D'souza
3734b63c17
fix: Do partial backups instead of full in trim-database
3 years ago
shadrak gurupnor
b057a07259
fix(minor): code clean up
3 years ago
Suraj Shetty
268d344f1a
fix(translation): Set translated text as html to get unescaped output
3 years ago
gavin
fc8b253916
Merge pull request #14197 from gavindsouza/misc-fixes-1
fix: Misc fixes
3 years ago
gavin
a89e13a4ff
Merge pull request #13954 from gavindsouza/mariadb-10_6
feat: Support for MariaDB 10.6
3 years ago
Shariq Ansari
95ad6bb4ca
fix: Total Row hidden ( #14209 )
3 years ago
shadrak gurupnor
851778e561
fix(minor): sider issues
3 years ago
Gavin D'souza
f1d2886328
Merge branch 'develop' of github.com:frappe/frappe into mariadb-10_6
3 years ago
Gavin D'souza
3adc459e4d
Merge branch 'develop' of github.com:frappe/frappe into trim-db
3 years ago
Gavin D'souza
0413349cc8
fix: Table view for bench trim-tables
3 years ago
Gavin D'souza
cb6010f1cf
feat(minor): Add json format option to trim-database
3 years ago
shadrak gurupnor
930dddc558
fix: test cases for web forms
3 years ago
Gavin D'souza
8b881d01d5
chore: Add help for bench transform-database
3 years ago
Faris Ansari
ce5ce9deb4
Merge pull request #14206 from netchampfaris/fix-list-view-skeleton
fix: List view skeleton
3 years ago
Suraj Shetty
ef44f56b93
Merge pull request #14199 from surajshetty3416/fix-login-issues
3 years ago
Faris Ansari
f387a8baef
style: sider
3 years ago
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
3 years ago