Categories: 4 MODULE, Admin, Antispam, Core, Feedback, File Manager, Install, Plugins, Skins, RSS, Stats

Finer Time difference

November 16th, 2009
The unit for the general setting "time_difference" should not be hours, but minutes. The interface could stay the same, but should allow "0.5", because this is a valid use case. From a quick look at the code, this would involve changes in ~10 files… more »

Upgrade to 1.8-beta fails with MySQL strict (hit_referer_type)

August 2nd, 2006
Because of the change to hit_referer_type, the upgrade will fail in MySQL "strict mode": * Changed type of evo_hitlog.hit_referer_type from enum('search','blacklist','referer','direct','spam') to hit_referer_type ENUM('search','blacklist','referer','d… more »

Google sitemaps

August 2nd, 2006
Each blog should be able to serve a Google sitemap, pretty much the same way it servers an RSS feed. more »

Support translations in plugins

July 14th, 2006
Because plugins are not provided by the core b2evolution package, they cannot make real use of the T_() function for translations. Therefor I'd like to add a T_() method to the Plugin class. This could for now just use the global T_() function, but la… more »

Filter restore does not work after comment edit

July 13th, 2006
When adding a comment in the backoffice and going back to the tracker, the previous filter is not restored. more »

Make check_perm()-die-messages more clear

July 1st, 2006
It's a common behaviour, that user's think about file permission (chmod) issues, when they get a "Permission denied" message! E.g. "Permission denied! (blog_genstatic:any:1)" It should be a bit more verbose, e.g. "Group/user permission denied by "… more »

plugin: info

May 29th, 2006
When I go to plugins and click the info 'i' for a plugin, I get an info screen but no "bozo" way to go back to the list. A close icon would do. more »

getmail.php-tests in _set_features.form.php fail

April 19th, 2006
getmail.php has been moved to /cron, but there's no $cron_url global yet. If I remember correctly, the index.php file in /cron says that it must not be available through HTTP. So, I'm not sure how to fix this.. it gets accessed from the backoffice… more »

Help links for plugins

April 4th, 2006
Currently a Plugin can have "$help_url", which points to the homepage of the plugin and a README.html file for local help. For the README.html there can be special html IDs be used to (automagically let) link to a specific paragraph/chapter. The RE… more »

Item urltitle: umlauts

April 2nd, 2006
While at it, we should not replace existing underscores ("_") and replace umlauts with their ascii representations (e.g., "ä" => "ae", "?" => "e"). more »