frappe

Low code web framework for real world applications, in Python and Javascript

MIT License

Stars
6.4K
Committers
689

Bot releases are hidden (Show)

frappe - Release v10.1.70

Published by sagarvora over 5 years ago

  • feat(email): Retry sending Email 3 times before deeming it as error (#6754)
  • fix: Address and contact report (#6763)
frappe - Release v11.0.3-beta.49

Published by saurabh6790 almost 6 years ago

  • bumped to version 10.1.69
  • fix(auth): Decode username, password obtained from cache (#6770)
  • fix(list-view): Cast docnames to str before sorting (#6766)
  • fix(ui): default icon for Web Page
  • fix: message.seen not a function, replace with valid function (#6753)
  • [Fix] Emails are not fetching
  • build: Upgraded frappe-datatable (#6732)
  • fix(comments mention): Fix ascii issue in comments mention (#6742)
  • fix: block oauth package version to 2.1.0
  • fix(version): getting version update (#6717)
frappe - Release v10.1.69

Published by saurabh6790 almost 6 years ago

  • fix(version): getting version update (#6717)
frappe - Release v11.0.3-beta.48

Published by saurabh6790 almost 6 years ago

  • Commonify code
  • fix(comp_dashboard): Company dashboard if goal is zero. (#6719)
  • fix : Auto email report fix for XLSX and CSV format (#6729)
  • Remove unwanted network request to check setting
  • Display all filters in report view (#6722)
frappe - Release v11.0.3-beta.47

Published by nabinhait almost 6 years ago

  • fix(permission): Role permission check with if_owner enabled (#6726)
  • fix(patch): Move frappe.db.commit() after transaction statement
  • Fix rename view log patch for mac users
  • Rearrage patch execution to fix a patch failure
  • fix: prepared report should not open in a new tab
  • fix: update modified date for Dropbox Settings Doctype
  • fix(core): rename "View log" to "View Log" and patch (#6708)
  • fix(chat): register last_seen only if last_message exists (#6712)
  • Fixed Addresses and Contacts Report (#6651)
  • [Base 64 Fix]: Added check for base64 image in abs_url (#6688)
  • [Fix] Transaction log corrections (#6693)
  • fix: Delete deprecated App Installer page (#6686)
  • test: Add code to test build_match_conditions (#6704)
frappe - Release v11.0.3-beta.46

Published by saurabh6790 almost 6 years ago

  • Add accidently removed match filters (#6701)
  • fix(login): redirect user from login page if already logged in (#6689)
  • fix: Hide dialog after assignment (#6696)
  • fix: Delete View Logs when deleting a document (#6695)
  • fix(is_html): Return false if text is not string
  • fix: Currency formatting fix in report view (#6691)
  • Fix: default not found issue (fixes "in user permission" check)
  • fix assets for css for mobile build
  • style: Add semicolon
  • fix(Kanban): Fix for New Kanban DDL issue
frappe - Release v11.0.3-beta.45

Published by saurabh6790 almost 6 years ago

  • fix: frappe.defaults.get_default not working (#6690)
  • fix(formatting): for email replies (#6676)
frappe - Release v11.0.3-beta.44

Published by saurabh6790 almost 6 years ago

  • fix(permission): KeyError
frappe - Release v11.0.3-beta.43

Published by sahil28297 almost 6 years ago

  • fix(permission): Update db_query.py (#6683)
  • fix(permission): Update user_permission.py (#6684)
frappe - Release v11.0.3-beta.42

Published by sahil28297 almost 6 years ago

  • Convert dict_keys to list
frappe - Release v11.0.3-beta.41

Published by sahil28297 almost 6 years ago

  • Catch KeyError in liked_with to fix failing patch
  • fix(data-import): Import data in batches (#6673)
  • Skip codacy warning
  • Display fieldname on which restriction is applied for clarity
  • [Fix] Translation not working for the html data (#6647)
  • fixed Cannot set Desktop Icon (#6666)
  • add route to home in menu option (#6668)
  • [Fix] Notification count not showing for the doctypes like purchase order, sales invoice (#6657)
  • [Fix]Quick entry with geolocation field issue fix (#6662)
  • fix: Update datatable to 1.7.2 (#6665)
  • fix(test): test_report.py
  • fix(style): show some margin on headings for quill editor
  • Add get_permitted_documents function
  • Init reference doctype
  • Fix faulty check
  • Fix minor bug
  • Fix client side user permission check
  • Fix user permission check - show complete list in no user permission for the reference doctype is found
  • Fix remove_skip_for_doctype patch
  • Append self doctype to get_applicable_for_doctype_list
  • Fix user permission validation
  • Add semicolon
  • Minor fix
  • Fix user permission check in create_new.js
  • Translate log strings
  • Fix patch key error and remove print statements
  • Fix a bug in patch - Related to apply_to_all_doctypes
  • Remove tuple
  • Optimize remove_skip_for_doctype patch
  • Remove an unwanted argument
  • Add a decorator to print user permission check logs
  • Fix "replicate user permission" patch
  • Remove duplicate patch entry
  • Add apply_to_all_doctypes field and custom query for applicable_for field
  • Fix skip_for_doctype migration patch
  • Fix incorrect doctype check
  • Fix AttributeError
  • Fix AttributeError
  • Fix AttributeError
  • Fix typo
  • Fix has_user_permission check
  • Fix incorrect patch
  • Fix not_in_user_permission function check
  • Make code bit more readable
  • Fix not_in_user_permission method in defaults.py
  • Remove commented code
  • Init return_empty
  • Fix codacy
  • Set a boolean to return empty response
  • Add test to check if owner permission if applied properly
  • Fix if_owner permission override
  • Pass reference doctype to search link to get contextual results
  • Add test to check contextual user permission
  • Fix client side user permissions
  • Add a patch to remove skip_for_doctype
  • Fix user permission on link fields
  • Fixes to support new changes with user permission
  • Add find & find_all utility function
  • Refactor has_permission
  • Remove unwanted code
  • Add applicable_for field
  • update(patch)
  • wip(user_permissions)
frappe - Release v11.0.3-beta.40

Published by nabinhait almost 6 years ago

  • Changed modified timing to pickup changes (#6649)
frappe - Release v11.0.3-beta.39

Published by codingCoffee almost 6 years ago

  • bumped to version 10.1.68
  • fix(patch): move fetch updation patch after user permissions
  • [fix] remove unwanted imports
  • [fix] setup subscription datetime in utc format
  • fix(patch): Skip reports that dont have any json config set (#6641)
  • Prevent removing ID column in Pick Columns (#6637)
  • fix: comment mentions (#6611)
  • fix: pass parameters as list (#6625)
  • [Fix] - Corrected json format (#6621)
  • fix(auto_email_report): max_reports_per_user (#6628)
frappe - Release v10.1.68

Published by codingCoffee almost 6 years ago

  • fix: comment mentions (#6611)
  • fix: pass parameters as list (#6625)
  • [Fix] - Corrected json format (#6621)
  • fix(auto_email_report): max_reports_per_user (#6628)
frappe - Release v11.0.3-beta.38

Published by saurabh6790 almost 6 years ago

  • fix: bug in total row calculation for Currency field for list of dict values (#6615)
  • fix(report): Only show generate button if it is a prepared report (#6619)
  • [Fix] Json data for Report Builder based reports (#6624)
  • fix: pass parameters as list (#6626)
  • fix(website): Correctly generate route for list item (#6620)
  • [minor][fix] get_notifications_for_doctypes (#6634)
  • fix: Remove redundant import (#6614)
  • fix: Include meta_block in Web Page (#6627)
  • fix: Update DataTable (#6622)
  • fix(Chat): Show red indicator for unread threads (#6629)
frappe - Release v11.0.3-beta.37

Published by saurabh6790 almost 6 years ago

  • fix(report-view): Update Reports dropdown on creation of a Report (#6604)
  • [UX] Report builder (#6608)
  • fix(ui): make footer appear at end of page (#6610)
  • fix(tests): one more attempt to fix the erratic test_scheduler.py (#6612)
  • [setup] remove debug
  • [setup] remove execution time
  • [router] clarify show desk for no route
  • [custom-field] Admin-owned programmed fields
  • [fix] remove print statements to not raise unicode issues
  • [fix] expand dropdown height
  • [setup] check skip_setup_wizard from common_site_comfig
  • [fix] Better multiple root node message
  • [setup] Address template message if setup complete
  • [comment][fix] add pre-existing clear method
  • [setup] startup setup dialog if setup not complete
  • Add make_records()
  • remove setup progress
  • provision to setup password while adding system manager
  • [fix] toggle title based on setup status
frappe - Release v11.0.3-beta.36

Published by sahil28297 almost 6 years ago

  • fix: Email Reply Behaviour (#6578)
  • fix(patch): check if table exists for old prepared reports (#6605)
  • Fix: Query Report (#6603)
frappe - Release v11.0.3-beta.35

Published by sahil28297 almost 6 years ago

  • feat: Added disabled field in the address (#6548)
  • Allow setting MariaDB root user and pass (#6599)
  • fix: Totals row in Query Report (#6590)
  • [Fix] Component not getting in the refresh event in the employee transfer doctype (#6601)
frappe - Release v11.0.3-beta.34

Published by saurabh6790 almost 6 years ago

  • fix(Quill): Use pre tag instead of div (#6585)
  • fix: Update Datatable to 1.6.1
  • style: Linting fixes
  • fix(prepared-report): UX Improvements
  • fix(prepared-report): Do not lose the first row in Prepared Report data
  • fix: Use frappe.as_json instead of json.dumps
  • style: Linting fixes
  • fix(prepared-report): Fix typo in a comment
  • fix(prepared-report): Set prepared_report_name query param in Link to query report
  • fix(prepared-report): Uncompress Prepared Report data files before downloading
  • fix(prepared-report): Disable filters when showing a Prepared Report doc
  • fix(prepared-report): Python 2 compatibility fix
  • fix(prepared-report): Delete all prepared reports
  • fix(prepared-report): Show data from report matching filters and owner
  • refactor(prepared-report): Do not serialize JSON serialized filters
  • fix(prepared-report): Serialize Prepared Report data to JSON
frappe - Release v11.0.3-beta.33

Published by rohitwaghchaure almost 6 years ago

  • bumped to version 10.1.67
  • fix[filters]: Load filters from report doc & more(#6556)
  • Add after_render hook in query_report.js (#6565)
  • fix: Only apply saved filters on page load (#6574)
  • fix(QueryReport): Dynamic Total Row in Query Report (#6566)
  • fix(website-chat): Show chat window if chat alert is clicked (#6558)
  • fix(security): Make Jinja tighter (#6564)
  • bumped to version 10.1.66
  • Update gantt library (#6541)