Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
wet wrote:
MattD, please post your low detailled diagnostic output.
Textpattern version: 4.0.8 (r3266)
Last Update: 2009-08-04 06:51:41/2009-08-04 06:51:21
Document root: /home/user/public_html/domain
$path_to_site: /home/user/public_html/domain
Textpattern path: /home/user/public_html/domain/textpattern
Permanent link mode: section_title
Temporary directory path: /home/user/public_html/domain/textpattern/tmp
Site URL: domain.com
PHP version: 5.2.8
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server TZ: America/Chicago
Server Local Time: 2009-08-04 11:05:55
DST enabled?: 1
Automatically adjust DST setting?: 1
Time Zone: America/Los_Angeles (-25200)
MySQL: 5.0.77-community-log
Locale: en_US.UTF-8
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a Phusion_Passenger/2.1.3 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP Server API: cgi
RFC 2616 headers: 0
Server OS: Linux 2.6.27-grsec
Active plugins: zem_contact_lang-4.0.3.6, zem_contact_reborn-4.0.3.20, smd_gallery-0.51, zem_redirect-1.2, pap_contact_cleaner-0.1, rah_urltolink-0.1m, jnm_feed_custom_item-0.1, smd_if-0.75, smd_calendar-0.34, rss_auto_excerpt-0.5, smd_query-0.2, zem_debug-0.2, smd_short_url-0.1, glx_gravatar-2009.1, smd_multi_choice-0.1, smd_random_text-0.11, rvm_privileged-0.3, rah_replace-0.2, cjs_countdown-0.2, msd_countdown-0.1m, rss_unlimited_categories-0.7.4, smd_where_used-0.19, hcg_templates-0.3m, lam_image_uploader-0.6c, rah_sitemap-0.4m, rss_live_archive-0.7m, mem_twitter-0.2, msd_google_map-1.4m, ebl-image-edit-1.0, stm_javascript-0.3, rss_admin_db_manager-4.3m, rah_plugin_download-0.7, tru_tags_flash-3.5.1, jnm_comments_reply-0.3, aks_rss-0.1.4, rah_external_output-0.4, upm_date_archive-0.2.5, smd_lib-0.35, ied_plugin_composer-0.82, smd_admin_themes-0.1, jmd_admin_js-0.1, wet_quicklink-0.5, wet_peex-0.4
Admin-side theme: classic 4.0.8
Pre-flight check:
------------------------
You are running a development version of Textpattern on a live server.:
/home/user/public_html/domain/textpattern/index.php,
/home/user/public_html/domain/textpattern/lib/txplib_head.php,
/home/user/public_html/domain/textpattern/lib/txplib_misc.php,
/home/user/public_html/domain/textpattern/publish/comment.php
------------------------
.htaccess file contents:
------------------------
Options +FollowSymLinks
Options All -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)[\/]?$ http://%1/$1 [R=301,NC,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
------------------------
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
wet wrote:
Because the size of the development team in the first half of 2009 left room for improvements on the resource allocation side, I assume. Also: Patches from voluntary contributors were scarce at best.
Ouch. True, you were basically the only one doing any development in that period :)
Would switching to a table-less layout on the admin side be acceptable for a 4.2.x version where x is not 0 (x=0 would be the ideal moment to do this)? It would requires updates on some plugins, but that has happened in the 4.0.x series as well.
edit: seeing the response below, I’m guessing that unfortunately the chance of a table-less layout actually happening at some point is just about zero. Surprising, really. I hadn’t expected any kind of admin-side theming without it. And yes, this is perhaps not the best topic to discuss this in detail. Sorry about that. I’ll shut up about it now.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
ruud wrote:
Would switching to a table-less layout on the admin side be acceptable for a 4.2.x version where x is not 0 (x=0 would be the ideal moment to do this)?
I’d rather discuss the real-world benefits of a table-less layout for this use case before jumping into implementation details like time frame and class names.
Not based upon an abstract W3C theory or upon a front-end designers POV (the benefits of proper semantics are undebatable there), but upon the real pros for all stake holders of the Textpattern admin-side (common users, users with disabilities, current site owners who’d like to stay in the update loop, plugin authors, developer resources). Please keep in mind that one major beneficiary of semantic layout is a non-starter for the admin-side: Googlebot.
Anybody interested in such a discussion is encouraged to open a new thread, as I frankly do not see much use of this topic in the 4.2.0 RC context. You may now call me pragmatic.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Bloke wrote:
and I asked which plugins are affected by the ability to alter pagetop and end_page? More specifically, which of your plugins are affected? The community love your plugins. If we can gauge how much of a problem this is, we could address it before 4.2.0 hits the streets.
Here’s a particular issue that’s vexing me with EBL_QuickNote : I wanted to create a site-wide mail notification indicator that would reside directly under the header that would be obvious. With Classic, I do just go to the end of the table and be done with it, not so with Remora which has different ID’s and classes. While it may work in Classic, it won’t work in Remora.
I suppose the obvious solution would be to only support one or the other.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
One (apparently less obvious) solution would add an event handler for the admin_side / pagetop_end event, and render a DOM node at the end of the header which would subsequently be populated by DOM scripting:
register_callback('foo_bar', 'admin_side', 'pagetop_end');
function foo_bar () {echo '<p id="foo_message"></p>';}
Another possible solution: For server-side notifications, a plugin could use the mandatory theme notification method:
global $theme;
$theme->announce('foo has happened');
Both methods are guaranteed to work with all themes as the event is sent by core when the page header is rendered, and the theme method must be implemented by all themes. Bonus track for solution #2: Notifications will show up where the theme designer thought they’d should, and not at an arbitrary place which each plugin author determines differently.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
TheEric wrote:
I wanted to create a site-wide mail notification indicator that would reside directly under the header
A very good real-world use case. Could you make use of the callback event=admin-side, step=pagetop_end which fires immediately beneath the header on all themes? You then have at least two options:
- put your markup directly in this callback on every page via PHP
- make the callback add, for example,
<div id="ebl_qn_mail"></div>and use jQuery after DOM load to inject your markup in that known space
EDIT: lol, wet beat me to it by 18 seconds, and his method is better :-)
Last edited by Bloke (2009-08-05 05:54:24)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Online
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Great minds think alike ;-)
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Ahh, excellent. I was thinking in terms of too much jQuery. I forgot about pagetop_end. Using that method, I don’t have to resort to any JS at all.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
My daignostics are posted above regarding the DST issue.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
With another site today I copied the default stylesheet and named it “new”. After creation the stylesheet displays as the “default” sheet in the sense that it is not delete-able, although it is not yet in use by any section.
After then copying over the contents of “new” to default, then deleting “new” all returns to normal.
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Minor cosmetic issue:
some submit buttons (for example, the “Save” or “Go” buttons on “Admin -> Preferences”) when clicked (so :focus or :active state are triggered) don’t look nice. They change to a pale yellow background over white text which makes it difficult to read.

(btw, I’m not sure if I’m on RC2, as this installation came from an SVN checkout. It’s rev 3250. So if this is already “fixed”, please, ignore this post)
Offline
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
maniqui wrote:
They change to a pale yellow background over white text which makes it difficult to read.
Strange. Doesn’t do it on my copy. But I have seen this behaviour before. Can you please check if it persists when you disable glz_custom_fields — from memory I think that does mess about with the colours of buttons and other input controls. Thanks.
Last edited by Bloke (2009-08-06 22:17:01)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Online
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
Hi Bloke,
well spotted!
glz_custom_fields is related to this issue.
Though, It’s weird that it doesn’t affect every “dark red” button… some are affected, some others aren’t.
Thanks.
Offline
#89 2009-08-07 08:08:03
- makss
- Plugin Author
- From: Ukraine
- Registered: 2008-10-21
- Posts: 355
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
RSS-Atom bug
please, see it http://forum.textpattern.com/viewtopic.php?pid=212423#p212423
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline
#90 2009-08-07 08:41:54
- makss
- Plugin Author
- From: Ukraine
- Registered: 2008-10-21
- Posts: 355
Re: Feedback to: Textpattern CMS 4.2.0 Release Candidate: Help us test!
DB structure
CREATE TABLE `".PFX."textpattern [..skip...] `Keywords` varchar(255) NOT NULL default '', [..skip...] `custom_1` varchar(255) NOT NULL default '', `custom_2` varchar(255) NOT NULL default '', `custom_3` varchar(255) NOT NULL default '', `custom_4` varchar(255) NOT NULL default '', `custom_5` varchar(255) NOT NULL default '', `custom_6` varchar(255) NOT NULL default '', `custom_7` varchar(255) NOT NULL default '', `custom_8` varchar(255) NOT NULL default '', `custom_9` varchar(255) NOT NULL default '', `custom_10` varchar(255) NOT NULL default '',
Why textpattern use only varchar(255) for custom fields and Keywords? In unicode it’s 127 symbols…
I change Keywords to text and custom_1 – custom_10 to mediumtext
Tested on TxP 4.0.4 – 4.0.7 – all OK!
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline