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...> - 2003-07-16 23:12:40
|
Support Requests item #771989, was opened at 2003-07-15 17:11 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: converted articles can't be deleted Initial Comment: After converting my pagemaster pages to articles I could not delete any of the ones I did not require and got the message DB Error: no such field SELECT * FROM mod_article_sections WHERE id IN (a) [nativecode=1054 ** Unknown column 'a' in 'where clause'] ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-16 13:25 Message: Logged In: YES user_id=619893 I ran a few test conversions & they all came out OK. Here's a few things to try: 1) The error you described sounds like the section never got saved to the table, possibly because the database server was overworked. Try doing the conversion when database usage is low. 2) Make sure that you've made the change to your /core/Database.php file that I recommended in INSTALL.txt so you can see any error messages that the database creates. If it spits out some SQL errors & you don't see what went wrong, send it to my e-mail so I can analyze it. 3) It's not needed & I'm not sure if the slashes will get doubled up, but you can try changing article/inc/importPM.php line 55 from: $current_section->title = $old_page->sections[$x]->title; to: $current_section->title = addslashes($old_page->sections[$x]->title); and line 57 from: $current_section->text = $old_page->sections[$x]->text; to: $current_section->text = addslashes($old_page->sections[$x]->text); ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 19:49 Message: Logged In: YES user_id=619893 That sounds like a conversion error. I'll run some test conversions tonight & see if I can replicate it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 23:11:17
|
Support Requests item #771986, was opened at 2003-07-15 17:09 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: conversion process prompt Initial Comment: The conversion process should ask which pagemaster pages you want to convert and not just convert them all ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-16 11:27 Message: Logged In: YES user_id=619893 The pagemaster and announce data isn't deleted after conversion. Only the menu, comment and category links were changed. ---------------------------------------------------------------------- Comment By: David M Walker (datamgmt) Date: 2003-07-16 02:44 Message: Logged In: YES user_id=806718 In that case the simplest solution would be a command line option to keep or remove files after conversion e.g. http://yourdomain/index.php? module=article&function=convertPM&delete=yes or delete = no as appropriate, allowing pages that re successfully converted over to be copied or moved ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 19:54 Message: Logged In: YES user_id=619893 That's a valid idea, but it would require programming an entire additional interface. It'd actually be easier for you to make a backup copy of mod_pagemaster_pages, delete the pages you don't want converted out of the original, do the conversion, delete the original & then restore the backup copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 20:31:25
|
Support Requests item #772585, was opened at 2003-07-16 16:31 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=772585&group_id=81360 Category: Module: article Group: Administrative Status: Open Resolution: None Priority: 5 Submitted By: Eloi George (adarkling) Assigned to: Nobody/Anonymous (nobody) Summary: FRS release request: article v1.2 Initial Comment: Files are: module-article-1.2.tar.gz module-article-1.2.zip both located in /incoming This is a bugfix only. No changes to Release Notes are needed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=772585&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 20:25:43
|
Support Requests item #771989, was opened at 2003-07-15 20:11 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Converted articles can't be deleted Initial Comment: After converting my pagemaster pages to articles I could not delete any of the ones I did not require and got the message DB Error: no such field SELECT * FROM mod_article_sections WHERE id IN (a) [nativecode=1054 ** Unknown column 'a' in 'where clause'] ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-16 16:25 Message: Logged In: YES user_id=619893 I ran a few test conversions & they all came out OK. Here's a few things to try: 1) The error you described sounds like the section never got saved to the table, possibly because the database server was overworked. Try doing the conversion when database usage is low. 2) Make sure that you've made the change to your /core/Database.php file that I recommended in INSTALL.txt so you can see any error messages that the database creates. If it spits out some SQL errors & you don't see what went wrong, send it to my e-mail so I can analyze it. 3) It's not needed & I'm not sure if the slashes will get doubled up, but you can try changing article/inc/importPM.php line 55 from: $current_section->title = $old_page->sections[$x]->title; to: $current_section->title = addslashes($old_page->sections[$x]->title); and line 57 from: $current_section->text = $old_page->sections[$x]->text; to: $current_section->text = addslashes($old_page->sections[$x]->text); ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 22:49 Message: Logged In: YES user_id=619893 That sounds like a conversion error. I'll run some test conversions tonight & see if I can replicate it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 20:02:11
|
Support Requests item #771712, was opened at 2003-07-15 12:03 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771712&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: adding to the mod_lang_en table Initial Comment: Article should install all it's messages in the mod_lang_en table by default on installation to allow people to change the prompts ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-16 16:02 Message: Logged In: YES user_id=619893 Done. You'll need to import it via the Language Administrator after upgrading. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771712&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 18:27:21
|
Support Requests item #771986, was opened at 2003-07-15 20:09 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion process needs to prompt for articles Initial Comment: The conversion process should ask which pagemaster pages you want to convert and not just convert them all ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-16 14:27 Message: Logged In: YES user_id=619893 The pagemaster and announce data isn't deleted after conversion. Only the menu, comment and category links were changed. ---------------------------------------------------------------------- Comment By: David M Walker (datamgmt) Date: 2003-07-16 05:44 Message: Logged In: YES user_id=806718 In that case the simplest solution would be a command line option to keep or remove files after conversion e.g. http://yourdomain/index.php? module=article&function=convertPM&delete=yes or delete = no as appropriate, allowing pages that re successfully converted over to be copied or moved ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 22:54 Message: Logged In: YES user_id=619893 That's a valid idea, but it would require programming an entire additional interface. It'd actually be easier for you to make a backup copy of mod_pagemaster_pages, delete the pages you don't want converted out of the original, do the conversion, delete the original & then restore the backup copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 09:44:35
|
Support Requests item #771986, was opened at 2003-07-16 00:09 Message generated for change (Comment added) made by datamgmt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion process needs to prompt for articles Initial Comment: The conversion process should ask which pagemaster pages you want to convert and not just convert them all ---------------------------------------------------------------------- >Comment By: David M Walker (datamgmt) Date: 2003-07-16 09:44 Message: Logged In: YES user_id=806718 In that case the simplest solution would be a command line option to keep or remove files after conversion e.g. http://yourdomain/index.php? module=article&function=convertPM&delete=yes or delete = no as appropriate, allowing pages that re successfully converted over to be copied or moved ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-16 02:54 Message: Logged In: YES user_id=619893 That's a valid idea, but it would require programming an entire additional interface. It'd actually be easier for you to make a backup copy of mod_pagemaster_pages, delete the pages you don't want converted out of the original, do the conversion, delete the original & then restore the backup copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 03:07:41
|
Support Requests item #771989, was opened at 2003-07-15 20:11 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Converted articles can't be deleted Initial Comment: After converting my pagemaster pages to articles I could not delete any of the ones I did not require and got the message DB Error: no such field SELECT * FROM mod_article_sections WHERE id IN (a) [nativecode=1054 ** Unknown column 'a' in 'where clause'] ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 22:49 Message: Logged In: YES user_id=619893 That sounds like a conversion error. I'll run some test conversions tonight & see if I can replicate it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 02:55:50
|
Support Requests item #771991, was opened at 2003-07-15 20:17 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771991&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion does not do empty pages Initial Comment: As we use empty pages as a place holder we should at least have the option to convert empty pages rather than have it dictated to us that we can't ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 22:55 Message: Logged In: YES user_id=619893 As an error-checking measure, Article doesn't allow you to save empty articles. If there's not that many placeholder pages, you might want to put some "Enter Your Text Here" messages in each of them so that they're not empty. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771991&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 02:54:13
|
Support Requests item #771986, was opened at 2003-07-15 20:09 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion process needs to prompt for articles Initial Comment: The conversion process should ask which pagemaster pages you want to convert and not just convert them all ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-15 22:54 Message: Logged In: YES user_id=619893 That's a valid idea, but it would require programming an entire additional interface. It'd actually be easier for you to make a backup copy of mod_pagemaster_pages, delete the pages you don't want converted out of the original, do the conversion, delete the original & then restore the backup copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 02:31:53
|
Support Requests item #771631, was opened at 2003-07-15 10:30 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771631&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: 1.1 did not upgrade version in boost Initial Comment: Installing article 1.1 did not have a boost script to update the version number (even if it did not need any other changes to the database). Releases need to be reflected in the Boost configuration. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-15 22:31 Message: Logged In: YES user_id=619893 I see what I missed... OK. Fixed now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771631&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 02:29:36
|
Support Requests item #771708, was opened at 2003-07-15 11:58 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771708&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: iding expired articles from ordinary mortals Initial Comment: Once an article has been expired an ordinary user goes to module=article&disp=main_menu and they can still see the expired articles. These should be hidden and only visible to administrators to unexpire as previously described ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-15 22:29 Message: Logged In: YES user_id=619893 OK fixed. Now whenever a regular user looks at All Articles, they can't see expired ones if they don't have authorization to un-expire them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771708&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 02:24:30
|
Support Requests item #771655, was opened at 2003-07-15 11:20 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771655&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: expired items in article manager Initial Comment: Items that have expired in the article manager have a button that says 'expire' next to them even though they are already expired. This should actually be an 'unexpire' button that sets the article to the default article validity period. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-15 22:24 Message: Logged In: YES user_id=619893 I had a problem with the date arithmetic that broke the expiration function. It's fixed now. The "Expire" button turns into a "Publish" button if the article is expired. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771655&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 00:17:22
|
Support Requests item #771991, was opened at 2003-07-16 00:17 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=771991&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion does not do empty pages Initial Comment: As we use empty pages as a place holder we should at least have the option to convert empty pages rather than have it dictated to us that we can't ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771991&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 00:11:56
|
Support Requests item #771989, was opened at 2003-07-16 00:11 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=771989&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Converted articles can't be deleted Initial Comment: After converting my pagemaster pages to articles I could not delete any of the ones I did not require and got the message DB Error: no such field SELECT * FROM mod_article_sections WHERE id IN (a) [nativecode=1054 ** Unknown column 'a' in 'where clause'] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771989&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-16 00:09:18
|
Support Requests item #771986, was opened at 2003-07-16 00:09 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=771986&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Conversion process needs to prompt for articles Initial Comment: The conversion process should ask which pagemaster pages you want to convert and not just convert them all ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771986&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 17:37:52
|
Support Requests item #771650, was opened at 2003-07-15 11:05 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771650&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: expiring articles fails Initial Comment: Expiring articles fails with message: Error: sqlUpdate() statement was incomplete: update mod_article set expiration_date='2003-07-15 14:59:11' where id = NULL Notably the address now says http://www.datamgmt.com/index.php#6 and I was trying to expire article 6 so I guess the command line is getting hosed in some way ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-15 13:37 Message: Logged In: YES user_id=619893 I am continually amazed at how many bugs can stay hidden until someone else looks at it! Thanks for pointing this out. I'll release a new bugfix tomorrow morning, but until then you can fix it by doing this: In /mod/article/class/Article.php change line 966 from: $GLOBALS['core']->sqlUpdate($query_data, 'mod_article', 'id', $_SESSION['SES_ART_article']->id); to: $GLOBALS['core']->sqlUpdate($query_data, 'mod_article', 'id', $this->id); The command line is OK. It's just telling the browser to position the screen at the article (#6) you just expired so you don't have to scroll down the list to find it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771650&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 17:17:11
|
Support Requests item #771712, was opened at 2003-07-15 09:03 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771712&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: adding to the mod_lang_en table Initial Comment: Article should install all it's messages in the mod_lang_en table by default on installation to allow people to change the prompts ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771712&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 17:15:42
|
Support Requests item #770638, was opened at 2003-07-13 15:37 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=770638&group_id=81360 Category: Module: article Group: Second Level Support >Status: Closed Resolution: None Priority: 6 Submitted By: David M Walker (datamgmt) Assigned to: Eloi George (adarkling) Summary: Module Article: revised copyright Initial Comment: Our company policy does not allow randon unrelated links as part of a copyright message. I have changed ours to: /* My copyright statement. Do not disable or remove. $rights = array( 'http://www.vibride.com','http://www.realvidreams.com','http://www.bygeorgeware.com','http://www.bygeorgeadvertising.com'); $copyright = '<div style="text-align:right;font-size:8pt"><a href="'.$rights[rand(0,2)].'">©</a></div>'; */ $copyright = '<div style="text-align:right;font-size:8pt">©phpwsArticle application by <a href=http://www.bygeorgeware.com target=_blank>ByGeorgeWare</a> and site content by <a href=http://www.datamgmt.com>Data Management & Warehousing</a>'; We still strongly want to support your intellectual property. You might find it useful to make it more generic rgds davidw ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2003-07-15 13:15 Message: Logged In: YES user_id=619893 Yeah. I know it's a riveting subject. But we're taking it to email. ---------------------------------------------------------------------- Comment By: David M Walker (datamgmt) Date: 2003-07-15 10:10 Message: Logged In: YES user_id=806718 By 'generic' I mean that the copyright would say '(c) Copyright - Content by $SITEOWNER, phpWebsite Article Module by ByGeorgeWare' and that $SITEOWNER was configurable in the system. Your second statement about coyright statements is not the way to go as a copyright statement is one of ownership and not one to drive traffic. You are probably nowhere in legal terms as what you have done is create two invalid licenses rather than one that protects you. Driving link traffic will come by association with phpWebsite, you shouldn't need to drive other traffic. Making money, which we all like to do is achieved by offering value add services. If you would like to discuss this off the bug tracking then place contact me via davidw (at) spam datamgmt (dot) com - obviously removing the spam and converting the characters rgds davidw ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2003-07-14 20:31 Message: Logged In: YES user_id=619893 I'm not sure what you mean by "generic". Basically pupose of the copyright statement is to give us "link popularity" in exchange for use of the module. There's a more complete explanation in the module license located in the article/docs directory. It doesn't matter if users see it or not -- what's important is that search engine spiders do. I've thought about stuff like making the link the same color as the background, but tricks like that would actually make your site get ranked -lower-. That's why I stayed with the unobtrusive text link. I figure if someone wants the link off that badly, they'll throw some cash my way in exchange for a non-copyright license. [wink][wink] However, if you want to put the copyright in the footer like that, I don't mind. It accomplishes the same purpose, so everyone still wins. [grin] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=770638&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 17:02:25
|
Support Requests item #771708, was opened at 2003-07-15 08:58 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771708&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: iding expired articles from ordinary mortals Initial Comment: Once an article has been expired an ordinary user goes to module=article&disp=main_menu and they can still see the expired articles. These should be hidden and only visible to administrators to unexpire as previously described ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771708&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 17:00:06
|
Support Requests item #771705, was opened at 2003-07-15 08:54 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771705&group_id=81360 Category: Module: article >Group: First Level Support >Status: Closed >Resolution: Duplicate >Priority: 1 Submitted By: David M Walker (datamgmt) >Assigned to: Mike Noyes (mhnoyes) >Summary: Module Article: expired Items in article manager Initial Comment: Items that have expired in the article manager have a button that says 'expire' next to them even though they are already expired. This should actually be an 'unexpire' button that sets the article to the default article validity period. ---------------------------------------------------------------------- >Comment By: Mike Noyes (mhnoyes) Date: 2003-07-15 09:59 Message: Logged In: YES user_id=39521 Duplicate of 771655 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771705&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 16:55:12
|
Support Requests item #771655, was opened at 2003-07-15 08:20 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771655&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: expired items in article manager Initial Comment: Items that have expired in the article manager have a button that says 'expire' next to them even though they are already expired. This should actually be an 'unexpire' button that sets the article to the default article validity period. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771655&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 16:51:12
|
Support Requests item #771650, was opened at 2003-07-15 08:05 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771650&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: expiring articles fails Initial Comment: Expiring articles fails with message: Error: sqlUpdate() statement was incomplete: update mod_article set expiration_date='2003-07-15 14:59:11' where id = NULL Notably the address now says http://www.datamgmt.com/index.php#6 and I was trying to expire article 6 so I guess the command line is getting hosed in some way ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771650&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 16:34:09
|
Support Requests item #771631, was opened at 2003-07-15 07:30 Message generated for change (Settings changed) made by mhnoyes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771631&group_id=81360 Category: Module: article >Group: Second Level Support Status: Open Resolution: None >Priority: 6 Submitted By: David M Walker (datamgmt) >Assigned to: Eloi George (adarkling) >Summary: Module Article: 1.1 did not upgrade version in boost Initial Comment: Installing article 1.1 did not have a boost script to update the version number (even if it did not need any other changes to the database). Releases need to be reflected in the Boost configuration. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771631&group_id=81360 |
From: SourceForge.net <no...@so...> - 2003-07-15 16:03:59
|
Support Requests item #771712, was opened at 2003-07-15 16:03 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=771712&group_id=81360 Category: Module: article Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M Walker (datamgmt) Assigned to: Nobody/Anonymous (nobody) Summary: Adding to the mod_lang_en table Initial Comment: Article should install all it's messages in the mod_lang_en table by default on installation to allow people to change the prompts ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=771712&group_id=81360 |