Commit graph

18302 commits

Author SHA1 Message Date
Faris Ansari
aeb167a3f3 fix: Merge chat fields into one section 2019-02-21 14:01:01 +05:30
Faris Ansari
caaa0fd1e6 fix: UX for Website Route Meta 2019-02-21 13:29:38 +05:30
Faris Ansari
70266d0919 fix(socketio): Return early if socketio not found 2019-02-21 13:29:10 +05:30
Faris Ansari
962787a2fb fix: Handle broken images with only CSS
- Remove JS handler for 404 images
2019-02-21 12:42:07 +05:30
Faris Ansari
f3a03850df refactor: Website image classes 2019-02-21 11:18:52 +05:30
Faris Ansari
3d349393fb fix(security): HTML escape all data- attributes 2019-02-21 10:40:51 +05:30
Faris Ansari
5a96fc70de Merge branch 'develop' of https://github.com/frappe/frappe into website-bootstrap-4 2019-02-20 19:25:25 +05:30
Faris Ansari
e22d6d3977 fix: Webpage meta patch 2019-02-20 19:05:23 +05:30
Faris Ansari
41a4ba45da fix: Handle broken images 2019-02-20 19:01:51 +05:30
Saurabh
f638a500ae Merge branch 'master' into develop 2019-02-20 18:12:48 +05:30
Saurabh
c2b87443a0 Merge branch 'hotfix' 2019-02-20 18:12:47 +05:30
Saurabh
6ea90fba91 bumped to version 11.1.8 2019-02-20 18:42:47 +06:00
Faris Ansari
82036241e2 fix: Dont set doctype if it is not set (#6966) 2019-02-20 17:36:07 +05:30
Rushabh Mehta
b534fcecc8
Merge pull request #6964 from rohitwaghchaure/reports_are_not_working
fix: reports are not working
2019-02-20 16:59:13 +05:30
Rohit Waghchaure
013bee1c07 fix: reports are not working 2019-02-20 16:56:00 +05:30
Suraj Shetty
06841e80d4
Merge pull request #6963 from deepeshgarg007/base_list
fix: Filter out null values form field array
2019-02-20 16:17:49 +05:30
deepeshgarg007
39a0372f4f fix: Filter out null values form field array 2019-02-20 14:30:14 +05:30
Suraj Shetty
bc05377352
fix(reportview): use .pop instead of del
- use .pop() instead of del to avoid KeyError
2019-02-20 13:10:11 +05:30
Suraj Shetty
f708d05de5
Merge pull request #6962 from netchampfaris/deferred-rendering-signature-geo
fix: Render Signature and Geolocation after dialog is shown
2019-02-20 12:56:45 +05:30
Suraj Shetty
f52a294c27
fix: unexpected permission message while creating address
fix: unexpected permission message while creating address
2019-02-20 11:45:58 +05:30
Faris Ansari
0e82b8dcf7 fix: Indent using tabs 2019-02-20 11:20:25 +05:30
Rushabh Mehta
78c3a5de2d fix(dialog): clear message before show incase the dialog is being reused 2019-02-20 11:13:49 +05:30
Faris Ansari
550e601186
Merge pull request #6952 from adityahase/recorder
feat: Recorder
2019-02-20 11:07:24 +05:30
Faris Ansari
976fc2ffea fix: Render Signature and Geolocation after dialog is shown
Dialogs are hidden the first time they are created, some fields need to
calculate the dimensions of their container which is not possible when
they are hidden, we fix it by rendering them after the dialog is shown.
2019-02-20 10:55:57 +05:30
Suraj Shetty
0035c90fa5
Merge pull request #6926 from netchampfaris/fix-frappe-call-to-api-method
fix: Make requests with cmd on /api/method/path
2019-02-20 08:58:36 +05:30
Aditya Hase
a87b9cc3bd fix: Clear duplicate entry message (#6961) 2019-02-19 23:52:57 +05:30
Aditya Hase
127ff39d2a test(recorder): fallback to mariadb if sql dialect is not defined 2019-02-19 21:58:58 +05:30
Aditya Hase
b6ff770c61 feat(cypress): Add awesomebar command 2019-02-19 21:58:58 +05:30
Aditya Hase
8bb2288992 test(recorder): Fix tests for postgres 2019-02-19 21:58:58 +05:30
Aditya Hase
e034979b16 fix(recorder): use cursor.query to obtain executed query for postgres 2019-02-19 21:58:58 +05:30
Aditya Hase
58367b7df7 fix(recorder): Use EXPLAIN instead of EXPLAIN EXTENDED
EXPLAIN EXTENDED is not a valid postgres query, use EXPLAIN instead
2019-02-19 21:58:58 +05:30
Aditya Hase
e33563e24c test(recorder): Add python tests for recorder 2019-02-19 21:58:58 +05:30
Aditya Hase
0aaa7fcfd1 fix(recorder): Only allow Administrator to use Recorder 2019-02-19 21:58:58 +05:30
Aditya Hase
5f12f970fa style: Linting fixes 2019-02-19 21:58:58 +05:30
Aditya Hase
a9238c874d feat(recorder): Identify duplicate queries 2019-02-19 21:58:58 +05:30
Aditya Hase
f83d1be9af feat(recorder): Add paging in SQL queries table 2019-02-19 21:58:58 +05:30
Aditya Hase
606d436002 feat(recorder): Add sorting for SQL Queries 2019-02-19 21:58:58 +05:30
Aditya Hase
7ef273cf82 fix(recorder): Cleanup
Add breadcrumb for backward navigation
Add Table view for SQL Explain
Add __debug__ check for NOOP in production
Remove unnecessary v-bind
Use router.push instead of router-link
Route to request-detail page if route is set to /request/:id
2019-02-19 21:58:58 +05:30
Aditya Hase
488a23b7c6 fix(recorder): Yield smaller stack trace 2019-02-19 21:58:58 +05:30
Aditya Hase
0621dc1146 chore: Add sqlparse to requirements.txt 2019-02-19 21:58:58 +05:30
Aditya Hase
d9cf7f9a9d Revert "feat(redis-wrapper): Add support for LRANGE"
This reverts commit 7ba9cce7261d17ea9bbdb97d7d985bc72aeffa56.
2019-02-19 21:58:58 +05:30
Aditya Hase
94aae12cde Revert "feat(redis-wrapper): Add support for HINCRBY"
This reverts commit 9024370ee31c8674f8245f7ff81dfc5522f90919.
2019-02-19 21:58:58 +05:30
Aditya Hase
b32c1d78f0 Revert "feat(redis-wrapper): Add support for ZINCRBY and ZRANGE"
This reverts commit cb445f1fc7fbe706d492fd17254f34b3229e78d5.
2019-02-19 21:58:58 +05:30
Aditya Hase
614a8f0b46 refactor(Recorder): Cleanup 2019-02-19 21:58:58 +05:30
Aditya Hase
1e1456afa0 refactor(recorder): Rename uuid to id 2019-02-19 21:58:58 +05:30
Aditya Hase
426642a7ee fix(recorder): Remove unused code 2019-02-19 21:58:58 +05:30
Aditya Hase
451eb01cdc refactor(recorder): Refactor API 2019-02-19 21:58:58 +05:30
Aditya Hase
8ba1b7e527 refactor(recorder): New decorator do_not_record 2019-02-19 21:58:58 +05:30
Aditya Hase
3ce2cf28e5 fix(recorder): Remove recoder web page 2019-02-19 21:58:57 +05:30
Aditya Hase
cd30cefb05 fix(recorder): Remove SQLDetail Component 2019-02-19 21:58:57 +05:30