Vishnu VS
2e431f75fb
fix: resolve page not found error
2023-10-22 15:55:11 +05:30
Ankush Menat
135fb6a486
chore: remove py2 compatibilty code
2023-10-21 13:40:04 +05:30
Shariq Ansari
5ec9ed09a9
Merge pull request #22646 from barredterra/fix-column-formatting
...
fix: list view formatting logic
2023-10-21 11:52:56 +05:30
Ankush Menat
ca29b0b685
Merge pull request #22839 from akhilnarang/use-python-gzip
...
refactor: use gzip library's compress() and decompress() methods directly
2023-10-21 11:18:25 +05:30
Akhil Narang
1119919971
refactor: use gzip library's compress() and decompress() methods directly
...
The util methods were added for python2.7 compat, mark them as deprecated
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-10-20 21:17:35 +05:30
Ankush Menat
44fa8e33d3
Merge pull request #22840 from maharshivpatel/fix-desk-minor-style
...
fix: minor desk style inconsistencies
2023-10-20 18:10:32 +05:30
Maharshi Patel
8973ee35d4
fix(minor): slides border and remove width
...
- remove unnecessary width from slides to make it a bit more responsive
- change border color to --border-color ( more subtle )
2023-10-20 17:43:32 +05:30
Shariq Ansari
ea44391f7a
Merge pull request #22836 from maharshivpatel/fix-website-styles-for-espresso
2023-10-20 17:38:30 +05:30
Maharshi Patel
b1e12a6109
fix: minor desk style inconsistencies
...
- made onboarding widget button default from primary
as it takes too much attention
- removed desk navbar dropshadow
- made sidebar text smaller and added padding to plus icon and hover effect
- as we need border in tree view btn-group added those styles in tree.scss
- made hover black on workspace links
- dark mode misc
2023-10-20 16:52:55 +05:30
Maharshi Patel
527c3ca418
fix: use flex in empty-apps-state
...
- changed empty-apps-state to flex and replaced box-shadow with border
2023-10-20 14:45:44 +05:30
Maharshi Patel
fba6b37a3c
fix: website comments and card style
...
- fix website comments section and changed comment button to primary
- replaced shadow with border on card style for website
- removed line-height from avatar as it is unnecessary
2023-10-20 14:43:07 +05:30
Maharshi Patel
281f30e649
fix(minor): website padding and like icon
...
- fix padding on navbar, dropdown
- fix like icon on blog page
- updated update password page
2023-10-20 14:39:51 +05:30
Maharshi Patel
d2137dbfb2
fix: change website base style
...
- added base text style as per espresso design
- added kbd style
- as new primary is black we need underline to indicate links
2023-10-20 14:32:45 +05:30
Maharshi Patel
c6e180e9b1
fix: login page style based on the new design
...
- hide the footer :P on login page.
- moved padding from container to .page-card and removed unnecessary
style
- removed autofill custom color, doesn't feel natrual for some reason
- moved .page-card-head style out of .page-card
2023-10-20 14:28:49 +05:30
Maharshi Patel
1faa7639b9
fix: move app_logo and title outside page card
...
- moved app_logo and title outside page card and used logo_section macro
where possible
- also changed some titles to be more descriptive
2023-10-20 14:26:05 +05:30
Maharshi Patel
3f9d9a0e57
fix: add espresso variables to website as well
2023-10-20 14:22:07 +05:30
Ankush Menat
08b92858a3
fix: ignore duplicate perm check on assign hooks ( #22832 )
...
* fix: Ignore permissions while assigning if flag set
* fix: Avoid double permission checks on assignment rule
When it's triggered via doc events either:
- Permission check is done or
- Permission checks are not applicable
2023-10-20 06:18:19 +00:00
Corentin Flr
1a589d9354
fix: Fix get_message_log extra json.loads ( #22827 )
2023-10-19 23:32:09 +05:30
Suraj Shetty
716ff2add2
Merge pull request #22693 from maharshivpatel/fix-attach-before-doc-save
2023-10-19 15:55:10 +05:30
Ankush Menat
14279bf74a
ci: update ci config to consider v15 ( #22822 )
2023-10-19 15:39:05 +05:30
Shariq Ansari
4d54e8a088
Merge pull request #22809 from niraj2477/fix-permission-manager
2023-10-19 13:30:52 +05:30
Shariq Ansari
72ba005e51
revert: setting options as string
2023-10-19 13:25:39 +05:30
Shariq Ansari
94459a058d
fix: set v as value if v is not an object
2023-10-19 13:24:02 +05:30
Ankush Menat
bdc5aba7ad
refactor: Use client.set_value instead of db.set_value ( #22814 )
2023-10-19 13:07:37 +05:30
Suraj Shetty
0d4c7ac82d
Merge pull request #22801 from bosue/improve_marking_matches
2023-10-19 12:35:47 +05:30
Shariq Ansari
7388f98251
Merge pull request #22813 from shariquerik/workflow-fix
2023-10-19 12:17:22 +05:30
ranjit-git
3351dd9020
fix: escpae filename
...
filenamexss
2023-10-19 12:11:42 +05:30
Maharshi Patel
409a3a8105
Merge branch 'develop' into fix-attach-before-doc-save
2023-10-19 11:40:20 +05:30
Shariq Ansari
ff5c6e3394
chore: updated workflow builder banner
2023-10-19 11:34:47 +05:30
Shariq Ansari
6b5b21f343
chore: show beta indicator
2023-10-19 11:28:44 +05:30
Shariq Ansari
3aa37bc84c
fix: reload workflow data after save
2023-10-19 11:21:56 +05:30
14987
86611be0c6
fix: Update type of perm level option in permission manager
2023-10-18 19:15:10 +05:30
Ankush Menat
710171972f
Merge pull request #22795 from ssuda/fix-cron-twice
...
fix: cron job firing immediately after save
2023-10-18 18:20:39 +05:30
Ankush Menat
05d6f5cc8a
test: Add cold start tests
2023-10-18 17:55:48 +05:30
Sagar Vora
93a8c37977
fix: type hint for keyword-only parameter for_update
...
[skip ci]
2023-10-18 17:36:45 +05:30
Maharshi Patel
7b4d8629dd
Merge branch 'fix-attach-before-doc-save' of https://github.com/maharshivpatel/frappe into fix-attach-before-doc-save
2023-10-18 17:27:32 +05:30
Maharshi Patel
5afbdc5a83
chore: typo and replace cy.visit with cy.new_form
2023-10-18 17:26:52 +05:30
Maharshi Patel
72beb4c635
chore: use new_form command instead of visit
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2023-10-18 16:24:52 +05:30
Maharshi Patel
86f0fdc5be
fix: cypress add test for attach before doc save
...
added cypress test where attachment is added
before mandatory fields are filled so doc save will fail once
and then succeed after mandatory fields are filled then check if file is
attached to correct document and no orphaned files exist for that doc.
2023-10-18 16:15:02 +05:30
Ankush Menat
567cfda0e3
chore: disable verbose scheduler messages for tests
2023-10-18 14:52:58 +05:30
Bernd Oliver Sünderhauf
7c24377239
refactor: Use fuzzy_match's positional indices in fuzzy_search to mark matches in Awesomebar.
2023-10-18 11:08:24 +02:00
Bernd Oliver Sünderhauf
f42607393c
refactor: Enable fuzzy_match to return positional matching indices.
2023-10-18 10:58:04 +02:00
Ankush Menat
d1111fb189
refactor: DB dump executable logic ( #22799 )
2023-10-18 08:54:40 +00:00
Maharshi Patel
deb75cb07e
fix(minor): set is_private as int instead of bool
2023-10-18 13:07:18 +05:30
Ankush Menat
d4c49a70c2
fix: handle cold start edge case
2023-10-18 12:56:05 +05:30
Maharshi Patel
1d4936b7e2
fix: cypress attach control library button
...
* As on clear of attach field file is deleted as well
in `Checking functionality for "Link"` test.
* Instead of assuming that file is present from previous test.
* create a new doc and attach a file (link) to it.
then create another doc and check library button functionality
and then delete both docs.
2023-10-18 12:35:52 +05:30
Sambasiva Suda
a8452484a0
chore: linter fix
2023-10-18 01:55:33 +05:30
Sambasiva Suda
6193f23fd6
chore: adding test case
2023-10-18 01:47:03 +05:30
Sambasiva Suda
ec0817d182
fix: cron job firing immediately after save
2023-10-18 01:14:54 +05:30
Ankush Menat
8df5402b1f
refactor: change kwarg name
...
frappe.call is oversmart about this particular name
2023-10-17 22:06:56 +05:30