deepeshgarg007
dbbdcdf0e1
fix: Remove email queue limit test
2019-08-13 17:30:34 +05:30
Faris Ansari
dfa16a77f4
Merge pull request #7662 from deepeshgarg007/remove_user_limit
...
BREAKING CHANGE: Remove limits from frappe
2019-07-29 12:09:04 +05:30
deepeshgarg007
87e3531281
Merge branch develop into remove_user_limit
2019-07-28 19:55:28 +05:30
Himanshu Warekar
ad20d66896
refactor: Events Repeats On
2019-07-26 21:10:06 +05:30
mergify[bot]
e40ef5e8d6
Merge pull request #7742 from prssanna/list-group-by
...
feat(Sidebar): Add "Group By" dropdown fields to list sidebar
2019-07-10 08:35:12 +00:00
Faris Ansari
37108eab1a
fix: create_records for multiple docs ( #7868 )
...
convert doc to frappe._dict
2019-07-10 13:56:05 +05:30
Anurag Mishra
02d63dcc4f
fix: added option to show indentation ( #7855 )
...
* fix: added option to show indentation
* fix: if check
2019-07-09 15:30:07 +05:30
Prssanna Desai
20e5e6c151
fiix: add search to dropdowns and move tags to dropdown
2019-07-04 16:42:12 +05:30
Faris Ansari
8fb2a538ec
test: Add UI test for Link control ( #7809 )
...
* test: Add UI test for Link control
- Add API cy.call
- Add API cy.create_records
- Add ui_test_helpers.py
* style: Missing semicolon
* style: Missing semicolon
* style: Missing semicolon
* style: Remove unused imports
* test: Robust test for setting invalid value
* style: Remove unused import
2019-07-03 07:55:36 +05:30
deepeshgarg007
5b94b62deb
fix: Remove import
2019-06-30 19:12:00 +05:30
deepeshgarg007
f5a983a70d
fix: Remove limits and usage info from frappe
2019-06-30 16:51:05 +05:30
Nabin Hait
b375ee9eef
fix: merge conflict
2019-06-18 18:45:21 +05:30
Nabin Hait
df438c1697
Revert "fix: Set default only if the dependent field is set ( #7130 )" ( #7644 )
...
This reverts commit 73c1f531e8 .
2019-06-05 20:30:13 +05:30
Suraj Shetty
b887091cbd
fix: Clear cache after creating workflow
2019-06-03 12:05:33 +05:30
Suraj Shetty
8528298b55
test: Init bulk approval test
2019-05-31 13:44:15 +05:30
Aditya Hase
2c93dc74fe
fix: Update regex for capturing touched tables from query ( #7588 )
...
Previous regex used to yield false positives and false negatives
for queries like
UPDATE tabToDo SET description = "something"
Instead of yielding "tabToDo" it used to yield "tabToDo SET".
Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 14:51:19 +05:30
Aditya Hase
a1f441578c
fix: Update regex for capturing touched tables from query
...
Previous regex used to yield false positives and false negatives
for queries like
UPDATE tabToDo SET description = "something"
Instead of yielding "tabToDo" it used to yield "tabToDo SET".
Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 13:37:32 +05:30
Rushabh Mehta
1c893e44c0
fix: frappe.conf.db_type -> frappe.db.db_type
2019-05-24 11:44:28 +05:30
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
11fca9fb5c
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:32:34 +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