cs-rssdb-commits Mailing List for CS PHP RSS DB (Page 2)
Status: Abandoned
Brought to you by:
crazedsanity
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(14) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(19) |
Oct
|
Nov
(1) |
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
|
From: <cra...@us...> - 2009-09-10 18:18:39
|
Revision: 50
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=50&view=rev
Author: crazedsanity
Date: 2009-09-10 18:18:27 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Changes to help with unit testing.
/rssDBClass.php:
* MAIN:::
-- changed $db to public for transactional stuff.
-- added internal rssFilesDir var.
* __construct():
-- ARG CHANGE: NEW ARG: #1 ($rssFilesDir)
-- pass location of files in constructor instead of requiring a
constant: helps facilitate testing.
-- remove RSS_FILES_DIR as a required constant, add all the constants
for database connectivity parameters.
-- call connect_db() right away.
* parse_all_files():
-- use internal rssFilesDir var instead of constant
* parse_file():
-- use internal rssFilesDir var instead of constant
* load_schema() [NEW]:
-- method for loading the database schema.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-10 18:14:28
|
Revision: 49
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=49&view=rev
Author: crazedsanity
Date: 2009-09-10 18:14:21 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Consolidated arbitrary inserts directly into schema.
Modified Paths:
--------------
trunk/0.1/schema/rss_schema.pgsql.sql
Removed Paths:
-------------
trunk/0.1/schema/rss-source-inserts.sql
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-10 18:13:48
|
Revision: 48
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=48&view=rev
Author: crazedsanity
Date: 2009-09-10 18:13:41 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Files for testing.
Added Paths:
-----------
trunk/0.1/tests/files/
trunk/0.1/tests/files/cia.vc-author-crazedsanity.rss
trunk/0.1/tests/files/slashdot.rdf
trunk/0.1/tests/files/theregister.rss
trunk/0.1/tests/files/xbox-scene.rdf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-10 17:53:45
|
Revision: 47
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=47&view=rev
Author: crazedsanity
Date: 2009-09-10 17:53:37 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Beginning of script for unit testing.
Added Paths:
-----------
trunk/0.1/tests/
trunk/0.1/tests/testOfCSRSSDB.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-10 17:52:49
|
Revision: 46
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=46&view=rev
Author: crazedsanity
Date: 2009-09-10 17:52:43 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Move schema to be similar to my existing projects.
Added Paths:
-----------
trunk/0.1/schema/
trunk/0.1/schema/rss-source-inserts.sql
trunk/0.1/schema/rss_schema.pgsql.sql
Removed Paths:
-------------
trunk/0.1/docs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-04 18:07:34
|
Revision: 45
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=45&view=rev
Author: crazedsanity
Date: 2009-09-04 18:07:26 +0000 (Fri, 04 Sep 2009)
Log Message:
-----------
Add includes.php to the list of requirements.
NOTE::: this is built for the way my website (crazedsanity.com) is setup. Others will have to modify it to suit their environment. It isn't very complicated, though, so there shouldn't be issues.
Modified Paths:
--------------
trunk/0.1/bin/parse_rss_feeds.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-09-04 04:51:21
|
Revision: 44
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=44&view=rev
Author: crazedsanity
Date: 2009-09-04 04:51:10 +0000 (Fri, 04 Sep 2009)
Log Message:
-----------
Fix typo for special "__METHOD__" constant (missing a leading "_"); allow "<strong>" tags in rss.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-08-22 22:38:24
|
Revision: 43
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=43&view=rev
Author: crazedsanity
Date: 2009-08-22 22:38:10 +0000 (Sat, 22 Aug 2009)
Log Message:
-----------
Fix location of cs_phpDB{}.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-03-27 15:39:38
|
Revision: 42
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=42&view=rev
Author: crazedsanity
Date: 2009-03-27 14:54:47 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Handle article updates (#268).
/rssDBClass.php:
* parse_file():
-- when using a path with a special index (i.e. "attributes"), handle
the situation where multiple items exist (if the original path doesn't
exist, try changing the path to use the first item before throwing an
exception).
-- when calling article_exists(), use ONLY the link_to_article field.
* article_exists():
-- ARG CHANGE: DELETED ARGS (all)
-- ARG CHANGE: NEW ARG: #1 ($linkToArticle)
-- search using ONLY the link_to_article value. NOTE: may want to also
include the source_id in this query...
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-03-11 14:04:36
|
Revision: 41
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=41&view=rev
Author: crazedsanity
Date: 2009-03-11 14:04:15 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
NOT the most recent version. It was a decent idea, but was never implemented (all current changes are in /trunk/0.1/).
Removed Paths:
-------------
trunk/current/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-30 14:59:37
|
Revision: 40
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=40&view=rev
Author: crazedsanity
Date: 2009-01-30 14:59:34 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.3 ***
Fix class references for cs_arrayToPath{} to match cs-arrayToPath v1.0
SVN COMMANDS:::
merge --depth=infinity -r38:HEAD https://cs-rssdb.svn.sourceforge.net/svnroot/cs-rssdb/trunk/0.1
Modified Paths:
--------------
releases/0.1/VERSION
releases/0.1/rssDBClass.php
Property Changed:
----------------
releases/0.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-30 14:57:15
|
Revision: 39
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=39&view=rev
Author: crazedsanity
Date: 2009-01-30 14:57:12 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.3 ***
Fix class references for cs_arrayToPath{} to match cs-arrayToPath v1.0
Modified Paths:
--------------
trunk/0.1/VERSION
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-30 14:46:25
|
Revision: 38
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=38&view=rev
Author: crazedsanity
Date: 2009-01-30 14:46:22 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.2 ***
Fixes to class names to match cs-phpxml v1.0-ALPHA2
SVN COMMANDS:::
merge --depth=infinity -r36:HEAD https://cs-rssdb.svn.sourceforge.net/svnroot/cs-rssdb/trunk/0.1
Modified Paths:
--------------
releases/0.1/VERSION
releases/0.1/rssDBClass.php
Property Changed:
----------------
releases/0.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-30 14:45:12
|
Revision: 37
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=37&view=rev
Author: crazedsanity
Date: 2009-01-30 14:45:05 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.2 ***
Fixes to class names to match cs-phpxml v1.0-ALPHA2
Modified Paths:
--------------
trunk/0.1/VERSION
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-30 14:35:56
|
Revision: 36
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=36&view=rev
Author: crazedsanity
Date: 2009-01-30 14:35:54 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.1 ***
SUMMARY OF CHANGES:::
* fix requirement for cs_phpxmlParser{}
* fix references to cs-content libs to match v1.0-ALPHA2 release
Modified Paths:
--------------
releases/0.1/VERSION
releases/0.1/rssDBClass.php
Property Changed:
----------------
releases/0.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-29 22:49:58
|
Revision: 35
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=35&view=rev
Author: crazedsanity
Date: 2009-01-29 22:22:36 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1.1 ***
SUMMARY OF CHANGES:::
* fix requirement for cs_phpxmlParser{}
* fix references to cs-content libs to match v1.0-ALPHA2 release
Modified Paths:
--------------
trunk/0.1/VERSION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-29 22:49:55
|
Revision: 34
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=34&view=rev
Author: crazedsanity
Date: 2009-01-29 22:18:34 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
Fix references to cs-content libs for cs-content v1.0-ALPHA2
/rssDBClass.php:
* MAIN:::
-- fix references for cs_phpDB, cs_globalFunctions, and cs_fileSystem.
* __construct():
-- fix reference from cs_fileSystemClass{} to cs_fileSystem{}
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-27 19:34:32
|
Revision: 33
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=33&view=rev
Author: crazedsanity
Date: 2009-01-27 19:34:28 +0000 (Tue, 27 Jan 2009)
Log Message:
-----------
This will be where the most current code is; numbered trunk folders are stored for porting changes to older releases.
Added Paths:
-----------
trunk/current/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-27 16:35:08
|
Revision: 32
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=32&view=rev
Author: crazedsanity
Date: 2009-01-27 16:34:54 +0000 (Tue, 27 Jan 2009)
Log Message:
-----------
*** RELEASE 0.1 ***
Initial public release. This system loads news feeds from downloaded files and
imports articles into a database for simpler (and more reliable) display on a
webpage.
Added Paths:
-----------
releases/0.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-26 00:38:37
|
Revision: 31
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=31&view=rev
Author: crazedsanity
Date: 2009-01-26 00:38:34 +0000 (Mon, 26 Jan 2009)
Log Message:
-----------
Fix requirement for cs_phpxmlParser{}.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-21 18:51:31
|
Revision: 30
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=30&view=rev
Author: crazedsanity
Date: 2009-01-21 18:51:22 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
The last commit didn't make things work... apparently, I didn't actually test it...
Modified Paths:
--------------
trunk/0.1/bin/parse_rss_feeds.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-20 06:02:24
|
Revision: 29
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=29&view=rev
Author: crazedsanity
Date: 2009-01-20 06:02:14 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Remove arbitrary connect settings, fix some constant prefixes, & better errors.
/rssDBClass.php:
* __construct():
-- removed arbitrary constant definitions for connectivity.
* connect_db():
-- replace CSBLOG_DB_ prefixes with CSRSS_DB_ (that was just code that
was apparently copied from the cs-blogger project).
-- catch exceptions thrown from connecting so the exception that is
actually thrown is a little easier to track down.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-16 16:20:59
|
Revision: 28
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=28&view=rev
Author: crazedsanity
Date: 2009-01-16 16:20:56 +0000 (Fri, 16 Jan 2009)
Log Message:
-----------
For now, the database name it connects to is hard-coded as "cs".
NOTE: still need to have a siteConfig system in one of my projects, like cs-content...
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2009-01-06 17:47:54
|
Revision: 27
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=27&view=rev
Author: crazedsanity
Date: 2009-01-06 17:47:52 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
Fix problems when inserting data that has non-UTF8 characters.
NOTE::: URL from which this regex was adapted (not PHP, that's why it had to be "adapted"):
http://forums.devshed.com/asp-programming-51/regex-how-to-remove-non-ascii-characters-from-string-395202.html
/rssDBClass.php:
* parse_file():
-- clean title, entry_text, and author of any non-UTF8 characters to
avoid issues with database insertion. NOTE: this has NOT been very
thoroughly tested at all.
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cra...@us...> - 2008-12-29 22:31:55
|
Revision: 26
http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=26&view=rev
Author: crazedsanity
Date: 2008-12-29 22:31:53 +0000 (Mon, 29 Dec 2008)
Log Message:
-----------
Remove forced debug_print() from get_recent_articles()
Modified Paths:
--------------
trunk/0.1/rssDBClass.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|