On Tue, Mar 17, 2015 at 9:09 AM, Christoph Becker <[email protected]> wrote: > Hannes Magnusson wrote: > >> On Tue, Mar 17, 2015 at 7:36 AM, Christoph Becker <[email protected]> wrote: >>> Hannes Magnusson wrote: >>> >>>> You likely did not answer the " Which email address do you have to >>>> mail now? " question correctly. >>> >>> Maybe the question should be slightly reworded, e.g. >> >> I'd love help to reword this :D >> https://github.com/php/web-wiki/blob/master/dokuwiki/inc/lang/en/register.txt >> https://github.com/php/web-wiki/blob/master/dokuwiki/inc/html.php#L1594 > > I'll see if I'll be able to submit a pull request later. I have some > trouble getting the folder layout right for web-wiki and web-shared; for > now I've quickly moved parts of the clones, so that it works.
You should be able to fetch it via rsync, or alternatively do what the rsync box does: http://git.php.net/?p=systems.git;a=blob;f=update-mirrors;h=001c2139ee68010a5008d0487fd00f5139fc36d9;hb=HEAD#l21 >>>> I don't know why the error message doesn't show up when its wrong o.O >>>> Maybe we broke something in the template? >>> >>> FWIW: I just sent an empty form, and there was no message shown, despite >>> msg($lang['regmissing'], -1) is called, what should display "Sorry, you >>> must fill in all fields.". >> >> Yeah... I don't know why the error message isn't showing. Maybe we >> broke the templates or something with the customizations we've done. > > Indeed, it seems that an early commit[1] broke the display of any > message, due to the exclusion of tpl_header.php which calls the > important html_msgarea(). A very quick fix might be to insert the > respective > > <?php html_msgarea() ?> > > in dokuwiki/lib/tpl/phpnet/main.php right below > > <!-- wikipage start --> > > Some styling for the respective classes (apparently, .error, .info, > .success, .notify) would also be appropriate. Nice catch! You mind sending a PR? And, in fact, if you want to maintain the wiki stuff... Fill out and submit http://php.net/git-php.php I really do not want to maintain the wiki :) It desperately needs help. We have plenty of inline changes that shouldbe made into plugins, which makes upgrade a hellish task. There are also plenty of cute little bugs, like missing images in the admin interface.. Likely as a result of the theme customization which is a bigass hack. -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
