Rushabh Mehta
0486cde0a5
Merge pull request #15606 from rmehta/fix-user-info
fix: load user_info on-demand
3 years ago
Suraj Shetty
db5fab52ed
Merge pull request #15610 from surajshetty3416/toggle-theme-option
3 years ago
Suraj Shetty
645f23a9a7
fix: Add toggle theme as standard dropdown option
- For new sites toggle theme was not available. It was added via patch for old sites.
3 years ago
Rushabh Mehta
545a3a3ac4
fix(minor): handle for illegal user
3 years ago
gavin
dcbb9bb60f
Merge pull request #15597 from gavindsouza/refactor-backup-tests
refactor: Test Commands
3 years ago
Rushabh Mehta
b08f9f3649
fix(minor): linting errors
3 years ago
Rushabh Mehta
d2b9fc89ed
fix(minor): incorrect condition
3 years ago
Rushabh Mehta
5b5662ed9a
fix(minor): remove print
3 years ago
Rushabh Mehta
853287f49d
fix: load user_info on-demand
3 years ago
Gavin D'souza
023269d927
test(fix): Remove options passed in archive backup tests
* Run archive tests only for MariaDB
* Removed and added the options for root and admin passwd because they
were in the site_config and not in common_ :')
3 years ago
Gavin D'souza
d5b3fc04e0
fix: Breaking backup tests due to site settings
3 years ago
mergify[bot]
daab7b580f
Merge pull request #15601 from ruchamahabal/fix-field-placement
fix(minor): Is Custom field placement in Role form
3 years ago
Rucha Mahabal
b878b71e37
fix(minor): Is Custom field placement in Role form
3 years ago
mergify[bot]
fa2cbe6a45
Merge pull request #15483 from Aradhya-Tripathi/at-fix
fix: fixed `frappe.db.escape` in query generated by query builder
3 years ago
Gavin D'souza
7136106e3d
test: Clear cache on updating system settings
3 years ago
Gavin D'souza
9e281e7b19
refactor: Test Commands
* Separate out test case for backup cases
* Split each case into separate tests
* Add teardown to remove files geenrated in custom paths
* Rename test that wasn't running
* Rename test cases for consistency
3 years ago
mergify[bot]
a54bf39ec3
Merge pull request #15591 from sumaiya2908/html-editor-fixes
fix: html mode for ace editor
3 years ago
Rushabh Mehta
712cf9563e
Merge pull request #15563 from Alchez/dev-connected-app-auth-url
fix: allow longer authorization URIs
3 years ago
Rushabh Mehta
beada02a7e
Merge pull request #15436 from sumaiya2908/cleanup-portal
refactor(UI): cleanup portal pages
3 years ago
Summayya
75c0e76030
fix: html mode for ace editor
3 years ago
mergify[bot]
85fc42a1ea
Merge pull request #15549 from nextchamp-saqib/handle-504-errors
fix: catch exceptions while parsing json on request failure
3 years ago
Summayya
9ce0031d7c
refactor: code indentation
3 years ago
Summayya
425f6eca43
refactor: code indentation
3 years ago
Ankush Menat
eeff2a22f8
fix: enable languages inserted during setup ( #15588 )
3 years ago
Suraj Shetty
0c23852287
Merge branch 'develop' into cleanup-portal
3 years ago
Suraj Shetty
cfc55c7597
Merge pull request #15586 from surajshetty3416/fix-date-control
3 years ago
Saqib Ansari
6a55fd535d
Merge branch 'develop' of https://github.com/frappe/frappe into handle-504-errors
3 years ago
mergify[bot]
6f8f792c01
Merge pull request #15574 from resilient-tech/fix-limit-in-get-method
fix: limit in `Document.get`
3 years ago
Suraj Shetty
1d1ed171a1
fix: Pass date object instead of string for selectDate to work
"Today" button was not working because get_now_date was returning string
3 years ago
Summayya Hashmani
645fde2e67
fix: email fetch error for imaplib ( #15581 )
* fix: remove maxline for imaplib
* refactor: remove redundant line
Co-authored-by: Summayya <frappe@Summayyas-MacBook-Air.local>
3 years ago
mergify[bot]
2081f485c8
Merge pull request #15354 from cpdeethree/frappe-postgres-changes
fix: SQL queries to improve Postgres support
3 years ago
cpdeethree
58f7b02c30
fix: add test_for prepare_select_args
3 years ago
Suraj Shetty
4b5e67e165
Merge pull request #15580 from surajshetty3416/fix-datetime-control
3 years ago
Pruthvi Patel
a87899c215
test: add test for limit
3 years ago
Suraj Shetty
3d77f544fd
fix(datetime): Fix side-effect due to `__run_link_triggers`
- `__run_link_triggers` should only affect link fields
- Removed usage of `__run_link_triggers` from base control and introduce `force_set_value` for more explicit action.
3 years ago
mergify[bot]
5feebe22b0
Merge pull request #15569 from ankush/drop_py37
fix!: drop py3.7 support for v14
3 years ago
mergify[bot]
2446c5e099
Merge pull request #15564 from Havenir/fix-communication-get-contacts
fix: communication method "get_contacts"
3 years ago
Pruthvi Patel
d1852242a0
fix: limit in `Document.get`
3 years ago
Ankush Menat
3d474b5927
fix: drop py3.7 support for v14
3 years ago
Ahmad
9ebfc1ced9
refactor: communication.py
3 years ago
Ahmad
6afa5c8da3
fix: email_string parsing when pulling email
3 years ago
Rohan Bansal
10c5e732a5
fix: allow longer authorization URIs
3 years ago
Saqib Ansari
1bde3b48bd
fix: parsing exception from traceback
3 years ago
Saqib Ansari
307c7ced69
chore: check custom exception handlers only for json response
3 years ago
Gavin D'souza
981564e544
Merge branch 'develop' into frappe-postgres-changes
3 years ago
Gavin D'souza
d9b571cf43
refactor(minor): DatabaseQuery.prepare_select_args
* Used regex to replace instead of re-iteration (for-loop)
* Used f-strings for better readability
* Renamed and re-ordered vars, code block
3 years ago
Suraj Shetty
b64cab6867
Merge pull request #15543 from alyf-de/white-space-unset
3 years ago
mergify[bot]
7f74a3164d
Merge pull request #15551 from hrwX/custom_translations
feat: add translations to datatable
3 years ago
Conor
55392b64e7
fix: Revert changes made to fix collation differences
Due to collation differences in MariaDB and Postgres, tests gave
inconsistent results. This was to be handled in tests alone instead of
the application. It was unnecessary. Collation changes should be made at DBMS config
level only. Accomodating for those in the application will unnecessarily
degrade performance for everyone.
Other changes:
* use pluck in user_type
* revert ordering in nestedset
* revert parsing in order_field
* use preferred APIs & styling
Co-authored-by: gavin <gavin18d@gmail.com>
3 years ago
Conor
1c40881c41
fix: refactor postgres arg prep into its own function
3 years ago