impresscms
impresscms copied to clipboard
A multilingual, extensible, community oriented CMS developed in PHP
As reported in the forums by MadFish - the current search strategy carries a lot of overhead, especially when there are a lot of results. He provided a proof of...
It seems SpamProtector now uses API keys and we don't have such functionality. I think we need to use composer lib to always stay update with such functionality.
The icms_form_Theme class is very rigid in its execution, and it keeps themers from being able to correctly theme parts of a site because of the HTML that is generated...
Stopspammer is used in the core during the creation of users. In some cases, for example during a local installation, Stopspammer gives false positives, effectively blocking users where it is...
If a module rewrites or extends some core functionality, it sadly doesn't work. If module tries to redefine a service it hangs up. It seems league/container doesn't supports such possibilities....
https://github.com/ImpressCMS/impresscms/blob/206b204235274c54c0cda0b5b6e5a58dfd248ea2/core/Middlewares/DetectModuleMiddleware.php#L56-L61 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 206b204235274c54c0cda0b5b6e5a58dfd248ea2. It's been assigned to @MekDrop because they committed the code.
https://github.com/ImpressCMS/impresscms/blob/46180984d92d5d204200cbe950a16a8d45220674/core/Middlewares/DetectModuleMiddleware.php#L56-L61 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 46180984d92d5d204200cbe950a16a8d45220674 when #707 was merged. cc @MekDrop.
the link to the logo is not taking into account the ICMS_URL constant. It points to http://localhost/modules/system/ICMS_URL/ instead of http://localhost/ , the way it was working for 1.3.x
Pull request #246 removed the old scripts for upgrading from older versions. New scripts need to be added back in
Create an installer for synology and DSM7.