seitime-frappe/frappe/utils
Ameya Shenoy 21bbbd2dbb
[feature] show popup for version update
- added a new weekly hook to check if new version update is available
- added function to desk.js to show popup in case a new version is
available
- added redis wrappers for set related commands, namely sadd, srem,
sismember, spop, srandmember, smembers
2018-08-15 20:34:48 +00:00
..
__init__.py added 2 fucntions to frappe.utils (#5877) 2018-07-27 11:55:58 +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 [travis] --quiet 2018-04-16 15:09:08 +05:30
backups.py [hotfix][urgent] fix backup compression (#5418) 2018-04-09 15:18:55 +05:30
bench_helper.py Convert dict.keys() to list 2017-08-10 22:06:09 +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 [feature] show popup for version update 2018-08-15 20:34:48 +00:00
csvutils.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
data.py [Fix] Handle the OverflowError exception in the in_words method (#5769) 2018-07-11 11:56:01 +05:30
dateutils.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
doctor.py rewrite use of dict.iteritems (#3498) 2017-06-19 09:10:21 +05:30
error.py Use repr() instead of backticks 2017-08-11 17:18:25 +05:30
file_lock.py File Based Locking at Document Level (#2374) 2016-11-25 16:14:00 +05:30
file_manager.py append now_time to the filename incase of duplicate (#5313) 2018-04-02 18:22:12 +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
global_search.py [global-search] add doc check for route 2018-07-09 12:49:26 +05:30
goal.py [charts] update color usage 2017-11-22 10:23:00 +05:30
help.py [fix] rename custom fields before sync if name conflicts (#5062) 2018-02-23 11:10:21 +05:30
html_utils.py [fix] default email subject should be title 2017-09-29 10:05:47 +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 [minor] revert enable all roles (#3790) 2017-07-27 09:01:48 +05:30
jinja.py Jinja Customization from hooks.py bug fix (#5604) 2018-05-24 14:26:18 +05:30
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 [fix] Added unicode_literals if missing in py files 2015-02-24 12:24:20 +05:30
nestedset.py bypass root node validation if no parent found 2018-01-08 11:53:29 +05:30
oauth.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
password.py [Fix] Brute force security (#5785) 2018-07-11 11:14:05 +05:30
password_strength.py System Setting Password Policy Issue (frappe/erpnext#11255) (#4353) 2017-10-25 12:37:14 +05:30
pdf.py using regex instead of soup to parse pdf page margins (#5883) 2018-07-30 14:32:33 +05:30
print_format.py [Fix] Letterhead appearing on PDF even when not selected (#4484) 2017-11-14 13:43:33 +05:30
redis_wrapper.py [feature] show popup for version update 2018-08-15 20:34:48 +00:00
response.py added handler for decimal object in response 2018-04-25 15:45:47 +05:30
scheduler.py Pure Python MySQL instead mysqlclient (with Python C API) (#4280) 2017-11-06 16:42:01 +05:30
selenium_testdriver.py [Multicheck control] (#4529) 2017-12-06 13:25:33 +05:30
setup_docs.py [docs] simplified docs home 2017-07-31 17:39:44 +05:30
testutils.py [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
user.py Merge pull request #3976 from rmehta/domain-restrict-fix 2017-08-24 18:30:40 +05:30
verified_command.py Encode unicode strings before hmac 2017-09-27 01:08:07 +05:30
xlsxutils.py [export-fields] export comma separated lines for long values (#4667) 2017-12-22 11:11:13 +05:30