Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2019-02-26 09:39:53
- philwareham
- Core designer
- From: Haslemere, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,437
- Website
Feedback to: Textpattern CMS 4.7.3 Released
Please provide any feedback here related to Textpattern 4.7.3 Released.
We appreciate all feedback. Please check the issue queue before raising a problem.
Offline
#2 2019-02-26 09:46:54
- jakob
- Admin
- From: Germany
- Registered: 2005-01-20
- Posts: 4,033
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Cool! Well done everyone!
TXP Builders – finely-crafted code, design and txp
Offline
#3 2019-03-01 09:21:56
- Saldacenkaw
- Member
- Registered: 2006-12-28
- Posts: 30
Re: Feedback to: Textpattern CMS 4.7.3 Released
my projects has been updated, at first glance is absolutely excellent! thanks!
I know, my english is horrible
Offline
#4 2019-03-01 09:59:22
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 8,460
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Way to go! I will not be able to update for another couple of weeks or so due to work load. I read the history.
One thing I found very interesting but did not fully understand is
Added:
<txp:yield />
values are available in external forms too.
Can someone slightly expand on it?
Yiannis
——————————
neme.org | hblack.net | State Machines | NeMe @ github
I do my best editing after I click on the submit button.
Offline
#5 2019-03-01 11:33:56
- Bloke
- Developer
- From: Leeds, UK
- Registered: 2006-01-29
- Posts: 9,989
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
colak wrote #316802:
Can someone slightly expand on [yield in external forms]?
You can now pass variables into external forms, such as .js files, and receive those values during parsing as long as you use the default
attribute (which could be empty) in the yield tag to bring them in. It passes the variables as URL params.
Previously, this didn’t work and threw errors, so Oleg kindly fixed it for me so I could use this feature on a client’s music site.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#6 2019-03-01 12:40:10
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 8,460
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Sounds very handy… I guess that it would work the same way with css?
Yiannis
——————————
neme.org | hblack.net | State Machines | NeMe @ github
I do my best editing after I click on the submit button.
Offline
#7 2019-03-01 13:33:02
- etc
- Developer
- Registered: 2010-11-11
- Posts: 4,066
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
colak wrote #316804:
Sounds very handy…
That was already possible in 4.7.2, but you had to append URL parameters manually.
I guess that it would work the same way with css?
Nope, traditionally styles were not parsed and they stay so, to avoid surprises. But nothing stops you from creating CSS
form type with text/css
mediatype if you need to use txp tags in some stylesheet.
Offline
#8 2019-03-12 07:29:53
- phiw13
- Plugin Author
- From: Japan
- Registered: 2004-02-27
- Posts: 2,231
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Is there anything in the 4.7.3 codebase that would cause difficulties accessing the Diagnostics panel (textpattern/index.php?event=diag
)?
On 2 sites hosted on Dreamhost (PHP 7.1.22 / MySQL 5.6.34-log) the same happened: attempting to access the panel resulted in a 404 page. I used Safari / macOS10.14. After multiple force reloads (6 !) I finally could access the Diagnostics panel.
Note – in both cases I had accessed the Diagnostics panel before upgrading to TXP 4.7.3 with no issues
PS – smooth sailing otherwise, everything updated OK
Last edited by phiw13 (2019-03-12 07:30:33)
Where is that emoji for a solar powered submarine when you need it ?
Offline
#9 2019-03-21 16:45:57
- Destry
- Member
- From: Haut-Rhin
- Registered: 2004-08-04
- Posts: 4,662
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Not that I intend to use it much, but in my Visitor logging panel, it’s set to display 12 per page, and it says I have 26 pages. If I click one of the other display counts (24, 48, 96), I get a blank screen.
In a different site, it says 7 pages of logs, but the same thing happens if I click one of the other display count options.
Frankly, I don’t know how I even have that many log entries since these site just went online.
Oh, both sites were set to log ‘all referrers’, though I’ll probably change that.
Offline
#10 2019-03-21 17:02:13
- Bloke
- Developer
- From: Leeds, UK
- Registered: 2006-01-29
- Posts: 9,989
- Website
Re: Feedback to: Textpattern CMS 4.7.3 Released
Destry wrote #317209:
If I click one of the other display counts (24, 48, 96), I get a blank screen.
Hmmm. That’s all handled by JavaScript/Ajax now so the refresh happens inline. Have you force-refreshed your browser/cleared cache to ensure you have the latest textpattern.js
file? Mind you, if you were running an outdated version of that file, the other panels would probably exhibit the same behaviour.
Does your browser console give any clues or error messages that might give us an indicator of what’s going on?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline