seitime-frappe/frappe/utils
2021-01-21 13:19:31 +05:30
..
__init__.py Merge branch 'develop' of github.com:frappe/frappe into fix-base-path-restore 2020-12-04 18:17:59 +05:30
background_jobs.py fix(scheduler): get_jobs includes currently running jobs 2020-10-28 10:31:48 +05:30
backups.py fix: Raise error if executable not found in PATH 2020-11-17 18:44:34 +05:30
bench_helper.py fix(commands): raise SiteNotSpecifiedError if site not found in context 2020-05-18 13:01:33 +05:30
boilerplate.py Merge pull request #11555 from netchampfaris/website_theme_hook 2020-09-24 14:13:16 +05:30
bot.py [patch] added patch for migration 2017-01-12 15:48:49 +05:30
change_log.py style: Use f-string instead of format 2020-11-30 15:37:29 +05:30
commands.py feat: switch teams if you are a part of multiple 2020-05-28 18:17:41 +05:30
connections.py chore: do not hardcode anything for postgres 2020-04-13 19:24:51 +05:30
csvutils.py fix: Show message if URL without gid is errored 2020-07-06 22:54:49 +05:30
dashboard.py refactor: reorganise date functions indashboard_chart.py 2020-10-28 00:11:43 +05:30
data.py style: Trim extra whitespace 2021-01-21 13:19:31 +05:30
dateutils.py fix: dashboard chart tests 2020-10-28 00:37:34 +05:30
doctor.py fix(doctor): Show status of scheduler in bench doctor 2019-07-31 20:14:58 +05:30
error.py Merge branch 'develop' into error-snapshot-fix 2020-06-02 12:40:07 +05:30
file_lock.py File Based Locking at Document Level (#2374) 2016-11-25 16:14:00 +05:30
file_manager.py fix: Image shown as broken in comment if private 2020-08-21 17:58:37 +05:30
fixtures.py fix: Add method to import data from file 2020-06-11 18:02:25 +05:30
formatters.py fix: change 'show' duration options to 'hide' for consistency 2020-06-02 22:06:37 +05:30
global_search.py fix: Use html.unescape for Python 3.9 compatibility. 2020-11-26 13:30:58 +00:00
goal.py fix: permission not applied on fetching goal chart 2020-11-06 14:04:52 +05:30
html_utils.py fix: Use html.unescape for Python 3.9 compatibility. 2020-11-26 13:30:58 +00:00
identicon.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
image.py fix: made requested changes 2020-11-30 18:58:53 +05:30
install.py fix(minor): in install, load doctype_action and doctype_link before doctype 2020-08-17 09:41:54 +05:30
jinja.py fix: Remove unnecessary code 2020-10-22 17:43:31 +05:30
logger.py fix: Log site only if exists 2020-08-03 17:23:32 +05:30
make_random.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
minify.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
momentjs.py python 3 fixes 2018-03-31 18:15:43 +05:30
nestedset.py fix(nestedset): check if meta has nsm_parent_field 2019-09-03 22:15:59 +05:30
oauth.py Merge branch 'develop' into generic_oauth_client 2020-08-19 12:15:01 +02:00
password.py feat(user): Add hourly limit for password reset requests (#11371) 2020-09-14 12:19:06 +05:30
password_strength.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30
pdf.py fix(pdf): frappe.local.request is not available in backgound jobs and tests 2020-10-27 14:18:36 +05:30
print_format.py Merge pull request #8272 from deepeshgarg007/multi_print 2019-08-28 09:52:00 +00:00
redis_wrapper.py fix: py3 AttributeError decode 2020-10-08 21:12:09 +02:00
reset_doc.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
response.py fix: Import ABC from collections.abc for Python 3.9 compatibility. 2020-11-26 13:17:12 +00:00
safe_exec.py feat: Added get_datetime_in_timezone in frappe.utils to get datetime in specific timezones 2021-01-21 13:19:31 +05:30
scheduler.py chore: drop unused code 2020-05-27 19:53:51 +05:30
testutils.py Revert "fix: Set default only if the dependent field is set (#7130)" (#7644) 2019-06-05 20:30:13 +05:30
user.py feat: Added permission to grant only Select access to document (#12063) 2020-12-29 16:58:28 +05:30
verified_command.py fix(python 3.8): explicit digestmod in hmac.new 2020-05-03 18:15:22 +05:30
xlsxutils.py feat: Pass custom widths for excel columns 2020-10-16 13:42:00 +05:30