SourceForge logo
SourceForge logo
Menu

phpwiki-talk

You can subscribe to this list here.

2000 Jan
Feb
Mar
Apr
May
(1)
Jun
(103)
Jul
(105)
Aug
(16)
Sep
(16)
Oct
(78)
Nov
(36)
Dec
(58)
2001 Jan
(100)
Feb
(155)
Mar
(84)
Apr
(33)
May
(22)
Jun
(77)
Jul
(36)
Aug
(37)
Sep
(183)
Oct
(74)
Nov
(235)
Dec
(165)
2002 Jan
(187)
Feb
(183)
Mar
(52)
Apr
(10)
May
(15)
Jun
(19)
Jul
(43)
Aug
(90)
Sep
(144)
Oct
(144)
Nov
(171)
Dec
(78)
2003 Jan
(113)
Feb
(99)
Mar
(80)
Apr
(44)
May
(35)
Jun
(32)
Jul
(34)
Aug
(34)
Sep
(30)
Oct
(57)
Nov
(97)
Dec
(139)
2004 Jan
(132)
Feb
(223)
Mar
(300)
Apr
(221)
May
(171)
Jun
(286)
Jul
(188)
Aug
(107)
Sep
(97)
Oct
(106)
Nov
(139)
Dec
(125)
2005 Jan
(200)
Feb
(116)
Mar
(68)
Apr
(158)
May
(70)
Jun
(80)
Jul
(55)
Aug
(52)
Sep
(92)
Oct
(141)
Nov
(86)
Dec
(41)
2006 Jan
(35)
Feb
(62)
Mar
(59)
Apr
(52)
May
(51)
Jun
(61)
Jul
(30)
Aug
(36)
Sep
(12)
Oct
(4)
Nov
(22)
Dec
(34)
2007 Jan
(49)
Feb
(19)
Mar
(37)
Apr
(16)
May
(9)
Jun
(38)
Jul
(17)
Aug
(31)
Sep
(16)
Oct
(34)
Nov
(4)
Dec
(8)
2008 Jan
(8)
Feb
(16)
Mar
(14)
Apr
(6)
May
(4)
Jun
(5)
Jul
(9)
Aug
(36)
Sep
(6)
Oct
(3)
Nov
(3)
Dec
(3)
2009 Jan
(14)
Feb
(2)
Mar
(7)
Apr
(16)
May
(2)
Jun
(10)
Jul
(1)
Aug
(10)
Sep
(11)
Oct
(4)
Nov
(2)
Dec
2010 Jan
(1)
Feb
Mar
(13)
Apr
(11)
May
(18)
Jun
(44)
Jul
(7)
Aug
(2)
Sep
(14)
Oct
Nov
(6)
Dec
2011 Jan
(2)
Feb
(6)
Mar
(3)
Apr
(2)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2012 Jan
(11)
Feb
(3)
Mar
(11)
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(4)
Dec
2013 Jan
Feb
Mar
Apr
(3)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2014 Jan
Feb
Mar
Apr
May
(4)
Jun
Jul
Aug
Sep
Oct
Nov
(8)
Dec
(1)
2015 Jan
(3)
Feb
(2)
Mar
Apr
(3)
May
(1)
Jun
Jul
(1)
Aug
Sep
Oct
Nov
Dec
(2)
2016 Jan
Feb
(4)
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2017 Jan
Feb
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
(3)
Jun
(1)
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
(5)
Aug
Sep
Oct
Nov
Dec
2021 Jan
Feb
(4)
Mar
Apr
May
Jun
Jul
(1)
Aug
(6)
Sep
(3)
Oct
Nov
Dec
2022 Jan
(11)
Feb
(2)
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2023 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(3)
Dec
(3)
2024 Jan
(7)
Feb
(2)
Mar
(1)
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
Feb
Mar
Apr
(1)
May
(1)
Jun
Jul
(3)
Aug
Sep
(5)
Oct
Nov
Dec

Showing results of 7779

<< < 1 .. 6 7 8 9 10 .. 312 > >> (Page 8 of 312)
From: Wes <yh...@sh...> - 2010年06月25日 18:28:23
Hello,
I have a ton of older phpwiki installs running on Postgres. The machine
they're running on is on it's least breath, so I'm moving them to a new
machine and converting to MySQL. That's all worked...reasonably well. 
Using a SVN pull from this morning. My config.ini is set to use
HttpAuth, and the .htaccess file is configured correctly. AuthPolicy is
set to "first-only". I can log in via the browser/Apache prompt fine,
but whenever I go to any page, I get this error:
*Fatal error*: Call to a member function get() on a non-object in
*/var/services/old-wikis/SysAdminWiki/lib/WikiUser.php* on line *153*
And "Edit" on any page is asking for a login and pass (meaning it's
apparently not passing through correctly.)
Thoughts or suggestions would be well received : )
Thanks!
Wes
From: Marc-Etienne V. <Mar...@al...> - 2010年06月24日 07:41:42
Le 23/06/2010 21:43, ru...@us... a écrit :
> Revision: 7566
> http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7566&view=rev
> Author: rurban
> Date: 2010年06月23日 19:43:46 +0000 (2010年6月23日)
>
> Log Message:
> -----------
> undo deletions r7561 and r7563. we need that
>
Hello Reini,
Sorry, I was testing PHPDCD. Where are these functions needed?
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Reini U. <ru...@x-...> - 2010年06月21日 08:54:05
2010年6月21日 Marc-Etienne Vargenau <Mar...@al...>:
> Le 19/06/2010 22:16, ru...@us... a écrit :
>>
>> Revision: 7551
>
>> - * Provides no own input box, just<?plugin-form TitleSearch ?> is
>> enough.
>> - * Fancier Inputforms can be made using WikiForm Rich, to support regex
>> and case_exact args.
>> + * Provides no own input box, just<<TitleSearch>> is enough.
>> + * Fancier Inputforms can be made using<<WikiFormRich>> to support regex
>> and case_exact args.
>
> Hello Reini,
>
> I am not sure the <<TitleSearch>> Wikicreole syntax will work.
>
> What I have implemented is that <<FooBar>> is translated
> as equivalent to <?plugin FooBar ?>
>
> So <<TitleSearch>> will be translated as <?plugin TitleSearch ?>,
> not <?plugin-form TitleSearch ?>.
Right, I was confused.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2010年06月21日 08:52:36
2010年6月21日 Marc-Etienne Vargenau <Mar...@al...>:
> I sometimes get this warning:
> PHP Warning
> lib/DbSession/SQL.php:111 Warning[512]: Overlarge session data! 4002 gt.
> 4000
>
> What should be done? Is it a just a minor warning or does
> it indicate a serious problem?
The session handler cannot store overlarge data in cookies.
It must be stripped in the debugger.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2010年06月21日 08:51:17
2010年6月21日 Marc-Etienne Vargenau <Mar...@al...>:
> Le 19/06/2010 22:31, Reini Urban a écrit :
>>
>> 2010年6月17日 Sébastien Le Callonnec<seb...@we...>:
>>>
>>> When clicking on the "Watch" button for a page, I get an error message
>>> indicating that I need to define my email address in my user
>>> preferences. When clicking the link to the UserPreferences page, there
>>> is no field for the email address.
>>>
>>> Is that an issue, or is there some config that I’m somehow missing here?
>>
>> Looks like an issue, thanks. It is enabled with ENABLE_USER_NEW in the
>> template
>> themes/default/templates/userprefs.tmpl
>
> Hello all,
>
> I would suggest to make ENABLE_USER_NEW mandatory true, i.e.
> remove lib/WikiUser.php from the code.
>
> In there any inconvenience to do so?
Yes, it is.
Most crashes result from endless recursion cycles in WikiUserNew.php,
and using WikiUser.php is much easier then.
ENABLE_USER_NEW = true is default. If not you have no email property
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Marc-Etienne V. <Mar...@al...> - 2010年06月21日 07:53:04
Hello Reini,
I sometimes get this warning:
PHP Warning
lib/DbSession/SQL.php:111 Warning[512]: Overlarge session data! 4002 gt. 
4000
What should be done? Is it a just a minor warning or does
it indicate a serious problem?
Regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Marc-Etienne V. <Mar...@al...> - 2010年06月21日 07:40:49
Le 19/06/2010 22:16, ru...@us... a écrit :
> Revision: 7551
> - * Provides no own input box, just<?plugin-form TitleSearch ?> is enough.
> - * Fancier Inputforms can be made using WikiForm Rich, to support regex and case_exact args.
> + * Provides no own input box, just<<TitleSearch>> is enough.
> + * Fancier Inputforms can be made using<<WikiFormRich>> to support regex and case_exact args.
Hello Reini,
I am not sure the <<TitleSearch>> Wikicreole syntax will work.
What I have implemented is that <<FooBar>> is translated
as equivalent to <?plugin FooBar ?>
So <<TitleSearch>> will be translated as <?plugin TitleSearch ?>,
not <?plugin-form TitleSearch ?>.
Regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Marc-Etienne V. <Mar...@al...> - 2010年06月21日 07:17:14
Le 19/06/2010 22:31, Reini Urban a écrit :
> 2010年6月17日 Sébastien Le Callonnec<seb...@we...>:
>> When clicking on the "Watch" button for a page, I get an error message
>> indicating that I need to define my email address in my user
>> preferences. When clicking the link to the UserPreferences page, there
>> is no field for the email address.
>>
>> Is that an issue, or is there some config that I’m somehow missing here?
>
> Looks like an issue, thanks. It is enabled with ENABLE_USER_NEW in the template
> themes/default/templates/userprefs.tmpl
Hello all,
I would suggest to make ENABLE_USER_NEW mandatory true, i.e.
remove lib/WikiUser.php from the code.
In there any inconvenience to do so?
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Sébastien Le C. <seb...@we...> - 2010年06月20日 08:16:49
Hi Reini,
Ok, thanks.
Regards,
Sébastien.
On 19/06/2010 21:31, Reini Urban wrote:
> 2010年6月17日 Sébastien Le Callonnec<seb...@we...>:
>> When clicking on the "Watch" button for a page, I get an error message
>> indicating that I need to define my email address in my user
>> preferences. When clicking the link to the UserPreferences page, there
>> is no field for the email address.
>>
>> Is that an issue, or is there some config that I’m somehow missing here?
>
> Looks like an issue, thanks. It is enabled with ENABLE_USER_NEW in the template
> themes/default/templates/userprefs.tmpl
>
> Sébastien, I've added you as developer, with svn commit permissions.
> But for the beginning please still add bugs and patches and wait for
> approval, until you commit.
>
> Thanks a lot!
From: Reini U. <ru...@x-...> - 2010年06月19日 20:31:27
2010年6月17日 Sébastien Le Callonnec <seb...@we...>:
> When clicking on the "Watch" button for a page, I get an error message
> indicating that I need to define my email address in my user
> preferences. When clicking the link to the UserPreferences page, there
> is no field for the email address.
>
> Is that an issue, or is there some config that I’m somehow missing here?
Looks like an issue, thanks. It is enabled with ENABLE_USER_NEW in the template
themes/default/templates/userprefs.tmpl
Sébastien, I've added you as developer, with svn commit permissions.
But for the beginning please still add bugs and patches and wait for
approval, until you commit.
Thanks a lot!
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Sébastien Le C. <seb...@we...> - 2010年06月17日 17:51:17
Hi,
When clicking on the "Watch" button for a page, I get an error message 
indicating that I need to define my email address in my user 
preferences. When clicking the link to the UserPreferences page, there 
is no field for the email address.
Is that an issue, or is there some config that I’m somehow missing here?
Thanks,
Sébastien.
From: Marc-Etienne V. <Mar...@al...> - 2010年06月17日 09:40:18
Le 15/06/2010 10:20, Reini Urban a écrit :
 >
 > I'm running and testing those versions:
 > 4.4.7 (centos4), 4.3.10, 4.4.9, 5.0.3, 5.1.6 (centos5), 5.2.10, 5.3, 6.0
Hello Reini,
I have updated the INSTALL file to reflect this.
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Reini U. <ru...@x-...> - 2010年06月15日 08:20:20
2010年6月14日 Marc-Etienne Vargenau <Mar...@al...>:
>>> As PHP 4 is officially dead, I would be much in favor of
>>> requiring PHP 5 for Phpwiki 1.4.0.
>>>
>>> Reini, what is your opinion on this?
>>
>> As most users still use 4.x I want it to stay php-4 compatible.
>> "official dead" means nothing for php. Providers are lazy.
>
> Hello all,
>
> PHP4 is "officially dead" means that no patches will be
> provided in the future and that this is a serious security risk.
>
> For me it would be simpler to require PHP 5 for the next
> release, but if it is really not possible we can have two
> separate branches as Sébastien suggested.
>
> In any case, we are running PHP 5.3.2 and I am no longer
> able to test with PHP 4. It is already very complex to
> test with all themes and backends.
>
> Reini, can you please tell what we do?
Keep it as it is.
I'm live with centos4 and most providers still run centos4 and
backport patches.
php is lame and we live with that.
I'm running and testing those versions:
4.4.7 (centos4), 4.3.10, 4.4.9, 5.0.3, 5.1.6 (centos5), 5.2.10, 5.3, 6.0
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Marc-Etienne V. <Mar...@al...> - 2010年06月14日 15:28:42
>> As PHP 4 is officially dead, I would be much in favor of
>> requiring PHP 5 for Phpwiki 1.4.0.
>>
>> Reini, what is your opinion on this?
>
> As most users still use 4.x I want it to stay php-4 compatible.
> "official dead" means nothing for php. Providers are lazy.
Hello all,
PHP4 is "officially dead" means that no patches will be
provided in the future and that this is a serious security risk.
For me it would be simpler to require PHP 5 for the next
release, but if it is really not possible we can have two
separate branches as Sébastien suggested.
In any case, we are running PHP 5.3.2 and I am no longer
able to test with PHP 4. It is already very complex to
test with all themes and backends.
Reini, can you please tell what we do?
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Marc-Etienne V. <Mar...@al...> - 2010年06月14日 14:16:47
Le 13/06/2010 14:42, Reini Urban a écrit :
 > Marc-Etienne Vargenau schrieb:
 >> Charles Sprickman a écrit :
 >>> I was not aware there was anything newer - I'll try the svn version.
 >>>
 >>> Any chance someone will cut a release from this anytime soon?
 >>
 >> Reini, can you please answer this?
 >
 > Sure. We are working on it.
Hello Reini,
We are now working on the new release for 3 years, and I really
think we have to get something out.
Wikipedia says Phpwiki is dead since 2008:
http://en.wikipedia.org/wiki/PhpWiki
Can we set a date before mid-July when I will be in vacation?
I still have a few points to discuss with you, but almost
everything is OK for me.
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Marc-Etienne V. <Mar...@al...> - 2010年06月14日 14:06:37
Le 13/06/2010 21:13, Reini Urban a écrit :
> 2010年6月13日 Sébastien Le Callonnec<seb...@we...>:
>> On 13/06/2010 12:37, Reini Urban wrote:
>>
>>> The common folder for the RatiIt images is themes/wikilens/images of
>>> course.
>> Of course?
>
> Sure. wikilens is only there to make RateIt easier.
> copying to your private theme makes no sense.
> We use object orientation.
Hello Reini,
I am not sure everything works as I would expect.
For example, in the themes "blog" and "wikilens" there
is a subdirectory "pgsrc", but the pages inside are not
created at the initialization of the wiki. Only pages
from the global pgsrc are created.
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Marc-Etienne V. <Mar...@al...> - 2010年06月14日 09:15:24
Le 13/06/2010 21:13, Reini Urban a écrit :
>
> gforge has to delete the duplicates, if they are duplicate.
>
Hello,
They are not duplicates. We use custom images for the
rateIt plugin in Gforge.
Best regards,
Marc-Etienne
-- 
Marc-Etienne Vargenau
Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE
+33 (0)1 30 77 28 33, Mar...@al...
From: Reini U. <ru...@x-...> - 2010年06月13日 19:13:18
2010年6月13日 Sébastien Le Callonnec <seb...@we...>:
> On 13/06/2010 12:37, Reini Urban wrote:
>
>> The common folder for the RatiIt images is themes/wikilens/images of
>> course.
> Of course?
Sure. wikilens is only there to make RateIt easier.
copying to your private theme makes no sense.
We use object orientation.
>> There must be a simple error in the new classpath search.
>> Sidebar is child of Monobook and wikilens.
>
> Does that mean this problem will occur for any theme not based on any of
> these? I already see these images being duplicated in the gforge theme, so
> somehow this is not ideal. Any user picking a theme at setup different to
> any of these will get the same problem. And see it as a bug.
gforge has to delete the duplicates, if they are duplicate.
Of course it is a bug.
I've only tested it with my private theme extensively,
I still have to test it with the new Sidebar, which is almost the as my
private theme.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Sébastien Le C. <seb...@we...> - 2010年06月13日 15:55:26
(Apologies, just realised I’ve replied privately, so forwarding this 
back to the list)
Hi,
On 13/06/2010 12:37, Reini Urban wrote:
> The common folder for the RatiIt images is themes/wikilens/images of
> course.
Of course?
> There must be a simple error in the new classpath search.
> Sidebar is child of Monobook and wikilens.
Does that mean this problem will occur for any theme not based on any of
these? I already see these images being duplicated in the gforge theme,
so somehow this is not ideal. Any user picking a theme at setup
different to any of these will get the same problem. And see it as a bug.
>
> I'll check it next week.
Regards,
Sébastien.
From: Reini U. <ru...@x-...> - 2010年06月13日 12:48:31
Stefan schrieb:
> hi,
> how can is use phpwiki in external apps?
Sure, but it depends on the apps, not on phpwiki.
Mediawiki uses a couple of phpwiki plugins, but there is no general 
solution.
phpwiki uses our HtmlElement, PageList and WikiPlugin libs and other 
apps usually not. Other apps also do not use our plugin syntax.
> Is there a lib i can include to use plugins from phpwiki in other apps too?
No.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2010年06月13日 12:42:44
Marc-Etienne Vargenau schrieb:
> Charles Sprickman a écrit :
>> I was not aware there was anything newer - I'll try the svn version.
>>
>> Any chance someone will cut a release from this anytime soon?
>
> Reini, can you please answer this?
Sure. We are working on it.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2010年06月13日 12:04:22
Sébastien Le Callonnec schrieb:
> The RateIt images are missing from the new default theme (Sidebar),
> causing the rating plugin to appear as follows:
>
> Rating: 0.0 (0 votes)
> RateIt24557712701RateIt24557712702RateIt24557712703RateIt24557712704RateIt24557712705RateIt24557712706RateIt24557712707RateIt24557712708RateIt24557712709RateIt245577127010
> Cancel your ratingRateIt2455771270Action
>
> and breaking the layout in an out-of-the-box set up.
>
> Can we either copy the images into the default layout, or disable the
> RateIt plugin by default?
no
> The ideal would actually be to have a "common" resource folder for the
> themes.
The common folder for the RatiIt images is themes/wikilens/images of course.
There must be a simple error in the new classpath search.
Sidebar is child of Monobook and wikilens.
I'll check it next week.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Sébastien Le C. <seb...@we...> - 2010年06月12日 06:31:19
Hi there,
The RateIt images are missing from the new default theme (Sidebar), 
causing the rating plugin to appear as follows:
Rating: 0.0 (0 votes)
RateIt24557712701RateIt24557712702RateIt24557712703RateIt24557712704RateIt24557712705RateIt24557712706RateIt24557712707RateIt24557712708RateIt24557712709RateIt245577127010 
Cancel your ratingRateIt2455771270Action
and breaking the layout in an out-of-the-box set up.
Can we either copy the images into the default layout, or disable the 
RateIt plugin by default?
The ideal would actually be to have a "common" resource folder for the 
themes.
Regards,
Sébastien.
From: Reini U. <ru...@x-...> - 2010年06月11日 10:27:45
2010年6月11日 Sébastien Le Callonnec <seb...@we...>:
> FYI, I’ve done another installation from scratch with the latest from
> svn, and this is still a blocker: the initial population of the Wiki
> fails because of bug below.
>
> I’ve updated the patch attached to that bug report.
Thanks. I will not forget it, but this weekend I will be very busy
with other stuff.
Maybe Marc-Etienne wants to put it in.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2010年06月11日 10:21:53
2010年6月8日 Marc-Etienne Vargenau <Mar...@al...>:
> Hello Reini,
>
> Thank you for all your commits. Paging now seems to work for
> me and this is really great.
>
> I however have a new problem with the AllPages page: it now
> shows many nonexistent pages (e.g. AbbeNormal) that seem to
> come from the interwiki map.
>
> Do you have the same problem? Can you please fix it?
Yes, I'm working on it soon. It looks likes an old parser problem.
We'll need a better CheckDB admin method to get rid of these.
I enabled include_empty in get_all_pages
because it is much faster on the default dba database.
But this pulls in a lot of garbage.
For SQL backends it is slower, so I'm not sure.
dba is still fastest and simpliest.
BTW: I've put in now most of my changes.
To test:
+ paging slices with other backends than dba
+ more auth,
+ Ratings with sql (your _dbh changes)
+ docs (working on an updated CREDITS)
+ locale update
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
207 messages has been excluded from this view by a project administrator.

Showing results of 7779

<< < 1 .. 6 7 8 9 10 .. 312 > >> (Page 8 of 312)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
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 によって変換されたページ (->オリジナル) /