Ankush Menat
b64c03d83d
test: restricted QB
3 лет назад
Ankush Menat
496e5b513b
fix: executing non-select qb code from whitelisted methods
Co-Authored-By: Gavin D'souza <gavin18d@gmail.com>
3 лет назад
Ankush Menat
05e29fa496
test: ignore dataimport test on postgres ( #15902 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
3 лет назад
Ankush Menat
c5fbd07840
revert: "fix: use `now` instead of `is_async` in tests ( #15893 )" ( #15899 )
This reverts commit 1cd4722235
.
3 лет назад
Rushabh Mehta
7f3ace8a4e
Merge pull request #15411 from phot0n/remove-unnecessary-fields
refactor: remove parent, parenttype and parentfield columns from non-child table doctypes
3 лет назад
phot0n
a6ea0c9e37
fix: add index on parent in child table doctype
3 лет назад
phot0n
7bd84496c1
fix: use int for docstatus in get_default_df
3 лет назад
phot0n
266e1f95ed
chore: adding back idx column
This is needed for ordering in display of links as it keeps
track of the clicks on a particular link item
3 лет назад
phot0n
aeadcb1322
chore(notifications.py): remove unused get_unseen_likes
3 лет назад
phot0n
f64b0eee46
test: child table creation and transitioning
3 лет назад
phot0n
9e42d1b769
chore: remove patch
3 лет назад
phot0n
dfb1b8b406
chore(notifications.py): remove unused function get_unread_emails
3 лет назад
phot0n
b31f3c24f6
refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table
* fix: remove parent, parenttype, parentfield, idx from DocType DocType
3 лет назад
Ankush Menat
1cd4722235
fix: use `now` instead of `is_async` in tests ( #15893 )
3 лет назад
Wolfram Schmidt
fb1ff60ab2
polished the "Tag" translation ( #15889 )
corrected some translations and added missing ones
3 лет назад
Wolfram Schmidt
1944a547f9
added translation for Yes/No
Since v13 the translation of the english No was "Kein". Which is not the right choice when selecting between yes or no. "Kein" is more something like none...
3 лет назад
Mohammad Hasnain Mohsin Rajan
29bfdc54c8
Merge pull request #15888 from ChillarAnand/whoosh
3 лет назад
ChillarAnand
3f21b6707a
fix: Use whoosh AsyncWriter to prevent write locks
3 лет назад
Mohammad Hasnain Mohsin Rajan
4ff86e1d63
revert: "refactor: set amended docname to original docname" ( #15867 )
* Revert: "refactor: set amended docname to original docname"
80d111baf2
.
* test: test if amended doc has different name
3 лет назад
Raffael Meyer
89922bae90
feat: utility methods for docstatus ( #15515 )
* feat: utility methods for docstatus
* refactor: use utility method for doctsatus
* refactor: enum for docstatus
* refactor: docstatus as property
* fix: set docstatus
* feat: docstatus extends int class
* test: docstatus of BaseDocument
* refactor: occurrences of docstatus
* fix: typo
* refactor: move docstatus to a separate file
* test: docstatus
* fix: sider
3 лет назад
mergify[bot]
4af37fe239
Merge pull request #15823 from hrwX/rerender_file_uploader
fix(google-drive-picker): Trigger form attach on callback
3 лет назад
Mohammad Hasnain Mohsin Rajan
fb6c576ffa
test: delete blog after test ( #15864 )
3 лет назад
mergify[bot]
2f4dad4c6f
Merge pull request #15803 from nextchamp-saqib/fix-msd-child-item-filters
fix: child table filtering in multi select dialog
3 лет назад
Faris Ansari
a231715973
Merge pull request #15829 from deepeshgarg007/data_import_enhancements_develop
fix: Ability to continue partially processed data imports
3 лет назад
Suraj Shetty
ed048b97ea
Merge pull request #15847 from gavindsouza/timeutils-fixes
3 лет назад
mergify[bot]
b14798dd11
Merge pull request #15857 from saxenabhishek/aks-fix-param_wrapper
fix: missing param_wrapper in recursive calls
3 лет назад
Deepesh Garg
f23eb73b2a
fix: Code cleanup
3 лет назад
Suraj Shetty
8e43fec728
Merge branch 'develop' into aks-fix-param_wrapper
3 лет назад
Suraj Shetty
3763b953a7
Merge pull request #15835 from sumaiya2908/add-breadcrum-to-dashboard
3 лет назад
Nabin Hait
21b997bd8b
fix: delete chat message attachments ( #15852 )
3 лет назад
saxenabhishek
680eea0751
test: string values inside qb objects
case inside update queries needs a recursive call param wrapper got lost
3 лет назад
saxenabhishek
44d7940746
fix: missing `param_wrapper` in recursive calls
3 лет назад
Suraj Shetty
418df9951e
Merge pull request #15776 from surajshetty3416/fix-link-field
3 лет назад
mergify[bot]
69df0a226d
Merge pull request #15826 from shariquerik/doctype-name-length-validation
fix: Doctype name/table-name in database is limited to 64 character
3 лет назад
Suraj Shetty
8efb100222
Merge pull request #15831 from marination/moment-missing-in-datetime-web
3 лет назад
Suraj Shetty
a424f1c3aa
Merge branch 'develop' into doctype-name-length-validation
3 лет назад
Suraj Shetty
6163ebf1eb
Merge pull request #15851 from wojosc/patch-4
3 лет назад
Wolfram Schmidt
ac3de2cb81
Update de.csv
missing translation added
3 лет назад
marination
ab5f45a96f
chore: Add `moment` to bundle instead of injection via script tag
- Wherever moment is imported in html, use dependent bundle to import it instead for consistency
- Remove moment import from `base.html` since it uses `frappe-web.bundle.js` anyway
3 лет назад
Deepesh Garg
7eed741029
Merge branch 'develop' of https://github.com/frappe/frappe into data_import_enhancements_develop
3 лет назад
Deepesh Garg
977c9d1622
chore: Remove unused imports
3 лет назад
Deepesh Garg
93c476ef30
fix: Test case
3 лет назад
Shariq Ansari
749ace654c
test: added unit test
3 лет назад
marination
3f6eb5d99d
fix: Load `moment` and bind to window from new file
- Introduce new file in `/lib` to import moment and bind to window
- Use new lib file to load moment in web bundle and libs bundle (desk)
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 лет назад
mergify[bot]
7f5aa9d841
Merge pull request #15842 from resilient-tech/fix-checkbox-color
fix: primary color for checkbox and radio
3 лет назад
Gavin D'souza
1b7fa5e180
fix(test): Update test according to API behaviour
3 лет назад
Gavin D'souza
ad1fedf4a8
fix: Return correct types for time utils
3 лет назад
Gavin D'souza
2b4cb2e1c7
test: Add tests for get_time, get_timedelta
3 лет назад
mergify[bot]
3da7a5c1ff
Merge pull request #15679 from alyf-de/translate-report-export
feat: translate column names in export of report
3 лет назад
mergify[bot]
36b105b014
Merge pull request #15839 from resilient-tech/fix-progress-bar-color
fix: primary color for progress bar
3 лет назад