add cmd:feedlisted and cmd:listed
Šī revīzija ir iekļauta:
		@@ -175,7 +175,7 @@ std::string Parser::parse(const PageDao &pagedao, UrlProvider &provider, const s
 | 
				
			|||||||
	std::string result;
 | 
						std::string result;
 | 
				
			||||||
	// we don't care about commands, but we nevertheless replace them with empty strings
 | 
						// we don't care about commands, but we nevertheless replace them with empty strings
 | 
				
			||||||
	std::regex tagfinder(
 | 
						std::regex tagfinder(
 | 
				
			||||||
		R"(\[(b|i|u|s|li||ul|ol|code|blockquote|img|link|wikilink|h\d|cmd:visible|cmd:rename|cmd:redirect|cmd:pagetitle|cmd:allowinclude|cmd:permissions|cmd:parentpage|content|category|dynamic:postlist|dynamic:includepage|dynamic:getvar|dynamic:setvar)*?\]((\s|\S)*?)\[/\1])");
 | 
							R"(\[(b|i|u|s|li||ul|ol|code|blockquote|img|link|wikilink|h\d|cmd:visible|cmd:listed|cmd:feedlisted|cmd:rename|cmd:redirect|cmd:pagetitle|cmd:allowinclude|cmd:permissions|cmd:parentpage|content|category|dynamic:postlist|dynamic:includepage|dynamic:getvar|dynamic:setvar)*?\]((\s|\S)*?)\[/\1])");
 | 
				
			||||||
	result = utils::regex_callback_replacer(
 | 
						result = utils::regex_callback_replacer(
 | 
				
			||||||
		tagfinder, content,
 | 
							tagfinder, content,
 | 
				
			||||||
		[&](std::smatch &match)
 | 
							[&](std::smatch &match)
 | 
				
			||||||
 
 | 
				
			|||||||
		Atsaukties uz šo jaunā problēmā
	
	Block a user