1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a type check to $actions in _onPluginActionLinks()
Myatus
as Michael Green
More... over 12 years ago
Added textdomains to Menu
Myatus
as Michael Green
More... over 12 years ago
Removed REQUEST_METHOD checks, no need and unreliable.
Myatus
as Michael Green
More... over 12 years ago
Fixed bootstrap by using has instead of filename in APC. Minor modifications in WordpressPlugin.
Myatus
as Michael Green
More... over 12 years ago
Updated PluginInfo to account for site-wide plugin activations. Made Options blog switch aware. Updated WordpressPlugin to iterate through each blog on activation, deactivation and uninstall, as well as adding activation on new blog creation.
Myatus
as Michael Green
More... over 12 years ago
Made Options and WordpressOptions 'switch_blog' action aware (invalidation options/cache). Added isNetworkAdminMode() helper. _onActivation is now multisite friendly.
Myatus
as Michael Green
More... over 12 years ago
Forgot commit of deleted files
Myatus
as Michael Green
More... over 12 years ago
Updated WordpressPlugin to detect NetworkAdminMode()
Myatus
as Michael Green
More... over 12 years ago
Added new helper for encrypt/decrypt and embedded data uri. Updated MenuEntry for data uri and ssl urls. Version_check is removed, in favor of a single bootstrap, now localed in main /lib.
Myatus
as Michael Green
More... over 12 years ago
Moved bootstrap. Made changes in relation to screen settings. Updated main WordpressPlugin as some actions were at incorect locations.
Myatus
as Michael Green
More... over 12 years ago
Minor update to 'per page' management
Myatus
as Michael Green
More... over 12 years ago
Modified Menu's to allow for 'per page' screen settings. Added common helper.
Myatus
as Michael Green
More... over 12 years ago
Removed instance checks in menus (not neccesary). Removed return value in StandardMenu display() as it should display varying capabilities.
Myatus
as Michael Green
More... over 12 years ago
Updated bootstrap to include a unique prefix and slightly modified security check. Also ensure that PF4WP_APC is always present.
Myatus
as Michael Green
More... over 12 years ago
Added a 'Before' callback handler for menu entries on _onAdminLoad()
Myatus
as Michael Green
More... over 12 years ago
Re-arranged initialization process with instance(). register() requires plugin filename, as getPluginFile() function has been removed due to unreliability.
Myatus
as Michael Green
More... over 12 years ago
Moved register() to register_actions(). Register now contains init action. Moved some initialization from construct to register_actions().
Myatus
as Michael Green
More... over 12 years ago
Replaced version_check with a bootstrap to ensure common UCL is used. Updated WordpressPlugin::instance() to be compatible with Wordpress 'init' action.
Myatus
as Michael Green
More... over 12 years ago
Added gendoc bin for use with DocBlox
Myatus
as Michael Green
More... over 12 years ago
Updated echo to printf (and sprintf)
Myatus
as Michael Green
More... over 12 years ago
Modified echo statements to printf
Myatus
as Michael Green
More... over 12 years ago
Removed unneeded 'use' statements. Updated Widget for translation by owner. Corrected backticks in doc comments.
Myatus
as Michael Green
More... over 12 years ago
Added working memory cache to Options, avoiding array_replace_nested calls when possible
Myatus
as Michael Green
More... over 12 years ago
Added Symfony\Component\ClassLoader depenendecy to lib/vendor
Myatus
as Michael Green
More... over 12 years ago
Initial commit
Myatus
as Michael Green
More... over 12 years ago