seitime-frappe/frappe/templates
Gavin D'souza b696fa6da5 perf: Pre-compile and re-use regexp pattern
Converted all possible usages of re.* that weren't compiling the regex
separately and re-using it. Separated out the compiled patterns as
global variables. Repetitive patterns could be made DRY-er.

Would be nicer to have all regexes in a single module so that we could
re-use better, keep track of outdated, and keep checks for possible
reDos' etc
2022-06-08 14:07:38 +05:30
..
discussions fix: sidebar cards, dropdown width, button size 2022-03-31 09:46:19 +05:30
emails fix: remove spaces from email placeholders 2022-04-04 17:11:14 +05:30
form_grid Upgrade Font Awesome (#2410) 2016-12-05 13:07:03 +05:30
includes perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
pages fix: formatting 2022-05-31 14:16:16 +05:30
print_format fix: child table columns overflow 2022-01-29 12:21:01 +05:30
print_formats fix: pass print_heading_template as render args 2022-02-11 18:51:10 +05:30
styles fix: Page card style 2022-06-01 08:40:14 +05:30
test test: Fix improper tests for website rendering 2021-07-01 22:10:02 +05:30
__init__.py -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
base.html chore: Add moment to bundle instead of injection via script tag 2022-02-03 11:31:18 +05:30
doc.html fix: Using svg for menu icon for mobile view 2021-10-14 15:00:23 +05:30
signup.html feat: Use autocomplete attributes for login, signup and password reset 2022-05-05 13:13:40 +02:00
web.html revert: page_content class name refactor 2022-06-01 17:12:30 +05:30