summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Added "dirty" support for theming the poll-bars... uses $theme->pollfill ↵Steven Wittens2001-06-08
| | | | and $theme->pollempty for now.
* - Revised the 'track sitename' feature: it should be more accurate now.Dries Buytaert2001-06-08
|
* - Revised the 'track sitename' feature: it should be more accurate now.Dries Buytaert2001-06-08
|
* - Fixed inconsistent behavior of 'node_save()' and simplified theDries Buytaert2001-06-07
| | | | | | | | | | | | | algorithm a bit. --> Needs testing! I improved this last night and only got around to testing this rather briefly/quickly. It was to late already. ;-) (This is part of a larger set of changes I'm slowly working on which I will feed to CVS in steps after more testing.) - Added 2 new node functions called 'node_attribute_edit()' and 'node_attribute_save()' used to 'hook in' any indexing system including your home-brewed stuff if you'd want to.
* - Node filters: renamed 'Strip link tags' to 'Enable link tags'.Dries Buytaert2001-06-07
| | | | (Suggestion by Remco.)
* - Fixed problem with account.module listings.Dries Buytaert2001-06-07
| | | | (Reported by Remco.)
* - Fixed block showing queued polls. Now only shows active, posted polls.Steven Wittens2001-06-07
| | | | | - Fixed votes being reset to zero when updating a poll - Fixed that weird crashing bug on the poll form (Natrak)
* - Updated the $themes array to include all the themes.Kjartan Mannes2001-06-07
|
* - Fixed bug in node_search of node.module.Dries Buytaert2001-06-07
|
* - Fixed typoSteven Wittens2001-06-06
| | | | - Changed dries_at_drop.org into an UnConeD-Magically-Anti-Spam-Formatted-Email-Address(tm)
* - Updated CHANGELOGDries Buytaert2001-06-06
|
* - Increased the maximum length of the 'link'-textfield.Dries Buytaert2001-06-06
|
* - Added 'help structure' for node.module. We still need documentationDries Buytaert2001-06-06
| | | | | | for nodes ... anyone maybe? - Improved help.module.
* - 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.
* Missing trailing space in the "[ extra@user.info | http://extra.user.info/ ↵Steven Wittens2001-06-06
| | | | ]" for comments.
* Bugfix: there was still a "read more" link in the full view.Steven Wittens2001-06-06
|
* - Update for new node formatSteven Wittens2001-06-06
| | | | | - Added "read more" link for the block-version of a poll - Added mini-docs :)
* - Improved db_fetch_array() to return an associative array only:Dries Buytaert2001-06-06
| | | | passing around arrays should be less expensive.
* - Fixed permission problem in node.module.Dries Buytaert2001-06-06
| | | | | Kristjan: this should fix the problem you reported on the mailing-list. We aim at providing a better solution in the long though.
* - Fixed bug in 'attribute editor'.Dries Buytaert2001-06-05
|
* - Improved node_query such that an 'illegal offset' is less likekely toDries Buytaert2001-06-05
| | | | happen.
* - Sorted by n.nid in account_track_comments/nodes() so users can see thenatrak2001-06-04
| | | | | status on what they recently submitted. Will try and make this a little more configurable in the near future.
* - Modified error_handler() to ignore errors when @function() is used toKjartan Mannes2001-06-04
| | | | | suppress errors. If ya suppress them you normally have a good reason to do so :-)
* - Fixed small bug in "search node" of node.module.Dries Buytaert2001-06-04
|
* - Patched book.module to work with the new node.module (which makes theDries Buytaert2001-06-04
| | | | book.module quite a bit shorter/simpler).
* CHANGES:Dries Buytaert2001-06-04
| | | | | | | | | | | - Improvement to node listings. - Patched story.module to work with new node.module! NOTE: - UnConeD: poll.module needs updating. Let me know if you want me to do it as I assume you will update it unless otherwise mentioned.
* CHANGES:Dries Buytaert2001-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added improved node scheduler: + Automatically post node at date 'xx/xx/xx, xx:xx'. + Automatically queue node at date 'xx/xx/xx, xx:xx'. + Automatically dump node at date 'xx/xx/xx, xx:xx'. Requires a database update, see ./updates/2.00-to-x.xx.sql! - Refactored the admin interface of node.module. It is only a start but it should show the direction we are going. + The new interface is easier to extend with new functionality and operations. New "edit xxx" links can easily be added on our way. + The new interface tries to cover all content- or node-related functions. Thus making a special admin interface for each new node type redundant. To demonstrate this, I removed the admin hook from page.module and forum.module. This removes quite a bit of logic from the invidual modules which is a good sign if you ask me. A centralized GUI or interface covering all node-related administration should make Drupal easier to administer. TODO: - All node-related nodes need updating. This should be trivial and I'll hapilly tackle this later tonight. - There will be bugs, and I'm still working on this but I would like to get some feedback (from Natrak et all) on both user-friendliness and usability of this new interface. I'm still working on it as we speak ...
* - Output disabled message when locale is disabled.Kjartan Mannes2001-06-04
| | | | | - If $languages is empty and locale is enabled output $na instead of script errors.
* - Changed form_select() to return NULL if called without $options. This shouldKjartan Mannes2001-06-04
| | | | not have any impact, and makes things look nicer imo.
* - Changed   to a space (' '). The   was not being converted to anatrak2001-06-04
| | | | space.
* - Fixed bug in "delete node".Dries Buytaert2001-06-04
|
* - Fixed another typo: node_default -> node_settingDries Buytaert2001-06-03
|
* - Fixed typo: "Save defaults" -> "Save settings".Dries Buytaert2001-06-03
|
* - Fixed timestamp problem in queue.module.Dries Buytaert2001-06-03
|
* - Moved most of the options in structure.module to node.module. TheDries Buytaert2001-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | structure.module either needs work, or replacement by index.module: see "admin > node > node settings". It will do for now and it can always made better when we can think of a better solution; it is the best I could think of. Now what? index.module or structure.module? I'm currently pro index.module. - Drastically simplified "variable.inc". - Removed most dependecies on structure.module from all content related modules. Thus making our modules more modular. ;) - Fixed calculation glitch in queue.module. - Fixed potential function name clash/conflict in rating.module, and simplified some code on my way. - Started removing all global variables $status and $rstatus. Global variables are "yucky" so in near future, we will replace all global $status variables by a call to node_status(). Originally, $status was only introduced as a temporary hack and nothing is as permanent as a temporary hack so I took it out when still possible. - Changed the watchdog messages a bit.
* - Took out the <description>-tags from the RSS export code untill weDries Buytaert2001-06-02
| | | | | | figured out a proper way to make each content type communicate his content for this <description>-tag. I did nothing but remove some dead code.
* CHANGESKjartan Mannes2001-06-02
| | | | | | | | | - Modified check_mail() to allow '+' characters in mail addresses. TODO - Extend the regular expression to allow addresses valid in the RFC's. Currently IP domains are banned, and so are many other extensions of RFC 822. This is not a priority since we currently support 96% of all addresses.
* Shrunk the poll output... it was rather big in full-view :)Steven Wittens2001-06-01
|
* - Made the code generated by include/common.inc XHTML 1.0 compliant: allDries Buytaert2001-05-31
| | | | | forms should now be XHTML compliant. Just trying to get used to XHTML: :).
* - Fixed bug in moderation queue.Dries Buytaert2001-05-31
|
* - Added the poll-related SQL tables.Dries Buytaert2001-05-31
|
* - Fixed an extra <P> in form_file().Kjartan Mannes2001-05-30
|
* - Removed a few lines of dead code.Dries Buytaert2001-05-29
|
* - Fixed find-n-replace type in export.module.Dries Buytaert2001-05-28
| | | | (Reported by Kristjan.)
* - 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.
* Fixed a bug in the output: there was always a ruler under the ↵Steven Wittens2001-05-27
| | | | story-abstract, even if it was an abstract-only story.
* Fixed a goofy bug in Goofy :)Steven Wittens2001-05-27
|
* - Various small improvements: no bug fixes though but I moved a few thingsDries Buytaert2001-05-27
| | | | around.