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

Published by nabinhait over 7 years ago

  • Enable Scheduler using set_value method, to avoid saving System Settings (#3268)
  • Update receive.py
  • [debug] show where permission is failing (#3264)
  • Update only UID of email on communication if existing (#3266)
  • Make hidden fields work in query report (#3261)
  • Fixed List view 'order by' based on creation, if filtered based in child table (#3250)
  • xrange to range (#3237)
  • Except and raise statement python 3 compatible style (#3216)
  • [minor] disabled the password strength test in tearDown (#3259)
frappe - Release v8.0.42

Published by nabinhait over 7 years ago

  • Set readonly of selected Inbox to False (#3258)
frappe - Release v8.0.41

Published by nabinhait over 7 years ago

  • [temp] throttle socket io connection (#3260)
frappe - Release v8.0.40

Published by nabinhait over 7 years ago

  • [fix] covert to unicode before sanitizing #8347
  • [minor][fix] check also for dropbox_setup_via_site_config while showing Take Backup Now (#3256)
frappe - Release v8.0.39

Published by nabinhait over 7 years ago

  • [minor] fixes for patch set_currency_field_precision (#3253)
frappe - Release v8.0.38

Published by nabinhait over 7 years ago

  • [minor] start file watcher only in developer mode
frappe - Release v8.0.37

Published by nabinhait over 7 years ago

  • [fix] Set default value of link fields based on User Permission only if there is a single user permission record (#3248)
  • Minor fix in patch
  • Printing issue fixed in grid reports (#3244)
  • Add horizontal border in writable fields for mobile view #2693 (#3241)
  • check report permission for creating desktop icon (#3243)
  • Calendar Event filters not functioning #3042 (#3242)
  • [List view] Avoid loading invalid views (#3239)
  • Kanban fixes (#3240)
  • Add persian right to left (#3236)
  • [minor] rename_doc.py
  • Password Strength Policy Enhancement (#3194)
  • Issue 3171 (#3178)
  • enable tooltip in full calander (#3166)
  • [minor] Revert dist to trusty in travis (#3233)
frappe - Release v8.0.36

Published by nabinhait over 7 years ago

  • Patch order changed for print module renaming
  • [minor] ignore permissions option for filters in db_query (#3234)
  • [minor][fix] do not return instead check for submited doctype (#3235)
  • [fix] change file watcher port only in dev environment (#3232)
frappe - Release v8.0.35

Published by nabinhait over 7 years ago

  • printing fix
frappe - Release v8.0.34

Published by saurabh6790 over 7 years ago

  • [fix] update print to printing in Print Format records
frappe - Release v8.0.33

Published by nabinhait over 7 years ago

  • Render Linked docs like list view (#3215)
  • [documentation] fix url to generators.png (#3220)
  • [fixed] draggable grid view for row template (#3223)
  • [minor] create and attach file if the file url is passed in data import tool (#3224)
  • minor fix global search
  • Change beta_version to 8.x.x-beta
  • [rename] Print module to Printing
  • [rename] frappe.www.print to frappe.www.printview
  • [fix] Added round function in the safe_eval method
  • Recursive issue on checking permission for communication when it is linked to self
  • In global search property not allowed for no_value_fields
  • [fixed] error while exporting the report in excel format
frappe - Release v8.0.32

Published by nabinhait over 7 years ago

  • [minor] added a title and error message in Email Alert
  • [fixes] check if print for Draft and Cancelled document is allowed or not before sending email alert
  • Show new button for Event list #3051
  • Fix Slickgrid invalid assignment
  • [minor] added int, float, long in eval globals
  • [minor] don't override subject in std reply
  • [fix] When user clicks on link in invoice there are duplicate DNs are showing against it (#3204)
  • [fixes] minor fix for between operator filter (#3196)
  • Python 3 compatible print statements (#3199)
  • Update index.txt (#3198)
  • Fix global route variables (#3201)
  • Update generators.md (#3197)
  • Translations (#3184)
  • Fix adding columns in Kanban Board
  • remove html tags when exporting report in excel format (#3174)
  • [minor] fixes for https://github.com/frappe/erpnext/issues/8638
  • [TestCafe] UI Tests for Setup Wizard and ToDo (#3188)
  • [ui-fix] Brand logo padding (#3189)
frappe - Release v8.0.31

Published by nabinhait over 7 years ago

  • [fix] On the module page reports not showing of the doctype, which had option User Cannot Search
  • Update email_alert.py
  • [fixes] ignore the email trigger if the db_value is 0 and form value is None
  • [minor] type casting value to string causes email alerts to be sent on every save action
frappe - Release v8.0.30

Published by saurabh6790 over 7 years ago

  • [hot-fix] reset length to 140
frappe - Release v8.0.29

Published by saurabh6790 over 7 years ago

  • [minor] throttle doc_subscribed
  • [fix] contributing
  • [fix] ignore bulk update for global search
frappe - Release v8.0.28

Published by saurabh6790 over 7 years ago

  • [fix][hot] email pull fixes (#3191)
frappe - Release v8.0.27

Published by nabinhait over 7 years ago

  • [fix] escape doctype for patch
  • Fix Date between query
  • [fix] email fixes from failed scheduler logs
  • [hotfix] local veriable data reference before assignment fixes (#3185)
  • Dynamic link validation, sort the sequence of the doctypes based on the field User Cannot Search (#3173)
  • [fix] dont auto reload for CI
  • [minor] allow method object to return its own response object
  • [fixes] assignment should work witout saving documents (#3163)
  • [fix] for frappe/erpnext#8555
  • [fix] [patch] frappe/erpnext#8590
  • [minor][fix] add indicator for finished status (#3170)
  • [fix] diminished search dialog cursor in firefox (#3172)
  • [fix] for #3159
  • Fix for #3136 (#3149)
  • [hot] fix email_account
  • [fix] filter_dashboard naming #3158 #3128
  • [fix] missing first column in HTML for auto_email_report
  • Fix for localhost SMTP servers without authentication (#3139)
  • remove awesomplete filtering frappe/erpnext#8275 (#3071)
frappe - Release v8.0.26

Published by nabinhait over 7 years ago

  • [minor] don't show reply link if the timeline message was send by current user
  • Removed single doctypes from User Permissions
frappe - Release v8.0.25

Published by nabinhait over 7 years ago

  • removes site17.local that was mistakenly hard-coded into check_if_ready_for_barracuda (#3162)
  • [fixes] send mail only if data is available (#3161)
  • [minor] added ignore_mandatory flag if setup wizard is not completed
frappe - Release v8.0.24

Published by nabinhait over 7 years ago

  • Set currency precision in System Settings based on number format of default currency
  • Update bench-commands-cheatsheet.md
  • minor
  • Update build system requirements patch
  • [fix] ux for auto email report
  • [fix] ux for auto email report
  • [minor] hidden the Enable Scheduled Jobs field, fix for https://github.com/frappe/erpnext/issues/8556 (#3152)