I'm working on a 4.7 port of "news page". I plan to send it later today. Hope some of you could test it. Regards, eric.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | news_page_0.zip | 6.2 KB | robert castelo |
| #5 | news_page.zip | 6.2 KB | robert castelo |
| #4 | news_page_1.install | 1.02 KB | ec |
| #3 | news_page_0.install | 810 bytes | ec |
| #2 | news_page.install | 678 bytes | ec |
Comments
Comment #1
ec commentedThanks to Jjeff form updater module, I have something that is working on my test install except the RSS page feed. Please test it before I comit a patch. Regards, Eric.
Comment #2
ec commentedComment #3
ec commentedadd an update existing tables to UTF-8.
Comment #4
ec commentedadd update to new database schema from earlier version
Comment #5
robert castelo commentedThanks for your work Eric, it saved me a bit of time updating to 4.7.
Attached is an updated version for 4.7 - I'm not adding it to contrib until I've tested it out more thoroughly, which is why I've uploaded it here.
Does anyone have time to do some testing?
I'm particularly interested in the database update process:
Does 'search' column get created on new install?
Does 'search' column get created on update from 4.6 version?
Does this work OK for pgsql?
Comment #6
ec commentedHello Robert, thank you. I will try it later today and let tou know. eric.
Comment #7
ec commentedHello Robert,
I tried your zip file, on my current installation, will do more on another one I will upgrade from 4.6 to 4.7. Works fine. But currently I have an issue with the RSS at the end of a page. User with id #1 can't access the feeds even after I gave him all the rights. An in the url there are 2 trailings /, is it normal ? (example : http://localhost/470nets/?q=news_page/feed/170// ). regards, eric.
Comment #8
buddaWeird, the .installfile has a PHP error when i downloaded that zip! I'm attempting to upgrade from a 4.6 install to 4.7
The error is:
Comment #9
llizards commentedSame here
Comment #10
robert castelo commentedOK, this should do it.....
Comment #11
robert castelo commented...updating title.
Comment #12
robert castelo commentedNew version posted to cvs which is for Drupal 4.7.
There was a mistake in the install file for the version posted on this page.
If you're using that version then disable the module on the admin >> modules page.
Install the new version of the module files.
Check your database, look at table 'system', and delete the row which has the filename column set to the path to the legal module.
Then enable the module again.
Go to your-domain/update.php
Run the update for news_page module.
Lastly, remember that cvs is for development code, so don't use this on a live site unless you've tested it thoroughly on a dummy site.
I'll wait a week for feedback on the cvs version, and if all goes well do a full 4.7 release in a week.
Comment #13
netbjarne commentedI installed the CVS version, and it did wonders for me for filtering RSS feets. A few notes on usability though:
1) It seems, that you only need to enter the beginning of words to filter by. Ie, one won't have to enter "Japan,Japans,Japaneese" - buts its enough to enter just "Japan". Inline help could be more specific about that.
2) It seems, that when entering words to filter by, you must NOT use spaces in the word list "Red, Green, Blue" - as the module will actually include the leading space in the words (" Green", and " Blue").. The correct way is "Red,Green,Blue". Or so its seems, I'm not sure. A note on that in the inline help, or a strip of leading spaces would be nice..
3) A tip on aggreagating ones own feed created by news page coulkd be mentioned. By doing that, its possible to create a news block with filtered RSS items.
Nevertheless - I think that a 4.7 release of this module would be really nice. I'm using the CVS in production, and I'm very happy with it as it is very very useful - I think the module deserves to be released properly..
Comment #14
robert castelo commentedOfficial 4.7.x-1.0 release is out.
Thanks for all the feedback and code.
Comment #15
robert castelo commented