Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Last pre-release: 4.0.4rc1
Leave either thumb height or width empty, it will then be calculated using the original apect ratio and the other known dimension. If both dimensions are specified, the thumb will usually have a rather funny shape.
Offline
#62 2006-10-10 19:11:39
- masa
- Member
- From: North Wales, UK
- Registered: 2005-11-25
- Posts: 1,093
Re: Last pre-release: 4.0.4rc1
wet wrote:
Leave either thumb height or width empty,…
Thanks, that did the trick!
Offline
Re: Last pre-release: 4.0.4rc1
playpiggy, the updated version of setup-langs.php was just checked in a few hours ago. It represents the current state of things on the RPC Server:
http://svn.textpattern.com/development/4.0/textpattern/setup/setup-langs.php
Offline
Re: Last pre-release: 4.0.4rc1
uhm, this may be a bit late, but:
\
the new article and styles tabs have a “save, or copy as”-option, which, if for consistency, would be a good idea for the forms tab aswell.
Last edited by jayrope (2006-10-10 20:15:48)
A hole turned upside down is a dome, when there’s also gravity.
Offline
Re: Last pre-release: 4.0.4rc1
I finally downloaded the latest svn (1918). Firstly, I appreciate the time that everyone has put into this – and it shows with the thoughtful work as a result!!
I hope I can make a few observations – I’m sure it’s probably too late for 404, but just this:
- Similar to others who have pointed out the lack of Create New for pages and styles (or Copy As for forms); in content, categories, articles, links and comments all have checkboxes at the end of the table rows allowing the user to preform common actions on multiple items – but images and files do not.
- An awesome feature (and I know this is not really the place for this) would be for some indication of the sort status when sorting table rows by clicking on an item in the table header. For example a small down-arrow next to the item clicked when sorting by “descending” or an up-arrow for “ascending”. This could be resolved easily just by tagging the
<th>
with a class: “asc” or “desc” and adding a couple lines to the css. And and it would kick-ass if there culd be a cookie to remember how the tables are sorted too!!
That’s about it I guess. I noticed a lot of attention that has already been put into tweaking the interface for usability and consistency – and it’s looking good!
Last edited by rloaderro (2006-10-11 00:53:00)
Travel Atlas * Org | Start Somewhere
Offline
Re: Last pre-release: 4.0.4rc1
Mary wrote:
Kjeld: at the top of your page you’ve got these errors:
tag_error
<txp:article limit=10 searchall=0 />
-> Textpattern Warning: Can’t find FULLTEXT index matching the column list
There is the source of the problem on that Txp install: the fulltext index (or search index) is missing. We can put it back, though. Have you got something like phpMyAdmin handy?
Lookin’ to see what’s up with the other one…
Mary wrote:
Kjeld: other than your missing index problem, I was able to reproduce this, and I know what’s causing it, I just need to patch it. :)
Mary: Sorry for the slow response, Mary. It was past 2:00 AM here, so I went to bed. :)
Thanks a lot for all the checking. I am glad you found the problem. Is that something I did wrong, or is it a bug? And how do I fix it? Yes, I have phpMyAdmin.
Speak to you soon.
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline
Re: Last pre-release: 4.0.4rc1
Mary wrote:
Kjeld: at the top of your page you’ve got these errors:
tag_error
<txp:article limit=10 searchall=0 />
-> Textpattern Warning: Can’t find FULLTEXT index matching the column list
There is the source of the problem on that Txp install: the fulltext index (or search index) is missing. We can put it back, though. Have you got something like phpMyAdmin handy?
Mary: Here are screenshots of the fulltext index for the textpattern table in phpMyAdmin. Is this the one you mean?
Site under construction (added search in excerpt):
http://www.japanesestreets.com/reports/reports/
Fresh installation:
http://www.japanesestreets.com/txttest/
Last edited by Kjeld (2006-10-11 01:59:08)
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline
Re: Last pre-release: 4.0.4rc1
At present the function noWidow($str) in lib/txplib_misc.php uses the named entity & nbsp; to insert a non-breaking space.
Better would to use the numerical entity ( & #160;):
- consistency, the latter is used in other cases in txp to insert a non-breaking space
- when documents are served as application/xhtml+xml, the UA is not required to recognise the named entity (some UA don’t , like Safari).
patch sent, together with some other minor quibles.
Last edited by phiw13 (2006-10-11 03:12:41)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#69 2006-10-11 03:17:08
- playpiggy
- Member
- From: Changchun, China
- Registered: 2004-11-23
- Posts: 55
Re: Last pre-release: 4.0.4rc1
Sencer wrote:
playpiggy, the updated version of setup-langs.php was just checked in a few hours ago. It represents the current state of things on the RPC Server:
I’ve noticed that, but the Simplified Chinese translation on the RPC Server isn’t updated. I think you should update the translation RPC Server first, then <code>setup-langs.php</code>.
Last edited by playpiggy (2006-10-11 03:20:42)
Welcome to the REAL World…
Offline
Re: Last pre-release: 4.0.4rc1
Thanks everbody for the suggestions, patches and general feedback, the’re very helpful for us. Keep them coming. :)
A Quick update on the planned 4.0.4 release.
Last edited by Sencer (2006-10-11 08:37:49)
Offline
#71 2006-10-11 13:59:17
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Last pre-release: 4.0.4rc1
Jane: yes it is too late, but it wasn’t an oversight. When I went to add it, it was more than a simple tweak, so I opted to leave it as-is for now. :)
Michael: regarding images and files, again, it was more than a simple tweak… But yes, it will get this eventually, it is kept in mind (perhaps for 4.0.5). Your other two suggestions are planned as well. :)
Kjeld: Yes, part of the problem was a “johnny-come-lately” bug, which has just been corrected.
Oooo, and from looking at your screenshots (thanks, those are very helpful) you found a second one as well! It something that needs to be corrected in the code, specifically the update scripts (it did not make the necesssary replacement index).
I’ve looked and I can’t see where this bit was added. Did you try adding to your search index yourself – the “excerpt” field? ‘cuz that won’t make Textpattern search excerpts, it’d just make the index invalid. To fix it, you need to click on the “edit” pencil for the “searching” index. Then you should get some dropdowns. Click on the one for excerpt, and change it to -- Ignore --
and save.
Thanks guys, it all helps. :)
Last edited by Mary (2006-10-11 14:18:08)
Offline
Re: Last pre-release: 4.0.4rc1
Mary wrote:
Kjeld: Yes, part of the problem was a “johnny-come-lately” bug, which has just been corrected. Oooo, and from looking at your screenshots (thanks, those are very helpful) you found a second one as well! It something that needs to be corrected in the code, specifically the update scripts (it did not make the necessary replacement index).
Thanks guys, it all helps. :)
Mary: Thank YOU! You guys are doing amazing work. I am glad I could be of some help. By the way, could you tell me what I need to do to fix my site?
And… do you have a wishlist at Amazon or something?
Speak to you soon,
Kjeld
Last edited by Kjeld (2006-10-11 14:20:17)
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline