Dries Buytaert
9980d3f16c
- Tidied up the script names a bit ...
2001-10-15 22:08:40 +00:00
Dries Buytaert
1f371ebfbf
- removed this script, it is too simple to be true ...
2001-10-15 22:05:41 +00:00
Dries Buytaert
5761c3b99c
- Fixed the script's extention.
2001-10-15 22:04:12 +00:00
Dries Buytaert
a7b29ed3eb
- Fixed the script's extention: it's a shell script, not a Perl script.
2001-10-15 22:03:24 +00:00
Dries Buytaert
625455b53b
- I tidied up most SQL tables to be more consistent with the rest of the
...
tables: I changed all "id"s to "xid"s where "x" is the first letter of
the table name. I also renamed all remaining "userid"s to "uid"s as I
mentioned I would do. Take a look at ./drupal/updates/3.00-to-x.xx.sql
for the MySQL updates.
2001-10-14 15:27:00 +00:00
Dries Buytaert
27c4514719
- Small improvement: quoted all strings when used as an array index.
2001-10-14 11:31:01 +00:00
Dries Buytaert
27e4d1ab3e
- Small improvement to db_query() to make debuging queries a bit more easy.
2001-10-14 11:29:29 +00:00
Dries Buytaert
451852c28a
- Quote string tables indexes (patch by Mike Krus).
2001-10-14 07:47:42 +00:00
Dries Buytaert
54d76f753b
- Pass theme objects by reference, avoids creating copies and lets called
...
functions to store data in the theme (patch by Mike Krus).
2001-10-14 07:47:11 +00:00
Dries Buytaert
c683ab5f7b
- translate the link (patch by Mike Krus).
2001-10-14 07:46:17 +00:00
Dries Buytaert
0a5e1828f4
- Fixed the remaining SQL problems when running MySQL in ANSI mode.
...
(moderation/comment related)
2001-10-13 08:34:58 +00:00
Dries Buytaert
73d61b7839
- fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'
2001-10-12 18:35:21 +00:00
Dries Buytaert
d6e54f8fa1
- fixed a small typo: "hour" --> "hours"
2001-10-12 18:20:51 +00:00
Dries Buytaert
b8c2f7f017
- replaced a header("Location: xxx") by a drupal_goto()
2001-10-12 18:20:19 +00:00
Dries Buytaert
2d6fb0f7c1
- added a few missing rollback()'s and corrected a typo
2001-10-12 18:19:41 +00:00
Dries Buytaert
7c6c3a65c1
- improved the node sorting
2001-10-11 18:54:35 +00:00
Dries Buytaert
959cae8222
- added sequence tables
...
- fixed bug in node_page()
- fixed bug in db_result()
- fixed rss glitch
2001-10-11 12:25:25 +00:00
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
47c6fce5ce
- added a comment() function to the base theme: you don't have to overload
...
it in your custom themes
- moved 'theme_account()' to the base theme as '$theme->user()' so that it
can be themed.
2001-10-07 12:27:58 +00:00
Dries Buytaert
458f95104c
- Added a new theme!
2001-10-07 12:16:54 +00:00
Dries Buytaert
12e8aa66e4
- Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
2001-10-06 21:34:56 +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
f7e9bab197
- tidied up some "$status"-es and removed "$rstatus".
2001-10-02 21:33:10 +00:00
Dries Buytaert
23205823e0
- updated the CHANGELOG
2001-10-02 21:30:39 +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
3f91d675c7
- small improvement to 'drupal_goto()'
2001-09-30 21:13:14 +00:00
Dries Buytaert
6ce32718eb
- fixed bug: 'account_perm()' should have been 'user_perm()'
2001-09-30 12:28:47 +00:00
Dries Buytaert
07c587d127
- small bugfix in drupal_goto
2001-09-30 11:40:49 +00:00
Dries Buytaert
d7f911c910
- typo
2001-09-30 11:13:43 +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
27a56d7118
- small update
2001-09-29 10:12:12 +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
17c921259f
- fixed typo:
...
"call to undefined function: db_num_row()"
2001-09-28 15:23:07 +00:00
Dries Buytaert
0cb7dbc25f
- bugfix: a permission was missing from the permission table
2001-09-28 14:12:21 +00:00
Dries Buytaert
5e6549f156
- removed the themes that are not actively maintained ...
2001-09-28 14:11:48 +00:00
Dries Buytaert
b2d0c5c104
- made the selection box translatable (patch by Gerhard)
2001-09-28 14:09:59 +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
natrak
b146513e07
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:09 +00:00