Ankush Menat
40f27f908a
style: format JS files with prettier
2022-08-04 14:51:01 +05:30
Ankush Menat
81b37cb7d2
refactor: clean up code to py310 supported features ( #17367 )
...
refactor: clean up code to py39+ supported syntax
- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes
Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
Faris Ansari
eeab5edf5f
test: test for metatag rendering
2022-05-11 13:29:03 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black ( #16453 )
...
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Gavin D'souza
4cab8ca30a
fix(test): Add missing test image for test_make_thumbnail
2022-01-27 18:56:05 +05:30
Shariq Ansari
b20e543de9
test: test hook to get website_list_context
2021-09-03 16:55:44 +05:30
Suraj Shetty
3acab8a7c7
test: Add test cases for unzip functionality
2021-08-19 21:40:12 +05:30
Suraj Shetty
6b1955b34a
test: Add test image file
2021-08-19 15:27:48 +05:30
Faris Ansari
7a34c542c1
test: safe_render
2021-08-03 12:40:48 +05:30
Suraj Shetty
fccd19a44c
test: Add test to validate minified js load
2021-07-03 14:13:16 +05:30
Suraj Shetty
4363e51c6d
test: Fix improper tests for website rendering
2021-07-01 22:10:02 +05:30
Suraj Shetty
a93bb67030
test: Add test case to validate raw file load
2021-07-01 22:08:15 +05:30
Suraj Shetty
6f3e6fee82
test: Add test to check ability to use get_context without context object
2021-06-24 10:22:27 +05:30
Suraj Shetty
9ec451b28e
test: Add test case to check breadcrumbs
2021-05-27 12:57:55 +05:30
Suraj Shetty
40bd818c0b
test: Add attributes via frontmatter
2021-05-26 10:40:43 +05:30
Suraj Shetty
646612be09
fix: Colocated asset load
2021-05-26 10:40:16 +05:30
Suraj Shetty
ca56b21290
test: Check all cases of setting homepage
2021-05-25 15:01:20 +05:30
Suraj Shetty
d88ce8e807
test: Add test to check replacement of {next} & {index} identifiers
2021-05-25 13:32:20 +05:30
Suraj Shetty
86897c1808
refactor: Remove render.py and move all utility functions to utils.py
...
- Replace or remove all render imports
2021-05-25 10:53:35 +05:30
Suraj Shetty
d7696f5f95
test: Add test files
2021-05-20 13:44:35 +05:30
Suraj Shetty
48b9198ebd
test: Add test case to validate base_template_path
2021-05-18 23:34:30 +05:30
Suraj Shetty
9429d06a17
refactor: Remove reduntant code
...
- Use Error & NotFound page as required
2021-05-11 16:44:50 +05:30
Rushabh Mehta
435bbe2665
wip: refactor website routing and rendering
2021-02-15 09:54:13 +05:30
Rushabh Mehta
b6d2e61ff0
fix(style): frappe theme colours in bs4 and minor fix
2019-03-15 12:03:35 +05:30
Rushabh Mehta
f537d75946
feat: Allow website templates to have different base templates ( #6811 )
...
* feat: Allow website templates to have different base templates
* test: custom base template
2019-01-27 20:46:23 +05:30