You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(21) |
Jun
(47) |
Jul
(210) |
Aug
(30) |
Sep
(25) |
Oct
(7) |
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(52) |
Feb
(35) |
Mar
(42) |
Apr
(62) |
May
(12) |
Jun
(80) |
Jul
(34) |
Aug
(35) |
Sep
(245) |
Oct
(83) |
Nov
(27) |
Dec
(68) |
2005 |
Jan
(59) |
Feb
(97) |
Mar
(80) |
Apr
(30) |
May
(29) |
Jun
(7) |
Jul
(26) |
Aug
(46) |
Sep
(31) |
Oct
(25) |
Nov
(36) |
Dec
(22) |
2006 |
Jan
(24) |
Feb
(24) |
Mar
(29) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(10) |
Aug
(73) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(19) |
2007 |
Jan
(10) |
Feb
(4) |
Mar
(4) |
Apr
(10) |
May
(1) |
Jun
(11) |
Jul
(16) |
Aug
(1) |
Sep
(10) |
Oct
(14) |
Nov
(7) |
Dec
(14) |
2008 |
Jan
(19) |
Feb
(7) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
(13) |
Jul
(18) |
Aug
(10) |
Sep
(31) |
Oct
(12) |
Nov
(3) |
Dec
(1) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-03-05 04:18:15
|
mod/wiki item #1243732, was opened at 2005-07-23 17:09 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1243732&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: Accepted Priority: 9 Submitted By: Greg Morgan (dr_kludge) Assigned to: Greg Meiste (blindman1344) Summary: Create Include/Template feature. Initial Comment: Mediawiki has a template feature. It appears to work in the same fashion as a C include or a php include code statement. There are two uses for this kind of feature. One, a repeated piece of text that you want to include in several places but not have to edit each occurance is the first example. An example of include page can be found here http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Use_Correct_File_Format. The page is then used on three other pages. An example implemenation can be found on the http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Theme_Guide page. The implementation looks like this. Note that a lead in can be provided and an html comment tag documents why the template was used. Just as a C include is called with a #include... statement the wiki "include/template" is called with {{Template:Use Correct File Format}}. = Use Correct File Format = Before we start editing files, a common issue must be brought to your attention. <!-- Created a template because this information needs to be included in several areas of the documentation. Also there must be no space between the greater than sign and the openning curlly brace.-->{{Template:Use Correct File Format}} The other use of the include/template is for navigation menus. Simple examples http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Quick_Links http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Main_Pages Advanced examples implementation: http://en.wikipedia.org/w/index.php?title=PhpWebSite definition: http://en.wikipedia.org/wiki/Template:Infobox_Software ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2006-03-04 22:18 Message: Logged In: YES user_id=780595 I suppose I should mention to you (or anyone else wanting to try this feature) that the syntax I chose was: {{Template:WikiPageTitle}} ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2006-03-04 22:15 Message: Logged In: YES user_id=780595 I have added this feature to CVS. Would you be willing to test it out and make sure you like the implementation? With this feature (and the MediaWiki support from RFE #1438866), converting the -comm wiki should be much easier. Let me know. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1243732&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-03-05 04:15:48
|
mod/wiki item #1243732, was opened at 2005-07-23 17:09 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1243732&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open >Resolution: Accepted >Priority: 9 Submitted By: Greg Morgan (dr_kludge) Assigned to: Greg Meiste (blindman1344) Summary: Create Include/Template feature. Initial Comment: Mediawiki has a template feature. It appears to work in the same fashion as a C include or a php include code statement. There are two uses for this kind of feature. One, a repeated piece of text that you want to include in several places but not have to edit each occurance is the first example. An example of include page can be found here http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Use_Correct_File_Format. The page is then used on three other pages. An example implemenation can be found on the http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Theme_Guide page. The implementation looks like this. Note that a lead in can be provided and an html comment tag documents why the template was used. Just as a C include is called with a #include... statement the wiki "include/template" is called with {{Template:Use Correct File Format}}. = Use Correct File Format = Before we start editing files, a common issue must be brought to your attention. <!-- Created a template because this information needs to be included in several areas of the documentation. Also there must be no space between the greater than sign and the openning curlly brace.-->{{Template:Use Correct File Format}} The other use of the include/template is for navigation menus. Simple examples http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Quick_Links http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Template:Main_Pages Advanced examples implementation: http://en.wikipedia.org/w/index.php?title=PhpWebSite definition: http://en.wikipedia.org/wiki/Template:Infobox_Software ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2006-03-04 22:15 Message: Logged In: YES user_id=780595 I have added this feature to CVS. Would you be willing to test it out and make sure you like the implementation? With this feature (and the MediaWiki support from RFE #1438866), converting the -comm wiki should be much easier. Let me know. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1243732&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-03-03 15:10:25
|
/mod/podcaster item #1442516, was opened at 2006-03-03 15:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1442516&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew Rowe (mwr9uk) Assigned to: Nobody/Anonymous (nobody) Summary: Need one-click subscription Initial Comment: It would be great if podcaster supported the one- click subscription method. See the information here: http://forums.feedburner.com/viewtopic.php?t=861 Looks like it needs to serve up a .pcast file with the correct mime-type which then hooks into your podcatching software. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1442516&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-03-03 15:06:15
|
/mod/podcaster item #1349935, was opened at 2005-11-07 04:29 Message generated for change (Comment added) made by mwr9uk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1349935&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Sweeney (adaptiman) Assigned to: Nobody/Anonymous (nobody) Summary: Need user-defined path to MP3 Initial Comment: The default path to the MP3 uploads of /files/podcaster/ needs to be user-definable. For example, I want to put my BIG MP3 files on another server rather than my home server where the PHPWebsite is located. For example: http://familyrunners.org/index.php?module=podcaster&PODCASTS_MAN_OP=CreateRSS&PHPWS_MAN_ITEMS[]=1 As a workaround, I've edited the RSS template, but this is only a temporary fix and will only work as long as I have one channel. ---------------------------------------------------------------------- Comment By: Matthew Rowe (mwr9uk) Date: 2006-03-03 15:06 Message: Logged In: YES user_id=1466732 I should have said, you can see this in action at: http://www.christchurchwgc.org.uk ---------------------------------------------------------------------- Comment By: Matthew Rowe (mwr9uk) Date: 2006-03-03 15:04 Message: Logged In: YES user_id=1466732 I have a solution to this which I am willing to share. It works by placing a index file on the remote server which serves up the neccessary information (name, size, mime type etc) about the remote files in XML to the add podcast form. There are minimal changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1349935&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-03-03 15:04:47
|
/mod/podcaster item #1349935, was opened at 2005-11-07 04:29 Message generated for change (Comment added) made by mwr9uk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1349935&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Sweeney (adaptiman) Assigned to: Nobody/Anonymous (nobody) Summary: Need user-defined path to MP3 Initial Comment: The default path to the MP3 uploads of /files/podcaster/ needs to be user-definable. For example, I want to put my BIG MP3 files on another server rather than my home server where the PHPWebsite is located. For example: http://familyrunners.org/index.php?module=podcaster&PODCASTS_MAN_OP=CreateRSS&PHPWS_MAN_ITEMS[]=1 As a workaround, I've edited the RSS template, but this is only a temporary fix and will only work as long as I have one channel. ---------------------------------------------------------------------- Comment By: Matthew Rowe (mwr9uk) Date: 2006-03-03 15:04 Message: Logged In: YES user_id=1466732 I have a solution to this which I am willing to share. It works by placing a index file on the remote server which serves up the neccessary information (name, size, mime type etc) about the remote files in XML to the add podcast form. There are minimal changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=758529&aid=1349935&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-28 22:57:56
|
Contributions item #1006161, was opened at 2004-08-09 21:34 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1006161&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Julia Jacobs (jjacobs) Assigned to: Nobody/Anonymous (nobody) Summary: High School Theme Initial Comment: Css theme used for a Private Catholic High School. This one specifically for Athletics Dept. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-28 23:57 Message: Logged In: YES user_id=1000009 The theme is published in the files section now. This tracker will be closed. Thanks for contributing. ykuendig ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1006161&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-28 22:53:57
|
Contributions item #775369, was opened at 2003-07-22 02:35 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=775369&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: Accepted Priority: 5 Submitted By: Ian Tyndall (iantyndall) Assigned to: Nobody/Anonymous (nobody) Summary: Blue Blur Theme Initial Comment: The second most popular ITWebSolution created theme after CSSSimple, this theme is an abstract theme that introduces a unique boxstyle. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-28 23:53 Message: Logged In: YES user_id=1000009 The theme is published in the files section now. This tracker will be closed. Thanks for contributing. ykuendig ---------------------------------------------------------------------- Comment By: Ian Tyndall (iantyndall) Date: 2004-09-11 21:53 Message: Logged In: YES user_id=770238 Mike, I thought it was alread uploaded... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=775369&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-28 22:53:14
|
Contributions item #761457, was opened at 2003-06-26 23:22 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=761457&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: Accepted Priority: 5 Submitted By: Ian Tyndall (iantyndall) Assigned to: Nobody/Anonymous (nobody) Summary: CSSSimple Initial Comment: This theme does not use any tables in its layout. Please see the enclosed Readme.txt file for installation instructions. Future versions of this file will inclue a modified cascading style sheet that will load phpwebsite objects and remove the need to hard code image links. Content is placed in <div> tags and control of the layout is controlled entirely by the style sheet. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-28 23:53 Message: Logged In: YES user_id=1000009 The theme is published in the files section now. This tracker will be closed. Thanks for contributing. ykuendig ---------------------------------------------------------------------- Comment By: peopleunit (peopleunit) Date: 2005-02-19 17:13 Message: Logged In: YES user_id=1215152 Hi, I installed the updated theme, and it looks really nice. In Firefox though, there is still some overlap on the blocks however. here's the url edaletrading.com/phpw ---------------------------------------------------------------------- Comment By: Ian Tyndall (iantyndall) Date: 2004-01-04 20:59 Message: Logged In: YES user_id=770238 I have updated the theme to fix a display issue with Netscape/Mozilla browsers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=761457&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-28 22:05:37
|
Contributions item #1154438, was opened at 2005-03-01 19:02 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-28 23:05 Message: Logged In: YES user_id=1000009 The .zip is ok now; thanks I added a tar.gz and published the theme in the files section. Thank you for contributing. This tracker is closed now. ---------------------------------------------------------------------- Comment By: adesigner (adesigner) Date: 2006-02-27 15:44 Message: Logged In: YES user_id=1230322 I have uploaded a new zip file. I beleive it is the way I am zipping it up. Please advise if you get file structure as well as missing files. as soon as we know I am zipping properly, I will upload more free themes. Thank you! cheers, Amiee McCaffrey ---------------------------------------------------------------------- Comment By: adesigner (adesigner) Date: 2006-02-27 15:21 Message: Logged In: YES user_id=1230322 Thank you!! ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 18:49 Message: Logged In: YES user_id=244471 ykuendig, I hastely merged with Default when I posted. My results were not what were intended. :-( On the bright side all of the pieces started working once I put the graphic and other files in the correct directory structure. I have a wiki page ready for the theme http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=DeepBlue . Are you going to publish the theme, then? Greg ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-26 11:41 Message: Logged In: YES user_id=1000009 Greg, I did merge the theme with the default-theme... did work so far. Yves ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 08:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-27 14:44:27
|
Contributions item #1154438, was opened at 2005-03-01 18:02 Message generated for change (Comment added) made by adesigner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- >Comment By: adesigner (adesigner) Date: 2006-02-27 14:44 Message: Logged In: YES user_id=1230322 I have uploaded a new zip file. I beleive it is the way I am zipping it up. Please advise if you get file structure as well as missing files. as soon as we know I am zipping properly, I will upload more free themes. Thank you! cheers, Amiee McCaffrey ---------------------------------------------------------------------- Comment By: adesigner (adesigner) Date: 2006-02-27 14:21 Message: Logged In: YES user_id=1230322 Thank you!! ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 17:49 Message: Logged In: YES user_id=244471 ykuendig, I hastely merged with Default when I posted. My results were not what were intended. :-( On the bright side all of the pieces started working once I put the graphic and other files in the correct directory structure. I have a wiki page ready for the theme http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=DeepBlue . Are you going to publish the theme, then? Greg ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-26 10:41 Message: Logged In: YES user_id=1000009 Greg, I did merge the theme with the default-theme... did work so far. Yves ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 07:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-27 14:21:51
|
Contributions item #1154438, was opened at 2005-03-01 18:02 Message generated for change (Comment added) made by adesigner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- >Comment By: adesigner (adesigner) Date: 2006-02-27 14:21 Message: Logged In: YES user_id=1230322 Thank you!! ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 17:49 Message: Logged In: YES user_id=244471 ykuendig, I hastely merged with Default when I posted. My results were not what were intended. :-( On the bright side all of the pieces started working once I put the graphic and other files in the correct directory structure. I have a wiki page ready for the theme http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=DeepBlue . Are you going to publish the theme, then? Greg ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-26 10:41 Message: Logged In: YES user_id=1000009 Greg, I did merge the theme with the default-theme... did work so far. Yves ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 07:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-27 05:00:29
|
mod/wiki item #1438866, was opened at 2006-02-25 22:18 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1438866&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open >Resolution: Accepted >Priority: 9 Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: Support for additional parsers Initial Comment: When this module was originally coded, there was only one PEAR wiki parser in town: Text_Wiki. Now, in addition to Text_Wiki, there are: * Text_Wiki_Cowiki * Text_Wiki_Doku * Text_Wiki_Tiki * Text_Wiki_Mediawiki I think it would be good to add support for those parsers in this module. Adding a setting to pick which parser to use is probably the best option. A few problems with this idea: 1) The new parsers are only alpha and are very unstable/incomplete. 2) The default SamplePage and SandBox will only render correctly for Text_Wiki A note should be placed on the admin page stating that Text_Wiki is the recommended parser for now. Before using the parser, a check should be performed to confirm the parser exists. Another nice thing about this feature is that it will ease the transition of the phpwebsite-comm wiki to this module because phpwebsite-comm currently uses Mediawiki and this module could be set to use a Mediawiki parser. ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2006-02-26 23:00 Message: Logged In: YES user_id=780595 Your request has been added to CVS. Look for it in the next release of the module. Thanks for your submission! Greg Meiste ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1438866&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-26 17:49:39
|
Contributions item #1154438, was opened at 2005-03-01 11:02 Message generated for change (Comment added) made by dr_kludge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 10:49 Message: Logged In: YES user_id=244471 ykuendig, I hastely merged with Default when I posted. My results were not what were intended. :-( On the bright side all of the pieces started working once I put the graphic and other files in the correct directory structure. I have a wiki page ready for the theme http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=DeepBlue . Are you going to publish the theme, then? Greg ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-26 03:41 Message: Logged In: YES user_id=1000009 Greg, I did merge the theme with the default-theme... did work so far. Yves ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 00:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-26 10:41:22
|
Contributions item #1154438, was opened at 2005-03-01 19:02 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-26 11:41 Message: Logged In: YES user_id=1000009 Greg, I did merge the theme with the default-theme... did work so far. Yves ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 08:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-26 07:24:22
|
Contributions item #1154438, was opened at 2005-03-01 11:02 Message generated for change (Comment added) made by dr_kludge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: adesigner (adesigner) Assigned to: Nobody/Anonymous (nobody) Summary: DeepBlue Theme Initial Comment: DeepBlue Theme, impressionistic header, hight versitile. ---------------------------------------------------------------------- Comment By: Greg Morgan (dr_kludge) Date: 2006-02-26 00:24 Message: Logged In: YES user_id=244471 Key parts of this beautiful theme are missing. I sent an email as noted below to ask for the important boxstyles files. Greg adesigner, I was going to publish your theme. I tried it out and it looks great. The only problem is that the DeepBlue.ZIP file that you posted is missing the box styles. I cannot seem to find the same combination that you have for the boxes. Can you please repost the theme with the additional files? The original tracker is at https://sourceforge.net/tracker/index.php?func=detail&aid=1154438&group_id=81360&atid=563512 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563512&aid=1154438&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-26 04:18:40
|
mod/wiki item #1438866, was opened at 2006-02-25 22:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1438866&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: Support for additional parsers Initial Comment: When this module was originally coded, there was only one PEAR wiki parser in town: Text_Wiki. Now, in addition to Text_Wiki, there are: * Text_Wiki_Cowiki * Text_Wiki_Doku * Text_Wiki_Tiki * Text_Wiki_Mediawiki I think it would be good to add support for those parsers in this module. Adding a setting to pick which parser to use is probably the best option. A few problems with this idea: 1) The new parsers are only alpha and are very unstable/incomplete. 2) The default SamplePage and SandBox will only render correctly for Text_Wiki A note should be placed on the admin page stating that Text_Wiki is the recommended parser for now. Before using the parser, a check should be performed to confirm the parser exists. Another nice thing about this feature is that it will ease the transition of the phpwebsite-comm wiki to this module because phpwebsite-comm currently uses Mediawiki and this module could be set to use a Mediawiki parser. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1438866&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-24 18:07:43
|
mod/uplink item #1437716, was opened at 2006-02-23 13:42 Message generated for change (Comment added) made by mdapol You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1437716&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark A (mdapol) Assigned to: Nobody/Anonymous (nobody) Summary: Bug submitting uplinks Initial Comment: I'm using phpwebsite 0.10.0 with uplink module 0.7.4. I've been able to successfully create new uplinks with photos before (although not often) but now when I try to submit a new uplink, clicking the 'Save Uplink' button takes me to the Event Calendar form. The uplink is not uploaded or saved. I'm trying to upload a pdf document but I get the same behavior when trying a test image. I haven't installed any new modules in a long time so I don't know what the problem could be. I'd appreciate any help. Mark ---------------------------------------------------------------------- >Comment By: Mark A (mdapol) Date: 2006-02-24 10:07 Message: Logged In: YES user_id=1264158 Thanks blindman, that worked perfectly! And I did recently move the calendar to the right-hand column just as you thought. Awesome! ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2006-02-23 18:48 Message: Logged In: YES user_id=780595 Moved to uplink tracker. ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2006-02-23 18:47 Message: Logged In: YES user_id=780595 I've seen this problem before with other modules, so I'm going to take a stab at guessing what this problem is. I think the problem is that the uplink form is missing the {END_FORM} at the end of its edit.tpl. Most browsers understand what the user wants and handles this ok. However, when you have the calendar on the right side of the website, things break because calendar has a submit new event form. Now the browser gets confused since the uplink form wasn't closed and thinks the submit event form is what you want and does the action associated with that. It all depends where the calendar is in the code in relation to the uplink form. Long story short, add {END_FORM} to the bottom of mod/uplink/templates/edit.tpl and see if that fixes it for you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1437716&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-24 02:48:35
|
mod/uplink item #1437716, was opened at 2006-02-23 15:42 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1437716&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark A (mdapol) Assigned to: Nobody/Anonymous (nobody) Summary: Bug submitting uplinks Initial Comment: I'm using phpwebsite 0.10.0 with uplink module 0.7.4. I've been able to successfully create new uplinks with photos before (although not often) but now when I try to submit a new uplink, clicking the 'Save Uplink' button takes me to the Event Calendar form. The uplink is not uploaded or saved. I'm trying to upload a pdf document but I get the same behavior when trying a test image. I haven't installed any new modules in a long time so I don't know what the problem could be. I'd appreciate any help. Mark ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2006-02-23 20:48 Message: Logged In: YES user_id=780595 Moved to uplink tracker. ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2006-02-23 20:47 Message: Logged In: YES user_id=780595 I've seen this problem before with other modules, so I'm going to take a stab at guessing what this problem is. I think the problem is that the uplink form is missing the {END_FORM} at the end of its edit.tpl. Most browsers understand what the user wants and handles this ok. However, when you have the calendar on the right side of the website, things break because calendar has a submit new event form. Now the browser gets confused since the uplink form wasn't closed and thinks the submit event form is what you want and does the action associated with that. It all depends where the calendar is in the code in relation to the uplink form. Long story short, add {END_FORM} to the bottom of mod/uplink/templates/edit.tpl and see if that fixes it for you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=722437&aid=1437716&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-24 02:47:21
|
Support Requests item #1437716, was opened at 2006-02-23 15:42 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1437716&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark A (mdapol) Assigned to: Nobody/Anonymous (nobody) Summary: Bug submitting uplinks Initial Comment: I'm using phpwebsite 0.10.0 with uplink module 0.7.4. I've been able to successfully create new uplinks with photos before (although not often) but now when I try to submit a new uplink, clicking the 'Save Uplink' button takes me to the Event Calendar form. The uplink is not uploaded or saved. I'm trying to upload a pdf document but I get the same behavior when trying a test image. I haven't installed any new modules in a long time so I don't know what the problem could be. I'd appreciate any help. Mark ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2006-02-23 20:47 Message: Logged In: YES user_id=780595 I've seen this problem before with other modules, so I'm going to take a stab at guessing what this problem is. I think the problem is that the uplink form is missing the {END_FORM} at the end of its edit.tpl. Most browsers understand what the user wants and handles this ok. However, when you have the calendar on the right side of the website, things break because calendar has a submit new event form. Now the browser gets confused since the uplink form wasn't closed and thinks the submit event form is what you want and does the action associated with that. It all depends where the calendar is in the code in relation to the uplink form. Long story short, add {END_FORM} to the bottom of mod/uplink/templates/edit.tpl and see if that fixes it for you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1437716&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-23 21:42:41
|
Support Requests item #1437716, was opened at 2006-02-23 13:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1437716&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark A (mdapol) Assigned to: Nobody/Anonymous (nobody) Summary: Bug submitting uplinks Initial Comment: I'm using phpwebsite 0.10.0 with uplink module 0.7.4. I've been able to successfully create new uplinks with photos before (although not often) but now when I try to submit a new uplink, clicking the 'Save Uplink' button takes me to the Event Calendar form. The uplink is not uploaded or saved. I'm trying to upload a pdf document but I get the same behavior when trying a test image. I haven't installed any new modules in a long time so I don't know what the problem could be. I'd appreciate any help. Mark ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1437716&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-21 21:45:51
|
Support Requests item #1435565, was opened at 2006-02-20 17:02 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Theme Group: Administrative >Status: Closed >Resolution: Accepted Priority: 8 Submitted By: Greg Morgan (dr_kludge) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: winxp Initial Comment: Based on this forum thread I have created theme-winxp-1.1.tar.gz . TechElephant has checked the file into CVS. I thought I had file release admin privs. I could not access the FRS to release theme. The tar.gz file in in the upload queue at upload.sf.net. https://sourceforge.net/forum/forum.php?thread_id=1425241&forum_id=49348 http://www.electronictechservices.com/hosting/winxp_theme.htm http://www.electronictechservices.com/hosting/images/sidebox-title-right.gif ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2006-02-21 13:45 Message: Logged In: YES user_id=39521 Greg, You now have release tech privileges. I'm closing this SR as ykuendig attended to the file release. ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-21 13:23 Message: Logged In: YES user_id=1000009 Hi Greg I made the release for you. Yves ---------------------------------------------------------------------- Comment By: Mike Noyes (mhnoyes) Date: 2006-02-21 13:22 Message: Logged In: YES user_id=39521 Greg, I'll set you up with release tech privileges shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-21 21:32:10
|
Support Requests item #1306012, was opened at 2005-09-27 09:23 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1306012&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Project Member Application >Group: Administrative Status: Open Resolution: None >Priority: 7 Submitted By: RockClimbers (rockclimbers) >Assigned to: Mike Noyes (mhnoyes) >Summary: Project Member Application: rockclimbers Initial Comment: I am interested in joining the project. I have been using phpWebSite for a couple of years now and would like to contribute more. I don't have a lot of extra time, but I would like to put some things I have done up where others can contribute to them. My experience includes a couple of popular hacks like Photo Comments, Photo Import, and Photo search. I have a project that uses jupload to import photos and I recently started a module to use Gallery2 in 0.10.x. I am a self taught php programmer so my code would benefit from more input of others. If you think I am a good match for this project let me know. Thanks, Robert rockclimbers Robert Peterson Colorado, USA ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1306012&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-21 21:23:32
|
Support Requests item #1435565, was opened at 2006-02-21 02:02 Message generated for change (Comment added) made by ykuendig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Theme Group: Administrative Status: Open Resolution: None Priority: 8 Submitted By: Greg Morgan (dr_kludge) Assigned to: Mike Noyes (mhnoyes) Summary: FRS release request: winxp Initial Comment: Based on this forum thread I have created theme-winxp-1.1.tar.gz . TechElephant has checked the file into CVS. I thought I had file release admin privs. I could not access the FRS to release theme. The tar.gz file in in the upload queue at upload.sf.net. https://sourceforge.net/forum/forum.php?thread_id=1425241&forum_id=49348 http://www.electronictechservices.com/hosting/winxp_theme.htm http://www.electronictechservices.com/hosting/images/sidebox-title-right.gif ---------------------------------------------------------------------- Comment By: Yves Kuendig (ykuendig) Date: 2006-02-21 22:23 Message: Logged In: YES user_id=1000009 Hi Greg I made the release for you. Yves ---------------------------------------------------------------------- Comment By: Mike Noyes (mhnoyes) Date: 2006-02-21 22:22 Message: Logged In: YES user_id=39521 Greg, I'll set you up with release tech privileges shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-21 21:23:04
|
Support Requests item #1435565, was opened at 2006-02-20 17:02 Message generated for change (Comment added) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Theme Group: Administrative Status: Open Resolution: None >Priority: 8 Submitted By: Greg Morgan (dr_kludge) >Assigned to: Mike Noyes (mhnoyes) >Summary: FRS release request: winxp Initial Comment: Based on this forum thread I have created theme-winxp-1.1.tar.gz . TechElephant has checked the file into CVS. I thought I had file release admin privs. I could not access the FRS to release theme. The tar.gz file in in the upload queue at upload.sf.net. https://sourceforge.net/forum/forum.php?thread_id=1425241&forum_id=49348 http://www.electronictechservices.com/hosting/winxp_theme.htm http://www.electronictechservices.com/hosting/images/sidebox-title-right.gif ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2006-02-21 13:22 Message: Logged In: YES user_id=39521 Greg, I'll set you up with release tech privileges shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 |
From: SourceForge.net <no...@so...> - 2006-02-21 01:02:42
|
Support Requests item #1435565, was opened at 2006-02-20 18:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Theme Group: Administrative Status: Open Resolution: None Priority: 5 Submitted By: Greg Morgan (dr_kludge) Assigned to: Nobody/Anonymous (nobody) Summary: Repackaged theme-winxp with new gif. Initial Comment: Based on this forum thread I have created theme-winxp-1.1.tar.gz . TechElephant has checked the file into CVS. I thought I had file release admin privs. I could not access the FRS to release theme. The tar.gz file in in the upload queue at upload.sf.net. https://sourceforge.net/forum/forum.php?thread_id=1425241&forum_id=49348 http://www.electronictechservices.com/hosting/winxp_theme.htm http://www.electronictechservices.com/hosting/images/sidebox-title-right.gif ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1435565&group_id=81360 |