-
ImpressCMS is multi-language, include the best available languages in the distribution to put that in evidence.
Included : EN, DE, NL, FR, IT
If other languages can be added, that would be great…
-
Since we have combined our sites (api, addons, blog, community, and wiki), and changed modules, many of the resource links are no longer accurate.
-
The ImpressCMS website was updated, and is now using a new structure. As a consequence, the links that existed before do exist anymore. Some redirection rules exist, but not all.
We should update al…
-
https://github.com/ImpressCMS/impresscms/blob/74e9f59c611369718ba1e83aa1524a53f606d70f/composer.json#L27
PHPMailer 6 started to use namespaces, so we need to changed places where PHPMailer instance…
-
I have integrated PR #227, PR #228 and PR #229 (impresscms/impresscms:retro) up to date, and most of the pages work well. When I go to /modules/system/admin.php?fct=preferences&op=show&confcat_id=1 I …
-
We are currently polluting the folders we put ImpressCMS is, because many of the folders above the htdocs folder are not contained in their own folder. We should have 1 or 2 folder maximum on the top …
-
At this moment, it is impossible to generate Facebook Open Graph metadata or Google+ metadata, because we need to generate the following meta tags :
```
```
For that, we'll need to a…
-
So, on GitHub there is new page https://github.com/ImpressCMS/impresscms/community and there is one checkbox unchecked right now... we must fix that! :)
-
With Let's Encrypt and other SSL options being readily available, and with the standard ImpressCMS code compatible with SSL environments, the reason for having this have disappeared. Cleanup?
-
Even though I'm using the PDO connection, the installer still tries to connect to mysql with an unsupported function. When I do the setup on PHP 7.0.9 I get the following :
> Fatal error: Uncaught…