Faris Ansari
11ad92a21f
feat: Website Redirects
2019-05-07 11:32:28 +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
Shivam Mishra
8e29bc4bf7
fix: possible fix to encoding issues in py3
2019-04-27 18:03:00 +05:30
Shivam Mishra
27fd3f7c99
feat: Refactored test and added tests for pdf encryption
2019-04-27 16:23:13 +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
Suraj Shetty
794f3d08b2
Merge pull request #7303 from Mangesh-Khairnar/default-user-permission
...
feat: Default user permission
2019-04-24 15:51:47 +05:30
Mangesh-Khairnar
c81fa6db3c
test: validate no fetch for multiple non default user permission
2019-04-24 13:19:04 +05:30
Aditya Hase
c29fcb02d6
feat: Maintain list of tables touched during migrate
...
This can be used to selectively restore changed tables from backup
after migrate failure
2019-04-23 10:31:44 +05:30
Mangesh-Khairnar
fe007f426d
fix: default user permission to handle small int values
2019-04-17 19:06:38 +05:30
Mangesh-Khairnar
ff98540857
test: validate default value fetch in multiple user permission case
2019-04-16 23:37:52 +05:30
Rushabh Mehta
b9c01b4005
Merge pull request #7117 from prssanna/assigned-to-fixes
...
fix: Improvements to "Assigned To" dropdown
2019-03-28 14:04:00 +05:30
Sahil Khan
f085765abd
Merge branch 'master' into develop
2019-03-28 13:44:14 +05:30
Himanshu Mishra
4da80bae91
fix: doctype passed but not used ( #7112 )
2019-03-28 11:57:15 +05:30
Suraj Shetty
73c1f531e8
fix: Set default only if the dependent field is set ( #7130 )
...
Client side fix
https://github.com/frappe/frappe/pull/7004
2019-03-28 11:46:51 +05:30
Prssanna Desai
8a4bfb1429
Improve query for assignment count and add test
2019-03-27 22:41:02 +05:30
Faris Ansari
33932b14db
fix: Sitemap test
2019-03-20 13:03:23 +05:30
Faris Ansari
74be94433f
test: Sitemap
2019-03-19 20:46:41 +05:30
Faris Ansari
095067f11f
Merge branch 'develop' into fast-list
2019-03-08 21:10:06 +05:30
Faris Ansari
b61a37a233
fix: Notification test in Postgres ( #7044 )
2019-03-08 20:47:21 +05:30
Anurag Mishra
cd191439fd
feat: Document subscription ( #6745 )
2019-03-07 14:06:22 +05:30
Aditya Hase
ad65471d06
feat(desk): List View Settings
2019-03-06 19:30:39 +05:30
Rushabh Mehta
18f1e4a5ca
fix(node-sass): upgrade node-sass
2019-03-04 21:54:51 +05:30
Rushabh Mehta
626092e898
fix(test): test_assign.py
2019-03-04 21:13:14 +05:30
Sagar Vora
d11dd760f8
Merge branch 'master' into develop
2019-02-26 17:06:13 +05:30
Suraj Shetty
bce52fdd31
Merge pull request #6979 from rohitwaghchaure/removed_duplicate_page
...
fix: Removed duplicate page user permissions for page and report
2019-02-26 16:18:39 +05:30
Rohan
302f781fd8
fix(report): Fix file exports for reports that show totals ( #6902 )
...
* fix(report): Fix file exports for reports that show totals
* fix(report): Add tests for Query Report export
2019-02-26 16:11:55 +05:30
Rohit Waghchaure
288dae9adc
fix: test cases
2019-02-25 12:30:37 +05:30
Faris Ansari
550e601186
Merge pull request #6952 from adityahase/recorder
...
feat: Recorder
2019-02-20 11:07:24 +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
127ff39d2a
test(recorder): fallback to mariadb if sql dialect is not defined
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
e33563e24c
test(recorder): Add python tests for recorder
2019-02-19 21:58:58 +05:30
Faris Ansari
f63ac68510
test: Fix Cypress tests
2019-02-19 15:24:18 +05:30
Rushabh Mehta
fcaadf78ad
Merge pull request #6891 from rmehta/refactor-comments
...
BREAKING CHANGE: Comments are now handled separately from Communication and Version
2019-02-16 16:54:16 +05:30
Sagar Vora
17b20b22a3
Merge branch 'master' into develop
2019-02-12 16:31:54 +05:30
Rushabh Mehta
9a3bafdcfd
fix(test): test and mandatory in blog post
2019-02-09 11:59:29 +05:30
Suraj Shetty
73c67481de
test: Change total post length
2019-02-06 16:27:46 +05:30
Nabin Hait
a7a4679a09
fix: tests for user permissions
2019-02-05 18:41:19 +05:30
Nabin Hait
ff1d430af6
fix: Set field default based on user permissions
2019-02-04 13:51:38 +05:30
Saurabh
76bd4e4f19
Merge branch 'master' into develop
2019-01-30 12:36:43 +05:30
Rushabh Mehta
d09792c606
fix: refactor global search to not insert after every commit ( #6845 )
...
* fix: refactor global search to not insert after every commit
* feat: configuration to disable_global_search
2019-01-30 11:13:51 +05:30
Sagar Vora
ef82f39f99
Merge branch 'staging' into develop
2019-01-29 18:24:11 +05:30
Suraj Shetty
5af8d4d1bb
Merge pull request #6824 from netchampfaris/feat-is-set-is-not-set
...
feat: New filter type "Is Set", "Is Not Set"
2019-01-29 07:27:57 +05:30
Aditya Hase
928ec12d35
fix(import): Import print_function once
2019-01-28 14:54:55 +05:30
Rushabh Mehta
f537d75946
feat: Allow website templates to have different base templates ( #6811 )
...
* feat: Allow website templates to have different base templates
* test: custom base template
2019-01-27 20:46:23 +05:30
Aditya Hase
837bfc0995
fix(unicode): Import unicode_literals in every file ( #6805 )
...
* fix(unicode): Import unicode_literals in every file
* fix(unicode): Test if safe_json_loads return unicode instead of bytes
2019-01-25 11:56:27 +05:30
Faris Ansari
2b336c235c
tests: Add tests for "Is Set" and "Is Not Set" filter
2019-01-24 14:43:44 +05:30
Aditya Hase
6b72faf44f
style: Linting fixes ( #6809 )
...
* style: Remove unused imports
* style: Remove unused local variables
2019-01-23 16:39:55 +05:30
Sagar Vora
47c0d10631
Merge branch 'staging' into develop
2019-01-22 15:43:40 +05:30
Suraj Shetty
95e9afa1f3
feat: Clear user permissions button ( #6767 )
...
* Add button to delete user permissions in bulk
* Show no records deleted the delete count is 0
* Return this from show of dialog to make it chainable
* Add test for clear user permissions function
* Fix test
* Format code
* Reset the user
* Remove rollback from test
* Move clear user permission button to menu
* fix: Translations
2019-01-21 16:52:12 +05:30