Nikolay Raspopov

Results 10 issues of Nikolay Raspopov

Probably it's also need to add to "i18n/en.toml" file the next lines: ``` [categories] other = "Categories" [tags] other = "Tags" ``` Signed-off-by: raspopov

In the file: `layouts\partials\docs\html-head.html` line 13: ``` ``` has wrong `type` attribute, it must be either `image/png` or file type must be `.ico` correspondingly. P.S. Also in the other themes...

One copy used for small screen (mobile) and another for normal (desktop). The first is always hidden and second is shown and vice versa. Is it possible to have only...

Improved sections menu and added a new site parameters: `BookCollapseSection` and `BookCollapseSectionLevel`. Now `BookCollapseSection` parameter (by default `false`) can be defined in site configuration and thus effectively enable all sections...

A web server authenticated user by self when 'login_method' is equal to 'HTTP_AUTH' and a 'REMOTE_USER' environment variable is present. Also added code to parse Windows user name in form...

Removed unneeded LDAP authentication checks to enable independent retrieval of LDAP real name and email. Fixes #24044

Both new parameters are optional and can be NULL.

To be honest you must register for yourself an independent unique vendor tag if you planning to compile and distribute a forked version of Shareaza (i.e. full name and tags...

Downloaded from "Fullscreen Windowed 1.5.0, for all MC versions from 1.8 to 1.11.2" Pressed "Fullscreen" button in options menu and: ``` ---- Minecraft Crash Report ---- WARNING: coremods are present:...

The initial idea was to build a standard distribution for Windows. [CMake](https://cmake.org/download/) was chosen for its ability to build distributions using [NSIS](https://sourceforge.net/projects/nsis/). BAT scripts were fixed, pausing due to the...