frappe

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

MIT License

Stars
6.4K
Committers
689

Bot releases are visible (Hide)

frappe - Release v11.1.6

Published by nabinhait over 5 years ago

  • fix: Language Code naming validation (#6933)
  • fix: Update DataTable hook for columnTotal (#6904)
  • fix(desk): Prepared Report fixes (#6939)
  • feat(error-report): Collect frame locals in error report (#6938)
  • fix: Permlevel check in Print
  • Fix - svg logo not working for Desk Icon
  • fix: Clear server messages after Password Update
  • Remove unwanted trailing spaces
  • Index user field in User Permission doctype for faster select query
  • Return empty list from get_decendants if doc not found
  • fix: Set minimum body height so that scrollbar does not overlap
  • fix: Fallback for get_build_version
  • feat: replace sender name by email account name
  • feat: use email account name as sender name
  • fix: scrub new lines and white spaces from options and fetch_from field
  • fix: use orm instead of query
  • feat: added a utility method to get all the descendants of a node
  • fix: minor revert change to new_node function
  • fix: get ancestors for a node with more filters
  • feat: post_render function added to be triggered after treeview is successfully built
  • fix: codacy fix
  • feat: ability to provide custom onchange for filter and to disable onchange completely
  • feat: ability to pass selected node while overriding a button
  • feat: override treeview buttons with sasme labelled button in tree file
frappe - Release v11.1.5

Published by sagarvora over 5 years ago

  • fix: unfreeze oauthlib, requests-oauthlib (#6922)
  • fix(typo): vale -> value
  • fix(base_list): keeping a promise
  • fix: Skip get_open_count during migrate or install
  • fix: Print Preview UX
  • fix: codacy
  • select all only if options are greater than 5
  • added select all and unselect all button
  • fix: Use .get() to avoid key error
  • fix: Kanban UX
  • fix: Create Kanban Cards with current filters
  • fix: don't send read receipt by default'
  • fix: Currency symbol in list view (#6900)
  • fix: remove print statements
  • fix(email_group): show correct total_subscribers after inserting or deleting email group members
  • Fix Typo: Exection Time -> Execution Time
  • fix: requested changes
  • fix: Set default print language in Notification
  • fix: requested changes
  • Show permission failure message based on passed user
  • Close read_only db connection
  • remove distinct from count
  • test: Change total post length
  • Fix: onchange of Docname
  • inner button label
  • fix: Don't send attachment/download header with PDF files (#6881)
  • Code refractor
  • Added inner button
  • fix: changes requested
  • fix: tests for user permissions
  • Testing: unit test-cases
  • fix: Set field default based on user permissions
  • fix: codacy
  • fix(Query Report): Do not preformat before frappe.format
  • fix: founded bug
  • fix: changes requested
  • Fix encoding
  • update(frappe): Update dependency Oauthlib (#6832)
  • fix: codacy
  • fix: codacy
  • fix: Update on change of user, Avoid duplication error,if no applicable selected,readability
  • fix: multicheck and feat:update some ui fixes
  • backend
  • Backend and ui fixes
  • Ui
  • intitial commit
frappe - Release v11.1.4

Published by sagarvora over 5 years ago

  • fix(data_import): use absolute url (#6875)
  • fix(reportview): cast docname to string (#6876)
  • fix: jinja local.conf data leak (#6884)
  • fix(chat_profile): rename chat profile when email is renamed (#6885)
  • fix: Download read-only fields from grid
  • fix: Order by param in report builder (#6877)
  • fix(sync_global_search): decode json object as str (#6867)
  • fix: Validate length for int and bigint column types (#6804)
  • fix(website): Enable socketio on website (for file upload) (#6866)
frappe - Release v11.1.3

Published by sagarvora over 5 years ago

  • fix: Set modified and created value while creating user permissions from patch (#6847)
  • fix: prepared report filters not working (#6864)
frappe - Release v11.1.2

Published by sagarvora over 5 years ago

  • fix(search): Fix possible reflected XSS attack vector (#6860)
  • fix: fallback not reqd for section label, has default (#6865)
  • Revert "fix: Print Format Builder not working unexpected string (#6861)" (#6863)
  • fix: Print Format Builder not working unexpected string (#6861)
  • fix: Better data import error log (#6862)
  • fix: frappe.throw of 'Invalid Password:' not translatable on update-password page (#6725)
  • fix(search): Fix possible reflected XSS attack vector (#6856)
frappe - Release v11.1.1

Published by saurabh6790 over 5 years ago

  • feat: provision to enable/disable prepared report from permission for page and report document (#6831)
  • Fix "object has no attribute 'parent_doc'" error while saving doc (#6855)
  • fix(global search): fallback if redis is not yet started
  • fix: refactor global search to not insert after every commit (#6845)
  • fix: modified date (#6854)
  • fix: keep deprecated help commands (#6851)
  • fix: there are 28 fields in Event, not 30 (#6850)
frappe - Release v11.1.0

Published by sagarvora over 5 years ago

  • fix: change changlog version to 11.1.0
  • bumped to version 10.1.71
  • feat: Deprecate In App Help (#6801)
  • docs: changelog for v11.0.4
  • fix(report): Use key matching label if key with fieldname doesn't exist (#6839)
  • fix(Rounded Total): Use Banker's Rounding in JS round_based_on_smallest_currency_fraction (#6840)
  • fix(unicode): Set default encoding to utf-8 in Python 2 (#6833)
  • Remove unwanted field in edit-profile web form (#6837)
  • fix(import): Import print_function once
  • fix(security): Make server-side PDF rendering tighter
  • feat(email): Allow emails to be sent without SMTP authentication by setting (#6816)
  • feat: Show average of Percent field in report totals row (#6785)
  • feat: [v10] Deprecate In App Help (#6834)
  • Set empty string if the value is null or undefined (#6803)
  • fix: Breadcrumbs in File View (#6802)
  • fix(unicode): Import unicode_literals in every file (#6805)
  • fix: Bypass filters that cannot be applied (#6818)
  • feat(email): Check Send Read Receipt checkbox by default (#6817)
  • fix: offset in calendar view (#6815)
  • fix: Customize Form and Custom DocType related fixes (#6645)
  • fix(PrintFormat): Section Labels with spaces in them got truncated (#6819)
  • fix(notifications): ignore mysql internal error 1684 for concurrent ddl statements (#6826)
  • fix: unicode character throws error for python 2 (#6822)
  • fix: return empty dict if setup wizard is not completed (#6830)
  • fix: return empty dict if site is in installation state or setup wiz not completed
  • fix: Skip get_notifications before setup_complete (#6828)
  • style: missing semicolon
  • tests: Add tests for "Is Set" and "Is Not Set" filter
  • feat: New filter type "Is Set", "Is Not Set"
  • feat: Download json file (#6793)
  • fix(comment): Encoding issue in jinja for mention in comment (#6813)
  • fix: Use ImportError instead of ModuleNotFoundError (#6808)
  • style: Linting fixes (#6809)
  • fix(email): Pass args as unicode in Py2 & bytes in Py3 to SMTP.login
frappe - Release v10.1.71

Published by sagarvora over 5 years ago

  • fix(security): Make server-side PDF rendering tighter
  • feat: [v10] Deprecate In App Help (#6834)
  • fix: Customize Form and Custom DocType related fixes (#6645)
  • fix(comment): Encoding issue in jinja for mention in comment (#6813)
frappe - Release v11.0.3-beta.51

Published by sahil28297 over 5 years ago

  • fix: Make total row bold (#6810)
  • Fix: auto email report not showing all columns in email (#6806)
frappe - Release v11.0.3-beta.50

Published by sagarvora almost 6 years ago

  • bumped to version 10.1.70
  • fix: don't append signature if it is already present (#6800)
  • WebsiteGenerator call super class clear_cache (#6786)
  • fix(list-view): Show count that matches number of rows (#6798)
  • fix: "list object has no get attribute" error while saving new doc (#6799)
  • fix(grid): Download hidden fields data from grid (#6796)
  • fix: Use ImportError instead of ModuleNotFoundError (#6797)
  • fix(quill): Convert ol to ul before sending the value to server (#6795)
  • feat: Clear user permissions button (#6767)
  • fix: Make event emitter from blank object
  • fix(requirements): freeze requests-oauthlib to 1.1.0
  • fix: Add 'parent' argument to frappe.db.get_value. (#6570)
  • feat(email): Retry sending Email 3 times before deeming it as error (#6754)
  • fix: Removal of a logging line (#6778)
  • fix(timeline-item): User images dont load if they have space in the url
  • fix(Caching): Clear document_cache in clear_doctype_cache (which is called from bench migrate) (#6772)
  • fix: syntax-fix treat obj as list (#6776)
  • fix: Address and contact report (#6763)
  • fix(minor): assign_to field disappears while assigning a task/issue (#6775)
  • fix: increased threshold for making report as prepared report (#6773)
  • style: missing semicolon
  • fix: Custom Date filters in DataTable
  • [Fix] 'dict' object has no attribute 'applicable_for'
frappe - Release v10.1.70

Published by sagarvora almost 6 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
Package Rankings
Top 9.8% on Proxy.golang.org
Related Projects