{5} Assigned, Active Tickets by Owner (Full Description) (89 matches)
List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.
(empty) (13 matches)
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2950 | Updating or editing a post results in blank page | not-listed | defect | blocker | 05/10/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Plugin: Classic Editor Issue: When using PHP 7.3 or PHP 7.4, if you publish or update a post it goes to a white screen. It will only successfully update around 1 in 4 times. We have experienced this on a number of different sites. It happens on stock WordPress with only the Classic Editor theme installed. Disabling Classic Editor restores normal functionality. If you use PHP 8, the issue goes away. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2724 | Plugin remove request | not-listed | defect | critical | 07/17/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Support team, I just want to delete this plugin from repo, I deleted all files through SVN and commited yesterday, But didn't get any success to remove this plugin from WordPress repo. Kindly remove on my behalf. This functionality is no longer. Thanks Team Onboard |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2940 | Update a new version | not-listed | defect | major | 03/19/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Je souhaite mettre à jour le plugin |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2737 | Tag Site Map Error/ No Tag Indexing | not-listed | defect | normal | 09/24/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Dear plugin unable to create tag sitemap please do the need full as soon as possible The page I need help with: https://fun.vin/sitemap-tax-post_tag.xml |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2711 | Request for simple extension | not-listed | enhancement | normal | 04/13/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, I'm the developper of PayPal Currency Converter Pro for WooCommerce (https://codecanyon.net/item/paypal-currency-converter-pro-for-woocommerce/63432499) and one of my customers wants to use this plugin. To make both work together it would probably only need a simple apply_filter to the returned array at line: https://plugins.trac.wordpress.org/browser/woocommerce-paypal-pro-payment-gateway/trunk/woo-paypal-pro-gateway-class.php#L304 It would as well be in line with the coding of the original PayPal Payment Gateway that is rolled out with WooCommerc. (see file class-wc-gateway-paypal-request.php at line 79: https://plugins.trac.wordpress.org/browser/woocommerce/trunk/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php#L79) Afterwards I could make suitable adjustements to my plugin. Thank you! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2716 | Implement leadsource filter | not-listed | enhancement | normal | 05/17/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This enhancement will provide support for dynamic custom leadsources. For example, when the leadsource is to be obtained from a visitor cookie, this filter will provide the necessary hook. OBO Josh Fialkoff |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2745 | "I am not a robot" checkbox is not shown always when using the reCaptcha option with a subscription form for Tribulant Newsletters plugin | not-listed | defect | normal | 11/30/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Steps to reproduce after installing the Newsletters plugin from Tribulant(https://wordpress.org/plugins/newsletters-lite/): 1) Create a new 'Subscribe Form' 2) In the Settings -> General Tab check the Enable Captcha checkbox 3) In the Captcha Settings section choose reCaptcha as the Captcha Type 4) Choose 'Normal V2' as the reCAPTCHA type 5) Enter the Site Key and Site Secret and save the settings 6) To any widget area, add a 'Newsletters' widget 7) Choose Subscription form as the Type and select the new form created The 'I am not a robot' shows sometimes and does not show sometimes
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2814 | Fix grecaptcha.execute() is not a function | contact-form-7 | defect | normal | 09/23/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This is a console.error thrown when executing Contact Form 7 on my page. See this link https://wordpress.org/support/topic/error-grecaptcha-execute-is-not-a-function/ to understand what is the error and what is the proposed fix. Thanks! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2869 | Adding <br> to Login page | not-listed | enhancement | normal | 04/30/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I found adding <br> after Password: and Confirm Password: so that the input field starts on a new line makes the output cleaner for me. Here's the function I edited to align the elements: <?PHP /*.....*/ if (get_option("alnuar_add_password_fields") == true) { $password1 = ( ! empty( $_POST['password1'] ) ) ? trim( $_POST['password1'] ) : ''; $password2 = ( ! empty( $_POST['password2'] ) ) ? trim( $_POST['password2'] ) : ''; ?> <p> <label for="password1"><?php _e( 'Password:','auto-login-new-user-after-registration') ?><br> <input type="password" name="password1" id="password1" class="input" value="<?php echo esc_attr( wp_unslash( $password1 ) ); ?>" size="25" /></label><br> <label for="password2"><?php _e( 'Confirm Password:','auto-login-new-user-after-registration') ?><br> <input type="password" name="password2" id="password2" class="input" value="<?php echo esc_attr( wp_unslash( $password2 ) ); ?>" size="25" /></label><br> </p> <?php } /*.......*/ Thank you for the awesome plugin. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2882 | Fixes for composer.json | not-listed | defect | normal | 06/24/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Small changes to composer.json to correct autoloading. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2969 | 2 bugs | not-listed | defect | normal | 08/29/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
First in file: pages\admin\woosea-generate-feed-step-0.php if ( $license_informationnotice? == "true" ) please change to: if ( isset( $license_informationnotice? ) && $license_informationnotice? == "true" ) because present php warninng. Second in file classes\class-get-products.php if ( $product_datasale_price? > 0 ) { $product_datadiscount_percentage? = round( 100 - ( ( (float) $product_datasale_price?
please change if condition to if ( $product_datasale_price? > 0 && (float) $product_dataregular_price? ) { because sometimes I have fatal error DivisionByZeroError |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2970 | Official Facebook Pixel :: Integration with Gravity Forms (confirmation redirect) | defect | normal | 09/14/2021 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, guys! I found some mistake (mb after some update GF or your plugin) but currently, we have an issue when the form uses confirmation type as 'redirect'. In this case, after submitting the form, the form does not work. We fix it by changing one line in the file: wp-content/plugins/official-facebook-pixel/integration/FacebookWordpressGravityForms.php:68
Replace it
Some users also have this error https://wordpress.org/support/topic/incompatible-with-gravity-forms/ Please, fix it in next update. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2914 | Invalid DB table | not-listed | defect | normal | 10/22/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, The plugin is "Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd". Hopefully i selected the right one. With debugging active i get an Invalid DB request "SELECT id FROM PREFIXp_seedprod_pages WHERE deleted_at IS NULL and created_at <= (DATE(NOW()) - INTERVAL 7 DAY) ORDER BY created_at LIMIT 1 Error says: "[Table 'DB.PREFIXp_seedprod_pages' doesn't exist] So there is no table like that. Maybe you meant, like the other values, to handle it in the options table. reinstall didnt help |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< default > @… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2857 | Woocommerce block brands | not-listed | defect | normal | 04/01/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hola, Estoy intentando mejorar mi página de Marcas: https://farmaguilar.com/marcas/ ¿Es posible añadir un bloque en Woocommerce parecido al de los productos pero para Marcas? Me gustaría que se viera el logo de la Marca con el nombre debajo en filas y 3 columnas. Gracias por vuestra ayuda :) Hi, I am trying to improve my Brands page: https://farmaguilar.com/marcas/ Is it possible to add a block in Woocommerce similar to that of the products but for Brands? I would like to see the page with the Brand logo and the name below in rows and 3 columns. Thanks for your help :) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< default > Automattic (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2904 | Your installation of WooCommerce is incomplete | not-listed | defect | critical | 09/01/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Your installation of WooCommerce is incomplete. If you installed WooCommerce from GitHub, please refer to this document to set up your development environment.I install from the official wordpress plugins. what should i do ?? |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< default ><meta property="fb:pages" (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2913 | New | not-listed | defect | normal | 10/21/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
<meta property="fb:pages" <meta property="fb:pages" <meta property="fb:pages" |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2812 | "WP Fastest Cache" - Menus & images are collapsing and website features all display incorrectly | not-listed | defect | major | 09/20/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
We have a continuing problem with our website, the menus & images are collapse down the page and the website features all display incorrectly. Please see the attached screenshots in blogspot post. https://seo-changes.blogspot.com/2019/09/website-features-all-display-incorrectly.html We can resolved temporarily by "Delete Cache" in "WP Fastest Cache". It seems due to Cache issue on "WP Fastest Cache" plugin. Plugin Details: "WP Fastest Cache - Version 0.8.9.7" |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2816 | Simple-history: SimplePostLogger catch NULL-Arg | not-listed | defect | normal | 10/06/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PHP Notice: Trying to get property 'post_status' of non-object in wp-content/plugins/simple-history/loggers/SimplePostLogger.php on line 372 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2974 | wp-fullcalendar v.1.4.1 fails with browser javascript error. Prior version (v.1.3.1) is fine. | not-listed | defect | major | 10/05/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
On our WordPress multisite instance, the full calendar page on the main site failed with a The main site displays many more events, so it may be that the data for a particular event was triggering the failure. But the event data itself isn't the problem, since the prior version of the plugin (v.1.3.1) is fine. Since, with this script error, no events at all are displayed on the calendar, I've marked the severity as 'major'. Fortunately meanwhile we can operate with the prior version. Plugin: https://wordpress.org/plugins/wp-fullcalendar/ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Automattic (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2946 | Unfiltered MU WP_Roles::_init() is deprecated. | not-listed | defect | critical | 04/13/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Unfiltered MU Plugin tested with last version of wordpress. Need changing on line 84:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GrafZahl (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #727 | combine link_summary() and get_link_summary() | link-summarizer | enhancement | minor | 12/01/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I wanted to change some details of the plugin (more to come if you like) and, to make these changes easier, started with combining the two functions link_summary() and get_link_summary() which were virtually equal. I've attached the changed plugin file, based on the current development version. Both functions now use lnsum_generate_link_summary() to get their output. If you want to incorporate this into your plugin, you might want to check my use of tab characters (I'm using spaces usually). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steph (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #244 | Tags in RSS feeds? | bunny-tags | defect | normal | 08/11/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Excellent plugin, is there a way to insert the tags from the meta_data into my RSS feed as a <category> tag? From what I've been reading, technorati reads from the feed and not so much the article itself. I could be wrong. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TV productions (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2171 | Easy Photo Album: Add album pagination | not-listed | enhancement | minor | 03/02/2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It might be nice (especially for large albums) to add pagination to the album overview. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2173 | Easy Photo Album: More robust album save mechanism. | not-listed | enhancement | normal | 03/17/2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Currently the albums save also the title and the caption of an image, with a hacky workaround to update the captions if they are changed in the media library. It would be better to save only the image id and the order and load the title and caption on render. The user should still be able to edit the caption (and/or the title) from the album edit screen. The current method has also very weird effects, like removing all the album data at once. Code suggestions:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
alexnder91 (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #417 | Not showing senders e-mail adress | wp-contact-form | defect | critical | 05/04/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi! Im using the WP Contact Form 1.4.4 on my website (http://tubaplayer.com/). I'm not sure, but I think it all worked fine before I updated to this version (from 1.4.3). But now I have a problem; the person who fills out the comment form does fill in his/hers e-mail address (it's required). But the e-mail that reaches me looks like this (I've translated it to norwegian, so whatever is in italic below is replaced with my comments: From: Nobody nobody@… Sent: 3. mai 2006 22:01 To: pma@… Subject: Name of sender wrote: Message here... Website: IP-adresse: numeric ip here So, no e-mail adress.. Any idea?? Thanks, Paal |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
arielhr1987 (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2917 | typo in closing div | not-listed | defect | minor | 11/05/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Ariel - simple typo in your Roles plugin; you're missing the 'v' in the closing div tag on class-leira-roles-admin.php line 242. It means that it conflicts with other plugins that alter the Username column (eg User Switching) and prevents them from adding their links as well. cheers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
augustinfotech (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2800 | Undefined constant bug displays warning on PHP 7.2 and higher | not-listed | defect | normal | 07/29/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
For the ai-twitter-feeds plugin: https://wordpress.org/plugins/ai-twitter-feeds/ In the main file, you have copied code from another plugin but you have mistakingly left a constant variable which is now undefined. Your original code: ai-twitter-feeds:519 <?php wp_enqueue_script( 'ai_scripts', plugins_url( '/js/ai-twitter.js', __FILE__ ), array( 'jquery' ), CTF_VERSION, true ); You should change this to the below: <?php wp_enqueue_script( 'ai_scripts', plugins_url( '/js/ai-twitter.js', __FILE__ ), array( 'jquery' ), filemtime(plugin_dir_path( '/js/ai-twitter.js', __FILE__ )), true ); This will then automatically update the file version when the file contents changes. Alternatively, you can just replace the constant with a file version number as below, but this means you will need to update this value each time that js file is changed. <?php wp_enqueue_script( 'ai_scripts', plugins_url( '/js/ai-twitter.js', __FILE__ ), array( 'jquery' ), '2.4', true ); Please update this asap as this error prevents updating sites to the latest versions of PHP. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
beaucollins (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #206 | Video support | wpicasa | enhancement | normal | 06/29/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Picasa also supports video. WPicasa should detect if the resource is a video or image and display appropriately. However, must keep standards in mind when embedding video into the page. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #207 | Photo posts follow album post category | wpicasa | enhancement | normal | 06/29/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Photo posts should be given the same category as the album post and should update along with the album post. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
bennettmcelwee (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #171 | Radio buttons don't appear on bookmarklet post screen | topcat | defect | normal | 05/26/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Radio buttons don't appear on bookmarklet post screen. The injected JS needs to check if it's in the popup screen, I guess. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #175 | Radio buttons don't line up in Firefox | topcat | defect | normal | 05/26/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In FF, the radio buttons are offset a few pixels up. Fix by applying some style, perhaps. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
christined (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #223 | For tag pages, need to hook into the WP_query | ultimate-tag-warrior | defect | normal | 07/19/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Right now, we're allowing the normal front page WP_query to run, and then running our own. This is highly inefficient. We should be testing for $_GETtag? in the plugin and modifying the query (maybe just making it blank). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #224 | Paged tag pages | ultimate-tag-warrior | defect | normal | 07/19/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
We need http://site.com/tag/tag-name/2/ for paged tag pages. This will require a modified rewrite rule, and a modification to the function that gets the tagged posts (using offset and limit) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
chuyskywalker (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #122 | Cannot See Per-Post Formatting Options | mts-per-post | defect | major | 03/27/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I just installed Text Control on a WordPress 1.5 blog. The Control Panel shows up on the "Options" page and I can set the site defaults. I've verified that the site defaults actually take effect. However, I cannot see the "Format this post with:" section when writing either Pages or Posts. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
collizo4sky (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2854 | Bug fix for Block Editor Preview and Resend | subscribe2 | defect | normal | 03/29/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
As per issue raised on support forum this patch ensures that the correct preview emails are sent if using per-post mode when using the Block Editor. It also ensure post content is saved before sending Preview or Resending emails to ensure that content is up to date and that category data is accurate. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
danielbachhuber (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2838 | Pull Request - Custom Code - | not-listed | enhancement | major | 12/12/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
We need a custom user type to not need to use SAML to login but rather the normal WordPress login please. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
demispatti (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2794 | cb-parallax 0.9.0 does no longer register its CSS and JS | not-listed | defect | major | 06/21/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Using WordPress 5.2.2 and theme Aldehyde 3.0.6, I upgraded cb-parallax from version 0.8.8 to 0.9.0 and this caused it to fail until I downgraded again to 0.8.8. The failure was that all its CSS and JavaScript failed to register: looking into the output of a page generated by 0.9.0, both its two <script> sections and the <link> to its stylesheet that existed in 0.8.8 were absent in the HTML now. CSS and JS files exist on disk, but are not referenced. Consequently, the background image and parallax effects do not work anymore. cb-parallax worked fine in version 0.8.8 with the same WordPress version and theme and the same page where I tested it on. When I downgraded it from 0.9.0 to 0.8.8 it worked fine again, so there must be some bug :) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
denharsh (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2790 | canonical-seo-content-syndication doesn't show it's meta box on pages | not-listed | defect | major | 05/30/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
As of version 3.0 the meta box with the toggle and the URL is only shown on posts and not pages. It worked on both in prior versions. Attaching a patch. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
develoved (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2710 | [WP Bodymovin] Error on JSON file checking | not-listed | defect | normal | 04/01/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I tested "WP Bodymovin" on different platforms and the json file checking doesn't work while adding / modifying an animation. I found the fix:
$supported_types = array('application/octet-stream', 'application/json');
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
evertiro (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2894 | Plugin username-changer bug in username_changer_can_change_own_username | not-listed | defect | normal | 08/04/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In function
The code that iterates through and tests equality treats Index: includes/misc-functions.php
===================================================================
--- includes/misc-functions.php (revision 2352588)
+++ includes/misc-functions.php (working copy)
@@ -47,8 +47,8 @@
if ( in_array( 'administrator', $user_roles, true ) ) {
$allowed = true;
} elseif ( is_array( $user_roles ) ) {
- foreach ( $user_roles as $user_role => $role_name ) {
- if ( in_array( $user_role, $allowed_roles, true ) ) {
+ foreach ( $allowed_roles as $allowed_role => $role_name ) {
+ if ( in_array( $allowed_role, $user_roles, true ) ) {
$allowed = true;
}
}
Assigning this bug to the user who last updated this plugin. Not sure if it's the right person. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fergbrain (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #412 | URI of blog isn't correctly implemented | dunstan-error-page | defect | normal | 04/30/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Seems to have something awry with its handling of the site url ... my <em>filesystem</em> has WP living in www.example.com/wordpress/, but its served up from http://example.com. A consequence of this is that the homepage and search links in the plugin's Your Options section include wordpress/ in their paths, and thus are invalid. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #411 | Spelling error | dunstan-error-page | defect | normal | 04/30/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
For some reason, the page your trying to access.." should be 'you're' |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
grandwp (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2765 | GrandWP Responsive Lightbox unhandled promise rejection from document.exitFullscreen() | not-listed | defect | normal | 02/12/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Before calling document.exitFullscreen(), check document.fullscreenElement. Currently, if the page is not in fullscreen, this will reject the promise and show up in the error console/fire an "unhandledrejection" event. In responsive-lightbox-popup/resources/assets/js/frontend/lg-fullscreen.js if (document.exitFullscreen) {
document.exitFullscreen();
}
-> if (document.exitFullscreen) {
if (document.fullscreenElement) {
document.exitFullscreen();
}
}
(Maybe similarly for the other branches with vendor-prefixed equivalents.) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gzfelix (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #111 | wp-tags gets unexpected warning in wp-blog-header | wp-tags | defect | major | 03/18/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Warning: extract(): First argument should be an array in /path/to/wp/wp-blog-header.php on line 175 This repeats around 20 times down the page and then it gives this: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /pat/to/wp/wp-blog-header.php on line 40 The user is using PHP 4.3.10, safe mode, MySQL 3.23. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
imagely (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2742 | NextGEN Gallery uses wrong location for enqueueing ngg_basic_slideshow.css | not-listed | defect | normal | 11/03/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
NextGEN Gallery uses wrong location for enqueueing ngg_basic_slideshow.css and it throws JS error and prevents the plugin to perform accurately. nextgen-gallery/products/photocrati_nextgen/modules/widget/package.module.widget.php:266 <?php wp_enqueue_style('nextgen_basic_slideshow_style', $router->get_static_url('photocrati-nextgen_basic_gallery#slideshow/nextgen_basic_slideshow.css'), array(), NGG_SCRIPT_VERSION); should be replaced to <?php wp_enqueue_style('nextgen_basic_slideshow_style', $router->get_static_url('photocrati-nextgen_basic_gallery#slideshow/ngg_basic_slideshow.css'), array(), NGG_SCRIPT_VERSION); |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
izela (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2238 | new test ticket | not-listed | defect | normal | 07/07/2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
keyvan (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #459 | jump to calculated page for any requested comment | paged-comments | enhancement | normal | 08/13/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I've come up with a function to calculate the page that any particular comment is on, so after a comment post the site can redirect the vistor back to the very page (and comment) they just posted on. This could be extended to a search hack where if comments are searched a visitor could be redirected to the actual comment on it's designated page rather than being forced to use "show all" flat style. as a working example, I've enhanced the last two lines of wp-comments-post.php and added the (incomplete) function as attached (I'll post code updated on the blog above as I have time) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kylephillips (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2936 | Missing argument when replicating core filters page_link and post_link. | not-listed | defect | normal | 03/02/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Please add the third argument as PHP will throw an error when a function expects three arguments and only gets two. The filters are created in [app/Views/partials/row.php](https://plugins.trac.wordpress.org/browser/wp-nested-pages/trunk/app/Views/partials/row.php#L267) Core definitions of filters:
[page_link](https://core.trac.wordpress.org/browser/tags/5.6/src/wp-includes/link-template.php#L352):
[post_link](https://core.trac.wordpress.org/browser/tags/5.6/src/wp-includes/link-template.php#L252): |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lhertzler (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2719 | Zeus WordPress Admin plugin - Undefined variable: toolbar_status | not-listed | defect | normal | 06/05/2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
debug.log is filled with Undefined variable: toolbar_status messages [05-Jun-2018 21:54:35 UTC] PHP Notice: Undefined variable: toolbar_status in .../AIMKWordpress/wp-content/plugins/zeus-admin-theme/inc/hide-front-end-toolbar/hide-fe-toolbar.php on line 88 It seems that toolbar_status variable is used only on one file (at least, grep finds just one file) (uiserver):~/AIMKWordpress/wp-content$ grep -rl toolbar_status ~/AIMKWordpress .../AIMKWordpress/wp-content/plugins/zeus-admin-theme/inc/hide-front-end-toolbar/hide-fe-toolbar.php The variable seems to be local in two functions. So what is the point of it? function hide_fe_toolbar_set($toolbar_css_class){
$toolbar_status = 'shown';
if($toolbar_css_class == 'hide-fe-toolbar'){
$toolbar_status = 'hidden';
}
}
function hide_fe_toolbar_get(){
$toolbar_css_class = 'show-fe-toolbar';
if($toolbar_status == 'hidden'){ <---- ERROR MESSAGE
$toolbar_css_class = 'hide-fe-toolbar';
}
return $toolbar_css_class;
}
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
linickx (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #1694 | Logic for ellipses | phpbb-recent-topics | enhancement | normal | 04/13/2013 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks for a great plug-in. An interface for the character limit of the subject line would be awesome. For now I increased it manually, but more importantly I added logic for ellipses if needed. Here's a diff: 88c88 < echo '<li class="prt_li" style="line-height: 20px;">'; ---
126,131c126 < $lastpost_temp = preg_replace('/Re\:\ /',, $topic->topic_last_post_subject); < if (strlen($lastpost_temp) > 34) { < echo substr($lastpost_temp,0,33) . '...'; < } else { < echo $lastpost_temp; < } ---
170c165 < ?> ---
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
masaakitanaka (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2777 | Email mixup in booking-package | not-listed | defect | normal | 04/28/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The email enabled options are mixed up and enable/disable the wrong mails. Problem is in Booking_manage.js/changeStatus. Additionally sometimes package is written pakcage. I try to attach a patch. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2778 | German date format for booking-package | not-listed | enhancement | normal | 04/28/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Could you please add the german date format dd.mm.YYYY to booking package, patch attached. Thanks a lot. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
michitzky (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2202 | Prevent multiple ZIPing | not-listed | enhancement | normal | 04/23/2014 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Files should only be added to a ZIP once, this saves server load an will reduce script execution time considerably. To achieve this, the backupHandler Class needs a rewrite. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
morty (4 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #537 | Charset may be wrong | post-notification | defect | normal | 01/25/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
All the files are Coded UTF-8. Although this is the standard option for WP there may be problems. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #549 | Add possebility to subscribe to comments. | post-notification | enhancement | normal | 01/29/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Most subscribe to comment-plugins suck, as quite a few mails have to be sent at once. Probably the implemenation is quite simple as only the mail sending code needs to be adjusted for comments and one more table needs to be introduced. The usermanagement can probably be taken from an other plugin. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #571 | Add Widget-option | post-notification | enhancement | normal | 02/07/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add an Option to use Widgets. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #610 | The Return Path may be overwritten by the server | post-notification | defect | normal | 03/09/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The return-path is often overwritten by the Server. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nikschavan (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2919 | Fix fatal error when add to cart via Ajax in plugin header-footer-elementor | not-listed | defect | critical | 11/23/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fatal error when add to cart via Ajax Error: PHP Fatal error: Cannot declare class HFE\WidgetsManager\Widgets\Cart, because the name is already in use in C:\MAMP\htdocs\orangerdev_skinuphoria\wp-content\plugins\header-footer-elementor\inc\widgets-manager\widgets\class-cart.php on line 28 To fix this, just change include to include_once in header-footer-elementor/inc/widgets-manager/class-widgets-loader.php line 232 <?php include_once HFE_DIR . '/inc/widgets-manager/widgets/class-cart.php'; |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
persianscript (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2844 | States order is wrong in checkout field | not-listed | enhancement | normal | 02/04/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The order of state field in checkout page is wrong from long time ago. You can use this Array for correct order: $this->states = array( 'EAZ' => 'آذربایجان شرقی', 'WAZ' => 'آذربایجان غربی', 'ADL' => 'اردبیل', 'ESF' => 'اصفهان', 'ABZ' => 'البرز', 'ILM' => 'ایلام', 'BHR' => 'بوشهر', 'THR' => 'تهران', 'CHB' => 'چهارمحال و بختیاری', 'SKH' => 'خراسان جنوبی', 'RKH' => 'خراسان رضوی', 'NKH' => 'خراسان شمالی', 'KHZ' => 'خوزستان', 'ZJN' => 'زنجان', 'SMN' => 'سمنان', 'SBN' => 'سیستان و بلوچستان', 'FRS' => 'فارس', 'GZN' => 'قزوین', 'QHM' => 'قم', 'KRD' => 'کردستان', 'KRN' => 'کرمان', 'KRH' => 'کرمانشاه', 'KBD' => 'کهگیلویه و بویراحمد', 'GLS' => 'گلستان', 'GIL' => 'گیلان', 'LRS' => 'لرستان', 'MZN' => 'مازندران', 'MKZ' => 'مرکزی', 'HRZ' => 'هرمزگان', 'HDN' => 'همدان', 'YZD' => 'یزد' ); |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
petervcook (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #890 | 4 digit chapter numbers incorrectly recognised as a bible reference | the-holy-scripturizer | defect | normal | 07/22/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
v1.8.2 recognizes 4 digit numbers as being a potential chapter number, which is a problem for reference to, for example, the Children Act 1989, where Act 1989 is turned into a bible reference. I've attached a patch which changes the verse_regex in two ways:
The first of these is necessary because everything was optional between the first match 1-3 digits for the chapter, and the final match 1+ digits of a follow on verse. This meant that it would match Act 123456789 as a reference to Acts chapter 123456789. The second is necessary because just the first change matches Act 1989 as a ref to Acts 198, with a non-hyperlinked 9 immediately following. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pickplugins (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2887 | Add multisite compatibility to user-verification plugin | not-listed | enhancement | normal | 07/03/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Change the way the plugin handles calls to the usermeta table for multisite installs. Two changes needed to the includes/functions.php file to add a check for multisite and change the database prefix accordingly. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pixline (7 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #872 | Conflict with Viper's Video Quicktags plugin | gengo | defect | major | 06/17/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When Gengo and Viper's Video Quicktags are both enabled it shows an error on the front page: Fatal error: Call to a member function wp_rewrite_rules() on a non-object in wp-includes\classes.php on line 38 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #860 | in edit.php: add new category error, but working (missing language code) | gengo | defect | normal | 05/19/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'solo roba italiana', 'solo-roba-italiana', )' at line 1] INSERT INTO wp_term2syn (term_id, language_id, synonym, sanitised, description) VALUES (3, , 'solo roba italiana', 'solo-roba-italiana', ) WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near at line 1] SELECT synonym, sanitised, description FROM wp_term2syn WHERE term_id = 3 AND language_id = Warning: Cannot modify header information - headers already sent by (output started at /xy/wp-includes/wp-db.php:226) in /Users/gomez/Sites/wpgengo/wp-includes/classes.php on line 798 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #866 | Patch to fix translated tags and feeds | gengo | enhancement | normal | 06/08/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The attached patch fixes localized tags and feeds. Please review and consider applying |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #874 | Multi-Domain Support | gengo | enhancement | normal | 06/24/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It would be great if Gengo could implement support for Multi-Domain Multilingual sites. The scenario: you have several domains (eg: domain.com, domain.us, domain.es, domain.de, domain.ch etc.) and you want to determine the gengo_language using the TLD. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #883 | Gengo widget not theme (and xhtml) compliant | gengo | defect | normal | 07/16/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The Gengo "Language Controls" widget is not theme compliant. Since it adds hard-coded h2 headers in each widget section header, it may break themes since their heading structure may be different. I'm not sure which is the best way to fix this, but in the attached patch, I basically treated the widget like three distinct widgets in sequence. I've also fixed a minor issue which prevents XHTML validation: the "Language control" ul element had the same id as the "Available languages" ul element. I've changed it, but I'm not 100% sure if this can't break something (I've tested it and found no problems) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #936 | implode(): Invalid arguments passed in gengo.php on line 1484 | gengo | defect | normal | 12/02/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This line assumes that $ids is always an array, but if you only have one language selected, it is not an array. The solution is to test for the array before calling the function: if (is_array($ids)) {
$language_ids = implode(",", $ids);
} else {
$language_ids = $ids;
}
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #856 | gengo filters vs. snippet-able widget | gengo | enhancement | minor | 05/13/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'm not sure about the right way to proceed here. Someone asks to have filters directly into Gengo, and/but I think that a widget able to deal with snippets would be a nice thing. Let's talk about them! see: http://jamietalbot.com/wp-hacks/forum/comments.php?DiscussionID=200 http://jamietalbot.com/wp-hacks/forum/comments.php?DiscussionID=201 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plugins@… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2961 | Please restore my loan-mortgage-calculator-pro | not-listed | task | critical | 06/28/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Please reopened the plugins I have to delete by mistake. https://wordpress.org/plugins/loan-mortgage-calculator-pro/ Please help me as soon as possible. Thanks! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ronalfy (6 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #746 | Session Start Causing Comment Error | wp-ajax-edit-comments | defect | major | 01/29/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Failed to initialize storage module for session write. May need to detect session and just disable this feature if it's not available. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #751 | The + Character is Deleted When Editing a Comment | wp-ajax-edit-comments | defect | major | 02/06/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When a "+" character is inserted into a post, the character is edited out. Solution may be to convert this character to an HTML entity. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #747 | Losing Paragraphs after editing comment (by Mo) | wp-ajax-edit-comments | defect | minor | 01/29/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Say you have a few paragraphs: Thanks for the comment. Thanks again... If you edit thanks again, the comment will show up: Thanks for the comment. Thanks again... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #740 | Allow unlimited editing for logged in users | wp-ajax-edit-comments | enhancement | normal | 01/17/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add in an admin panel option to allow unlimited editing for logged in users. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #748 | Allow AJAX Moderation Options | wp-ajax-edit-comments | enhancement | normal | 01/29/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When in the moderation queue, add an approve, delete, and spam button so that moderation will work without a refresh. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #749 | No-Follow in Comments | wp-ajax-edit-comments | enhancement | normal | 01/29/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Several have suggested removing no-follow in comments. This seems to be out of the scope of the plugin, but I may add it in. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rtr.ranchretreat@… (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2934 | Double Booking Issue | not-listed | defect | critical | 02/15/2021 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I have a website and Airbnb listings. Trying to sync Airbnb via iCal on the WP iCal Availability plugin but I am facing a double booking issue. Can you help? Website name :- https://rtr-ranch.com/ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ryanduff (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #401 | Speed enhancement | wp-contact-form | enhancement | normal | 04/02/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
On line 121 of wp-contactform.php, you write if(! preg_match('|<!--contact form-->|', $content))
I don't see the point of using a regular expression here, I replaced your line with if(! strpos($content, '<!--contact form-->')) which is much "cheaper", especially on long sites. HTH |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stephdau (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #680 | Prepare wpDirAuth for 1.0 release | wpdirauth | task | major | 08/29/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Now that wpDirAuth has been imported to the WP Plugin Repo, it's time to get ready for the big 1.0. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
themehouse (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2831 | Fatal error caused by incorrect call | not-listed | defect | critical | 11/29/2019 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Plugin: xpress-forum-user-bridge
When authenticating with XenForo, there's a fatal error after login when WP attempts to update the password of an existing WP user with matching email. This is caused by line 107 in wp_set_password($emailUser->ID, $password); It should instead be: wp_set_password($password, $emailUser->ID); |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
toddsundsted (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #971 | Only Display Tweets on Single Post Pages | 1-bit-audio-player | enhancement | normal | 04/12/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
On display tweets on single post pages. This will be fine for most blogs, but may break Charlie's site, so this may need to be a configurable option. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tperraglia (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #468 | Problem downloading a WP plugin | favatars | defect | normal | 09/02/2006 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks in advance, I have been trying to download favatars.php, but I keep getting redirected to the same two pages and can't download file. Help and thanks again. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tridungpham (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2463 | Fix bug : No load url chatbox when add chatbox to app | not-listed | defect | normal | 12/09/2015 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fix bug : No load url chatbox when add chatbox to app |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tusko-trush (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2847 | plugin quick-alt-editor "closed" for security issue | not-listed | defect | normal | 02/25/2020 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Is the quick-alt-editor plugin abandoned? It was "closed" for a "security issue" and I see the developer has been active since then, but there is no information on if or when the plugin may again be available. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wnorris (2 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #639 | need better algorithm for account name generation | openid | enhancement | minor | 04/18/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The current algorithm for generating account names for new OpenIDs is pretty bad. A good reference for a better algorithm could likely be found in http://openid.phpbb.cc/ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #640 | openid breaks with AJAX commenting | openid | defect | normal | 04/18/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This is particularly an issue with the K2 theme, but may also effect others. We need either a way to make it work with the AJAX commenting (hard to imagine), or provide a warning if the K2 theme is detected with AJAX comments enabled. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
xaglen (1 match) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #306 | multiple non-consecutive verses with & | scripturizer | defect | normal | 11/04/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This is more of an edge case, maybe, but I've got the following in my data set: Phil. 2:2 & 5. This is currently matching Phil. 2:2 for me. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
zetaprints (3 matches) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ticket | Summary | Plugin | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2093 | Flikr photos in admin | not-listed | enhancement | normal | 12/20/2013 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This plugin does almost what we need https://github.com/THEY/wordpress-filckr-manager It should be simplified. The goal is to insert flickr images into blog posts with as little pain as possible.
In the end, it should be a much smaller plugin that does just one thing: helps to insert a single photo from flickr into a page or a post. Update the acknowledgements in readme.txt and flick a message to the guy behind the git fork to let him know.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2094 | Clear RSS cache | not-listed | enhancement | normal | 12/20/2013 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Merge RSS media with clear rss cache plugin. See attached. We need an easy way of resetting feeds. Some feeds get stuck in the cache forever. Change the default feed lifetime to 1hr. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #2095 | Printing and mobile styles for RSS Widget | not-listed | enhancement | normal | 12/20/2013 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
eview our widgets for printing and mobile incompatibilities. E.g. .rssimport-jcarousel-prev, .rssimport-jcarousel-next in the carousel only pollute the page, so got to be hidden. I would even consider showing all slides from the carousel on a printed page. It may not work for everyone, but should do the job for us. Check the widgets on mobile screens and touch. There will be a few problems for sure. Open source carousel with touch http://uraniumjs.com/widgets/carousel.html http://www.mobify.com/mobifyjs/modules/carousel-examples/ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||