Commit graph

2345 commits

Author SHA1 Message Date
Suraj Shetty
44c82276e8 refactor: Remove unused methods 2021-08-19 17:37:01 +05:30
Suraj Shetty
a7fb1816aa refactor: Remove unused and redundant code 2021-08-19 15:27: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
1015283731 fix(global_search): Typecast variable for comparision
Previously start was being type casted with int. That was reverted by refactoring query to use new Query Builder
This bug was introduced via ee3c84beef
2021-08-12 16:23:40 +05:30
Suraj Shetty
1d878199f1
Merge pull request #13899 from surajshetty3416/fix-print-format-header 2021-08-10 11:05:35 +05:30
mergify[bot]
afd69729de
Merge pull request #13835 from MitulDavid/image-processing
feat: Image cropping and optimization
2021-08-10 05:16:08 +00:00
Suraj Shetty
291d7b0f16 fix: Call is_rtl function to get the actual value 2021-08-10 10:13:19 +05:30
Afshan
c7ad1be6b8 fix: format string for formating date 2021-08-06 22:10:37 +05:30
Mitul David
4f86cdb8f8
Merge branch 'develop' into image-processing 2021-08-06 18:45:59 +05:30
MitulDavid
2d887187d2 refactor: Toggle optimization using checkbox 2021-08-06 18:31:41 +05:30
Ankush
257723cb0a
feat: PythonExpression and Python option with syntax validation for Code field types (#13707)
* feat: `PythonExpression` and `Python` options for `Code` fields

* fix: check python expressions in assignment rule

* fix: replace server script syntax validation

* fix: validate condition in workflow transition

Add PythonExpression in Options.
2021-08-06 04:10:09 +00:00
Mitul David
fa6e26f5e1
Merge branch 'develop' into image-processing 2021-08-05 16:41:00 +05:30
Suraj Shetty
af30607719
Merge branch 'develop' into remove_bg_queue 2021-08-04 15:12:47 +05:30
Ankush Menat
7994706bdb fix: remove unused queue
Removed because causes unnecessary confusion. A queue called
"background" never existed it was commited by mistake while developing a
feature but that feature ended up not using it.

reference commit: e6adf91029
reference PR: https://github.com/frappe/erpnext/pull/26701
2021-08-02 19:00:26 +05:30
gavin
4d38093f6c
Merge pull request #13694 from deepeshgarg007/api_update
fix: Error on updating docs via API
2021-08-02 18:58:33 +05:30
MitulDavid
a3430ca2a9 feat: Image optimization 2021-08-02 18:23:26 +05:30
Gavin D'souza
f7b8f86666 Merge branch 'develop' of github.com:frappe/frappe into aks-orm 2021-07-30 13:10:59 +05:30
Gavin D'souza
43cde90109 fix(backups): Allow individual backups of all tables
Due to previous logic, only tables under DocType table were allowed to
take partial backups. This change allows backup to be taken for
deprecated doctypes too.
2021-07-30 12:28:27 +05:30
Gavin D'souza
94701fdb7d feat(utils): frappe.utils.get_table_name
Fetch table name from doctype/__ table name passed
2021-07-30 12:27:22 +05:30
saxenabhishek
42dc8a180f refactor: get_table_name, run_only_if 2021-07-30 11:48:12 +05:30
saxenabhishek
7671e78487 style: minor fixes and improvements 2021-07-30 11:29:41 +05:30
saxenabhishek
ce10e36725 refactor: move all pypika functions to a module 2021-07-30 11:00:35 +05:30
saxenabhishek
ee3c84beef style: typecast to string inside db.sql 2021-07-30 11:00:35 +05:30
saxenabhishek
c05a032811 refactor: qb in global_search.search 2021-07-30 11:00:34 +05:30
Leela vadlamudi
2c659e1bce
Merge pull request #13746 from leela/rq-auth
feat: Redis Authentication and namespaces for Redis queue instance
2021-07-30 09:07:31 +05:30
leela
ff973477a3 fix: Use bench path as default bench_id 2021-07-29 20:43:34 +05:30
Gavin D'souza
a836b2de0c perf: Use truncate instead of drop
Changed DML DROP statements to use DDL TRUNCATE for better performance
wherever possible
2021-07-28 18:57:51 +05:30
Gavin D'souza
01d275f667 style: Format code for better readability
* Remove trailing whitespaces
* Format code to fit module conventions
* Add appropriate new lines between imports, classes, fn defs, etc
* Added comments, docstrings & module headers
2021-07-28 18:55:27 +05:30
Gavin D'souza
a02848849d Merge branch 'develop' of github.com:frappe/frappe into at-queries 2021-07-28 16:00:46 +05:30
Aradhya-Tripathi
84ff1d0af9 style: removed frappe.db.sql comments 2021-07-28 13:48:01 +05:30
leela
db09a85183 refactor: Add authentication for Redis Queue 2021-07-26 21:09:34 +05:30
Aradhya-Tripathi
538ef2168b fix: removed wrong queries 2021-07-24 22:58:12 +05:30
Aradhya-Tripathi
2f3371d873 refactor: Moved raw queries to frappe orm 2021-07-23 23:14:24 +05:30
Aradhya-Tripathi
1204ae8ce4 fix: fixed spacing and ui tests 2021-07-23 10:45:54 +05:30
Aradhya-Tripathi
8887836820 refactor: Moved util queries to
frappe orm
2021-07-21 23:31:15 +05:30
Suraj Shetty
c5c79ea2fd Merge branch 'develop' of https://github.com/frappe/frappe into auto-generate-rtl-style 2021-07-21 10:52:31 +05:30
leela
9b437f8c90 feat: Add rq users 2021-07-20 05:45:17 +05:30
Deepesh Garg
f1f8678ee0 fix: Remove for update flag from aggregate functions 2021-07-19 10:54:22 +05:30
Deepesh Garg
0c3e923e0f fix: Remove for update flag from aggregate functions 2021-07-19 10:49:44 +05:30
Deepesh Garg
33f8bfcaf2 fix: Add for update in nest set model updates 2021-07-18 17:46:16 +05:30
mergify[bot]
6128123eed
Merge pull request #13687 from bhavesh95863/patch-6
fix: Duplicate if condition removed
2021-07-13 15:22:34 +00:00
gavin
59f4b4d754
Merge pull request #13554 from gavindsouza/drop-data-import-legacy
chore: Drop Data Import Legacy
2021-07-13 20:39:00 +05:30
Sagar Vora
b23dd71116 fix: escape quotes before declaring variables when making a new app 2021-07-13 17:56:47 +05:30
Bhavesh Maheshwari
68930a022a
fix: Duplicate if condition remove 2021-07-13 15:55:24 +05:30
Gavin D'souza
2aa2586a0c fix: Drop deprecated validate_csv_import_file def 2021-07-13 12:04:18 +05:30
Suraj Shetty
0b3402236c fix: Add layout direction to pdf template 2021-07-05 14:44:04 +05:30
Suraj Shetty
70e4b8a459 fix: Use different key for RTL assets 2021-07-05 14:39:46 +05:30
Suraj Shetty
30f9207091 feat: Select css-rtl folder if language is rtl 2021-06-28 12:03:00 +05:30
Suraj Shetty
40dd522796 feat: Auto generate RTL styles using rtlcss
https://github.com/MohammadYounes/rtlcss
2021-06-25 13:06:09 +05:30
Faris Ansari
fd05cf068e fix: Add frappe.rename_doc to Server Scripts 2021-06-22 18:14:15 +05:30