Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2011-02-19 08:20:01

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

wet_quickopen 0.4 loads snappier thanks to Textpattern 4.3 capabilities, lists matching articles at the hit of the enter key (the “type and wait” lazy search mode is till there, no worries).

Offline

#17 2012-08-10 17:20:01

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Reporting minor issues between wet_quickopen & TXP 4.5 Beta.
This same issue is happening with this plugin.
I’ve tried Gocom’s suggestion, by changing this line:

register_callback('wet_quickopen_clutch', 'article');

into this line

register_callback('wet_quickopen_clutch', 'admin_side', 'head_end');

It seems to have worked: no more alert message on Save.

Only issue I see now is that each time the article is ajaxly saved, a new text input is added in the Recent Articles box, but only the first one keeps being functional (i.e. triggers a search).


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#18 2012-08-11 05:15:12

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

I think you really should rethink the way you use the plugin cache. Hoping that every single plugin author fixes issues caused by ignoring a specified load order and deliberately chosen plugin types might not be the best tactic.

Last edited by wet (2012-08-11 05:18:24)

Offline

#19 2012-08-11 15:40:03

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: wet_quickopen: Open recent (and not so recent) articles quickly

I understand. It’s just that having the plugins installed in the cache is, imo, very convenient both for development (even more when team working) and for deploying. Also, as you may have read in some post by me, it allows me to have a huge plugin repository, storing lots of Txp plugins and many versions, letting me install any of them via a symlink.

In any case, I’d be OK with having a few plugins installed directly in the DB, if I can’t get them to work properly from filesystem. And although I won’t expect every single plugin author to fix issues for using their plugins in a non-standard way, I will report & try to help authors to solve them.

PS: I have yet to understand & try this method of loading plugins, by Gocom, which I’ve tried before without success, to see if it improves the situation and helps with the workflow.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#20 2013-01-10 18:39:47

eritropel
Member
From: Hamburg
Registered: 2009-08-27
Posts: 26

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Hello,

I installed wet_quickopen (with wet_peex) in TXP 4.5.4 – but it does not work.
When I type any character in the input field, the list below hide away.

My question: Are there known Problems with the newest TXP Version?
Or is Quickopen maybe affected of one of the other PlugIns I have installed? I’ve tried many combinations and could not fix the problem.

This are the other installed PlugIns:
- aks_table
- smd_browse_by
- soo_toc
- wet_quicklink

PS. I use quickopen in an other installation (4.2) and it works great. Thank you Robert for this!

Matthias

Offline

#21 2013-01-11 10:39:02

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Please try wet_quickopen 1.1. It fixes an incompatibility with Firefox.

Offline

#22 2013-01-11 11:43:43

eritropel
Member
From: Hamburg
Registered: 2009-08-27
Posts: 26

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Thanks a lot Robert! First try was successfull.

Offline

#23 2023-02-25 04:32:10

lazlo
Member
Registered: 2004-02-24
Posts: 110

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Robert’s plugin files seem to have 404’d.
Any help finding wet_peex and wet_quickopen?

Offline

#24 2023-02-25 05:23:44

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Hi lazlo! Sorry for the linkcruft ;)

Please download wet_quickopen and its helper plugin wet_peex.

Offline

#25 2025-06-26 14:21:53

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

wet_quickopen v1.6 is ready for Textpattern 4.9. Due to changes in the core’s admin-side markup, it probably won’t support any prior Textpattern version.

Offline

#26 2025-07-03 23:39:45

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,666
Website

Re: wet_quickopen: Open recent (and not so recent) articles quickly

wet wrote #339922:

wet_quickopen v1.6 is ready for Textpattern 4.9. Due to changes in the core’s admin-side markup, it probably won’t support any prior Textpattern version.

Works fine and fast. One thing you do to improve: add a <label for=""> before the search field. Everyone benefits, and that makes the HTML valid. You can visually hide the label, making it only “visible” to AT tools (screen readers, etc)

<label for="wet_quickopen_search" class="txp-accessibility">Search recent articles</label>
<input id="wet_quickopen_search" type="search" ………>

The .txp-accessibility class does the job of visually hiding the label


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#27 2025-07-04 09:28:29

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Thanks for the report, Phil. This issue has been fixed.

Offline

#28 2025-07-05 05:23:37

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,666
Website

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Good and nice thank you. This makes a recent articles block much more useful.

I am always amazed at the speed of search in the Textpattern admin side.

Next step, when you have some energy left, perhaps you can make the plugin CSP aware, following the steps Jakob outlined in this thread. (other example, smd_thumbnails).

PS – As this plugin is Textpattern 4.9 only, you don’t need the if{} else{}

Last edited by phiw13 (2025-07-05 05:26:35)


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#29 2025-07-05 06:03:37

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,421
Website GitHub Mastodon

Re: wet_quickopen: Open recent (and not so recent) articles quickly

Will do, thanks for the pointers.

Phew, lots have happened since I made a living from webdev. lmddgtfm.

Offline

#30 2025-07-05 07:44:44

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,666
Website

Re: wet_quickopen: Open recent (and not so recent) articles quickly

DDG search string: MDN CSP (for things web, the MDN prefix followed by $search term always returns the Moz. Developer site for me. Same for Brave search)

good start: developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

Board footer

Powered by FluxBB