Commit graph

16264 commits

Author SHA1 Message Date
Charles-Henri Decultot
8fc2af64ad Allow custom confirmation page (#5835) 2018-07-19 12:50:35 +05:30
Rushabh Mehta
47a9c05b72 [fix] for webform css 2018-07-19 12:15:34 +05:30
Prateeksha Singh
ec7858fc1e
Merge pull request #5839 from KanchanChauhan/timeline-fix
[Bug fix] Timeline had from and to reversed
2018-07-19 11:58:43 +05:30
Nabin Hait
5b6786f372 Merge branch 'master' into develop 2018-07-19 11:14:21 +05:30
Nabin Hait
cd6c41546e Merge branch 'hotfix' 2018-07-19 11:14:20 +05:30
Nabin Hait
5ddbe495c1 bumped to version 10.1.41 2018-07-19 11:44:20 +06:00
Kanchan Chauhan
8cd6545bfe [Bug fix] Timeline had from and to reversed 2018-07-19 10:58:47 +05:30
Saurabh
bff5e1126a
Merge pull request #5838 from rohitwaghchaure/not_able_to_login
[Fix] Not able to login
2018-07-19 10:10:16 +05:30
Rohit Waghchaure
53154c3971 [Fix] Not able to login 2018-07-19 09:44:24 +05:30
Saurabh
176f3b6a15 Resolved merge conflicts 2018-07-18 16:20:06 +05:30
Saurabh
f0504b5b15 Merge branch 'hotfix' 2018-07-18 16:06:37 +05:30
Saurabh
6033e1e929 bumped to version 10.1.40 2018-07-18 16:36:37 +06:00
Faris Ansari
09735e9f3e Query Report: deprecated query_report_filters_by_name (#5834)
* QueryReport

- Remove set_filters_by_name
- Remove save_user_settings
- Only print visible columns

* Query Report

- Deprecate frappe.query_report_filters_by_name
- New API: get_filter_value and set_filter_value
in frappe.query_report object
- Replace instances of old API with new API

* Undo changes in query_report.py
2018-07-18 09:28:36 +05:30
Rushabh Mehta
be61b74c2a [minor] remove check from update password, default dropbox broker 2018-07-17 18:14:57 +05:30
Prateeksha Singh
e102e79e8d
Merge pull request #5833 from pratu16x7/report-fixes
[fix][report] filters_by_name initialization
2018-07-17 16:04:37 +05:30
Prateeksha Singh
c9228edcfc [fix][report] filters_by_name initialization 2018-07-17 16:02:52 +05:30
Ameya Shenoy
397a0b624c
Merge pull request #5831 from pratu16x7/report-fixes
[fix][report] use frappe.db.set_value() instead of property saving
2018-07-17 13:20:49 +05:30
Prateeksha Singh
b517bb21df [report] use frappe.db.set_value() instead of property saving 2018-07-17 13:17:26 +05:30
Zarrar
0d9d2c6142 reload custom_docperm prior to changes in docperm and drop column (#5830) 2018-07-17 11:30:25 +05:30
Charles-Henri Decultot
b175ac407f Possibility to go to file manager from sidebard (#5816)
* Possibility to go to file from sidebard

* Refactor to use microtemplating
2018-07-16 18:04:12 +05:30
Saurabh
c9b36c63dd Auto repeat fixes (#5819)
* add index on next_schedule_date

* optiization and ux fixes

* minor fix

* Add index via DocType
2018-07-16 18:02:08 +05:30
Saurabh
209c889cec Add beta version parameter for beta release (#5805)
* Add beta version parameter for beta release

* rename beta to staging

* Update hooks.py
2018-07-16 18:01:31 +05:30
ashish-greycube
814d7ed870 Update sms_settings.py (#5812)
In context to https://github.com/frappe/frappe/issues/5811
2018-07-16 18:00:54 +05:30
Shreya Shah
4b75e5b16e Fix comment mentions (#5820)
* Show names for mentions instead of usernames

* Modify regex to allow email ids as mentions

* Modify get_value to fetch recipients based on names

* Add test case for regex
2018-07-16 17:58:01 +05:30
aherbhagya
201b193c62 An added checkbox in Dropbox setting for file upload (#5753)
* Added Custom check box for file upload

* removed half test file

* deleted test files

* deleted test files

* added patch to enable file backup in dropbox settings

* added patch to enable file backup in dropbox settings

* Update set_dropbox_file_backup.py

* Update set_dropbox_file_backup.py
2018-07-16 17:47:38 +05:30
Suraj Shetty
36c1bc5e6f Check only read and export while creating docperm (#5823)
- Uncheck everything else
2018-07-16 17:45:37 +05:30
Zarrar
be38795f8d minor fix in use of reduce (#5825) 2018-07-16 17:41:29 +05:30
Prateeksha Singh
753d542f71
Merge pull request #5826 from pratu16x7/report-backup
Background Reports
2018-07-16 17:22:40 +05:30
Prateeksha Singh
bb450619c8 [prepared report] add prepared report condition to ignore in migrate 2018-07-16 17:05:00 +05:30
Prateeksha Singh
f3d9d6d22c [background-report] minor cleanup stage 4 2018-07-16 16:09:02 +05:30
shriharishastry
08cffe3bc7 [background-report] minor cleanup stage 3 2018-07-16 15:47:45 +05:30
shriharishastry
d51f030676 [background-report] minor cleanup stage 2 2018-07-16 15:45:54 +05:30
shriharishastry
0a68539c47 [background-report] minor cleanup 2018-07-16 15:43:40 +05:30
shriharishastry
e0eb3071d9 codacy changes 2018-07-16 15:38:55 +05:30
Prateeksha Singh
6d9ce9b6ab [merge] branch develop into background-report 2018-07-16 15:30:23 +05:30
Prateeksha Singh
b1ce2cec29
Merge pull request #5821 from netchampfaris/fix-query-report
[fix] frappe.query_report should be null if report is not initialized
2018-07-13 21:18:50 +05:30
Faris Ansari
ad1a46875e [fix] frappe.query_report should be null if report is not initialized 2018-07-13 12:40:42 +05:30
Aditya Hase
415a335531 Set pager in mariadb console (#5809) 2018-07-13 11:55:04 +05:30
rohitwaghchaure
2f3fabc4f8 [Fix] Disable Show rows with zero values checkbox, still showin zero rows in the print (#5817) 2018-07-12 16:29:59 +05:30
Prateeksha Singh
bd2f992dad
Merge pull request #5818 from netchampfaris/concat-build
Create a moment bundle and include it in webform
2018-07-12 16:29:47 +05:30
Faris Ansari
32b4977596 Create a moment bundle and include it in webform 2018-07-12 16:23:25 +05:30
Faris Ansari
72494339dd
Update frappe-datatable styles (#5813) 2018-07-11 15:04:58 +05:30
Faris Ansari
0b44529dc9
Moment (#5808)
- Add npm packages
- Add moment builds in frappe-web
- Remove import statements to avoid duplicate loading of moment
2018-07-11 14:52:07 +05:30
Saurabh
5a7ee536d3
Merge pull request #5810 from saurabh6790/test_case_fixes
test case fixes for db query engin
2018-07-11 14:43:49 +05:30
Saurabh
b40d6f9a71 test case fixes for db query engin 2018-07-11 13:45:36 +05:30
rohitwaghchaure
7293311f72 [Fix] Handle the OverflowError exception in the in_words method (#5769) 2018-07-11 11:56:01 +05:30
rohitwaghchaure
6f84e922f8 [Fix] Brute force security (#5785)
* [Fix] Brute force security

* Added patch and change the error message

* Added test case
2018-07-11 11:14:05 +05:30
Sushant Nadkar
f8dc45c3c1 Convert doc field value to string type before using (#5795) 2018-07-11 11:11:55 +05:30
Rushabh Mehta
c07e85c6da [fix] frappe.query_report_filters_by_name 2018-07-11 11:11:15 +05:30
Zarrar
cb66682b2f skip property setter for naming series (#5796) 2018-07-11 11:05:14 +05:30