SourceForge logo
SourceForge logo
Menu

phpwiki-checkins — Automatic notification of CVS checkins on PhpWiki.

You can subscribe to this list here.

2000 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(43)
Nov
(73)
Dec
(10)
2001 Jan
(34)
Feb
(110)
Mar
(24)
Apr
(44)
May
(37)
Jun
(22)
Jul
(20)
Aug
(28)
Sep
(50)
Oct
(11)
Nov
(132)
Dec
(595)
2002 Jan
(1099)
Feb
(579)
Mar
(63)
Apr
May
Jun
Jul
Aug
(125)
Sep
(101)
Oct
(25)
Nov
(34)
Dec
(47)
2003 Jan
(82)
Feb
(182)
Mar
(71)
Apr
(3)
May
(1)
Jun
(3)
Jul
Aug
Sep
(14)
Oct
(6)
Nov
(124)
Dec
(68)
2004 Jan
(64)
Feb
(191)
Mar
(199)
Apr
(298)
May
(252)
Jun
(426)
Jul
(134)
Aug
(13)
Sep
(96)
Oct
(75)
Nov
(232)
Dec
(171)
2005 Jan
(205)
Feb
(165)
Mar
(8)
Apr
(74)
May
(21)
Jun
(19)
Jul
(37)
Aug
(69)
Sep
(141)
Oct
(118)
Nov
(31)
Dec
(7)
2006 Jan
(5)
Feb
(10)
Mar
(35)
Apr
(24)
May
(34)
Jun
(29)
Jul
(5)
Aug
(38)
Sep
(30)
Oct
(37)
Nov
(30)
Dec
(86)
2007 Jan
(414)
Feb
(40)
Mar
(18)
Apr
(10)
May
(66)
Jun
(60)
Jul
(105)
Aug
(55)
Sep
(64)
Oct
(7)
Nov
(11)
Dec
(5)
2008 Jan
(26)
Feb
(28)
Mar
(79)
Apr
(34)
May
(61)
Jun
(24)
Jul
(29)
Aug
(160)
Sep
(62)
Oct
(70)
Nov
(32)
Dec
(14)
2009 Jan
(140)
Feb
(135)
Mar
(153)
Apr
(53)
May
(24)
Jun
(138)
Jul
(90)
Aug
(46)
Sep
(72)
Oct
(84)
Nov
(32)
Dec
(4)
2010 Jan
(13)
Feb
(7)
Mar
(14)
Apr
(55)
May
(89)
Jun
(131)
Jul
(41)
Aug
(38)
Sep
(42)
Oct
(11)
Nov
(27)
Dec
(54)
2011 Jan
(127)
Feb
(16)
Mar
(71)
Apr
(52)
May
(32)
Jun
(31)
Jul
(4)
Aug
Sep
(45)
Oct
(26)
Nov
(36)
Dec
(10)
2012 Jan
(23)
Feb
(6)
Mar
(13)
Apr
(18)
May
(1)
Jun
(4)
Jul
(3)
Aug
(12)
Sep
(57)
Oct
(96)
Nov
(163)
Dec
(124)
2013 Jan
(11)
Feb
(17)
Mar
(7)
Apr
(48)
May
(15)
Jun
(29)
Jul
(12)
Aug
Sep
(9)
Oct
Nov
Dec
(3)
2014 Jan
(4)
Feb
(1)
Mar
(2)
Apr
(1)
May
(8)
Jun
(90)
Jul
(104)
Aug
(12)
Sep
(81)
Oct
(139)
Nov
(111)
Dec
(64)
2015 Jan
(46)
Feb
(74)
Mar
(56)
Apr
(61)
May
(3)
Jun
(7)
Jul
(11)
Aug
(5)
Sep
(15)
Oct
(1)
Nov
(1)
Dec
(15)
2016 Jan
(25)
Feb
(33)
Mar
(24)
Apr
(4)
May
(24)
Jun
(3)
Jul
(75)
Aug
Sep
(2)
Oct
(38)
Nov
(4)
Dec
(18)
2017 Jan
(8)
Feb
(1)
Mar
(1)
Apr
May
(14)
Jun
Jul
(5)
Aug
(9)
Sep
Oct
(23)
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
(2)
Jul
Aug
Sep
Oct
Nov
Dec
2019 Jan
Feb
Mar
(9)
Apr
(60)
May
(1)
Jun
Jul
(13)
Aug
Sep
(11)
Oct
Nov
Dec
2020 Jan
Feb
Mar
(15)
Apr
(4)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
(47)
2021 Jan
(24)
Feb
(33)
Mar
(1)
Apr
May
(1)
Jun
(64)
Jul
(71)
Aug
(114)
Sep
(82)
Oct
(32)
Nov
(76)
Dec
(86)
2022 Jan
(162)
Feb
(41)
Mar
(11)
Apr
(9)
May
Jun
Jul
(1)
Aug
(2)
Sep
Oct
Nov
Dec
(7)
2023 Jan
Feb
(1)
Mar
(2)
Apr
May
Jun
Jul
(25)
Aug
Sep
Oct
Nov
(7)
Dec
2024 Jan
(7)
Feb
(3)
Mar
(3)
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
Feb
(90)
Mar
(19)
Apr
May
(6)
Jun
Jul
(1)
Aug
Sep
Oct
Nov
Dec
S M T W T F S
1
2
3
4
5
6
7
8
9
10
11
(7)
12
13
14
15
16
17
18
(1)
19
20
21
22
23
24
25
26
27
28
29
30
31




Showing 8 results of 8

From: <var...@us...> - 2017年01月18日 15:49:43
Revision: 10003
 http://sourceforge.net/p/phpwiki/code/10003
Author: vargenau
Date: 2017年01月18日 15:49:41 +0000 (2017年1月18日)
Log Message:
-----------
Make XHTML ZIP Snapshot work again (real fix)
Modified Paths:
--------------
 trunk/lib/loadsave.php
Modified: trunk/lib/loadsave.php
===================================================================
--- trunk/lib/loadsave.php	2017年01月11日 15:34:42 UTC (rev 10002)
+++ trunk/lib/loadsave.php	2017年01月18日 15:49:41 UTC (rev 10003)
@@ -754,7 +754,7 @@
 }
 } else {
 $target = "images/" . basename($from);
- $zip->addFile($target);
+ $zip->addFile($from, $target);
 }
 } elseif (!$silent) {
 _copyMsg($from, _("... not found"));
@@ -789,7 +789,7 @@
 }
 } else {
 $target = "images/buttons/" . basename($from);
- $zip->addFile($target);
+ $zip->addFile($from, $target);
 }
 } elseif (!$silent) {
 _copyMsg($from, _("... not found"));
@@ -819,7 +819,7 @@
 } else {
 //$attrib = array('is_ascii' => 0);
 $target = basename($css_file);
- $zip->addFile($target);
+ $zip->addFile($from, $target);
 }
 } elseif (!$silent) {
 _copyMsg($from, _("... not found"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10002
 http://sourceforge.net/p/phpwiki/code/10002
Author: vargenau
Date: 2017年01月11日 15:34:42 +0000 (2017年1月11日)
Log Message:
-----------
Add braces
Modified Paths:
--------------
 trunk/lib/WikiUser/FusionForge.php
Modified: trunk/lib/WikiUser/FusionForge.php
===================================================================
--- trunk/lib/WikiUser/FusionForge.php	2017年01月11日 15:29:56 UTC (rev 10001)
+++ trunk/lib/WikiUser/FusionForge.php	2017年01月11日 15:34:42 UTC (rev 10002)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
 * Copyright © 2006 Alain Peyrat
 *
 * This file is part of PhpWiki.
@@ -26,7 +26,8 @@
 *
 */
 
-class _FusionForgePassUser extends _PassUser
+class _FusionForgePassUser
+ extends _PassUser
 {
 
 public $_is_external = 0;
@@ -36,15 +37,17 @@
 if ($prefs) $this->_prefs = $prefs;
 if (!isset($this->_prefs->_method))
 parent::__construct($UserName);
- if ($UserName) $this->_userid = $UserName;
+ if ($UserName)
+ $this->_userid = $UserName;
 $this->_authmethod = 'FusionForge';
 
 // Is this double check really needed?
 // It is not expensive so we keep it for now.
- if ($this->userExists())
+ if ($this->userExists()) {
 return $this;
- else
+ } else {
 return $GLOBALS['ForbiddenUser'];
+ }
 }
 
 function userExists()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 15:29:58
Revision: 10001
 http://sourceforge.net/p/phpwiki/code/10001
Author: vargenau
Date: 2017年01月11日 15:29:56 +0000 (2017年1月11日)
Log Message:
-----------
Whitespace
Modified Paths:
--------------
 trunk/lib/WikiUser/HttpAuth.php
Modified: trunk/lib/WikiUser/HttpAuth.php
===================================================================
--- trunk/lib/WikiUser/HttpAuth.php	2017年01月11日 15:10:19 UTC (rev 10000)
+++ trunk/lib/WikiUser/HttpAuth.php	2017年01月11日 15:29:56 UTC (rev 10001)
@@ -23,7 +23,7 @@
 */
 
 /**
- * We have two possibilities here.
+ * We have two possibilities here:
 * 1) The webserver location is already HTTP protected. Usually Basic, but also
 * NTLM or Digest. Then just use this username and do nothing.
 * 2) The webserver location is not protected, so we enforce basic HTTP Protection
@@ -43,7 +43,8 @@
 if ($prefs) $this->_prefs = $prefs;
 if (!isset($this->_prefs->_method))
 parent::__construct($UserName);
- if ($UserName) $this->_userid = $UserName;
+ if ($UserName)
+ $this->_userid = $UserName;
 $this->_authmethod = 'HttpAuth';
 
 // Is this double check really needed?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 15:10:22
Revision: 10000
 http://sourceforge.net/p/phpwiki/code/10000
Author: vargenau
Date: 2017年01月11日 15:10:19 +0000 (2017年1月11日)
Log Message:
-----------
Remove unused USE_PREFS_IN_PAGE
Modified Paths:
--------------
 trunk/lib/main.php
Modified: trunk/lib/main.php
===================================================================
--- trunk/lib/main.php	2017年01月11日 15:08:45 UTC (rev 9999)
+++ trunk/lib/main.php	2017年01月11日 15:10:19 UTC (rev 10000)
@@ -24,9 +24,6 @@
 *
 */
 
-define ('USE_PREFS_IN_PAGE', true);
-
-//include "lib/config.php";
 require_once 'lib/stdlib.php';
 require_once 'lib/Request.php';
 require_once 'lib/WikiDB.php';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 15:08:47
Revision: 9999
 http://sourceforge.net/p/phpwiki/code/9999
Author: vargenau
Date: 2017年01月11日 15:08:45 +0000 (2017年1月11日)
Log Message:
-----------
Remove obsolete comment
Modified Paths:
--------------
 trunk/lib/config.php
Modified: trunk/lib/config.php
===================================================================
--- trunk/lib/config.php	2017年01月11日 15:07:17 UTC (rev 9998)
+++ trunk/lib/config.php	2017年01月11日 15:08:45 UTC (rev 9999)
@@ -31,7 +31,6 @@
 /*
 * NOTE: The settings here should probably not need to be changed.
 * The user-configurable settings have been moved to IniConfig.php
- * The run-time code has been moved to lib/IniConfig.php:fix_configs()
 */
 
 if (!defined("LC_ALL")) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 15:07:20
Revision: 9998
 http://sourceforge.net/p/phpwiki/code/9998
Author: vargenau
Date: 2017年01月11日 15:07:17 +0000 (2017年1月11日)
Log Message:
-----------
Remove obsolete comment
Modified Paths:
--------------
 trunk/lib/WikiUser.php
Modified: trunk/lib/WikiUser.php
===================================================================
--- trunk/lib/WikiUser.php	2017年01月11日 12:26:18 UTC (rev 9997)
+++ trunk/lib/WikiUser.php	2017年01月11日 15:07:17 UTC (rev 9998)
@@ -1096,7 +1096,6 @@
 $this->getAuthDbh();
 // "'\$userid"' => %s
 // variables can be old-style: '"\$userid"' or new-style: "'$userid'" or just "userid"
- // old-style strings don't survive pear/Config/IniConfig treatment, that's why we changed it.
 $new = array();
 if (is_array($variables)) {
 //$sprintfstyle = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 12:26:21
Revision: 9997
 http://sourceforge.net/p/phpwiki/code/9997
Author: vargenau
Date: 2017年01月11日 12:26:18 +0000 (2017年1月11日)
Log Message:
-----------
Remove unused global $FieldSeparator
Modified Paths:
--------------
 trunk/lib/IniConfig.php
Modified: trunk/lib/IniConfig.php
===================================================================
--- trunk/lib/IniConfig.php	2017年01月11日 12:14:43 UTC (rev 9996)
+++ trunk/lib/IniConfig.php	2017年01月11日 12:26:18 UTC (rev 9997)
@@ -50,7 +50,7 @@
 * (namespace pollution). (FusionForge, phpnuke, postnuke, phpBB2, carolina, ...)
 * Use one global $phpwiki object instead which holds the cfg vars, constants
 * and all other globals.
- * (global $FieldSeparator, $WikiNameRegexp, $KeywordLinkRegexp;
+ * (global $WikiNameRegexp, $KeywordLinkRegexp;
 * global $DisabledActions, $DBParams, $LANG, $AllActionPages)
 *
 * - Resurrect the larger "config object" code (in config/) so it'll aid the
@@ -556,14 +556,11 @@
 // moved from lib/config.php [1ms]
 function fixup_static_configs($file)
 {
- global $FieldSeparator, $AllActionPages;
+ global $AllActionPages;
 global $DBParams;
 // init FileFinder to add proper include paths
 findFile("lib/interwiki.map", true);
 
- // $FieldSeparator = "\xFF"; // this byte should never appear in utf-8
- $FieldSeparator = "\xFF";
-
 // All pages containing plugins of the same name as the filename
 $ActionPages = explode(':',
 'AllPages:AllUsers:AppendText:AuthorHistory:'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2017年01月11日 12:14:45
Revision: 9996
 http://sourceforge.net/p/phpwiki/code/9996
Author: vargenau
Date: 2017年01月11日 12:14:43 +0000 (2017年1月11日)
Log Message:
-----------
Remove obsolete comment
Modified Paths:
--------------
 trunk/lib/WikiUser.php
Modified: trunk/lib/WikiUser.php
===================================================================
--- trunk/lib/WikiUser.php	2016年12月16日 14:53:55 UTC (rev 9995)
+++ trunk/lib/WikiUser.php	2017年01月11日 12:14:43 UTC (rev 9996)
@@ -1298,8 +1298,6 @@
 * the db password method is 'plain', which means that the DB SQL
 * statement just returns 1 or 0. To use CRYPT() or PASSWORD() and
 * don't store plain passwords in the DB.
- *
- * TODO: remove crypt() function check from config.php:396 ??
 */
 function _checkPass($submitted_password, $stored_password)
 {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

Showing 8 results of 8

Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /