Andreas Klauer

Results 18 issues of Andreas Klauer

Consider adding task support. It'd have to support creation / updating of tasks (on activate), as well as suspension (on deactivate), and removal (on uninstall). And it should probably do...

feature

Add support for optional template versioning. Requires a code change in MyBB to do fully (theme import wise). Alternatively by restricting plugin authors to a version range that does not...

Should PluginLibrary offer a function to generate language files? Pro: - plugins providing custom fields/contents could need it (uncertain, similar to how settings translation works?) Neutral: - language files are...

feature

checks for `&` should be `&` also work around `?` vs. `&` while patching this URL form (perhaps using `strpos`, `strtr`) as discussed in https://community.mybb.com/thread-202483-post-1364070.html#pid1364070

bug

following @borekon 's pull request #69 The original Google SEO Starter Guide recommended "Google provides a 404 widget that you can embed in your 404 page to automatically populate it...

currently the redirect forces users to (not) use https depending on the bburl setting there should be a setting to make it ignore https status so users can choose themselves...

feature

http://community.mybb.com/thread-101262-post-979028.html#pid979028 Apparently with XThreads it's possible to use array parameters like bla[]=value, which aren't supported by the URL redirection code yet. It might be possible to support those using http_build_query().

Display a warning message for the "all plugins deactivated" setting

feature

The plugin status could verify the plugin's files (just inc/plugins/google_seo**). Apparently there is a chance that someone will only upload one or two files but not all which in turn...

feature

Google supports image and video types in Sitemap now http://googlewebmastercentral.blogspot.com/2010/06/sitemaps-one-file-many-content-types.html So we could make a sitemap specifically for attachments such as images. Since this is a very special thing and...

feature