seitime-frappe/frappe/utils
Ameya Shenoy 79bd1ed9d6 fix: identify production mode for PDF generation (#6559)
In regards to PDF generation, if developer_mode was set to true, the PDF
generated used to lack css styling. This was because the URL to the CSS
assets used to contain the webserver port number, but given the system
was running in production, the URL was invalid, thereby not being able
to load CSS assets. This fix does not rely on the value of
developer_mode to identify if the system is running in production,
rather, it uses the value of restart_superviosor or systemd_on_update,
to check for the same.
2018-11-29 10:31:53 +05:30
..
__init__.py [enhance] in get_app_info return application branch and branch version if exists 2018-09-06 17:41:26 +05:30
autodoc.py Replaced all instances of 'unicode' with 'six.text_type' (#3825) 2017-08-02 16:57:39 +05:30
background_jobs.py fix - default timeouts never picked up (#6098) 2018-09-24 13:08:08 +05:30
backups.py [hotfix][urgent] fix backup compression (#5418) 2018-04-09 15:18:55 +05:30
bench_helper.py [fix] bench_helper.py 2018-05-28 12:48:28 +05:30
boilerplate.py new app creation fix 2018-06-10 06:47:30 +00:00
bot.py [patch] added patch for migration 2017-01-12 15:48:49 +05:30
change_log.py fix(get_version): from hooks.py instaed of git (#6534) 2018-11-26 12:16:12 +01:00
csvutils.py Merge branch 'master' into staging-fixes 2018-10-03 14:51:32 +00:00
data.py fix: identify production mode for PDF generation (#6559) 2018-11-29 10:31:53 +05:30
dateutils.py python 3 fixes 2018-03-31 18:15:43 +05:30
doctor.py python 3 fixes 2018-03-31 18:15:43 +05:30
error.py fix json loading str to bytes 2018-03-29 10:47:21 +05:30
file_lock.py File Based Locking at Document Level (#2374) 2016-11-25 16:14:00 +05:30
file_manager.py [Enhancement] Event timeline (#6133) 2018-10-02 10:12:55 +05:30
fixtures.py New data import (#4601) 2017-12-15 12:17:24 +05:30
formatters.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
gitutils.py Fixes for Python 3 (#4940) 2018-01-31 10:51:13 +05:30
global_search.py Merge pull request #5783 from szuyxy/global_search_support_and 2018-08-14 12:09:29 +05:30
goal.py multiple minor fixes (#5756) 2018-07-01 16:40:18 +05:30
help.py Merge branch 'master' into staging-fixes 2018-10-30 12:09:41 +00:00
html_utils.py fix: Email Reply Chain 2018-11-07 13:06:22 +05:30
identicon.py Replaced StringIO and cStringIO imports with six.StringIO (#3810) 2017-07-31 10:54:17 +05:30
image.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
install.py [fix] [test] for notification 2018-06-11 17:19:59 +05:30
jinja.py Merge branch 'master' into staging-fixes 2018-10-30 12:09:41 +00:00
logger.py Replaced all instances of 'unicode' with 'six.text_type' (#3825) 2017-08-02 16:57:39 +05:30
make_random.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
minify.py Replaced StringIO and cStringIO imports with six.StringIO (#3810) 2017-07-31 10:54:17 +05:30
momentjs.py python 3 fixes 2018-03-31 18:15:43 +05:30
nestedset.py Minor fix (#5663) 2018-06-08 14:44:53 +05:30
oauth.py Fix tuple index bug in string formatting (#5632) 2018-06-01 12:13:27 +05:30
password.py Resolved merge conflicts 2018-07-18 16:20:06 +05:30
password_strength.py minor bugfix python 3 (#5997) 2018-08-22 10:58:34 +05:30
pdf.py PDF allow parsing header-spacing (#6286) 2018-10-22 10:13:26 +05:30
print_format.py multi fixes 2018-08-23 10:47:01 +00:00
redis_wrapper.py Merge branch 'master' into staging-fixes 2018-11-23 08:07:36 +00:00
reset_doc.py refactor: Deduplication (#6347) 2018-11-05 11:01:59 +05:30
response.py [MINOR FEATURE] Export file to TXT #6737 (#6489) 2018-11-21 18:17:34 +05:30
scheduler.py fix(test): test_scheduler.py 2018-08-27 11:20:25 +05:30
selenium_testdriver.py Don't set window size in selenium tests 2018-01-11 12:05:40 +05:30
setup_docs.py [docs-portal] Search the Docs (#5558) 2018-05-22 10:23:13 +05:30
testutils.py [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
user.py get link to reset password only if setup wizard is not completed 2018-10-11 14:43:37 +05:30
verified_command.py [Workflow] Added a check to enable/disable workflow action emails and test fix (#5668) 2018-06-11 15:09:42 +05:30
xlsxutils.py Merge branch 'master' into staging-fixes 2018-11-09 10:08:19 +00:00