- 09 Oct, 2001 1 commit
-
-
Dries authored
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide 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.
-
- 28 Sep, 2001 1 commit
-
-
Dries authored
- fixed small glitch in node_del() - 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)!
-
- 24 Sep, 2001 1 commit
-
-
Dries authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 16 Sep, 2001 1 commit
-
-
Dries authored
- Added the new user module!
-
- 15 Aug, 2001 1 commit
-
-
Dries authored
+ fixed a few visual glitches: '\n' won't be stripped anymore which makes most of the new/feeds 'render' better.
-
- 14 Aug, 2001 1 commit
-
-
Dries authored
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
-
- 06 Aug, 2001 1 commit
-
-
Dries authored
- Small updates: see mailing-list for details.
-
- 05 Aug, 2001 3 commits
- 04 Aug, 2001 2 commits
- 03 Aug, 2001 1 commit
-
-
Dries authored
- import.module: + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
-
- 30 Jul, 2001 1 commit
-
-
Kjartan authored
- fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
-
- 18 Jul, 2001 1 commit
-
-
Dries authored
+ parser improvements: we can now parse some (if not all) of the Userland RSS 0.91 feeds
-
- 15 Jul, 2001 4 commits
-
-
Dries authored
+ let's get the order of the items in the admin page right
-
Dries authored
+ fixed typo
-
Dries authored
- import.module: + added new "tab" to import.module called "news sources". + improvement to import.module navigation. - theme.inc: + renamed 'your contributions' to 'your submissions'.
-
Dries authored
- import.module: + 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.
-
- 14 Jul, 2001 2 commits
- 13 Jul, 2001 1 commit
-
-
Dries authored
- import.module: + fixed typo
-
- 12 Jul, 2001 3 commits
-
-
Dries authored
- blog.module: + 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
-
Dries authored
- Two small bugfixes.
-
Dries authored
- blog.module, import.module: + 2 small improvements wrt to access rights
-
- 11 Jul, 2001 1 commit
-
-
Dries authored
- Added blog.module to replace diary.module (contrubeted by Julian): + 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
-
- 09 Jul, 2001 1 commit
-
-
Dries authored
- cloud.module: + small visual change - import.module: + added suggestions made by Julian along with some extras.
-
- 08 Jul, 2001 1 commit
-
-
Dries authored
- Added a simple site cloud module.
-
- 07 Jul, 2001 1 commit
-
-
Dries authored
- import.module: + added internal improvements suggested by Julian. + XHTML-ified - admin.php: + XHTML-ified
-
- 29 Jun, 2001 1 commit
-
-
Dries authored
Extremely large commit: - 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!
-
- 23 Jun, 2001 1 commit
-
-
Dries authored
- Added locale documentation: written by Gerhard, revised by Dries. - 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.
-
- 20 Jun, 2001 1 commit
-
-
Dries authored
- Added a brand-new access.module which allows you to manage 'roles' (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 ...
-
- 11 Jun, 2001 1 commit
-
-
Dries authored
'=' 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
-
- 09 Jun, 2001 1 commit
-
-
Dries authored
- Added a 'remove items' feature to reset a feed. - 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> ^^^^^^^^^^^^^^^^^^^^^^^^^
-
- 06 Jun, 2001 3 commits
- 28 May, 2001 2 commits
-
-
Dries authored
- Removed reference to backend.class.
-
Dries authored
- Renamed syndication.module to import.module. - 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.
-
- 27 May, 2001 1 commit
-
-
Dries authored
- Various small improvements: no bug fixes though but I moved a few things around.
-