summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
Commit message (Collapse)AuthorAge
...
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
| | | | | | | | | | | | | | 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
| | | | | | | range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
* - fixed small glitch in node_del()Dries Buytaert2001-09-28
| | | | | | | | | | | | | | | | | | | | | - fixed small glitch in comment_del() - changed the API of the form() function. The first parameter, the "action"-attribute in the <form>-tag has been made optional. By default, it will be set to "$REQUEST_URI". Why? Because in 98% of the cases we would do: global $REQUEST_URI; $form = form($REQUEST_URI, $form_content); while we can do: $form = form($form_content); now. Update your modules (and sorry for the inconvenience)!
* - Fixed translation bugs (reported by Alexander Schwartz)Dries Buytaert2001-09-24
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - import.module:Dries Buytaert2001-08-15
| | | | | + fixed a few visual glitches: '\n' won't be stripped anymore which makes most of the new/feeds 'render' better.
* - Added some 'header("Content-Type: text/xml")' as suggested by Julian.Dries Buytaert2001-08-14
|
* - Small updates: see mailing-list for details.Dries Buytaert2001-08-06
|
* - various updatesDries Buytaert2001-08-05
|
* - added fclose()Dries Buytaert2001-08-05
|
* - added "rssfeeds"-tagDries Buytaert2001-08-05
|
* - bugfix: cured a warningDries Buytaert2001-08-04
|
* - various improvements and small additionsDries Buytaert2001-08-04
|
* - import.module:Dries Buytaert2001-08-03
| | | | | | | | | | | + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
* cloud.moduleKjartan Mannes2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
* - import.module:Dries Buytaert2001-07-18
| | | | | + parser improvements: we can now parse some (if not all) of the Userland RSS 0.91 feeds
* - import.module:Dries Buytaert2001-07-15
| | | | + let's get the order of the items in the admin page right
* - import.module:Dries Buytaert2001-07-15
| | | | + fixed typo
* - import.module:Dries Buytaert2001-07-15
| | | | | | | | + added new "tab" to import.module called "news sources". + improvement to import.module navigation. - theme.inc: + renamed 'your contributions' to 'your submissions'.
* - import.module:Dries Buytaert2001-07-15
| | | | | | | + small improvements to feed administration + added some additional error/watchdog message upon failure + improved the robustness of the parser routine; more feeds get parsed succesfully now.
* - A lot of (a) visual and (b) navigational improvements to import.module.Dries Buytaert2001-07-14
|
* - import.module:Dries Buytaert2001-07-14
| | | | | + changed the link name to "news feeds" + changed the link on the "latest news" page
* - import.module:Dries Buytaert2001-07-13
| | | | + fixed typo
* - blog.module:Dries Buytaert2001-07-12
| | | | | | | | | | | | | | | | | | | + fixed visual glitch with 'read more' link (blog comments) + made it possible to delete your last blog item + fixed timestamp bug when previewing a new blog + fixed potential problem with blog_save() + fixed a few HTML/XHTML tinkos. - statistics.module: + "yoursite.com" should no longer show up under "external referrers" + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug + xhtml-ified - node.inc: + fixed watchdog message - import.module: + small block improvement
* - Two small bugfixes.Dries Buytaert2001-07-12
|
* - blog.module, import.module:Dries Buytaert2001-07-12
| | | | + 2 small improvements wrt to access rights
* - Added blog.module to replace diary.module (contrubeted by Julian):Dries Buytaert2001-07-11
| | | | | | | | | | | | + feedback wanted - Added updated import.module (contributed by Julian): + user page do browse the headlines by feed and bundle, to display the item descriptions, etc. - Fixed small bug in common.inc. - Updated database.mysql
* - cloud.module:Dries Buytaert2001-07-09
| | | | | | | + small visual change - import.module: + added suggestions made by Julian along with some extras.
* - Added a simple site cloud module.Dries Buytaert2001-07-08
|
* - import.module:Dries Buytaert2001-07-07
| | | | | | | | + added internal improvements suggested by Julian. + XHTML-ified - admin.php: + XHTML-ified
* Extremely large commit:Dries Buytaert2001-06-29
| | | | | | | | | | | | | | | | | | - Fixed tiny quote problem in account.php. - Fixed tiny bug in comment.inc. - Fixed tiny bug in comment.module. - Fixed tiny bug in meta.module. - Simplified user_access() API. - Rewrote link system: still needs fine-tuning and testing so don't upgrade if you are running a production site. ;) Updated all modules and themes to reflect this change. All other themes and modules need updating too!
* - Added locale documentation: written by Gerhard, revised by Dries.Dries Buytaert2001-06-23
| | | | | | | | | | | | - Added import documentation: written by Gerhard, revised by Dries. TODO: - A quick introduction on content syndication needs to be written for import.module. - If some one who is native English could go over the these text, please do.
* - Added a brand-new access.module which allows you to manage 'roles'Dries Buytaert2001-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | (groups) and 'permissions' ... (inspired by Zope's system). + Once installed, click the help-link for more information. + See updates/2.00-to-x.xx.sql for the SQL updates. - Modified loads of code to use our new access.module. The system still has to mature though: new permissions have to be added and existing permissions need stream-lining. Awaiting suggestions. - As a direct result of the new access system, I had to rewrite the way the top-level links in admin.php are rendered and displayed, and xhtml-ified admin.php while I was at it. TODO - Home-brewed modules need updating, home-brewed themes not. (Examples: file.module, trip_link.module) - As soon we *finished* the refactoring of the user system (KJ has been working on this refactoring already) we should consider to embed this role and permission code into account.module ...
* - Changed field_set(), field_get() and field_merge() to use ',' andDries Buytaert2001-06-11
| | | | | | | | | | | | | | | | | | | | '=' instead of ';' and ':'. It is considered to be more readable. --> A _first_ step towards and improved index.module. Stay tuned for more. + Important: If you update from CVS - apply the queries in 2.00-to-x.xx.sql! - Changed all 'attribute' to 'attributes'. + Important: If you update from CVS - apply the queries in 2.00-to-x.xx.sql! + Important: This might require to ieni-wieni small update to your custom themes and/or node-related modules: - themes: node_index($node->attribute) -> node_index($node) - node modules: attribute -> attributes
* - Added a 'remove items' feature to reset a feed.Dries Buytaert2001-06-09
| | | | | | | | | | - Slightly improved the parsing algorithm; in some cases, were tags have attributes, things went wrong. We ignore attributes for now as we don't do anything with those. Example: <item rdf:about="http://foo.com"></item> ^^^^^^^^^^^^^^^^^^^^^^^^^
* - Increased the maximum length of the 'link'-textfield.Dries Buytaert2001-06-06
|
* - Typo: 'timstamp' should have been 'timestamp'.Dries Buytaert2001-06-06
|
* - Fixed bug in cron function of import.module: headlines did not expireDries Buytaert2001-06-06
| | | | properly.
* - Removed reference to backend.class.Dries Buytaert2001-05-28
|
* - Renamed syndication.module to import.module.Dries Buytaert2001-05-28
- Removed headline.module: it became obsolete. - Removed backend.class: it became obsolete. - Added export.module. For now, you can use: 1. http://drupal/export.php?headlines.rss 2. http://drupal/export.php?headlines.rdf - Renamed export to export.php. For now, you can use: 1. http://drupal/export.php?headlines.rss 2. http://drupal/export.php?headlines.rdf Renaming this file has main 3 advantages: 1. We no longer rely on .htaccess for being able to export. 2. It is more conform with the general naming conventions. 3. It removes a pseudo-hack with formatting the URI. - Made import.module export blocks with feeds.