Suraj Shetty
d7238746b7
fix: Return only first part (in case of pages)
2019-05-01 14:04:36 +05:30
Faris Ansari
49c4645e3d
fix: Don't set root_label as page title in tree
...
Root label is already shown in the Tree and in some cases the filter
2019-05-01 14:00:16 +05:30
Suraj Shetty
3c08a596da
fix: Translate route label & fix label for reports
2019-05-01 13:13:30 +05:30
Faris Ansari
7cf9524bc0
fix: Set user language in print preview
...
The User language was set in the select control but the value didn't pass
correctly in the request, because `this.lang_code` wasn't set.
We also abort duplicate requests.
2019-05-01 13:06:27 +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
Shivam Mishra
87bb91b64f
fix: key error on password
2019-04-30 09:41:25 +05:30
Rushabh Mehta
6ef45bd5c8
fix(minor): chart filters on read only and hidden also
2019-04-29 22:06:56 +05:30
Rushabh Mehta
f3695ad074
fix(typo): dashboard_chart.js
2019-04-29 21:41:02 +05:30
Faris Ansari
7cd94e9323
fix: Print query in console if syntax error ( #7371 )
2019-04-29 21:37:44 +05:30
Faris Ansari
3198c1ca55
fix: Multiple filters in List view ( #7374 )
2019-04-29 21:37:00 +05:30
Faris Ansari
5240d2065f
fix: Text formatting in pasted content ( #7375 )
2019-04-29 21:36:49 +05:30
Rushabh Mehta
a2a89d89bf
Merge pull request #7372 from surajshetty3416/frequently-visited-link-awesome-bar
...
feat: Show frequently visited links on awesome bar
2019-04-29 18:02:25 +05:30
Chinmay Pai
81ee1870e0
feat(email): Add reply all option in timeline ( #6733 )
2019-04-29 17:43:52 +05:30
Shivam Mishra
026d5a8734
Merge branch 'develop' of https://github.com/frappe/frappe into encrypt-pdf
2019-04-29 16:48:50 +05:30
Suraj Shetty
901a9b9a1c
Merge pull request #7210 from josejibin/fix/oauth2-login-python3
...
fix: Social login in Python3
2019-04-29 13:38:18 +05:30
Suraj Shetty
45c7eb4c71
feat: Show frequently visited links on awesome bar
2019-04-29 12:51:16 +05:30
Shivam Mishra
8e29bc4bf7
fix: possible fix to encoding issues in py3
2019-04-27 18:03:00 +05:30
Shivam Mishra
01a2df7e5a
feat: code imporvements
2019-04-27 16:26:13 +05:30
Shivam Mishra
27fd3f7c99
feat: Refactored test and added tests for pdf encryption
2019-04-27 16:23:13 +05:30
Shivam Mishra
02c6abe609
feat: minor changes to pdf.py
2019-04-27 16:22:56 +05:30
Suraj Shetty
c60d2b33b0
fix: Call week_start function to get week start date
2019-04-27 14:59:03 +05:30
Suraj Shetty
ede92ef61a
Merge pull request #7368 from frappe/netchampfaris-patch-1
...
fix: Method docstring
2019-04-27 12:48:38 +05:30
Suraj Shetty
c90f723efb
Merge pull request #7369 from netchampfaris/rollup-plugin-terser
...
fix(rollup): Use terser instead of uglify
2019-04-27 12:47:42 +05:30
Faris Ansari
c07944c2c4
fix(rollup): Use terser instead of uglify
2019-04-26 15:52:58 +05:30
Faris Ansari
1064a7f687
fix: Method docstring
2019-04-26 15:37:33 +05:30
Aditya Hase
836392840f
perf: Remove MANIFEST.in ( #7360 )
...
Faster pip install -e frappe
https://stackoverflow.com/questions/24727709/do-python-projects-need-a-manifest-in-and-what-should-be-in-it
2019-04-26 12:43:57 +05:30
Shivam Mishra
975cc8b034
Merge pull request #7364 from scmmishra/new-button-report-fix
...
fix: fixed Make new button for empty state in report view
2019-04-26 12:43:37 +05:30
Faris Ansari
766e26ac5f
feat: Index all web pages for search ( #7322 )
...
* feat: Index Web Pages for search
- Walks and indexes all webpages in global_search
* test: Web Page Indexing
2019-04-26 12:41:17 +05:30
Shivam Mishra
dc9c20e89e
fix: fixed Make new button for empty state in report view
2019-04-26 12:10:33 +05:30
Shivam Mishra
a9ca81370b
fix: encoded password
2019-04-25 18:22:14 +05:30
Suraj Shetty
c66e6e53e2
feat: Add a rank column for leaderboard ( #7356 )
2019-04-25 18:05:45 +05:30
Shivam Mishra
d791285ac2
feat: Added encryption feature for pdfs
2019-04-25 17:23:38 +05:30
Rushabh Mehta
fea47dce74
fix(grid): drag to reorder was broken. fixed.
2019-04-25 16:04:58 +05:30
Rushabh Mehta
fce9989e1f
Merge pull request #7326 from oshosanya/allow-database-port-config
...
feat: Allow user to specify database port
2019-04-25 11:40:54 +05:30
Rushabh Mehta
c3da808f76
Merge pull request #7352 from SaiFi0102/Boilerplate-Linting-V12
...
style: Linting for boilerplate files
2019-04-25 11:39:15 +05:30
Rushabh Mehta
bfa946e6ab
Merge pull request #7353 from SaiFi0102/DocType-JSON-Field-Order-V12
...
feat: DocType JSON changes for cleaner Git Diffs (v12)
2019-04-25 11:38:35 +05:30
Rushabh Mehta
501d248fe4
Merge pull request #7351 from rmehta/button-in-list
...
feat: Buttons in List View (added in ToDo)
2019-04-25 11:36:32 +05:30
Rushabh Mehta
505371e096
fix(minor): style and linting
2019-04-25 10:51:54 +05:30
Saif Ur Rehman
b40c3a874b
style: Linting for boilerplate files
2019-04-24 17:11:00 +05:00
Saif Ur Rehman
dd5385e94b
style: Rename prepare_docdict_for_import to prepare_for_import
2019-04-24 17:06:46 +05:00
Saif Ur Rehman
6b427705be
fix: codacy
2019-04-24 17:06:24 +05:00
Saif Ur Rehman
e2cf0f4619
fix: test
2019-04-24 17:06:16 +05:00
Saif Ur Rehman
b74e082300
fix: test
2019-04-24 17:06:04 +05:00
Saif Ur Rehman
dc74a83d90
fix: Remove trailing spaces from exported JSON
2019-04-24 17:05:55 +05:00
Saif Ur Rehman
539c4f72a0
fix: test
2019-04-24 17:05:44 +05:00
Saif Ur Rehman
a496e5b91c
feat: Remove null and empty attributes from DocType JSON file on export
2019-04-24 17:05:34 +05:00
Saif Ur Rehman
fc410ee950
fix: Move field_order sync logic to DocType controller and introduce hooks
...
before_export, before_import and prepare_docdict_for_import
2019-04-24 17:05:21 +05:00