ProcessWire
ProcessWire copied to clipboard
Our repository has moved to https://github.com/processwire – please head there for the latest version.
Adds an option to the TextformatterMarkdownExtra module settings page to enable linebreaks using $parsedown->setBreaksEnabled(true);
HI Ryan, can you make [AdminThemeDefaultHelpers::renderTopNavItems](https://github.com/ryancramerdesign/ProcessWire/blob/dev/wire/modules/AdminTheme/AdminThemeDefault/AdminThemeDefaultHelpers.php#L373) hookable? I have a need to hide the "Pages" page from the TopNavItems when not logged in as superuser. Or maybe even better: ```...
``` Notice: Undefined index: FieldtypeNotifications in /Users/ajones/Sites/pwtest/wire/core/Modules.php on line 1531 ```
It should be mentioned somewhere (or fixed) that plural support is very limited. It may even be unusable for some languages. It only supports singular and plural. No 0 (zero)...
I was wondering why I can't see the quick-tree. I'm using Firefox. Testing it in Google Chrome I suddenly see the quick-tree. As Firefox is the most used browser in...
Same as my two last pull requests, just … in master branch According to the W3C the previous line does exactly the same as this new, more readable, line. https://www.w3.org/International/questions/qa-html-encoding-declarations...
… in devns branch According to the W3C the previous line does exactly the same as this new, more readable, line. https://www.w3.org/International/questions/qa-html-encoding-declarations Sorry, I don't know why "wire/modules/Markup/MarkupHTMLPurifier/htmlpurifier/HTMLPurifier.standalone.php" shows so...
… in dev branch According to the W3C the previous line does exactly the same as this new, more readable, line. https://www.w3.org/International/questions/qa-html-encoding-declarations
When hovering on a topnav item from the bottom sometimes the submenu flickers, see screencap here: https://processwire.com/talk/topic/13389-adminonsteroids/?do=findComment&comment=126395 We found that the cause is the subpixel top position (46.5px). Setting it...
In my module I have a separated php files which are in their own namespace but other than `\ProcessWire`. That is a problem because these files are not therefore compiled....