Commit graph

39392 commits

Author SHA1 Message Date
Shariq Ansari
c5f64d43bb fix: text editor overflow issue 2022-08-18 18:22:32 +05:30
Shariq Ansari
5cdf21d8ee fix: minor success page css changes 2022-08-18 16:39:21 +05:30
Shariq Ansari
fc2defcc3f fix: foreach doesnt work for html element looping 2022-08-18 15:19:59 +05:30
Shariq Ansari
8bd012da0c fix: remove page breaks without any fields in it 2022-08-18 15:12:29 +05:30
Shariq Ansari
9288d0cebf fix: replaced clear button with discard button 2022-08-18 13:18:55 +05:30
Shariq Ansari
6ed42f5213 test: fixed failing unit test 2022-08-17 21:37:20 +05:30
Shariq Ansari
2181233c75 test: fixed failing UI test 2022-08-17 21:27:09 +05:30
Shariq Ansari
7ae2202b75 fix(minor): success page button css (responsive) 2022-08-17 21:00:55 +05:30
Shariq Ansari
05b1a99e53 chore: sider fixes 2022-08-17 20:34:48 +05:30
Shariq Ansari
eb7dccaae2 fix: made web form skeleton responsive 2022-08-17 20:15:22 +05:30
Shariq Ansari
0889d9137f fix: made web form and web list responsive 2022-08-17 20:12:46 +05:30
Shariq Ansari
3c9bc6f1ec fix: moved banner image in to page header section 2022-08-17 20:01:21 +05:30
Shariq Ansari
f03e5e2d1e chore: minor fixes 2022-08-17 19:46:55 +05:30
Shariq Ansari
68318aacd3 fix: added cancel button in clear form dialog 2022-08-17 19:39:42 +05:30
Shariq Ansari
ce67ee1bc6 fix: make clear button link which trigger warning dialog 2022-08-17 19:32:59 +05:30
Shariq Ansari
df3eff1a8d fix: show clear button only if form is dirty and
move previous button on right side if clear button is visible
2022-08-17 19:27:08 +05:30
Shariq Ansari
029bea6774 fix: formatted Section,Column,Page Breaks in webform field table and more
Show fields label in Field column both in web form fields table and web form list column table. Also enabled mandatory field in grid view
2022-08-17 19:14:53 +05:30
Shariq Ansari
0c897e4d22 fix: only allow 9 page breaks in web form 2022-08-17 19:06:23 +05:30
Shariq Ansari
2eb70c381a chore: rearranged web form tabs and fields 2022-08-17 19:02:40 +05:30
Shariq Ansari
1b230b75e3 fix: keep progress dots always in center 2022-08-17 18:43:48 +05:30
Shariq Ansari
fec57546ee fix: show empty fields in web form's view mode 2022-08-17 18:33:59 +05:30
Shariq Ansari
b3b773dcae fix: show submit button always if allow_incomplete is enabled 2022-08-17 18:26:29 +05:30
Shariq Ansari
0797cc2120 fix: show Page 1 of 2 only in view mode 2022-08-17 18:23:48 +05:30
Shariq Ansari
7cd528084e fix: added in_view_mode flag 2022-08-17 18:21:14 +05:30
Shariq Ansari
b0adf07790 chore: renamed is_form_editable to in_edit_mode 2022-08-17 18:14:46 +05:30
Shariq Ansari
f7942a4a8b fix: Keep action button size consistent 2022-08-17 18:11:18 +05:30
mergify[bot]
615b27b675
Merge pull request #17854 from netchampfaris/text-editor-has-content
fix: has_content check for fieldtype TextEditor
2022-08-17 11:57:36 +00:00
phot0n
613d8472b4 test: skip badly written test temporarily 2022-08-17 16:39:42 +05:30
Ankush Menat
1c9ea57279 fix: dont use sendmail with now=True 2022-08-17 16:39:42 +05:30
Ankush Menat
3e2d2a703a test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
Ankush Menat
41af9621cd test: undo custom field creation 2022-08-17 16:39:42 +05:30
Faris Ansari
10e49a19b8 test: Text Editor only image content 2022-08-17 15:45:11 +05:30
Ankush Menat
040a7ba021 fix(UX): better indicator for "is private" uploads 2022-08-17 14:58:01 +05:30
Ankush Menat
5062b9b26a fix: undefined "self"
This is JS not python xD
2022-08-17 14:58:01 +05:30
Faris Ansari
d11692c52f fix: has_content check for fieldtype TextEditor
When a TextEditor field contains only an image, while checking for
content, HTML tags are stripped off including the only image.
This change adds a loose but explicit check for img tag.
2022-08-17 14:40:40 +05:30
Ankush Menat
a01967c182
fix: incorrect attachment limit message (#17848) 2022-08-16 20:57:19 +05:30
Ankush Menat
3ec4a618e3
test: FrappeClient tests not skipped (#17843) 2022-08-16 14:10:12 +05:30
Rushabh Mehta
6a2c70b426
Merge pull request #17785 from rmehta/editable-form
feat: Form Editor
2022-08-16 12:29:48 +05:30
gavin
29b991749f
docs: Update README shields (#17841)
* docs: Update README shields

* docs: Set shields colour to success instead of green
2022-08-16 12:28:37 +05:30
Ankush Menat
d61705f528 perf: use cached docs for system settings 2022-08-16 12:24:42 +05:30
Ankush Menat
c9da8d87e5 ci: dont submit coverage if tests din't run 2022-08-16 11:49:08 +05:30
Ankush Menat
b7a7f97a7a refactor: convert get email count query to ORM
- also fix capitalization of column names on postgres
2022-08-16 10:53:28 +05:30
Ankush Menat
4391f8d0f1 ci: dont check python syntax for patch test
patch test runs across multiple versions, doesn't make sense here.
2022-08-16 10:53:28 +05:30
Ankush Menat
9f31723555 refactor: directly map function over lambda call 2022-08-16 10:53:28 +05:30
Ankush Menat
53af10a064 refactor!: python pretty_date consistent with JS
Python pretty date was ceiling month and week instead of flooring them,
this is incorrect AND inconsistent with popular JS library pretty date
that we use on client side
2022-08-16 10:53:28 +05:30
Ankush Menat
9de31d03c1 refactor!: timespan utils consistent output
BREAKING CHANGE:

- `get_year_ending` returns datetime.date instead of str
- `get_timespan_date_range` will always return datetime.date ranges
2022-08-16 10:53:28 +05:30
Ankush Menat
a88819230a refactor: convert get_timespan_date_range to use match 2022-08-16 10:53:28 +05:30
Ankush Menat
3fa4ec1bd6 refactor: container utils and misc tests 2022-08-16 10:53:28 +05:30
Ankush Menat
ad4cb710f2 refactor: duplication in gravatar code 2022-08-16 10:53:28 +05:30
Ankush Menat
9b5565437c refactor: extract_email_id condition
The condition made no sense and could never be True.
2022-08-16 10:53:28 +05:30