Suraj Shetty
09d36621c7
Merge pull request #7413 from netchampfaris/disable-portal-routes
...
fix: Disable Portal Routes
2019-05-07 14:08:01 +05:30
Suraj Shetty
53ef9f265b
Merge pull request #7421 from netchampfaris/website-redirects
...
feat: Website Redirects
2019-05-07 13:06:47 +05:30
Suraj Shetty
0bbb3b3ad6
fix: listview count while filtering with child table ( #7420 )
...
* fix: Add distinct to count query if filter includes child table
2019-05-07 12:34:32 +05:30
Faris Ansari
11ad92a21f
feat: Website Redirects
2019-05-07 11:32:28 +05:30
Rushabh Mehta
c6b7d183df
Merge pull request #7415 from scmmishra/disable-customize
...
feat: disable customize option for single doctypes
2019-05-07 11:10:45 +05:30
Shivam Mishra
b79d35033f
feat: disable customize option for single doctypes
2019-05-06 18:42:28 +05:30
Faris Ansari
ef2979c7e7
fix: Disable Portal Routes
2019-05-06 15:12:21 +05:30
Rushabh Mehta
1dcf80b92a
Merge pull request #7411 from rmehta/fix-link-preview
...
fix(link-preview): cleanup and fixes
2019-05-06 13:44:29 +05:30
Rushabh Mehta
51d95321c1
fix(link-preview): cleanup and fixes
2019-05-06 13:42:25 +05:30
Rushabh Mehta
ceda36d9ec
fix(minor): don't freeze screen in frappe.model.with_doctype
2019-05-06 12:32:41 +05:30
Suraj Shetty
ee50f29375
Merge pull request #7410 from surajshetty3416/fix-energy-point-ux
...
feat: Append modified_field to the user_feilds of energy point rule
2019-05-06 08:52:52 +05:30
Suraj Shetty
8948a014d2
fix: Skip energy point for admin
2019-05-06 08:26:24 +05:30
Suraj Shetty
9d96d707af
feat: Append modified_field to the user_feilds of energy point rule
2019-05-06 07:42:44 +05:30
Suraj Shetty
4e82a2edf5
Merge pull request #7409 from surajshetty3416/fix-pdf
...
fix(pdf): Define filedata before it is used
2019-05-05 13:44:59 +05:30
Suraj Shetty
d67bcd2212
fix: Define filedata before it is used
2019-05-05 12:23:46 +05:30
Suraj Shetty
beb8b0bcbd
Merge pull request #7400 from surajshetty3416/goto-page-button
...
fix: Need to refresh page when navigating to page after visiting page form
2019-05-04 17:25:24 +05:30
Saurabh
c178014f49
Merge pull request #7398 from surajshetty3416/fix-postgres-query
...
fix(postgres): Get data of empty table from pg_stat_all_tables
2019-05-03 17:04:22 +05:30
Rushabh Mehta
311202611b
fix(style): cleanup blog subtitle
2019-05-03 15:01:41 +05:30
Suraj Shetty
c8822191c9
style: Remove log statement
2019-05-03 13:54:09 +05:30
Suraj Shetty
da8612aa0f
style: Add a space and user frappe.session.user instead of just user
2019-05-03 13:38:23 +05:30
Suraj Shetty
3d555c80bb
fix: Only use local's page object if it has page script
2019-05-03 13:37:28 +05:30
Suraj Shetty
f7ad33432d
Merge pull request #7399 from scmmishra/filter-fix
...
fix: applied filter element in list view
2019-05-03 13:04:04 +05:30
Rushabh Mehta
6157ebb4b5
Merge pull request #7281 from prssanna/link-preview
...
feat(desk): Link preview popover
2019-05-03 12:41:04 +05:30
Suraj Shetty
ebb26c771b
feat: Add a "Go To Page" button in page form view
2019-05-03 11:57:50 +05:30
Shivam Mishra
c5a11f9fd0
Merge pull request #7358 from scmmishra/encrypt-pdf
...
feat: Added encryption feature for pdfs
2019-05-03 11:26:01 +05:30
Shivam Mishra
d8b4c66bf3
fix: applied filter element in list view
...
Co-authored-by: surajshetty3416
2019-05-03 11:09:57 +05:30
Suraj Shetty
33188f7a20
Merge pull request #7392 from josejibin/fix/postgres-setup
...
fix(postgres): DB setup
2019-05-03 10:44:09 +05:30
Suraj Shetty
0a7a28bac0
fix: Get data of empty table from pg_stat_all_tables when db-type is postgres
2019-05-03 10:38:10 +05:30
Suraj Shetty
25ee7843f4
Merge pull request #7388 from surajshetty3416/fix-route-label-for-report
...
fix: Translate route label & fix label for reports & pages
2019-05-03 09:08:50 +05:30
Rushabh Mehta
5ebf688984
fix(recent): complete uncommitted changes
2019-05-03 08:49:51 +05:30
Suraj Shetty
29c97fca6e
fix: Add dashboard label
2019-05-02 21:09:28 +05:30
Suraj Shetty
ae452262a2
Merge branch 'develop' of https://github.com/frappe/frappe into fix-route-label-for-report
2019-05-02 20:33:17 +05:30
Suraj Shetty
c8e72ce1c1
Merge pull request #7395 from rmehta/recent-route-fixes
...
fix: route history and allow longer energy point reviews
2019-05-02 20:11:03 +05:30
Aditya Hase
5d5e68dbed
fix: Do not show locals to user ( #7397 )
2019-05-02 19:35:17 +05:30
Rushabh Mehta
f72e74d8e8
fix: route history and allow longer energy point reviews
2019-05-02 15:51:57 +05:30
jibin jose
f1044afe8c
Fix postgres tests
...
- take postgres superuser from user iff it is not in config
2019-05-02 12:29:41 +05:30
jibin jose
63417782c9
Fix: Postgres DB setup
...
- Bootstrap postgres db using frappe db user not with postgres default
user
- Save postgres db password in env variable to avoid prompting of
password
- Pass the user name and password while connecting to postgres db
2019-05-02 10:31:42 +05:30
Rushabh Mehta
0ed1549640
Merge pull request #7389 from hrwX/travis-fix
...
fix: travis
2019-05-02 10:02:51 +05:30
Himanshu Warekar
0a978926a8
fix: codacy
2019-05-02 09:34:35 +05:30
Rushabh Mehta
8f5e7b5701
fix(style): padding for attachments in sidebar
2019-05-02 09:25:29 +05:30
Himanshu Warekar
7f69299518
fix: travis
2019-05-02 02:38:19 +05:30
Suraj Shetty
bc210bcd0e
Merge branch 'develop' of https://github.com/frappe/frappe into fix-route-label-for-report
2019-05-01 15:59:12 +05:30
Suraj Shetty
e33f89e4e6
fix: Convert page route to title case
2019-05-01 15:57:35 +05:30
Nabin Hait
d7cd3cab21
patch: remove user perm for page and report doctype ( #7383 )
...
* fix: status options for integration request
* patch: remove user perm for page and report doctype
2019-05-01 15:53:16 +05:30
Suraj Shetty
d7238746b7
fix: Return only first part (in case of pages)
2019-05-01 14:04:36 +05:30
Suraj Shetty
3c08a596da
fix: Translate route label & fix label for reports
2019-05-01 13:13:30 +05:30
Suraj Shetty
1fd9443236
fix: Route label should be title cased ( #7380 )
...
- query-report should be Query Report
2019-05-01 12:13:50 +05:30
Shivam Mishra
f22e84f31f
chore: updated docstrings for get_print
2019-05-01 11:47:42 +05:30
Rushabh Mehta
cdec5d93dc
feat(list): show percent bar in list ( #7381 )
2019-04-30 20:26:43 +05:30
Faris Ansari
238a496bae
chore: Remove deprecated files ( #7379 )
...
- reportview.js
- grid_report.js
2019-04-30 10:19:07 +05:30