Dries Buytaert
a8edbf638f
- Removing the menu table: it is no longer used.
...
[TODO: update 'update.php'.]
2003-02-24 23:17:39 +00:00
Dries Buytaert
d5bb7bce52
- database.mysql cannot be run from within phpMyAdmin because of line
...
consisting of hyphens only. Patch by Zbynek.
2003-02-24 22:39:32 +00:00
Dries Buytaert
73f476a6c1
- Fixed typo: forum2 -> forum.
2003-02-07 08:06:37 +00:00
Dries Buytaert
4ea6d5048d
- Updated the database scheme.
2003-02-06 19:14:19 +00:00
Dries Buytaert
d268783669
- Small improvement to the admin menu based on feedback from Michael.
2003-01-14 20:33:42 +00:00
Dries Buytaert
8a63646576
- Added an extra parameter to watchdog() which lets you specifiy an "action"
...
or "operation" link.
- Made the main page of the administration section show an overview of all
watchdog entries with such action link.
- Fixed typo in PostgreSQL database scheme.
2003-01-04 11:03:15 +00:00
Dries Buytaert
22fa9ed70a
- Refactored the administration pages.
2002-12-24 15:40:32 +00:00
Dries Buytaert
1ad6cff2ec
- Fixed typo in the database scheme. Reported by Ettiene.
2002-12-15 08:20:57 +00:00
Dries Buytaert
b6b24c28e0
Applied patch by Natrak:
...
- page_header() now adds Last-Modified and ETag http headers.
- When running PHP as an Apache module page_header() will check the HTTP
headers for conditional gets, and will only push the content when it
fails. (Works for html and xml pages as they are all cached). Note:
this is a PHP limitation, so until PHP makes it work for other web
servers this won't work for them.
- Added created field to cache database to hold the timestamp when the
cache was created.
- Changed cache_get() to return an object with ->data and ->created.
- Update forum and locale modules.
2002-12-11 22:00:04 +00:00
Dries Buytaert
d2d381d7c4
- Removed rating module; it is not being used much and it has a known bug.
...
Will add it to the contributions repository.
2002-12-08 07:54:30 +00:00
Dries Buytaert
b62025c217
- Removed two a dead table from both the MySQL and the PostgreSQL database
...
scheme.
- Fixed the default settings for both the MySQL and the PostgreSQL database
scheme.
2002-12-07 10:36:44 +00:00
Dries Buytaert
f42bfcac31
- Fixed small glitch in the database schemes; the block table has changed but
...
the queries that insert some default block values were not updated.
2002-11-30 15:21:36 +00:00
Dries Buytaert
697dde0fe5
- Updated PostgreSQL scheme. Patch by Stefan.
2002-11-21 17:43:37 +00:00
Dries Buytaert
56d72a918f
- Added Stefan's page module improvements.
...
[NOTE: the PostgreSQL database scheme needs updating.]
2002-11-20 20:54:56 +00:00
Dries Buytaert
96a45ecba6
- Updated the PostgreSQL database scheme (thanks James) and the MySQL
...
database scheme.
2002-11-09 20:19:13 +00:00
Dries Buytaert
86a3ebefd3
- Made the forum module work with PostgreSQL. Patch by Gordon Kerr, verified
...
by James Arthur.
2002-11-08 13:11:42 +00:00
Dries Buytaert
74c722502b
- Applied a PostgreSQL patch from James.
2002-11-01 09:37:31 +00:00
Dries Buytaert
66c5b70736
- Wrapped some hardcoded colors in "theme_invoke()"s; we can still create
...
a drupal_error() later on but I think we better get used to theme_invoke().
- Fixed translation bug. Patch by Moshe.
- Fixed PHP warning. Patch by ax.
2002-10-22 18:46:43 +00:00
Kjartan Mannes
b60b9ca828
- removed function module_rehash().
...
- updated database dump.
- removed tables modules, layout and referrer (don't forget to backup!).
2002-10-17 18:34:38 +00:00
Kjartan Mannes
8457c4d2ff
- serializing update_start variable.
2002-09-25 18:50:50 +00:00
Dries Buytaert
e4d92b5892
- Some PostgreSQL improvements. Patch by James Arthur.
2002-09-22 10:01:03 +00:00
Dries Buytaert
a28f818006
- Changed "$watchdog->message" from type "varchar(255)" to type "text".
...
Patch by James. For sake of consistency, I updated the MySQL scheme
and added a new update entry to "update.php".
2002-08-26 18:18:12 +00:00
Dries Buytaert
2fe2a123a4
- Removed the unused table and included the sequences table. Patch by
...
jaa.
2002-08-22 18:21:44 +00:00
Dries Buytaert
fd05ff03d6
- Fixed typo. Patch by Marco.
2002-08-21 04:20:06 +00:00
Dries Buytaert
bfe5b85dbd
- Applied a (modified) version of Marco's SQL sequence patch.
2002-08-20 19:29:16 +00:00
Dries Buytaert
c34d77854d
- Bugfix: changed the PostgreSQL database scheme of the session field in
...
the user table. Patch by jaa.
2002-08-18 15:03:28 +00:00
Dries Buytaert
d4a918b806
- Renewed the PostgreSQL database scheme! Patch by jaa.
2002-08-16 07:38:36 +00:00
Dries Buytaert
e04f6d2328
- Made the rating module and its SQL table ASNI compliant. Patch by jaa.
2002-08-16 07:37:03 +00:00
Kjartan Mannes
80aca19a61
- removing cvs table definition.
2002-07-31 08:25:48 +00:00
Kjartan Mannes
ec59398791
- feed table should have not null defined for refresh and timestamp.
2002-07-31 08:14:25 +00:00
Dries Buytaert
c3a60df58b
- Patch my Marco: "session in my users table is actually varchar(32), which is small. locale data was greater and so was not correctly recorded. strangely, update_11() in update.php reads: update_sql("ALTER TABLE users ADD session TEXT;"); but in database.mysql.inc, line 496 session varchar(32) NOT NULL default '', so the update fails."
2002-07-13 13:01:47 +00:00
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
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
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
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
Dries Buytaert
f3c8757179
- Ran the code through 'scripts/code-clean.sh': removed trailing whitespace
...
(and possibly tabs).
2002-05-20 07:34:38 +00:00
Kjartan Mannes
deeb4a0f3a
- fixing a typo
2002-05-16 05:58:10 +00:00
Kjartan Mannes
a676cde7b2
- Haven't re-implemented custom in the main tree. Oops.
2002-04-29 17:35:05 +00:00
Kjartan Mannes
852171c830
- updating database.mysql definition.
2002-04-29 16:59:49 +00:00
Steven Wittens
5b5551674d
Poll.module:
...
Forgot to change a 'lid' into a 'nid'
2002-04-21 20:53:30 +00:00
Steven Wittens
0a966e1ed4
Updated poll.module:
...
- Removed obsolete lid column (changed update.php and database.mysql)
- Added short help
2002-04-20 01:51:05 +00:00
Dries Buytaert
d8cd54969c
- Added Marco's long-awaited taxonmy module and patches - a replacement
...
for the meta system. The patches add some extra functionality to the
comment system (for example, comments can be set read-only) and fix a
couple of small problems.
+ I integrated the required SQL updates from the varius *.mysql files
into the "update.php" script. Upgrading should be easy ...
+ I did not apply/commit the "user.diff" as requested by Marco ...
+ I didn't know what to do with "forum.module" and "forum2.module":
what do you want me to do with it Marco? Which one should go in?
+ Can we remove "node_index()" now; both from "node.module" and the
themes?
+ Thanks Marco!
2002-04-14 20:46:41 +00:00
Kjartan Mannes
dc8f6be46f
- added default value to enable user block to update.php
...
- did a new dump of the database from a clean upgrade as my local devel is
a little infected with additional tables.
2002-01-27 19:27:17 +00:00
Kjartan Mannes
0120c08f39
- updating database/database.mysql again. Forgot to remove some contrib
...
module tables.
2002-01-21 17:37:39 +00:00
Kjartan Mannes
8c672011a2
- moved user block from theme.inc to user.module.
...
* only problem is that the admin.php link is not available until the
admin enables the block.
* $theme->user is obsolete, will patch the themes properly in a
later patch.
- moved moderation block from theme.inc to queue.module.
* removed theme_moderation_results().
- updated database/database.mysql.
2002-01-21 17:31:13 +00:00
Dries Buytaert
336b713a5f
- A large batch of updates, amongst them a rewritten node system. More
...
information available on the mailing list.
2001-11-01 11:00:51 +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
808b6b6cae
- Changed the authentication and login scheme as discussed on the mailing
...
list.
- Fixed the export function in book.module (patch my Julian).
- Fixed the comment alignment (comments got truncated).
2001-08-11 14:54:39 +00:00
Kjartan Mannes
13bfd9ca64
database.mysql
...
- Added link to the SQL definition.
2001-07-24 08:37:52 +00:00
Dries Buytaert
d6d60de3cc
- Added blog.module to replace diary.module (contrubeted by Julian):
...
+ feedback wanted
- Added updated import.module (contributed by Julian):
+ user page do browse the headlines by feed and bundle, to display
the item descriptions, etc.
- Fixed small bug in common.inc.
- Updated database.mysql
2001-07-11 22:06:24 +00:00