- 14 Jun, 2002 2 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
was passed in. Found by Moshe, fixed by Marco.
-
- 13 Jun, 2002 1 commit
-
-
Kjartan Mannes authored
- indentation issue in node module.
-
- 12 Jun, 2002 4 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- adds missing links.
-
- 10 Jun, 2002 2 commits
-
-
Kjartan Mannes authored
- title of "blog it" item is used as default node title. - added link to news feed admin pages on import_page. - "blog it" link only shows when the blog module is available.
-
Kjartan Mannes authored
-
- 09 Jun, 2002 14 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Changed a " drupal " into " Drupal ".
-
Dries Buytaert authored
- Documentation update: "%s/ drupal / Drupal /cg". In documentation we prefer "Drupal" instead of "drupal".
-
Dries Buytaert authored
- Documentation updates: made it more consistent with the rest of Drupal.
-
Dries Buytaert authored
- Updated the book module documentation a bit.
-
Dries Buytaert authored
- Bugfix: the comment module has a help function but it wasn't linked to.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Mentioned the various documentation updates.
-
Kjartan Mannes authored
- removing the need to enable weblogs ping so it matches locale and bloggerapi.
-
Dries Buytaert authored
- Updated the poll documentation. Patch by Scott.
-
Dries Buytaert authored
- Made a small cosmetic change to the modules admin page.
-
Dries Buytaert authored
- Some small editorial changes to the user module.
-
Dries Buytaert authored
- Included Moshe's *excellent* user module documentation. NOTE: I remove the gravity stuff as this optional and already documented in rating.module.
-
- 08 Jun, 2002 10 commits
-
-
Kjartan Mannes authored
- removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
-
Dries Buytaert authored
- Bugfix: we now keep a per-node $date cache in comment_is_new(). Suggested by Natrak.
-
Dries Buytaert authored
- Removed non-existing theme from both update.php and database.mysql. Patch by Marco.
-
Dries Buytaert authored
- Bugfix: clicking "help" on the "site configuration" didn't show any help.
-
Dries Buytaert authored
- Extended the blog module documentation with input from the Drupal handbook. The documentation is not particulary exciting/good but it is better than what it used to be.
-
Dries Buytaert authored
- Removed the redundant "enable/disable" setting from the Blogger API module. - Revised the documentation: fixed about 5 typos, removed the bit about downloading the module from the Drupal contributions repository, updated the installation guidelines, etc.
-
Dries Buytaert authored
- More documentation updates. Added "Requires crontab" message to the settings that require crontab, make some things more consistent, etc.
-
Dries Buytaert authored
- Clarified the help texts a bit.
-
Dries Buytaert authored
- Removed the redundant option to enable or disable the locale module.
-
Dries Buytaert authored
- Small detail in the help.
-
- 06 Jun, 2002 2 commits
-
-
Dries Buytaert authored
- Changed some "default NULL"s to "default NOT NULL"s as this only works on recent MySQL versions. I included the diffs for review. update.php: - update_sql("CREATE TABLE search_index (word varchar(50) default NULL, lno in + update_sql("CREATE TABLE search_index (word varchar(50) default NOT NULL, ln database.mysql: - word varchar(50) default NULL, - lno int(10) unsigned default NULL, - type varchar(16) default NULL, - count int(10) unsigned default NULL, + word varchar(50) NOT NULL, + lno int(10) unsigned NOT NULL, + type varchar(16) default NULL, + count int(10) unsigned default NULL,
-
Dries Buytaert authored
- The Drupal module is no longer required.
-
- 04 Jun, 2002 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- Added links to see poll results when you haven't voted yet (and to go back). - Cleaned up code and moved large sections into separate functions for cleaner code - Cleaned up the way of distinguishing between multiple polls on one page (now it just uses the nid)
-
- 02 Jun, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 01 Jun, 2002 2 commits
-
-
Steven Wittens authored
Got rid of the drop.org logo's in the themes and replaced them with the Drupal logo.
-
Kjartan Mannes authored
- fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
-