Commit graph

532 commits

Author SHA1 Message Date
Anand Doshi
8b0b93a3a8 [enhancement] PDF: Footer option in Letter Head and show page number at the bottom 2016-01-28 15:56:45 +05:30
Anand Doshi
78bd12d8b0 [fix] typo in pdf header/footer code 2016-01-28 15:56:45 +05:30
Anand Doshi
146f2eb35e Merge pull request #1546 from rmehta/celery-inspect-queue
[admin] added bench purge-pending-tasks, and queue inspection in bench dump-queue-status
2016-01-28 11:26:58 +05:30
Anand Doshi
0a2db5ed4e Merge pull request #1545 from rmehta/socket-in-website
[realtime] Socket working in website
2016-01-28 11:26:29 +05:30
Rushabh Mehta
4f85bd3284 [bench] bench doctor to show if scheduler is disabled via system settings 2016-01-28 11:04:20 +05:30
Anand Doshi
2e7e73baac [fix] improvements in header/footer code 2016-01-27 20:51:23 +05:30
gabtzi
200ad06b5c Enchancement - provide header/footer HTML code and adjust margins on the fly in custom print formats 2016-01-27 20:51:23 +05:30
Rushabh Mehta
378053d119 [admin] added bench purge-pending-tasks, and queue inspection in bench dump-queue-status 2016-01-27 18:51:38 +05:30
Anand Doshi
a3fe5ae8c1 [fix] validate email address 2016-01-27 17:03:38 +05:30
Rushabh Mehta
45048ac41a [realtime] ability to get socket working in website, now_datetime should not be timezone aware and web-form properties should take preceedence 2016-01-27 12:26:21 +05:30
Rushabh Mehta
9e2ba37823 [minor] add hook for website user home page by function 2016-01-25 15:10:44 +05:30
Rushabh Mehta
5297b2a56c [minor] strip email id before validating 2016-01-25 11:30:42 +05:30
Nabin Hait
d0d44fa7c0 [fix] division by zero 2016-01-20 17:58:35 +05:30
Nabin Hait
c738b38487 Merge pull request #1537 from nabinhait/rounding
Rounding based on smallest circulating currency fraction value
2016-01-20 16:25:48 +05:30
Anand Doshi
6bfd4138cf [fix] handle content error in pdf.py 2016-01-20 14:52:40 +05:30
Nabin Hait
2f7697454e Rounding based on smallest circulating currency fraction value 2016-01-20 14:44:54 +05:30
Rushabh Mehta
3fbdd558af [fix] minor setup_docs 2016-01-18 12:35:45 +05:30
Rushabh Mehta
c47590ae04 [docs] delete user folder before writing new files (so old files will be deleted) 2016-01-18 10:42:06 +05:30
Rushabh Mehta
b8fc4da140 [fix] module ordering and all applications fixes 2016-01-14 18:15:02 +05:30
Anand Doshi
e23f4a435d [fix] Scrub app_name 2016-01-14 16:20:37 +05:30
Rushabh Mehta
e4a70cb5cb [fix] is_single in doctype as set_only_once 2016-01-11 12:26:12 +05:30
Anand Doshi
d32444151f [minor] don't update modified in last scheduler event 2016-01-05 18:22:43 +05:30
Anand Doshi
33d45b4e52 Merge pull request #1493 from rmehta/load-js-after-html
[website] load js after html
2016-01-04 11:40:40 +05:30
Anand Doshi
9f94fd11a7 Merge pull request #1489 from anandpdoshi/feature/like
[feature] Ability to like a document, comment or communication, see notifications about it and view it on activity feed
2016-01-04 11:39:59 +05:30
Rushabh Mehta
eac452a926 [cleanup] web templates, now using standard jinja architecture and removed push-state 2016-01-01 17:49:25 +05:30
Anand Doshi
3241a0969f [feature] Ability to like a document, comment or communication, see notifications about it and view it on activity feed 2016-01-01 12:50:14 +05:30
Nabin Hait
110374cc8a Merge pull request #1487 from nabinhait/file_size
Increased file size limit upto 10MB
2015-12-31 15:40:12 +05:30
Nabin Hait
bc731a0a69 Increased file size limit upto 10MB 2015-12-30 11:08:41 +05:30
Maxwell
3930e543c0 Fix UnicodeDecodeError
```
19:38:09 web.1                | Traceback (innermost last):
19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/error.py", line 36, in make_error_snapshot
19:38:09 web.1                |     snapshot = get_snapshot(exception)
19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/error.py", line 67, in get_snapshot
19:38:09 web.1                |     'evalue': cstr(evalue),
19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/data.py", line 256, in cstr
19:38:09 web.1                |     return unicode(s)
19:38:09 web.1                |  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)
```

Dont ask me why this silly change works, but it works!
2015-12-29 12:16:50 -02:00
Rushabh Mehta
9a5d7794c5 [minor] add frappe.db.get_default to jinja 2015-12-28 10:41:17 +05:30
Anand Doshi
293a8136cb [fix] facebook oauth, login using token. Fixes frappe/erpnext#4166 2015-12-24 20:37:45 +05:30
Anand Doshi
04da07fe19 [fix] always use per site queue, don't add queue when in maintenance mode 2015-12-22 14:29:36 +05:30
Anand Doshi
a662a7da0d Merge pull request #1470 from anandpdoshi/fix/private-file-with-percent-character
[fix] A percentage in file name caused 404 error in case of private file while checking permissions
2015-12-21 16:01:25 +05:30
Anand Doshi
5572f24c5d [fix] A percentage in file name caused 404 error in case of private file while checking permissions 2015-12-21 15:44:50 +05:30
Anand Doshi
5165df0af9 [fix] pass session to tasks.sendmail to give access to private files 2015-12-21 13:15:08 +05:30
Anand Doshi
d8f24822a9 [fix] cleanup, re-org and fixes to error snapshot 2015-12-16 19:39:56 +05:30
Maxwell Morais
a3aa7552a1 Hot fix for undefined context 2015-12-16 19:39:55 +05:30
Maxwell Morais
a191f92f7f Variable rename 2015-12-16 19:39:55 +05:30
Maxwell Morais
26278cae85 Error Snapshot Feature 2015-12-16 19:39:55 +05:30
Anand Doshi
e53089048f [fix] show improve this page at center, use fontawesome smile icon, fix web page naming 2015-12-15 17:22:09 +05:30
Anand Doshi
9b85610b93 [fix] set content type of private files 2015-12-12 01:31:59 +05:30
Anand Doshi
485786e9b6 [fix] bring back content disposition in send private file 2015-12-11 11:15:25 +05:30
Anand Doshi
f1a8b42443 [fix] get_file in file_manager 2015-12-11 00:47:58 +05:30
Anand Doshi
72761d6f3e [fix] send private file via dev server: use direct_passthrough=True for faster delivery 2015-12-10 17:16:57 +05:30
Anand Doshi
80d11cbb23 [fix] response for X-Use-X-Accel-Redirect 2015-12-10 12:19:51 +05:30
Anand Doshi
99dd012914 [fix] get_file_path 2015-12-10 00:37:31 +05:30
Anand Doshi
d8149f5e22 [fix] docs version 2015-12-09 15:36:55 +05:30
Anand Doshi
8a5addaae7 [feature] Private files. Fixes #927
- Option during upload + all new incoming email files will be private
- Paired with @rmehta
2015-12-09 14:02:14 +05:30
Rushabh Mehta
8228cf183c [docs] [fixes] 2015-12-09 12:03:20 +05:30
Rushabh Mehta
608cf0befc [docs] update style 2015-12-07 11:45:13 +05:30