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 v8.9.3

Published by mbauskar about 7 years ago

  • [hotfix] delete attachment first before deleting parent doc
  • [Fix] Calendar view is not working for sales order
frappe - Release v8.9.2

Published by mbauskar about 7 years ago

  • [hotfix] throw DoesNotExistError if doctype is not available on Delete api (#4013)
  • [hotfix] socket command error eof while connecting to email server (#4025)
frappe - Release v8.9.1

Published by mbauskar about 7 years ago

  • BOM issue - Make a new Item button was not working (#4021)
  • [hotfix] fixes for UnicodeDecodeError while import translation
  • [hotfix] only display allow_after_submit property if doctype is submittable
  • [minor] translated the CC & Standard Reply field of email dialog
  • [hotfix] dont update the modified date for already fetched email (communication)
frappe - Release v8.9.0

Published by mbauskar about 7 years ago

  • Update query_report.js
  • allow hidden columns in reports
  • Explicitly convert dict.keys() to list
  • Update init.py
  • Use raise instead of six.reraise
  • Decode string before passsing to regex.match
  • Dont ask for reload prompt in dev mode
  • Remove meta and style tags from email communication
  • [fix] timeline.js
  • Update file.py
  • [fix] minor
  • no need of regex
  • [fix] DateRange filter when language is not en
  • [minor] print_style.js
  • [print-style] sync, fix tests and remove selection
  • Show comments in report
  • [fix] no default print style
  • in make_tag, extend doc._user_tags
  • split me.user_tags only if it is truthy
  • adds some jsdocs style function comments
  • adds new function is_disabled_field
  • [added] print style
  • fix codacy
  • fix test
  • Fix fmt_money tests
  • minor fix in email queue status patch
  • codacy fix
  • Add tests
  • Currency precision: remove trailing zeros
  • [minor] make email alert configurable, so we can use it list default print formats
  • Update file.py
  • Don't unnecessarily encode os.path.join()
  • Use repr() instead of backticks
  • [minor] fixed pypdf2 import typo in print_format.py (#3921)
  • [fix] pypdf > pydf2
  • fix the typos (#3919)
  • [fix] pypdf > pydf2
  • Scrub urls fix (#3918)
  • Use absolute import for frappe.twofactor (#3915)
  • Import six.StringIO instead of StringIO.StringIO
  • Use PyPDF2 instead of pyPdf
  • Replace Py2 raise syntax with Py 3
  • Import six.moves.urllib.parse.urlencode instead of urllib.urlencode
  • Make sure that max_length[0][0] is comparable with new_length
  • Replaced long with six.integer_types
  • Convert method name to string instead of encoding
  • Explicitly convert dict.values() to list
  • Replaced all instances of basestring with six.string_types
  • Encode string before passing to hashlib.sha224
  • Use abslute imports in frappe/init.py
  • Use string.ascii_letters instead of string.letters
  • Use absolute import to import frappe.utils.background_jobs
  • Encode 'site' before passing to hashlib.sha1
  • Convert dict.keys() to list
  • fix codacy
  • Show totals row always in query report
  • [minor] contact.js
  • Activate primary action on Enter in dialog (#3895)
  • [fix] for ci
  • [fix] dont watch in CI
  • Fix date cached between forms
  • [fix] dont watch in CI
  • [tests] ignore if docinfo not loaded
  • [tests] less verbose logs
  • [tests] less verbose logs
  • [tests] less verbose logs
  • Update quick_entry.js
  • Update create_new.js
  • Update quick_entry.js
frappe - Release v8.8.5

Published by saurabh6790 about 7 years ago

  • codecy fixes
  • [fix] grid trigger issues
frappe - Release v8.8.4

Published by rmehta about 7 years ago

  • [fix] show better message for permission to delete file
  • [fix] catch error in data import
  • [fix] importer.py, allow for truncated rows due to xls import
  • [fix] desk assets for mobile
  • [fix] grid refresh async, fixes frappe/erpnext#10391 (#3982)
  • [fix] filter formatting (#3981)
  • [fixes] lots of fixes to signature and added support for print_width frappe/erpnext#9686 (#3979)
  • [fix] notification filters, fixes frappe/erpnext#9982 (#3977)
frappe - Release v8.8.3

Published by nabinhait about 7 years ago

  • [fix] Validate color (#3978)
frappe - Release v8.8.2

Published by mbauskar about 7 years ago

  • Don't show single and child table doctype in User Permission's allowed doctypes (#3973)
  • [hotfix] check if the operator is passed in filters for get-filter-conditions
frappe - Release v8.8.1

Published by mbauskar about 7 years ago

  • [hotfix] added filter_count var to base_list.js (#3972)
frappe - Release v8.8.0

Published by mbauskar about 7 years ago

  • [minor] added the change log for version 8.8.0 (#3970)
  • [fix] reply for email
  • Update list.html
  • [fix] disable twofactor
  • [fix] top padding for login
  • [minor] remove 2fa from setup wizar
  • [fix] tests
  • [minor] cleaned code from user.js
  • [add] disable 2fa
  • [fix] style and move setup to system settings
  • [fixes] bunch of ui fixes
  • [fix] Refresh links child table in address.js (#3863)
  • [fix] add theme color (#3869)
  • added whitelisted function get_time_zone (#3843)
  • fix event test (#3868)
  • Fix footer overlap in print preview (#3866)
  • [minor] pass null instead of false if there are no unsaved changes (#3860)
  • Colors in Event Calendar using color picker (#3857)
  • validate the sender email id (#3862)
  • Decrease website sidebar width, push down for mobile (#3864)
  • Change icons in timeline to Text-All-Format #10273 (#3859)
  • Enable 2fa in sites config instead of system settings, also enabled for admin
  • [minor] indicator in form.js
  • [minor] sidebar in website not hidden in mobile
  • [minor] clear headline
  • add new argument for transfering data to be printed (#3841)
  • Replaced cPickle import with six.moves.cPickle (#3858)
  • [test] test_customize_form.js
  • [test] test_customize_form.js
  • [test] test_customize_form.js
  • Title display issue in mobile UI #3799 (#3850)
  • [fix] selenium
  • [tests] dont show alert if in test
  • [test] test_customize_form.js
  • Minor fix in client.get_value (#3852)
  • [fix] multiple grid_row fetch (#3856)
  • [minor] prompt if user has unsaved documents
  • [fix]Email being sent after each failed login
  • Tests for twofactor
  • Changes to OTP settings in System Settings
  • Correcting issue with System Settings json file
  • Various fixes. Barcode email now sent only once instead of on each login.
  • [WIP]Add QRCode email feature
  • [fix]Prevent future of qrcode if user login
  • Settings to send Qrcode as email to user
  • [WIP][Refactor] Redo twofactor code
  • [WIP][Refactor] Redo twofactor code
  • Added ability for either Administrator or user to reset the OTP secret. A user that is not Administrator can only reset their own OTP secret. Administrator can reset OTP secret of any user.
  • Updates to System Settings and login.js to allow for specification of the name of the token issuer.
  • Fixed issue with SMS sending
  • Transfer of SMS Settings and SMS Parameter to Frappe from ERPNext. Triggered by the need for SMS Sending by the Two-Factor Authentication functionality contributed by Manqala
  • fix Email otp method queue email sending
  • fix website user login bug refactor JS
  • refactor code fix bug
  • check if more than one role has 2fa enabled
  • Show twofactor auth in setup wizard
  • Minor fix for checking successful otp login
  • [fix] Qrcode not visible for twofactor auth
  • Include pyqrcode in requirements.txt
  • Added pyotp to requirements.txt
  • general verification method set in system settings
  • fix otp method to default in User doctype
  • use OTP App, SMS or Email to authenticate
  • enable 2fa from system settings
  • show qr code for first otp login
  • Check if user role on login, return otpauth uri
frappe - Release v8.7.11

Published by mbauskar about 7 years ago

  • [fix] throttle running multiple times (#3962)
  • [fix] lint
  • [fix] search icon for reportview
frappe - Release v8.7.10

Published by saurabh6790 about 7 years ago

  • [hot][fix] add daily_emails key in clear-limits check
  • [minor] Bypass template validation for js print format
frappe - Release v8.7.9

Published by mbauskar about 7 years ago

  • [fix] timeline.js
  • [hotfix] doctype field in custom script should be mandatory
  • fix event color patch (#3943)
frappe - Release v8.7.8

Published by mbauskar about 7 years ago

  • [hotfix] daily_emails limit fixes (#3942)
frappe - Release v8.7.7

Published by mbauskar about 7 years ago

  • [hotfix] set email queue status to Not Sent (#3941)
  • [Urgent] Wrong workflow status showing on the form (#3940)
frappe - Release v8.7.6

Published by mbauskar about 7 years ago

  • [hotfix] add daily_emails limit to set-limit command (#3939)

  • [hotfix] minor fixes

  • [hotfix] check daily email limit before sending emails

  • codacy fix

  • Patch old event colors to hex

  • [hotfix] set the file_url on file field on change event (#3934)

  • [fix] unsubscribe link shouldn't append always (#3932)

  • [minor] fix of translatable terms

  • [hotfix] filters with the special characters are escaped twice

frappe - Release v8.7.5

Published by mbauskar about 7 years ago

  • [hotfix] Website theme
frappe - Release v8.7.4

Published by mbauskar about 7 years ago

  • [hotfix] don't allow no value fields in the search fields
  • unhide the inner toolbar only when a button is added
frappe - Release v8.7.3

Published by mbauskar about 7 years ago

  • [fix] multiple grid_row fetch (#3856) (#3892)
  • Revert "[hotfix] fixes for Uncaught TypeError: Cannot read property 'doc' of undefined (#3886)"
  • [hotfix] fixes for Uncaught TypeError: Cannot read property 'doc' of undefined (#3886)
  • Fix workflow override
frappe - Release v8.7.2

Published by mbauskar about 7 years ago

  • Minor fix in client.get_value
  • [Fix] User not able to delete if it's linked with the communication (#3884)
  • [hotfix] encode file name to unicode
Package Rankings
Top 9.8% on Proxy.golang.org
Related Projects