Dries Buytaert
d62b6dedaa
- fixed problem with language setting not being saved: patch by Axel
2001-10-09 21:46:55 +00:00
Dries Buytaert
f1932821be
- 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.
2001-10-09 21:01:47 +00:00
Dries Buytaert
f2a06813bc
- fixed 2 bugs that where introduced by moving the index.php to node_page()
...
in node.module.
2001-10-05 22:44:10 +00:00
Dries Buytaert
7a9bc86bd2
- Improved search architecture derived from Axel's new search patches.
...
(There is room for improvement so let's go from these ... and build
on them.)
- Removed some $status's by calls to node_status().
2001-10-03 20:57:01 +00:00
Dries Buytaert
4050feefce
- a small module to notify or ping weblogs.com
2001-10-02 20:15:21 +00:00
Dries Buytaert
7e7c457cf6
- improved the tracker.module so that it shows all the recent comments
...
instead of all recent comments to recent nodes.
2001-10-02 15:34:03 +00:00
Dries Buytaert
63ae792556
- bugfix: renamed 'conf_default' to 'system_default'
2001-10-01 18:54:32 +00:00
Dries Buytaert
6ce32718eb
- fixed bug: 'account_perm()' should have been 'user_perm()'
2001-09-30 12:28:47 +00:00
Dries Buytaert
a6379d2ee8
- replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'
...
which will append the session ID to the uri 'foo' when PHP is compiled
with '--enable-transe-sid'.
2001-09-30 11:09:22 +00:00
Dries Buytaert
8caf16cde4
- small improvement to the "user blogs" block
2001-09-30 10:01:55 +00:00
Dries Buytaert
a55bfd169d
- fixed a SQL bug in the "next / prev" code of book.module
2001-09-29 09:20:16 +00:00
Dries Buytaert
0cce47f15f
- 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)!
2001-09-28 16:20:55 +00:00
Dries Buytaert
0cb7dbc25f
- bugfix: a permission was missing from the permission table
2001-09-28 14:12:21 +00:00
Dries Buytaert
f1ebe411be
- comment.inc:
...
+ when replying to a comment, the author's name was displayd as being 'anonymous'.
- blog.module:
+ fixed the URLs of the links in the "latest blogs"-block.
2001-09-28 13:12:05 +00:00
Dries Buytaert
bab0a9a2bd
- bugfix
2001-09-28 06:16:13 +00:00
Dries Buytaert
4a0e498f52
- a batch of updates, including some experimental changes to the moderation
...
of comments and nodes.
2001-09-27 20:51:26 +00:00
Dries Buytaert
6cde632962
- book.module: fixed "/admin.php" bug reported by Gerhard.
...
- search.module: made the search categories translatable.
2001-09-27 18:30:36 +00:00
Dries Buytaert
f9a84cd216
- Enhancement: added better help and translations to node.module.
...
(patch by Alex)
2001-09-26 20:50:12 +00:00
Dries Buytaert
b0cf3a3929
- fixed a HTML typo as reported by Alexander
2001-09-26 19:43:15 +00:00
Kjartan Mannes
f6f04a82fa
Bug fixes mostly
...
- fixed book.module not generating next/prev links properly
- re-added default node options to the admin page
- fixed a potential bug in node.php. Nodes with same titles were confusing it
at times, should fix the bug reported by Gerhard Killesreiter.
2001-09-26 18:28:10 +00:00
Kjartan Mannes
ff2ae1855d
- added node_page() to list what index.php used to list.
...
- made the front page of the system configurable. Now any <node>_page()
can be set as the default page. Default is node_page().
2001-09-25 22:13:34 +00:00
Dries Buytaert
858a5cec34
- removed some death code that is no longer needed due to the fact
...
node_del() got updated.
2001-09-25 18:11:04 +00:00
Dries Buytaert
9ef955b6e0
- bugfix #1 : fixed the line that accidentically got cut off by incorrectly
...
applying a patch. Mea culpa.
(reported by Axel)
- bugfix #2 : incorrect deactivation of the delete link in node_links().
(patch by Axel)
- improvement: added confirmation page upon deletion of a node ("Do you
really want to delete this node?"), and removed the old and confusing
"node has to be blocked first".
(patch by Axel)
2001-09-25 17:10:44 +00:00
Dries Buytaert
9792206895
- Fixed bug in forum.module: when you enable locales you were unable
...
to create a new forum. (patch by Alexander)
2001-09-25 17:01:30 +00:00
Dries Buytaert
a1222d6430
- Fixed translation bugs (reported by Alexander Schwartz)
2001-09-24 18:46:07 +00:00
Dries Buytaert
d264b4fc2b
- fixed bug in poll.module (patch by alex)
2001-09-23 19:25:51 +00:00
Dries Buytaert
6c7b845b34
- improved search module (vaguely derived from axel's code)
2001-09-22 21:01:39 +00:00
Dries Buytaert
5a6a4206b9
- fixed HTML/XHTML typos
2001-09-21 21:10:47 +00:00
Dries Buytaert
7a1aee87c2
- added a new tracker.module (everybody kept nagging about the missing
...
"your drupal" feature). Tracker.module will be improved and expanded
during the process.
- renamed a link in user.module
2001-09-20 20:57:35 +00:00
Dries Buytaert
57c399a00f
- got rid of some unused warning / error messages
2001-09-20 18:57:21 +00:00
Dries Buytaert
d0452dd5f6
- don't hash the password
2001-09-20 18:46:56 +00:00
Dries Buytaert
a278b11a27
- added a password hash
2001-09-20 18:44:14 +00:00
Dries Buytaert
dfa44f2f3d
- fixed language bug in user.module
2001-09-19 17:31:23 +00:00
Kjartan Mannes
288f198655
- use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to be
...
less reliant on php config.
2001-09-18 21:25:38 +00:00
Dries Buytaert
75982edbd2
- fixed another bug in the new user.module (reported by Remco).
2001-09-18 21:13:52 +00:00
Dries Buytaert
7bcd338292
- an attempt to work around a getenv() problem
2001-09-18 20:50:03 +00:00
Dries Buytaert
2c12496a04
- fixed bug in new user system
2001-09-18 20:44:16 +00:00
Dries Buytaert
ca85a56f1b
- Fixed 2 typos in the user module. Thanks Axel and Remco.
...
- Applied (modified versions of) Alexander's patches on the development
branch.
2001-09-18 18:39:15 +00:00
Dries Buytaert
c5a349ca51
- added the "Log in" block
2001-09-16 16:05:16 +00:00
Dries Buytaert
e2f249878e
- improved the search system by making it context sensitive
2001-09-16 14:05:10 +00:00
Dries Buytaert
64a6fbc790
- added the search functionality
2001-09-16 13:53:45 +00:00
Dries Buytaert
22b8be2c9e
- fixed the access_get_role() problem reported by Remco
2001-09-16 13:15:28 +00:00
Dries Buytaert
2d1e9126cb
- Added the new user module!
2001-09-16 11:33:14 +00:00
Dries Buytaert
f358893b52
- Added the new user module!
2001-09-16 11:29:46 +00:00
Dries Buytaert
7dd34c6a7f
- Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.
2001-09-09 08:16:10 +00:00
Kjartan Mannes
8a1b410adf
node.module
...
- fixed a listing bug.
2001-08-30 08:34:28 +00:00
Kjartan Mannes
70864b57eb
book.module
...
- just a minor update to sort books of the same weight by title.
2001-08-28 09:04:40 +00:00
Dries Buytaert
b0691596ba
- sort collections by name
2001-08-27 14:05:43 +00:00
Dries Buytaert
098ab8ef82
- fixed bug in node.listing as reported by Julian
2001-08-27 08:20:57 +00:00
Dries Buytaert
5ed066278b
- Added missing urlencode()'s as reported by Jared.
2001-08-23 08:22:04 +00:00