Dries Buytaert
71db4f261a
- Bugfix: don't list the anonymous user on the account overview pages. Fixes
...
bug #3688 .
2003-10-21 17:58:05 +00:00
Dries Buytaert
d5920c6278
- Bugfix: fixed book module links. Fixed bug #3621 . Patch #132 by eafarris.
2003-10-21 16:11:12 +00:00
Dries Buytaert
6e85171649
- Some clarifications to the upgrade script's guidelines/documentation based
...
on observing upgrade questions.
2003-10-21 07:59:04 +00:00
Dries Buytaert
93add5ad77
- Simplified comment counter caches a bit: removed some redundant SQL code.
...
Maybe this will fix Jeremy's "phantom comments".
2003-10-20 21:35:35 +00:00
Dries Buytaert
f54c384381
- Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reported
...
by Julian.
2003-10-20 20:14:46 +00:00
Dries Buytaert
4fdad7aa07
- Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.
2003-10-20 19:21:17 +00:00
Dries Buytaert
bd64bc1f45
- Improvement: reintroduced forum containers as promised. Should work as the
...
changes are taken from Drupal 4.2.0. Patch by Jeremy.
2003-10-20 17:32:48 +00:00
Dries Buytaert
ad4e4ccb2b
- Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.
2003-10-20 17:13:07 +00:00
Dries Buytaert
6958037da6
- Bugfix: made the "Default front page" setting work with URL aliases. Patch
...
by Matt.
2003-10-20 07:47:18 +00:00
Dries Buytaert
7f09419564
- Bugfix: fixed two problems with adding and deleting access rules. Patch by
...
Moshe. Requires database upgrade.
2003-10-20 07:12:00 +00:00
Dries Buytaert
17e92817c5
- Bugfix: added missing . which stopped the Example theme's DOCTYPE from being
...
emitted. Reported by Robert Castelo.
2003-10-19 20:38:58 +00:00
Dries Buytaert
d64bc008fd
Patch by Moshe:
...
- comment.module: fixed an ambigous 'timestamp' query
- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL
- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
2003-10-17 16:10:48 +00:00
Dries Buytaert
3c3c556c55
- Bugfix: pass the node by reference in path_nodeapi so that $node->path is set
...
for the node. Fixes bug #3680 . Patch by Matt.
- Bugfix: when creating a new node, don't try to insert a path if it wasn't set
in the node form. This destroys any paths which the user may have created
ahead of time for that node. Patch by Matt.
2003-10-17 16:00:44 +00:00
Dries Buytaert
880842885b
- Fixed bug #3637 : made comment module settings translatable. Patch #13 by Moshe.
...
- Fixed bug #3642 : removed duplicate settings from user page. Patch #14 by Moshe.
- Fixed bug #3503 : added 'forum topic' link to the 'create content' menu. Patch
by Gobar. I think this might be more intuitive and consistent code-wise; I don't
want to introduce small hacks.
- Cache improvement: small cache improvement to prevent SQL errors. Patch by
Jeremy.
2003-10-16 17:29:26 +00:00
Dries Buytaert
7624580f76
- Bugfix: added a missing break statement. Patch by Stefan.
2003-10-15 17:15:17 +00:00
Dries Buytaert
53f538fe1d
- Usability improvement: improved consistency and themability of the search form.
2003-10-15 15:12:50 +00:00
Dries Buytaert
2977a8cd3d
- Some documentation fixes by Mark Coady.
2003-10-15 15:07:47 +00:00
Dries Buytaert
9fdd894105
- Replaced some dead wood.
2003-10-14 21:56:41 +00:00
Dries Buytaert
5d684e108e
- Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch
...
by Nick (CodeMonkeyX).
- Bugfix: anonymous users could not change comment settings. Patch by Bart.
- Bugfix: the comment control form always showed "order by date - newest first",
no matter what order you selected. Patch by Bart.
- Small usability improvement: only display comment controls when there are
comments to show. Patch by Bart.
2003-10-14 18:08:33 +00:00
Dries Buytaert
162ca6eb98
- Bugfix: the search result type names (node, user, comment) were not
...
translatable in the search page output. Patch by Gabor.
2003-10-13 21:28:05 +00:00
Dries Buytaert
b405fa22a9
- Bugfix: in the access log, the "post" column shows "n/a" for every line
...
regardless of whether a node is involved. Patch by Jonathan.
2003-10-13 21:24:38 +00:00
Dries Buytaert
e688dfe6db
- Fixed prefix problem with the book module. Patch by Moshe.
...
- Usability improvements to the user module: removed some redundant menu
items by taking advantage of the column sorting, added status messages
and so on. Patch by Moshe plus some fixes.
- Made the profile module use the table() function. Patch by Moshe.
- Fixed breadcrumb spacing. Patch by Moshe.
- Fixed colspan problem with node overview table. Patch by Stefan.
- Fixed inconsistency with table sorting. Patch 0122 by Al.
2003-10-13 19:18:39 +00:00
Dries Buytaert
2ff3222458
- Fixed translation bugs with statistics module. Patch by Gabor.
...
- Removed 'homepage' field from user table. Patch by Gabor.
- Added 'real name' field to the profile module. Patch by Gabor.
2003-10-12 21:25:42 +00:00
Dries Buytaert
e2b5cb38e3
- Fixed some link titles that were no longer correct due to the menu
...
changes.
2003-10-09 22:03:28 +00:00
Dries Buytaert
250902621a
- Fixed some link titles that were no longer correct due to the menu
...
changes.
- Fixed some broken links.
2003-10-09 22:00:29 +00:00
Dries Buytaert
c65d1da880
- Fixed some link titles that were no longer correct due to the menu
...
changes.
- Fixed some broken links.
2003-10-09 21:51:57 +00:00
Dries Buytaert
5a8b9611d4
- Fixed some link titles that were no longer correct due to the menu
...
changes.
- Fixed some broken links.
2003-10-09 21:41:04 +00:00
Dries Buytaert
50e92957b1
- Fixed some link titles that were no longer correct due to the menu
...
changes.
- Fixed some broken links.
2003-10-09 21:40:32 +00:00
Dries Buytaert
ba67040b63
- Fixed a broken link in the user module's documentaiton.
2003-10-09 21:29:51 +00:00
Dries Buytaert
7bbb87dc97
- Fixed some link titles that were no longer correct due to the menu
...
changes.
2003-10-09 21:27:30 +00:00
Dries Buytaert
71ebc04a09
- Fixed some link titles that were no longer correct due to the menu changes.
...
- Made sure that the link titles match the page titles.
2003-10-09 19:45:19 +00:00
Dries Buytaert
3d0765c5db
- Fixed a dozen link titles that were no longer correct due to the menu
...
changes.
2003-10-09 19:41:09 +00:00
Dries Buytaert
0f44d7d6cd
- Committed part 3 of Michael's help system improvements: removed the $help
...
parameter from the menu() function.
2003-10-09 19:24:09 +00:00
Dries Buytaert
b11d99fe16
- Fixed bug #3564 : missing check in locale module.
2003-10-09 19:19:07 +00:00
Dries Buytaert
1a5fcacdd9
- Committed part 3 of Michael's help system improvements: removed the $help
...
parameter from the menu() function.
2003-10-09 18:53:22 +00:00
Dries Buytaert
9285275387
- Small code improvement
2003-10-09 18:51:15 +00:00
Dries Buytaert
d2175fdcbd
- Fixed cache issue with path map.
2003-10-09 17:22:22 +00:00
Dries Buytaert
f2a9d01de2
- Bugfix: inserting and updating paths was not working. Patch by Matt.
...
- Bugfix: updated the queue module menu so the "view submission" link appears
in the navigation when enabled. Patch by Matt.
2003-10-09 17:20:18 +00:00
Dries Buytaert
a30f75f050
- MSSQL improvements/fixes from Moshe:
...
> brings mssql schema into modern era. mainly adds path table and a few
> defaults and indexes.
2003-10-08 21:01:36 +00:00
Dries Buytaert
9d501cf822
- Removed duplicate information. Fixes bug 3511.
2003-10-08 17:35:19 +00:00
Dries Buytaert
4cbca3110d
- Fixed typo in the watchdog module's help text. Patch by Gabor.
2003-10-07 19:06:04 +00:00
Dries Buytaert
51ddccb1dc
- Fixed typo in menu system. Patch by Jonathan.
2003-10-07 18:46:15 +00:00
Dries Buytaert
22c889e7c0
- Help system improvements: eliminated the _system hook. Patch by Michael.
...
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
2003-10-07 18:16:41 +00:00
Dries Buytaert
fbc674f143
- Node API code clean-up. Patch by Kjartan.
2003-10-07 12:17:43 +00:00
Kjartan Mannes
6e86d70c4c
- Fixing bug #3499 : File upload tool does not display in 'create image' form
2003-10-07 10:22:33 +00:00
Dries Buytaert
2343a2087a
- Small poll block improvement (without configuration option). Patch by
...
Gabor.
2003-10-06 12:21:34 +00:00
Kjartan Mannes
c52185b680
- taxo_link always returns array().
...
- Remove dead code from Marvin theme.
- cleaner node html in Marvin.
2003-10-06 12:21:04 +00:00
Kjartan Mannes
9c0fd0149c
- Fixed calling links() error if a node doesn't have any terms defined.
2003-10-06 10:03:14 +00:00
Dries Buytaert
9632b0b00f
- Fixed book preview problem. Patch by Kjartan.
2003-10-06 08:53:17 +00:00
Dries Buytaert
efe9006afb
- Various translation and menu fixes from Gabor.
2003-10-05 17:39:40 +00:00