Commit graph

43 commits

Author SHA1 Message Date
Ankush Menat
eebf7e1fff
chore: dead code removal (#18410)
* chore!: Drop dead code related to configs/moduelview

* chore!: Drop dead boilerplate

* chore: drop desktop.py boilerplate

* chore!: Remove report dump
2022-10-13 15:55:40 +05:30
Gavin D'souza
fe4702553c chore: Add typing 2022-08-12 12:53:24 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Gavin D'souza
30cf8fd58d refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
Gavin D'souza
b1c6ccffe1 style: Remove redundant brackets 2021-07-30 13:09:12 +05:30
saxenabhishek
7671e78487 style: minor fixes and improvements 2021-07-30 11:29:41 +05:30
saxenabhishek
ee3c84beef style: typecast to string inside db.sql 2021-07-30 11:00:35 +05:30
saxenabhishek
8b82815ba6 refactor: qb in get_all_empty_tables_by_module 2021-07-30 11:00:34 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Prssanna Desai
875056bb15
fix: pull modules from Module Def instead of desktop config file (#12631)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-29 18:22:12 +05:30
Shivam Mishra
60ddc8b1c5 fix: broken imports 2020-12-16 14:36:41 +05:30
Shivam Mishra
3ddb5e450a feat: delete config python files 2020-12-04 14:16:26 +05:30
Faris Ansari
e9f0d8dd4e feat: Ability to block module cards for all users 2019-10-29 01:17:17 +05:30
Aditya Hase
b483aa40db
perf(moduleview): JOIN with CONCAT is slow 2019-10-23 23:00:03 +05:30
Suraj Shetty
0a7a28bac0 fix: Get data of empty table from pg_stat_all_tables when db-type is postgres 2019-05-03 10:38:10 +05:30
Rushabh Mehta
b6d2e61ff0 fix(style): frappe theme colours in bs4 and minor fix 2019-03-15 12:03:35 +05:30
scmmishra
ca30cdc0d4 style: Added new line at EOF 2019-03-14 11:45:06 +05:30
scmmishra
53e1ecdb02 fix: Removed conflicts, minor style fixes 2019-03-14 11:43:11 +05:30
scmmishra
c03e6a08e9 Merged from develop 2019-03-14 11:36:36 +05:30
scmmishra
85ae5c8588 feat(desk): Added fallback module list 2019-03-14 09:37:16 +05:30
Prateeksha Singh
3f519de474 feat(desk): Overlay customizations over default settings 2019-03-12 12:58:45 +05:30
Prateeksha Singh
6fd3c811ac fix(desk): build default settings 2019-03-12 12:32:03 +05:30
Faris Ansari
c735f60d95 fix: Use .get instead of box accessor 2019-03-11 10:21:04 +05:30
Saurabh
d334933601 fix: check if app and category exists in module 2019-03-04 16:55:58 +05:30
Prateeksha Singh
01f3e38c8e fix(desk_settings): check json none case 2019-03-04 12:39:46 +05:30
Prateeksha Singh
352eaf0aa2 fix(patch): naming 2019-03-04 12:39:46 +05:30
Prateeksha Singh
d2bde40992 fix(desk): links customization by fetching properties 2019-03-04 12:39:46 +05:30
Prateeksha Singh
75d98df16c feat(desk): Desk Section settings patch 2019-03-04 12:39:46 +05:30
Prateeksha Singh
39ad843b3b feat(desk): DeskModuleBox, get some links if not set 2019-03-04 12:39:45 +05:30
Rushabh Mehta
01c65ef608
Revert "feat(desk): Link Tags, Customize Sections" 2019-03-02 19:48:36 +05:30
Prateeksha Singh
ab0c87b6b1 feat(desk): Customize Sections 2019-03-01 10:09:44 +05:30
Aditya Hase
cf1710edf7 fix(desk): Use DocType instead of Doctype 2019-02-27 15:38:16 +05:30
Prateeksha Singh
56f7dbd95f fix(desk_load): show onboarding status by number of records 2019-02-27 09:07:45 +05:30
Prateeksha Singh
d73709d1ca chore(modules): cleanup helper methods 2019-02-12 12:12:01 +05:30
Prateeksha Singh
64e683a6d4 fix(modules): set implicit category of modules 2019-02-12 04:25:48 +05:30
Prateeksha Singh
f3ffb8fba9 chore(modules): add more admin sections, fix grid cell height
- fix sm and md col numbers
2019-02-11 15:18:36 +05:30
Prateeksha Singh
e07c8b0cb7 fix(modules): onboard bubbling for modules 2019-02-08 08:02:28 +05:30
Prateeksha Singh
7a457bc76e fix(modules): handle different configs 2019-02-07 16:18:50 +05:30
Prateeksha Singh
043e290721 fix(domains): remove desktop icons from domainification 2019-02-07 11:28:05 +05:30
Prateeksha Singh
83c0e31546 feat(module_links): show onboard untouches points 2019-02-07 09:52:08 +05:30
Prateeksha Singh
b5a9105e47 feat(module_links): add condition for modules, show label in title 2019-02-07 09:17:21 +05:30
Prateeksha Singh
466de4f19b refactor(allowed_modules): use the new modules API 2019-02-06 17:07:13 +05:30
Rushabh Mehta
024ddfcc5b -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
Renamed from webnotes/config/__init__.py (Browse further)