Commit graph

23166 commits

Author SHA1 Message Date
Suraj Shetty
4b8d84f638
Merge branch 'develop' into tag-fix-develop 2019-12-23 09:56:19 +05:30
Suraj Shetty
da2c9454b9
fix: Ignore permissions for tags (#9100)
fix: Ignore permissions for tags

Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
2019-12-23 09:51:47 +05:30
Suraj Shetty
ae545a00b2
Merge branch 'develop' into tag-fix-develop 2019-12-23 09:10:33 +05:30
Suraj Shetty
1032e6b245
Merge branch 'develop' into v12-pre-release-fixes-develop 2019-12-23 09:10:20 +05:30
Suraj Shetty
05c523fe7c
Merge pull request #9102 from surajshetty3416/fix-form-test
test: Fix randomly failing test in form.js
2019-12-23 09:09:50 +05:30
Suraj Shetty
cf481e5f69
fix: Fix tags list sidebar dropdown (#9099)
fix: Fix tags list sidebar dropdown

Co-authored-by: Prssanna Desai <prssud@gmail.com>
2019-12-23 09:06:43 +05:30
Suraj Shetty
4198961ca7
fix(login): Get guest's config if session.user is None (#9101)
fix(login): Get guest's config if session.user is None
2019-12-23 09:05:52 +05:30
Suraj Shetty
147dfb12e8 test: Fix form's randomly failing test 2019-12-23 08:53:32 +05:30
mergify[bot]
33a10e0983
Merge pull request #9002 from ruchamahabal/remove_onboarding_images
fix: remove illustrations from onboarding slides
2019-12-23 02:51:19 +00:00
Suraj Shetty
e3dfbf4562 fix: Get guest's config if session.user is None 2019-12-23 07:49:16 +05:30
Suraj Shetty
6b91ed22e4 fix: Remove unwanted print statement 2019-12-23 07:48:15 +05:30
Suraj Shetty
da09ef5fe5 fix: Return empty dict if session is not created 2019-12-23 07:48:15 +05:30
Himanshu Warekar
4e79b7994e fix: miscellaneous fixes 2019-12-23 07:37:50 +05:30
prssanna
28f99551f5 fix: use reload_stats function 2019-12-23 07:31:09 +05:30
prssanna
1c12641587 fix: add padding to 'No Records Tagged' 2019-12-23 07:31:09 +05:30
prssanna
0728529b6e fix: no records tagged getting rendered multiple times 2019-12-23 07:31:09 +05:30
prssanna
8d99e2303c fix: fix tag dropdown search 2019-12-23 07:30:19 +05:30
prssanna
bdaaf75c96 fix: list sidebar tags dropdown doesn't get updated 2019-12-23 07:30:19 +05:30
mergify[bot]
0c042ef35b
Merge pull request #8970 from scmmishra/changelog-ux
fix (ui/ux): change log modal on boot
2019-12-22 04:32:22 +00:00
Shivam Mishra
f8cda37127 refactor: override style for changelog modal 2019-12-20 15:41:35 +05:30
Mangesh-Khairnar
681bf01a41 fix: allow to format currency for guest users 2019-12-20 15:28:14 +05:30
mergify[bot]
6c37c84fae
Merge pull request #9013 from prssanna/todo-fix
fix: ToDo reopens even when status is Closed
2019-12-20 09:44:21 +00:00
mergify[bot]
f5d6142ade
Merge pull request #9087 from surajshetty3416/fix-patch-error
fix: TypeError in home_settings patch
2019-12-20 08:06:40 +00:00
Himanshu Warekar
16f6ba4d2f fix: rename first_name 2019-12-20 13:36:09 +05:30
Suraj Shetty
4cd6cee8f9 fix: TypeError in home_settings patch
Convert set to list
2019-12-20 13:10:34 +05:30
Suraj Shetty
5202950c04
fix: KeyError: 'hidden_modules' while migrating (#9084)
fix: KeyError: 'hidden_modules' while migrating
2019-12-20 12:04:57 +05:30
Suraj Shetty
017d9a6783 fix: KeyError: 'hidden_modules' 2019-12-20 11:12:21 +05:30
Suraj Shetty
a96b3a2495
Merge pull request #9081 from surajshetty3416/fix-list-filter-area-style
fix: List filter area style
2019-12-20 08:46:17 +05:30
Suraj Shetty
a494d08ccd fix: List filter area style 2019-12-20 08:34:12 +05:30
mergify[bot]
723106a08b
Merge pull request #9077 from rohitwaghchaure/fixed_patch_home_settings_for_users_develop
fix: patch home_settings_for_all_users
2019-12-19 16:44:10 +00:00
Rohit Waghchaure
df69670e32 fix: patch home_settings_for_all_users 2019-12-19 13:54:11 +05:30
mergify[bot]
93cfc3fa01
Merge pull request #9073 from surajshetty3416/fix-rtl-css
fix: Make "Restriction" text translatable and fix style
2019-12-19 08:06:22 +00:00
Suraj Shetty
ea4d73f9a5 fix: Restricted button CSS 2019-12-19 12:56:27 +05:30
Suraj Shetty
bd6d2b16bc fix: Modal indicator CSS 2019-12-19 12:56:00 +05:30
Suraj Shetty
5c738ade2e fix: Make "Restriction" text translatable 2019-12-19 12:55:33 +05:30
Prssanna Desai
1a69ba6a84 fix: fix grid ui for child tables in column break (#9050) 2019-12-19 00:13:35 +05:30
mergify[bot]
90aae4ad06
Merge pull request #8927 from hrwX/report_tag_fix
fix(Report): ignore args if Tag Link
2019-12-18 11:44:46 +00:00
Suraj Shetty
8dfacdecac
chore: Add comment to explain the reason for ignoring validation 2019-12-18 17:04:12 +05:30
Chinmay D. Pai
6357a4a9a5
feat(email): allow ssl for outgoing emails, append to sent folder
* dont always use default outgoing account for sending
* allow ssl for outgoing emails

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-12-18 16:18:44 +05:30
Suraj Shetty
acfbc58e46
Merge branch 'develop' into remove_onboarding_images 2019-12-18 15:42:38 +05:30
mergify[bot]
1f9b87f899
Merge pull request #9066 from vishdha/remove_attachment
fix: on image remove event remove attach file.
2019-12-18 06:33:51 +00:00
Suraj Shetty
918cd70161
style: fix Codacy issue
There should be no space before ','. (comma-spacing)
2019-12-18 11:40:06 +05:30
vishal
b302437d5c fix: minor changes 2019-12-18 11:18:39 +05:30
vishal
a25a0b46e6 fix: Remove Attachment on remove 2019-12-18 11:13:53 +05:30
vishal
954ca6175a clear attachment on image remove attach file 2019-12-18 11:13:53 +05:30
Suraj Shetty
90772d56b0
fix: user default value for Link fields (#9062)
fix: user default value for Link fields
2019-12-18 08:34:15 +05:30
prssanna
3f002e6320 before setting user default value, if fieldtype is Link check if doc exists 2019-12-17 18:25:52 +05:30
Suraj Shetty
ab35fb6d6c
Revert "fix: user default value for Link fields" (#9061)
Revert "fix: user default value for Link fields"
2019-12-17 18:20:10 +05:30
Suraj Shetty
cda63fa867
Revert "fix: user default value for Link fields" 2019-12-17 18:19:07 +05:30
Suraj Shetty
cf3aa54898 feat (#9052)
(server-scripts): Support Before/After Save for submitted document
2019-12-17 12:18:46 +00:00