Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.7.2 Released
Just to confirm. :) With this release we no longer need:
- rvm_css
- spf_js
- rah_external_output
- smd_if
Any other plugin to delete? I’m just looking forward to be just using a vanilla install!
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
I cleaned the chimney, hung up the mistletoe, warmed up the mulled wine, and last but not least updated to 4.7.2.
Merry Christmas and happy holidays everyone
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
Wonder if i had too much mulled spirits:
URL: https://somesiteorother.com/textpattern/index.php?logout=1
“I’m sorry. I’m afraid I can’t do that; logout is an unsafe operation.”
4.7.2. doesn’t want to let me logout.
At least TxP didn’t say “i’m sorry Dave, I’m afraid I can’t do that”
Last edited by bici (2018-12-24 22:07:16)
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
Hi Bici and seasons greetings
Temporarily you can of course logout by opening a private window on another browser and login from there. On quitting the other browser you should be logged out from both. Having said that, I hope that the login will not have the same issues…. Dave.
ps. Do panic if your computer starts singing Daisy.
Last edited by colak (2018-12-25 11:20:02)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
Logging out this way was kind of security violation. But why would you log out from outside txp?
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
etc wrote #315721:
Logging out this way was kind of security violation. But why would you log out from outside txp?
Hi Oleg, and seasons greetings for you too:)
I would not but Bici might need to.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#31 2018-12-26 04:40:19
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.7.2 Released
Many thanks to all developers for the great latesd Textpattern version.
I would like to make two comments about Textile:
I like Textile, but with every new version I have the same problems each time that I want to change something, which becomes more difficult with every development step.
One of these problems becomes evident in German texts: In the German-speaking area there are three different opening and closing quotes „“, «» or »«. Textile sets the first quotes group, while I prefer the second version (Swiss German). With the latest Textile version my earlier changes, which I made in the two “Parser.php” files, no longer have any effect. I tried to change the lines 441 to 444 in the “de.ini” file without getting the desired result. For this reason here my first question:
Is it possible to override this quotes in the config.php file (this would be the best solution)? Somewhat like define('txt_quote_double_open="«"');
(the example doesn’t work)?
The other part I don’t like in Textile is how a group of uppercase letters and abbreviations are handled. A few years ago I wrote this comment, to which there was no answer.
I think three different scenarios should be addressed:
- A sequence of more than two capital letters that are not abbreviations. This should be wrapped automatically with
<span class="caps">ABCDE</span>
. - Abbreviations without title attribute, manually marked in the text field as UNO.
- Abbreviations with title attribute, manually marked in the text field as UNO.
The abbr
element doesn’t need <span class="caps">ABCDE</span>
inside, in that way both, .caps
and abbr
, can have their own CSS rules and a German abbreviation like “GmbH” would be possible.
What do you think?
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
colak wrote #315723:
Hi Oleg, and seasons greetings for you too:)
I would not but Bici might need to.
still cannot log out—- under 4.7.1 from the admin cp i can click the LOG OUT link and it works.
on my other site under 4.7.2 click the LOG OUT link gives error that logout is not secure and refused to log me out.
Textpattern CMS (opens an external link in a new window) (4.7.2) · Logged in as bici · Log out
ps i tried on a my laptop using firefox/chrome/safari and from my wife’s iPad …. Cannot logout. Is this an .htaccess issue?
Last edited by bici (2018-12-26 22:29:37)
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
bici wrote #315751:
still cannot log out—- under 4.7.1 from the admin cp i can click the LOG OUT link and it works.
on my other site under 4.7.2 click the LOG OUT link gives error that logout is not secure and refused to log me out.
Textpattern CMS (opens an external link in a new window) (4.7.2) · Logged in as bici · Log out...
ps i tried on a my laptop using firefox/chrome/safari and from my wife’s iPad …. Cannot logout. Is this an .htaccess issue?
UPDATE … i changed from the classic Admin theme to the Hive Admin theme and problem went away!
Last edited by bici (2018-12-26 22:29:04)
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
bici wrote #315756:
UPDATE … i changed from the classic Admin theme to the Hive Admin theme and problem went away!
Ah, right, sorry, thanks for the report. The layout is different in Classic
and Hive
themes. Awaiting a fix, you can try to replace l.2571 of textpattern.js
$('.txp-logout a').attr('href', 'index.php?logout=1&_txp_token='+textpattern._txp_token)
with
$('a.txp-logout, .txp-logout a').attr('href', 'index.php?logout=1&_txp_token='+textpattern._txp_token)
Offline
#35 2018-12-27 16:04:04
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.7.2 Released
My posts have the ability to be overlooked or maybe they are transparent.
Does anyone know an answer to this question (complete post)?
Is it possible to override this quotes in the config.php file (this would be the best solution)? Somewhat like define(‘txt_quote_double_open=”«”’); (the example doesn’t work)?
Offline
Re: Feedback to: Textpattern CMS 4.7.2 Released
GugUser wrote #315766:
My posts have the ability to be overlooked or maybe they are transparent.
Does anyone know an answer to this question (complete post)?
Sorry I can not answer this, but did you raise an issue on github?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline