Search found 177 matches

by LazyBadger
Mon Jan 10, 2011 4:03 pm
Forum: Themes
Topic: CSS-only themes and image locations
Replies: 2
Views: 3793

Re: CSS-only themes and image locations

yellowled wrote:This is true for CSS files as well as images.
Couldn't imagine this for images, grok now. Tnx
by LazyBadger
Mon Jan 10, 2011 4:36 am
Forum: Themes
Topic: CSS-only themes and image locations
Replies: 2
Views: 3793

CSS-only themes and image locations

Well, i know about CSS, and I know how it can be done,but... I order to be concrete and precise: Things in question 1. Themes brownpaper and tabacco_s9y_07 2. Calendar block with "back|forward arrows" Problem in action img src="/templates/tabacco_s9y_07/img/back.png" in tabacco t...
by LazyBadger
Fri Jan 07, 2011 4:59 am
Forum: Plugins
Topic: FreeTag extending idea
Replies: 0
Views: 3221

FreeTag extending idea

OpenCalais auto tagging is, from my POV,nice idea and can be integrated into freetag plugin (as additional button in edit-message interface smth.like "Tag from Calais")
by LazyBadger
Mon Jul 12, 2010 5:39 pm
Forum: Bugs
Topic: Posting problem
Replies: 8
Views: 4693

Re: Posting problem

Garvin,I want to continue thread somehow, because I see the same effects on my (different by server and versions used) blogs - "Serendipity is now saving your entry..." etc for Opera and Safari (also QTWeb), and not for FF no problems with sessions (I can do all except publishing texts), f...
by LazyBadger
Fri Jun 25, 2010 10:18 am
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

And small addons (improvements, no bugs here) for better representing tags (multibyte and not) 1 - sort() or natsort() of $taglist before output in foreach 2. Adding as second choice for case-processing ucfirst() (mb_ version) <?php if (!function_exists('mb_ucfirst') && function_exists('mb_s...
by LazyBadger
Fri Jun 25, 2010 6:32 am
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

Found one more point, fixed and verified --- Z:\serendipity_event_freetag-old.php 25.06.2010 9:18:32 +++ Z:\serendipity_event_freetag.php 25.06.2010 10:15:24 @@ -934,943 +934,943 @@ <?php $lastletter = ''; foreach ($taglist as $tag => $count) { - if (strtoupper(substr($tag, 0, 1)) != $lastletter) + ...
by LazyBadger
Mon Jun 21, 2010 9:43 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

Found, edited - no changes once more time...
by LazyBadger
Sun Jun 20, 2010 5:00 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

I see none direct mb_strtolower calls and only one place (mb-wrapper) in include/lang.inc.php, serendipity_mb()
by LazyBadger
Sat Jun 19, 2010 9:41 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

ls -la ... -rw-r--r-- 1 user317975 user317975 85858 Jun 17 23:04 serendipity_event_freetag.php ... grep -i mb_internal_encoding serendipity_event_freetag.php File serendipity_event_freetag.php: if (function_exists('mb_internal_encoding')) { mb_internal_encoding(LANG_CHARSET); if (function_exists('mb...
by LazyBadger
Fri Jun 18, 2010 1:28 am
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

garvinhicking wrote: Excellent. I patched the plugin to add that call:
Patch applied, but nothing changed in output. Local browser's cache was cleaned before testing, sure
by LazyBadger
Thu Jun 17, 2010 7:34 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

Code: Select all

Internal encoding set to UTF-8, was: ISO-8859-1
Result (OK)

Code: Select all

mb_strtolower is callable- пробные разные тексты; Pure UTF8 - Пробные РаЗные ТЕксты;
Second parameter for for mb_strtolower without using mb_internal_encoding() produce the same result as above (good)
by LazyBadger
Thu Jun 17, 2010 4:53 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

I'm not sure I understand. Does the test.php code work or does it produce errors? Does it not properly lowercase your UTF-8 characters? I can't understand results of my test too - and it drive me nuts Test code (extended version) <?php echo('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transiti...
by LazyBadger
Wed Jun 16, 2010 11:55 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

garvinhicking wrote: Can you create a test.php file
Yes, but it's not so easy for UTF8-texts. All OK with 8bit ANSI. Maybe you'll tell me, whichpart of of code (and where) I can verify and I'll write full report here?
by LazyBadger
Wed Jun 16, 2010 4:34 pm
Forum: Plugins
Topic: Freetag - 8bit-tags list in entry-editor
Replies: 23
Views: 9946

Re: Freetag - 8bit-tags list in entry-editor

Garvin, I'll slightly lazy to write code, but - phpinfo() tells me:
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
by LazyBadger
Mon Jun 14, 2010 6:13 pm
Forum: General discussions
Topic: Translations of core and plugins
Replies: 4
Views: 2460

Re: Translations of core and plugins

Our additional plugins are still maintained through CVS on Sourceforge. I saw it, it's not a problem (but I can see one small benefit from maintaining plugins in SVN for pure translators because all i18n stuff located in separate dir sometimes using avn:external may be useful) We usually add patche...