Marc Laporte | 1 Jun 2010 05:39
Gravatar

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27211] branches/5.x/lib/diff/renderer_character.php

Hi Luci!

With this commit, added text is now bold green on green, instead of
bold blue on green.

ex.:
http://doc.tikiwiki.org/tiki-pagehistory.php?page=Tiki5&history_offset=0&diff_style=sidediff&diff_style=sidediff&show_all_versions=y&compare=Compare&newver=57&oldver=56&tra_lang=sq&paginate=on&history_pagesize=2000

Is this intentional?

The blue was a little weird but it did stick out (which is good)

Thanks!

M ;-)

On Mon, May 17, 2010 at 1:59 PM,  <luciash@...> wrote:
> Revision: 27211
>          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27211&view=rev
> Author:   luciash
> Date:     2010-05-17 17:59:06 +0000 (Mon, 17 May 2010)
>
> Log Message:
> -----------
> [ENH] slightly enhanced rendering of chars in diffs (especially RSS feeds for Wiki pages)
>
> Modified Paths:
> --------------
>    branches/5.x/lib/diff/renderer_character.php
>
(Continue reading)

sept_7 | 1 Jun 2010 08:13
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27416] third_party/htmlpurifier

Revision: 27416
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27416&view=rev
Author:   sept_7
Date:     2010-06-01 06:13:13 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[UPDATE] Update HTMLPurifier to 4.1.1
HTML Purifier 4.1.1 is a major security and bugfix release that
improves on 4.1's fix for an XSS vulnerability exploitable on Internet
Explorer.  It also contains a number of important bugfixes, including
the removal of improper logic that could result in infinite loops and
fixed parsing for single-attributes with entities with DirectLex.

Modified Paths:
--------------
    third_party/htmlpurifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
    third_party/htmlpurifier/HTMLPurifier/AttrDef/CSS/FontFamily.php
    third_party/htmlpurifier/HTMLPurifier/AttrDef/CSS/URI.php
    third_party/htmlpurifier/HTMLPurifier/AttrDef.php
    third_party/htmlpurifier/HTMLPurifier/Config.php
    third_party/htmlpurifier/HTMLPurifier/Language/messages/en.php
    third_party/htmlpurifier/HTMLPurifier/Lexer/DirectLex.php
    third_party/htmlpurifier/HTMLPurifier/Lexer.php
    third_party/htmlpurifier/HTMLPurifier/Strategy/MakeWellFormed.php
    third_party/htmlpurifier/HTMLPurifier.includes.php
    third_party/htmlpurifier/HTMLPurifier.php
    third_party/htmlpurifier/VERSION

Modified: third_party/htmlpurifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
(Continue reading)

jonnybradley | 1 Jun 2010 12:38
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27417] trunk

Revision: 27417
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27417&view=rev
Author:   jonnybradley
Date:     2010-06-01 10:38:56 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[MRG] Automatic merge, branches/5.x 27328 to 27414

Modified Paths:
--------------
    trunk/README
    trunk/changelog.txt
    trunk/copyright.txt
    trunk/db/tiki-db-pdo.php
    trunk/db/tiki-db.php
    trunk/db/tiki-secdb_5.0_mysql.sql
    trunk/installer/schema/20090804_menu_search_tiki.sql
    trunk/installer/tiki-installer.php
    trunk/lang/ar/language.php
    trunk/lang/ca/language.php
    trunk/lang/cn/language.php
    trunk/lang/cs/language.php
    trunk/lang/da/language.php
    trunk/lang/de/language.php
    trunk/lang/el/language.php
    trunk/lang/en/language.php
    trunk/lang/en-uk/language.php
    trunk/lang/es/language.php
    trunk/lang/fa/language.php
(Continue reading)

Gary Cunningham-Lee | 1 Jun 2010 12:59
Favicon
Gravatar

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27399] branches/5.x

Hi,

No problem now, thanks.

-- Gary

Nyloth wrote:
> Hi again,
>
> Ooops, There was a typo in the const name ;-)
> Please try again with 27404
>
> Cheers,
> Nyloth
>
> 2010/5/31 Gary Cunningham-Lee <gary_c@...>:
>   
>> I still get the error after r27401, with PHP 5.3.0, but will update PHP
>> soon.
>>
>> -- Gary
>>
>> Nyloth wrote:
>>     
>>> ...and r27401 is a workaround that should be OK with your PHP 5.3.0
>>>
>>> Nyloth
>>>
>>> 2010/5/31 Nyloth <nyloth@...>:
>>>
(Continue reading)

chibaguy | 1 Jun 2010 13:55
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27418] branches/5.x/styles/layout

Revision: 27418
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27418&view=rev
Author:   chibaguy
Date:     2010-06-01 11:55:45 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX] Some siteloginbar popup rules were affecting the standard login form.

Modified Paths:
--------------
    branches/5.x/styles/layout/layout-reference.css
    branches/5.x/styles/layout/layout.css

Modified: branches/5.x/styles/layout/layout-reference.css
===================================================================
--- branches/5.x/styles/layout/layout-reference.css	2010-06-01 10:38:56 UTC (rev 27417)
+++ branches/5.x/styles/layout/layout-reference.css	2010-06-01 11:55:45 UTC (rev 27418)
 <at>  <at>  -369,7 +369,8  <at>  <at> 
 	clear: both;
 }

-#sl-login-user, #sl-login-pass {
+#siteloginbar_popup #sl-login-user, 
+#siteloginbar_popup #sl-login-pass {
 	float: right;
 }

Modified: branches/5.x/styles/layout/layout.css
===================================================================
(Continue reading)

nyloth | 1 Jun 2010 14:07
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27419] branches/5.x/lib/core/lib/TikiDb/Pdo.php

Revision: 27419
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27419&view=rev
Author:   nyloth
Date:     2010-06-01 12:07:19 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX] PDO : fix handling errors when prepare method return false

Modified Paths:
--------------
    branches/5.x/lib/core/lib/TikiDb/Pdo.php

Modified: branches/5.x/lib/core/lib/TikiDb/Pdo.php
===================================================================
--- branches/5.x/lib/core/lib/TikiDb/Pdo.php	2010-06-01 11:55:45 UTC (rev 27418)
+++ branches/5.x/lib/core/lib/TikiDb/Pdo.php	2010-06-01 12:07:19 UTC (rev 27419)
 <at>  <at>  -65,23 +65,29  <at>  <at> 

 		$starttime=$this->startTimer();

-		$pq = $this->db->prepare($query);
+		$result = false;
+		if (  <at>  $pq = $this->db->prepare($query) ) {

-		if ($values and !is_array($values)) {
-			$values = array($values);
+			if ($values and !is_array($values)) {
+				$values = array($values);
+			}
(Continue reading)

sylvieg | 1 Jun 2010 14:19
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27420] branches/5.x/lib/prefslib.php

Revision: 27420
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27420&view=rev
Author:   sylvieg
Date:     2010-06-01 12:19:10 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX]i18n: to ba able to change the site language to your user language

Modified Paths:
--------------
    branches/5.x/lib/prefslib.php

Modified: branches/5.x/lib/prefslib.php
===================================================================
--- branches/5.x/lib/prefslib.php	2010-06-01 12:07:19 UTC (rev 27419)
+++ branches/5.x/lib/prefslib.php	2010-06-01 12:19:10 UTC (rev 27420)
 <at>  <at>  -124,8 +124,9  <at>  <at> 
 			} else {
 				$value = $this->formatPreference( $pref, $data );
 			}
+			$realPref = ($pref == 'language')? 'site_language': $pref;

-			if( $tikilib->get_preference( $pref ) != $value ) {
+			if( $tikilib->get_preference( $realPref ) != $value ) {
 				$tikilib->set_preference( $pref, $value );
 				$changes[$pref] = $value;
 			}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
(Continue reading)

sylvieg | 1 Jun 2010 14:33
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27421] branches/5.x/lib/prefslib.php

Revision: 27421
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27421&view=rev
Author:   sylvieg
Date:     2010-06-01 12:33:12 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX]prefs: more generic fix for 27420 as it happens for style .. also

Modified Paths:
--------------
    branches/5.x/lib/prefslib.php

Modified: branches/5.x/lib/prefslib.php
===================================================================
--- branches/5.x/lib/prefslib.php	2010-06-01 12:19:10 UTC (rev 27420)
+++ branches/5.x/lib/prefslib.php	2010-06-01 12:33:12 UTC (rev 27421)
 <at>  <at>  -124,7 +124,7  <at>  <at> 
 			} else {
 				$value = $this->formatPreference( $pref, $data );
 			}
-			$realPref = ($pref == 'language')? 'site_language': $pref;
+			$realPref = in_array($pref, $user_overrider_prefs)? "site_$pref": $pref;

 			if( $tikilib->get_preference( $realPref ) != $value ) {
 				$tikilib->set_preference( $pref, $value );

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)

nyloth | 1 Jun 2010 14:39
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27422] branches/5.x/db/tiki-db.php

Revision: 27422
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27422&view=rev
Author:   nyloth
Date:     2010-06-01 12:39:10 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX] DB abstraction layer : fix api_tiki when set to adodb

Modified Paths:
--------------
    branches/5.x/db/tiki-db.php

Modified: branches/5.x/db/tiki-db.php
===================================================================
--- branches/5.x/db/tiki-db.php	2010-06-01 12:33:12 UTC (rev 27421)
+++ branches/5.x/db/tiki-db.php	2010-06-01 12:39:10 UTC (rev 27422)
 <at>  <at>  -99,8 +99,12  <at>  <at> 
 $default_api_tiki = $api_tiki;
 $api_tiki = '';
 if ( file_exists($local_php) ) $re = include($local_php);
-$api_tiki_forced = ! empty( $api_tiki );
-$api_tiki = $default_api_tiki;
+if ( empty( $api_tiki ) ) {
+	$api_tiki_forced = false;
+	$api_tiki = $default_api_tiki;
+} else {
+	$api_tiki_forced = true;
+}

(Continue reading)

xavidp | 1 Jun 2010 15:12
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[27424] branches/5.x/styles/layout/layout.css

Revision: 27424
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=27424&view=rev
Author:   xavidp
Date:     2010-06-01 13:12:08 +0000 (Tue, 01 Jun 2010)

Log Message:
-----------
[FIX]Allow better spacing between subtitle lines when site subtitle text is longer than the space allowed
for the width of the screen to fit in just one line

Modified Paths:
--------------
    branches/5.x/styles/layout/layout.css

Modified: branches/5.x/styles/layout/layout.css
===================================================================
--- branches/5.x/styles/layout/layout.css	2010-06-01 12:40:44 UTC (rev 27423)
+++ branches/5.x/styles/layout/layout.css	2010-06-01 13:12:08 UTC (rev 27424)
 <at>  <at>  -216,6 +216,10  <at>  <at> 
 	margin-bottom: 4px;
 }

+#sitesubtitle { 
+	line-height: 0.9em;
+}
+
 span.pass a,
 span.pass a:visited,
 span.pass a:hover,

(Continue reading)


Gmane