| .. |
|
change_log
|
Version 10 change log
|
2017-12-26 14:31:14 +05:30 |
|
chat
|
Merge pull request #4798 from achillesrasquinha/fixes-chat
|
2018-01-16 10:20:22 +05:30 |
|
commands
|
minor print error fix
|
2018-01-02 21:06:43 +05:30 |
|
config
|
Social login refactor (#4519)
|
2018-01-03 14:57:16 +05:30 |
|
contacts
|
use frappe.get_roles
|
2017-12-26 22:08:23 +05:30 |
|
core
|
Merge pull request #4841 from achillesrasquinha/fixes-chat
|
2018-01-16 12:08:54 +05:30 |
|
custom
|
Fixed ERPNext issue #12282 (#4754)
|
2018-01-09 15:43:22 +05:30 |
|
data
|
[fix] add restrict_to_domain in Framework.sql
|
2017-09-22 14:50:02 +05:30 |
|
data_migration
|
[Bug] fixed install failure due to psycopg2 (#4566)
|
2017-12-01 14:59:54 +05:30 |
|
desk
|
Fix Report route (#4789)
|
2018-01-09 11:16:21 +05:30 |
|
docs
|
Fix line break before Jinja Templating
|
2018-01-10 18:44:41 +10:00 |
|
email
|
[fix] pass language selected on email dialogue while enqueuing the function (#4808)
|
2018-01-12 16:43:26 +05:30 |
|
geo
|
Add New Currency - XCD (#4660)
|
2017-12-25 13:39:48 +05:30 |
|
integrations
|
[Fix] patch social login key refactor (#4749)
|
2018-01-03 18:50:32 +05:30 |
|
model
|
Merge branch 'master' into develop
|
2018-01-12 16:50:19 +05:30 |
|
modules
|
Fix the customization (#4704)
|
2018-01-02 11:56:17 +05:30 |
|
patches
|
[Fix] Patch v10_0.refactor_social_login_keys
|
2018-01-09 11:43:51 +05:30 |
|
printing
|
Fixes for align labels right
|
2017-09-14 12:25:21 +05:30 |
|
public
|
fixed codacy
|
2018-01-18 09:57:16 +05:30 |
|
templates
|
Merge branch 'master' into develop
|
2018-01-09 12:15:49 +05:30 |
|
tests
|
Merge pull request #4798 from achillesrasquinha/fixes-chat
|
2018-01-16 10:20:22 +05:30 |
|
translations
|
[Translation] Updated Translations
|
2018-01-09 13:29:04 +02:00 |
|
utils
|
resolved merge conflicts
|
2018-01-15 18:34:11 +05:30 |
|
website
|
Merge pull request #4835 from pratu16x7/hotfix
|
2018-01-15 20:52:39 +05:30 |
|
workflow
|
[Fix] Workflow ui test dependency (#4421)
|
2017-11-03 13:37:48 +05:30 |
|
www
|
Logout from all sessions on password change (#4542)
|
2018-01-09 10:57:42 +05:30 |
|
__init__.py
|
bumped to version 10.0.10
|
2018-01-15 18:56:51 +06:00 |
|
api.py
|
[hotfix] throw DoesNotExistError if doctype is not available on Delete api (#4013)
|
2017-09-01 09:16:32 +05:30 |
|
app.py
|
Fix JSON parse failure incase POST with no content is called. (#4743)
|
2018-01-03 17:48:10 +05:30 |
|
async.py
|
🎉 NEW Frappe Chat (#4612)
|
2017-12-28 18:58:43 +05:30 |
|
auth.py
|
Moved feed from Communication to Activity Log (#4435)
|
2017-11-21 15:46:51 +05:30 |
|
boot.py
|
[hotfix] ignore the disabled reports in sidebar Reports section (#4200)
|
2017-09-28 12:12:16 +05:30 |
|
build.js
|
🎉 NEW Frappe Chat (#4612)
|
2017-12-28 18:58:43 +05:30 |
|
build.py
|
removed unnecessary dependency cssmin
|
2018-01-15 12:04:31 +05:30 |
|
client.py
|
[minor] better message on permission
|
2017-10-16 10:18:56 +05:30 |
|
database.py
|
Local Infile param added to pymysql client to handle LOCAL keyword in custom BULK CSV's Import
|
2018-01-04 11:52:29 +05:30 |
|
defaults.py
|
[fix] locking for set_default (#4245)
|
2017-10-04 15:29:16 +05:30 |
|
exceptions.py
|
Pure Python MySQL instead mysqlclient (with Python C API) (#4280)
|
2017-11-06 16:42:01 +05:30 |
|
frappeclient.py
|
Data Migration Tool (for hub) (#4144)
|
2017-10-05 11:15:35 +05:30 |
|
handler.py
|
Merge branch 'master' into staging
|
2017-08-24 16:51:28 +05:30 |
|
hooks.py
|
Fix ERPNext #12234 (#4709)
|
2017-12-29 11:18:33 +05:30 |
|
installer.py
|
[minor] setup wizard fixes
|
2017-07-20 15:54:34 +05:30 |
|
limits.py
|
Merge branch 'develop' into fix-urlencode
|
2017-08-11 13:01:24 +05:30 |
|
middlewares.py
|
[website] route caching, bye bye sidebar, navbar search, blog cleanup
|
2015-03-12 16:31:14 +05:30 |
|
migrate.py
|
[fix] patches
|
2017-03-08 11:57:33 +05:30 |
|
modules.txt
|
🎉 NEW Frappe Chat (#4612)
|
2017-12-28 18:58:43 +05:30 |
|
oauth.py
|
Social login refactor (#4519)
|
2018-01-03 14:57:16 +05:30 |
|
patches.txt
|
Social login refactor (#4519)
|
2018-01-03 14:57:16 +05:30 |
|
permissions.py
|
Convert dict.items() to list for modifying dict while looping
|
2017-09-04 16:05:57 +05:30 |
|
pythonrc.py
|
Web Notes to Frappe, better alerts, css fixes, fixed splash
|
2015-03-03 15:09:34 +05:30 |
|
sessions.py
|
Moved feed from Communication to Activity Log (#4435)
|
2017-11-21 15:46:51 +05:30 |
|
share.py
|
delete references of deprecated chat
|
2017-12-29 10:08:15 +05:30 |
|
test_runner.py
|
🎉 NEW Frappe Chat (#4612)
|
2017-12-28 18:58:43 +05:30 |
|
translate.py
|
remove print statements (#4650)
|
2017-12-18 17:44:10 +05:30 |
|
twofactor.py
|
[fix] Header for sms send request (#4417)
|
2017-11-03 16:20:53 +05:30 |