seitime-frappe/frappe/patches/v5_0
Brian Pond d0273b1b27 fix(mariadb): refactor db setup (#7049)
* Fixed setup_db.py to support MariaDB version 10.3.  Added function for calculating versions, per MariaDB documentation.

* Major rewrite of setup_db.py. Reduced number of functions. Made fully compatible with MariaDB 10.3+. Removed references to client parameters in my.cnf that cannot be queried.  Applied PEP8 rules to python code.

* Adding missing print statement in setup_db.py

* Replaced 4-spaces with tabs, per ERPNext standards.

* Fixed broken test by substituing 'check_database_settings()'

Fixed the test in convert_to_barracuda_and_utf8mb4.py by calling the new function 'check_database_settings()'

* Cleaned up setup.py, to match latest version of Frappe develop
2019-04-17 18:38:11 +05:30
..
__init__.py [refactor] added note, feed, activity 2014-09-29 12:21:12 +05:30
bookmarks_to_stars.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
clear_website_group_and_notifications.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
communication_parent.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
convert_to_barracuda_and_utf8mb4.py fix(mariadb): refactor db setup (#7049) 2019-04-17 18:38:11 +05:30
expire_old_scheduler_logs.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
fix_email_alert.py [fix] [test] for notification 2018-06-11 17:19:59 +05:30
fix_null_date_datetime.py Fix null date and datetime values that got stored like 0000-00-00. Good riddance! 2015-04-05 17:19:55 +05:30
fix_text_editor_file_urls.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
force_sync_website.py [redesign] removed website statics, www served like templates/pages 2016-06-23 10:54:31 +05:30
modify_session.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
move_scheduler_last_event_to_system_settings.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
remove_shopping_cart_app.py removed shopping cart app via frappe patch 2015-03-25 16:02:37 +05:30
rename_ref_type_fieldnames.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
rename_table_fieldnames.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
style_settings_to_website_theme.py [website] route caching, bye bye sidebar, navbar search, blog cleanup 2015-03-12 16:31:14 +05:30
update_shared.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
v4_to_v5.py [fix] [test] for notification 2018-06-11 17:19:59 +05:30