Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2008-11-22 23:30:35
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
graeme wrote:
The default first article points to the “Textbook Wiki” – a page which doesn’t exist yet.
Told you so… ;)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
jstubbs wrote:
Has anyone tested 4.07 with glz_custom_fields and any other advanced plugins?
Yep. worksa likea charm.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
Robert – I’ve tested r3007 “live” and on XAMPP with standard CSS as well as my own brand and can’t see any problems with FF3, Opera9, Google Chrome, Safari3 (Win), IE8 and IE6. That’s all on Windows so if anyone cares to check with Linux, Mac…
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#52 2008-11-23 02:54:55
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
johnstephens wrote:
The wondertag plugin still works. I’ve been testing some of my old sites with the 4.0 dev version, and they work side by side. Using smd_where_used you can easily go through and nip out each instance in your own.
I also relied heavily on chh_if_data, which is no longer needed if you use txp:if_variable. That plugin works too.
Thanks, John. I appreciate the confirmation. I’ve used chh_if_data as well, so that’s another piece of good news.
Last edited by Logoleptic (2008-11-23 02:55:14)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
graeme wrote:
The default first article points to the “Textbook Wiki”
Thanks, fixed.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
Problem with uploading files – when file with russian name is uploded, everuthing before extension is dropped out:
Was русский файл.doc
before upload – becomes .doc
after upload. Here is the link to zip with file named in russian, for some case
Last edited by the_ghost (2008-11-23 16:20:23)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
^^ that’s a side effect of the filename being sanitized to avoid having a percent-encoded URL.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
ruud wrote:
^^ that’s a side effect of the filename being sanitized to avoid having a percent-encoded URL.
It’s very uncomfortable to rename each file in before uploading… And it’s not good at all that i can’t see my native language in file names. Isn’t it possible to save cyrillics symbols? Please…
Last edited by the_ghost (2008-11-23 19:17:50)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
the_ghost wrote:
Problem with uploading files – when file with russian name is uploded, everuthing before extension is dropped out
We’re in a kind of dilemma here: For security reasons, we’ve got to be rather strict on the set of characters we want to accept in file names. On the other hand, a lot of international characters won’t pass this fence.
Would it be sufficient to automatically rename the file to RUSSKIIFAIL.doc
upon upload?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
Would it be sufficient to automatically rename the file to RUSSKIIFAIL.doc upon upload?
Of course, it’s much better that deleting filename as it goes now. But if there is no any way to save cyrillic symbols, I agree with translitaration :( But i think you undestand how inconvinient this is for users…
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
the_ghost wrote:
But if there is no any way to save cyrillic symbols, I agree with translitaration :( But i think you undestand how inconvinient this is for users…
I understand, of course. But given the fact that filenames are used in public URLs (and not just on the admin side), we have to obey RFC 1738 which leaves us with two choices:
- Have percent-encoded international characters in the file download URIs
- Transliterate
I don’t know which approaches exist in non-latin web communities for tackling this requirement. What’s the most common and accepted approach for cyrillic parts of URIs from your point of view? German umlauts for instance are read in their transliterated form without any ado.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7
But given the fact that filenames are used in public URLs (and not just on the admin side)
Do filenames appear in url? I thought txp calls them to download with the help of their id
?
May be move this discuss to separate topic?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline