Rushabh Mehta
d9d478cd7d
[docs] fixes to links, added some style etc
2015-10-27 10:57:26 +05:30
Anand Doshi
ac9c61d812
[fix] regenerate_if_none option for frappe.local_cache
2015-10-22 19:21:27 +05:30
Rushabh Mehta
dd9d73062a
[features] build multi-lingual website
2015-10-22 16:39:37 +05:30
Rushabh Mehta
951cec90a9
[minor] [enhancement] Email alert subject is also dynamic using Jinja
2015-10-16 11:05:57 +05:30
Rushabh Mehta
a36fdc8e16
[fix] remove messages
2015-10-14 16:34:56 +05:30
Rushabh Mehta
76f2713a3c
Merge pull request #1337 from anandpdoshi/cc-fix
...
[fix] Don't add emails to CC if no CC added from the UI. Fixes frappe/erpnext#4164
2015-10-14 16:14:31 +05:30
Anand Doshi
3c4f31a23c
Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error
2015-10-14 16:00:14 +05:30
Anand Doshi
44e6c02516
[fix] Don't add emails to CC if no CC added from the UI. Fixes frappe/erpnext#4164
2015-10-14 13:20:49 +05:30
Rushabh Mehta
34dd7b2a74
[fix] use hash for file names since same file can be attached to multiple files
2015-10-13 12:27:01 +05:30
Rushabh Mehta
dbf6bd4c1f
[enhancement] added priority in bulk email
2015-09-29 14:55:53 +05:30
Anand Doshi
a5063faaf8
[minor] frappe.local_cache(namespace, key, generator) for in request caching
2015-09-25 16:16:18 +05:30
Anand Doshi
34dbc4ea8e
[fix] allow a method to be defined as xss_safe
2015-09-25 12:54:12 +05:30
Anand Doshi
1e19f3ddf4
[fix] allow a method to be defined as xss_safe
2015-09-24 18:57:24 +05:30
Rushabh Mehta
73180cfe2a
[added patch]
2015-09-21 17:28:02 +05:30
Rushabh Mehta
9fbd12f5af
[file-manager] fixed breadcrumbs and routing
2015-09-21 15:41:34 +05:30
Anand Doshi
6084775ed0
Added CSRF token verification for desk
2015-09-21 11:41:06 +05:30
Anand Doshi
2b9cb67e1f
Added CC in Communication to manually specify whom to notify. frappe/erpnext#3697
2015-09-17 13:14:51 +05:30
Anand Doshi
94de362e3c
[minor] frappe.are_emails_muted
2015-09-09 14:04:41 +05:30
Anand Doshi
029ad4b7dd
[fix] if translation is empty, return english
2015-09-07 18:06:31 +05:30
Rushabh Mehta
c600a302bb
[enhancement] Added progress bar in data import tool
...
async.py: in `publish_realtime`, `event` is now optional, if called from within task
importer.py: send record count being updated using `frappe.publish_realtime`
ui/messages.js: added new tool `frappe.get_progress(title, count, total)` that will show progress bar realtime
2015-09-02 11:51:41 +05:30
Anand Doshi
65bc63f031
[fix] document refresh notification for same user in different tabs/sessions
2015-08-21 12:56:48 +05:30
Rushabh Mehta
a15af7882b
[realtime] clear doc locally if updated
2015-08-18 16:52:23 +05:30
Rushabh Mehta
6d08f862b0
[cleanup] realtime
2015-08-17 18:22:27 +05:30
Anand Doshi
c9782e23e4
Merge remote-tracking branch 'frappe/develop' into v6-wip
...
Conflicts:
frappe/__version__.py
frappe/core/doctype/communication/communication.json
frappe/hooks.py
frappe/model/document.py
frappe/public/css/form.css
frappe/public/less/form.less
requirements.txt
setup.py
2015-08-17 12:22:02 +05:30
Anand Doshi
3afd9209e6
Merge pull request #1246 from anandpdoshi/hash-cache-fix
...
[fix] missing hash cache clearing and breadcrumbs fix
2015-08-12 12:34:52 +05:30
Anand Doshi
154bdd82e7
[minor] website permissions
2015-08-11 16:47:59 +05:30
Anand Doshi
c079e27d3f
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
Pratik Vyas
422668a67f
Async
2015-07-24 10:07:24 +05:30
Rushabh Mehta
1cdfd7aa20
[permission] removed un-necessary 'All' permissions
2015-07-13 15:39:33 +05:30
Anand Doshi
ce00ecfc54
[fix] website permission
2015-05-28 01:19:40 -04:00
Rushabh Mehta
b39869a041
[enhancement] new email footer, like mailchip
2015-05-26 12:17:33 +05:30
Nabin Hait
460e13303e
initiate session object
2015-05-18 16:59:50 +05:30
Rushabh Mehta
2a9f31f1a4
[cache] fix
2015-05-08 13:18:39 +05:30
Rushabh Mehta
6ba4baecef
[cache-redesign] meta cache
2015-05-08 12:16:16 +05:30
Rushabh Mehta
86a990527b
[fix] [major] translation cache boo-boo
2015-05-06 11:47:51 +05:30
Rushabh Mehta
23a1db245f
Merge pull request #1096 from rmehta/email-threading
...
[email] also thread by subject and sender if in-reply-to is missing
2015-05-05 10:55:06 +05:30
Anand Doshi
8b6550416a
fixed test cases
2015-05-04 12:29:57 -07:00
Rushabh Mehta
b11f793ef0
[email] also thread by subject and sender if in-reply-to is missing
2015-05-04 17:18:30 +05:30
Rushabh Mehta
ce9d3de2f8
[fix] [hot]
2015-05-01 13:51:22 +05:30
Rushabh Mehta
ce0ce35501
[fix] frappe.get_user
2015-05-01 11:44:52 +05:30
Rushabh Mehta
5ffd163e63
[fix]
2015-05-01 11:37:23 +05:30
Rushabh Mehta
eb21f50c0f
[cleanup] frappe.get_user()
2015-05-01 10:33:23 +05:30
Pratik Vyas
14c4238c5d
Add default values flags
2015-04-16 19:20:51 +05:30
Rushabh Mehta
b82da2a897
[minor] [enhancement] added frappe.get_precision
2015-04-15 12:02:36 +05:30
Rushabh Mehta
76d475471c
[fix] module_app missing
2015-04-02 11:52:47 +05:30
Rushabh Mehta
b64b79c4f1
[bulk] [feature] added send_after
2015-04-01 20:34:00 +05:30
Pratik Vyas
7981c6df9e
[cache] Change default redis cache port to 11311
2015-04-01 15:29:14 +05:30
Anand Doshi
1728b65352
fixed test cases
2015-03-31 16:05:05 +05:30
Anand Doshi
cf1321adda
fixed email and timeline
2015-03-27 17:43:35 +05:30
Rushabh Mehta
c153b810e0
[fix] high level perms serverside checking
2015-03-26 19:33:10 +05:30