Skip to content

POTI-board EVO EN v3.15.3 released. v3.09.x and earlier versions have a serious bug

Compare
Choose a tag to compare
@satopian satopian released this 04 Dec 11:07
· 929 commits to main since this release

Serious bugs in older versions

  • POTI-board v2.26.0 and earlier all versions is vulnerable to XSS.
    Malicious JavaScript can be executed.

  • POTI-board v3.09.x and earlier all versions have a serious bug.
    You may lose all log files.

Please update potiboard.php with v3.10.1 or later by overwriting.
For those who are using the old version v2.x system.
Please update potiboard.php by overwriting. Overwriting updates to potiboard.php alone can address the above two major issues.

POTI-board EVO EN v3.15.3 released.

[2021/12/04] v3.15.3

  • Updated index.php required for new installations.
    Even if the PHP version is PHP5.3 or lower, an error message will be displayed indicating that it will not work because the PHP version is low.
    Previously it was a fatal PHP error.

  • Fixed an issue where long press the ChickenPaint's palette with the pen would open an unwanted mouse right-click menu.

  • Fixed an issue where the screen would move up and down when copying and layer merging with PaintBBS NEO.
    If you select a rectangle to perform a copy and layer combination operation, the pen may protrude slightly from the canvas.
    At this time, the PaintBBS NEO's canvas may move up and down.
    Occurs when using Windows ink or Apple Pencil.
    If a screen width wider than the iPad is detected, the screen will not move even if you swipe the mesh part around the canvas of PaintBBSNEO.
    When using a smartphone, the operation is the same as before. Because if you want to pinch out the canvas and zoom in,If you cannot swipe, you cannot operate.

Please update mono_paint.html to resolve these issues.

  • picpost.php
    Fixed false positives for languages.

  • Many translations have been improved.

Files that have changed

  • picpost.php
  • potiboard.php
  • theme/css/mono_dark.css
  • theme/css/mono_deep.css
  • theme/css/mono_main.css
  • theme/css/mono_mayo.css
  • theme/mono_main.html
  • theme/mono_paint.html
  • theme/template_ini.php

[2021/11/23] v3.15.2

Updated contents of potiboard.php

  • Chi file deletion process after upload painting
    I added it because there was no process to delete the chi file after uploading the ChickenPaint-specific file and the chi format file and loading it on the canvas in the administrator's post.
    This fix removes it from the temporary directory 5 minutes after uploading. Prior to this fix, files that were no longer needed were deleted after a few days.
  • The HTML ALT for images has been fixed. The HTML translation of the theme has been improved.

Files that have changed

  • potiboard.php
  • theme/mono_catalog.html
  • theme/mono_main.html
  • theme/mono_other.html
  • theme/mono_paint.html

[2021/11/17] v3.12.2

Updated contents of potiboard.php

  • Fixed the calculation method of the width and height of the thumbnail image and the width and height of the HTML image when drawing the continuation.
    The setting value of connfig.php is set as the maximum value and the calculation is restarted from the beginning.
    In ChickenPaint, you can change the height and width of the image by rotating it, but until now, the size of the thumbnail image became smaller each time it was rotated.
  • The actual canvas size is now set in the cookie. Previously, the value entered by the user was set as is. Since there is a maximum value for the canvas size, for example, when the maximum is 800px, even if you enter 8000px, the actual canvas size that opens is 800px.
    Previously, the cookie was set to 8000px even in such cases.
  • An error is now returned when a file name with an invalid length is entered.
  • Checks the length of the reply number and returns an error if the length is incorrect.
  • Fixed the specification that the full text of the parent's comment is displayed in the description of the article displayed on the reply screen, and now omits 300 bytes or more.

Please update potiboard.php.

Updates for picpost.php and save.php

  • In order to mitigate unauthorized posting from external sites, the usercode set in the usercode and cookie during post processing is now checked.

Please update picpost.php and save.php.

PaintBBS NEO v1.5.15

PaintBBS NEO now supports right button constant display.
Please update neo.js.

For theme MONO

Please update mono_paint.html.

The translation has been improved.

Files that have changed

  • potiboard.php
  • save.php
  • picpost.php
  • neo.js
  • search.php

For theme MONO

All about theme/ Directory

About HTML for v3.09.x and earlier versions of themes

The site's copyright link
It has changed to https://paintbbs.sakura.ne.jp/poti/.
If you don't mind, please replace the HTML file of the theme.

In that case, please be careful not to lose the CSS file with customized colors and widths.
Back up your customized CSS file so that you can restore it if you accidentally overwrite it.

To change the color scheme of the Default theme MONO

MONO's HTML and CSS have been significantly updated in v3.07.5.
Therefore, if you use a CSS file older than v3.07.5, some designs will not be displayed correctly.
For example, footers and catalogs don't look as intended.
If you want to change only the color scheme, please use the SCSS repository for development.

satopian / poti-kaini-themes: MONO for POTI-board EVO

It's easy to change the color scheme because the settings are separated for the color scheme and other designs.
However, an environment that can handle SCSS is required.
For example, the free Visual Studio Code and its extension, Live Sass Compiler.

Download

You can download it from the source code link below.