Kjartan Mannes
66ccfb3f8d
- fixed the markup of the collapsed comment view settings.
...
- updated update.php and database.mysql disable a few more modules by default.
Without the config options in place to disable things this might confuse users.
2002-06-15 10:49:44 +00:00
Kjartan Mannes
a5c05512fc
- added some missing title attributs to links.
2002-06-14 13:48:35 +00:00
Dries Buytaert
8cfbe41201
- Fixed a bug with taxonomy_get_related() returning the term which
...
was passed in. Found by Moshe, fixed by Marco.
2002-06-14 04:30:30 +00:00
Kjartan Mannes
53a53ce6db
- fixing an error when no DA modules were loaded.
...
- indentation issue in node module.
2002-06-13 09:19:17 +00:00
Kjartan Mannes
d880f8f559
- added missing <ul> tags.
2002-06-12 16:02:26 +00:00
Kjartan Mannes
0072855340
- made poll_page() SQL query valid when running MySQL in ANSI mode.
2002-06-12 12:35:01 +00:00
Kjartan Mannes
7c58daf7c3
- adding missing $bacground/$foreground variables.
2002-06-12 12:33:27 +00:00
Kjartan Mannes
7ac1ae2aa6
- adds missing navigation to feed and bundle view.
...
- adds missing links.
2002-06-12 12:25:49 +00:00
Kjartan Mannes
b06bbe7481
- default theme added to theme options + some clean up.
...
- 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.
2002-06-10 19:49:16 +00:00
Kjartan Mannes
d480507f0d
- changing php_register_globals to register_globals which is the correct setting.
2002-06-10 12:10:55 +00:00
Kjartan Mannes
167955dfb0
- fixing outgoing mails and added some documentation.
2002-06-09 17:24:42 +00:00
Kjartan Mannes
3955d6836a
- more documentation updates by Scott.
2002-06-09 16:44:52 +00:00
Dries Buytaert
81d0d7b2a0
- Changed a " drupal " into " Drupal ".
2002-06-09 15:11:15 +00:00
Dries Buytaert
52e00d08dd
- Documentation update: "%s/ drupal / Drupal /cg". In documentation we
...
prefer "Drupal" instead of "drupal".
2002-06-09 14:18:23 +00:00
Dries Buytaert
d859a37ff7
- Documentation updates: made it more consistent with the rest of Drupal.
2002-06-09 14:16:35 +00:00
Dries Buytaert
300e524368
- Updated the book module documentation a bit.
2002-06-09 14:02:35 +00:00
Dries Buytaert
ca9fc85e4b
- Bugfix: the comment module has a help function but it wasn't linked to.
2002-06-09 13:52:08 +00:00
Kjartan Mannes
28a7179a22
- fixing the moderation result block so both author and voters can see it.
2002-06-09 11:11:27 +00:00
Dries Buytaert
a2d1101568
- Mentioned the various documentation updates.
2002-06-09 09:04:16 +00:00
Kjartan Mannes
f44646030b
- applying Scott's patch.
...
- removing the need to enable weblogs ping so it matches locale and bloggerapi.
2002-06-09 08:55:51 +00:00
Dries Buytaert
10f808b37b
- Updated the poll documentation. Patch by Scott.
2002-06-09 08:30:11 +00:00
Dries Buytaert
366118ce45
- Made a small cosmetic change to the modules admin page.
2002-06-09 08:29:49 +00:00
Dries Buytaert
359ff9539e
- Some small editorial changes to the user module.
2002-06-09 08:17:55 +00:00
Dries Buytaert
2d5630bb48
- Included Moshe's *excellent* user module documentation.
...
NOTE: I remove the gravity stuff as this optional and already documented
in rating.module.
2002-06-09 07:44:12 +00:00
Kjartan Mannes
5d36c70449
- improved module descriptions.
...
- 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.
2002-06-08 16:17:29 +00:00
Dries Buytaert
37ee9eed2e
- Bugfix: we now keep a per-node $date cache in comment_is_new(). Suggested
...
by Natrak.
2002-06-08 14:30:05 +00:00
Dries Buytaert
291d119b25
- Removed non-existing theme from both update.php and database.mysql. Patch
...
by Marco.
2002-06-08 14:26:23 +00:00
Dries Buytaert
92665ec06b
- Bugfix: clicking "help" on the "site configuration" didn't show any help.
2002-06-08 14:13:11 +00:00
Dries Buytaert
e6096b603a
- 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.
2002-06-08 13:22:33 +00:00
Dries Buytaert
1c929509a3
- 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.
2002-06-08 12:30:36 +00:00
Dries Buytaert
2b3ca2d3ac
- More documentation updates. Added "Requires crontab" message to the
...
settings that require crontab, make some things more consistent, etc.
2002-06-08 10:18:59 +00:00
Dries Buytaert
7d9fc047f9
- Clarified the help texts a bit.
2002-06-08 10:09:03 +00:00
Dries Buytaert
19736b4225
- Removed the redundant option to enable or disable the locale module.
2002-06-08 10:05:19 +00:00
Dries Buytaert
f770b7861e
- Small detail in the help.
2002-06-08 07:09:02 +00:00
Dries Buytaert
68129fd539
- 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,
2002-06-06 18:29:40 +00:00
Dries Buytaert
3eb607b8ee
- The Drupal module is no longer required.
2002-06-06 18:19:03 +00:00
Steven Wittens
80a6b15942
Some small corrections to the system descriptions (as discussed in mailinglist)
2002-06-04 11:44:23 +00:00
Steven Wittens
8be5a2545e
Poll.module improvements:
...
- 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)
2002-06-04 03:55:17 +00:00
Kjartan Mannes
0279761383
- changed a db_queryd to db_query.
2002-06-02 15:29:21 +00:00
Steven Wittens
e128899832
Theme update:
...
Got rid of the drop.org logo's in the themes and replaced them with the Drupal logo.
2002-06-01 23:17:05 +00:00
Kjartan Mannes
4a28077f46
- adding descriptions to modules (thanks Joe + Scott).
...
- 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.
2002-06-01 21:57:29 +00:00
Steven Wittens
59082a5f19
Poll.module:
...
- Added timestamp (created) sorting to polls page.
2002-06-01 21:36:05 +00:00
Steven Wittens
139a2fa37c
UnConeD.theme
...
Removed 'nowrap' from box titles
2002-06-01 20:33:51 +00:00
Steven Wittens
e0c1980329
Poll.module:
...
Added a page showing a list of older polls.
2002-06-01 20:19:18 +00:00
Steven Wittens
f520a8b413
Fixed unmoderated polls already showing up in the side-block.
2002-06-01 19:34:32 +00:00
Dries Buytaert
38aaf5f35d
- Added missing translations and the like.
2002-05-31 20:29:30 +00:00
Dries Buytaert
b0ea30ed85
- Fixed missing translations and missing lm()'s (including the one Marco fixed).
2002-05-31 20:22:14 +00:00
Dries Buytaert
420ac9f4f7
- Added missing translations (including the one Marco spotted).
2002-05-31 20:18:33 +00:00
Kjartan Mannes
d5023adb4c
- fixing who is online block.
2002-05-31 11:03:54 +00:00
Dries Buytaert
af075abb3d
- Fixed but #197 : "Shouldn't going to index.php?or=xxx show all content
...
for the term rather than only promoted content?". Reported by Barry,
fixed by Revar's patch.
2002-05-30 20:26:08 +00:00