| .. |
|
change_log
|
[change log]
|
2016-04-20 16:05:38 +05:30 |
|
config
|
[enhancement] added Explore icon
|
2016-03-17 13:39:58 +05:30 |
|
core
|
[Fix] Disallow users from editing a standard report
|
2016-05-31 18:21:55 +05:30 |
|
custom
|
Merge branch 'dynamic-links' of https://github.com/rmehta/frappe into rmehta-dynamic-links
|
2016-03-16 14:42:38 +05:30 |
|
data
|
[minor] [apps] set as featured
|
2016-02-29 14:45:59 +05:30 |
|
desk
|
[fix] Total row in report
|
2016-04-14 12:35:08 +05:30 |
|
docs
|
Updated Docs
|
2016-04-19 12:24:55 +05:30 |
|
email
|
[fix] email_alert.py
|
2016-05-04 16:05:38 +05:30 |
|
geo
|
Update country_info.json
|
2016-06-01 12:06:55 +05:30 |
|
integrations
|
[fix] Exception handling while uploading backups to dropbox
|
2016-05-10 17:36:38 +05:30 |
|
model
|
[fix] Get field currency for child doc
|
2016-04-14 18:02:12 +05:30 |
|
modules
|
[enhancement] Merge Comment and Feed into Communication 💥
|
2016-02-04 17:46:53 +05:30 |
|
patches
|
[fix] raise/catch DoesNotExistError in sync desktop icons patch
|
2016-03-17 09:48:36 +05:30 |
|
print
|
minor fix
|
2016-04-13 16:00:05 +05:30 |
|
public
|
redirect issues of frappe to frappe repository
|
2016-05-02 18:16:01 +05:30 |
|
templates
|
[fix] [minor] docs
|
2016-03-12 00:08:21 +05:30 |
|
tests
|
[refactor] [optimize] dynamic links on deletion
|
2016-03-10 15:14:44 +05:30 |
|
translations
|
[update] translations
|
2016-03-21 14:35:22 +05:30 |
|
utils
|
[fix] change in versioning: store __version__ in __init__.py
|
2016-06-09 16:07:09 +05:30 |
|
website
|
[minor] [fix] mimetype in render.py
|
2016-05-11 12:56:48 +05:30 |
|
workflow
|
[fix] don't allow import for child tables
|
2016-01-06 12:22:03 +05:30 |
|
__init__.py
|
[fix] change in versioning: store __version__ in __init__.py
|
2016-06-09 16:07:09 +05:30 |
|
api.py
|
Async
|
2015-07-24 10:07:24 +05:30 |
|
app.py
|
[fix] minor update realtime
|
2016-02-17 16:32:48 +05:30 |
|
async.py
|
[fix] [config] for new bench installs
|
2016-03-15 17:59:46 +05:30 |
|
auth.py
|
[hotfix] cint for deny multiple sessions
|
2016-03-01 17:19:31 +05:30 |
|
boot.py
|
[fix] boot - get_gravatar
|
2016-04-27 13:14:10 +05:30 |
|
build.py
|
[fix] Add communication into timeline in realtime
|
2015-09-14 16:28:07 +05:30 |
|
celery_app.py
|
[fix] [config] for new bench installs
|
2016-03-15 17:59:46 +05:30 |
|
client.py
|
[fix] get_js
|
2015-11-17 18:27:29 +05:30 |
|
commands.py
|
[enhancement] desktop icons, completed modules setup and test cases
|
2016-03-16 11:17:29 +05:30 |
|
database.py
|
[fix] minor update realtime
|
2016-02-17 16:32:48 +05:30 |
|
defaults.py
|
[enhancement] desktop icons, completed modules setup and test cases
|
2016-03-16 11:17:29 +05:30 |
|
exceptions.py
|
[fix] NotFound if site is not found, remove Async Task, cleanup in translate
|
2016-02-10 12:17:17 +05:30 |
|
frappeclient.py
|
[enhancement] Merge Comment and Feed into Communication 💥
|
2016-02-04 17:46:53 +05:30 |
|
handler.py
|
[fix] Sanitize form_dict and doc values to prevent XSS
|
2016-02-23 12:11:28 +05:30 |
|
hooks.py
|
[fix] change in versioning: store __version__ in __init__.py
|
2016-06-09 16:07:09 +05:30 |
|
installer.py
|
[modules] [redesign]
|
2016-03-16 11:17:30 +05:30 |
|
middlewares.py
|
[website] route caching, bye bye sidebar, navbar search, blog cleanup
|
2015-03-12 16:31:14 +05:30 |
|
migrate.py
|
[cleanup] added migrate.py and sync desktop icons on migrate
|
2016-03-16 11:17:29 +05:30 |
|
modules.txt
|
Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration
|
2015-08-11 12:03:13 +05:30 |
|
patches.txt
|
[enhancement] desktop icons DocType
|
2016-03-16 11:17:29 +05:30 |
|
permissions.py
|
[fix] has_controller_permissions - return None if function could not decide on True or False
|
2016-02-15 13:26:23 +05:30 |
|
pythonrc.py
|
Web Notes to Frappe, better alerts, css fixes, fixed splash
|
2015-03-03 15:09:34 +05:30 |
|
sessions.py
|
[enhancement] desktop icons DocType
|
2016-03-16 11:17:29 +05:30 |
|
setup_logging.py
|
[fix] this might start showing logs in gunicorn logs
|
2016-02-12 11:42:52 +05:30 |
|
share.py
|
[fix] If flags.ignore_share_permission is passed, don't check for share permission
|
2015-09-09 12:48:56 +05:30 |
|
tasks.py
|
[fix] site sync queues - IncorrectSitePath
|
2016-02-24 23:40:10 +05:30 |
|
test_runner.py
|
[enhancement] desktop icons, completed modules setup and test cases
|
2016-03-16 11:17:29 +05:30 |
|
translate.py
|
[fix] [hot] UnboundLocalError
|
2016-03-07 23:21:47 +05:30 |