summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Fixed function prototype of db_error(). Patch by James.Dries Buytaert2002-08-26
| | | | One-liners are great! :)
* - Fixed typo in CSS. Patch by James.Dries Buytaert2002-08-26
|
* - Changed "$watchdog->message" from type "varchar(255)" to type "text".Dries Buytaert2002-08-26
| | | | | Patch by James. For sake of consistency, I updated the MySQL scheme and added a new update entry to "update.php".
* - Made two INSERT queries ANSI compliant. Patch by James, slightly modifiedDries Buytaert2002-08-26
| | | | by Dries.
* - Committed (a slightly modified version of) PiAir's Blogger API documentationDries Buytaert2002-08-22
| | | | patch.
* - Fixed statistics module.Dries Buytaert2002-08-22
|
* - Removed the unused table and included the sequences table. Patch byDries Buytaert2002-08-22
| | | | jaa.
* - Fixed typo. Patch by Marco.Dries Buytaert2002-08-21
|
* - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) inDries Buytaert2002-08-20
| | | | the drupal.module. Fixed a couple of typos and small inconsistencies.
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.Dries Buytaert2002-08-19
|
* - Bugfix: changed the PostgreSQL database scheme of the session field inDries Buytaert2002-08-18
| | | | the user table. Patch by jaa.
* - Removed a MySQL-ism from the user module. Patch by James.Dries Buytaert2002-08-18
| | | | - Fixed the "uid < 0" issue. Fix by Marco.
* - Made James the new PostgreSQL maintainer and marked the PostgreSQLDries Buytaert2002-08-18
| | | | port as being maintained.
* - Bugfix: fixed some SQL queries and tidied up many queries. Patch byDries Buytaert2002-08-18
| | | | Marco.
* - Renewed the PostgreSQL database scheme! Patch by jaa.Dries Buytaert2002-08-16
|
* - Made the rating module and its SQL table ASNI compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Made sure the selection boxes don't grow too long. Requisted by kika,Dries Buytaert2002-08-16
| | | | patch by Marco.
* - Small cosmetic change to the system module.Dries Buytaert2002-08-15
|
* - Commited kika's usability patch for the help module.Dries Buytaert2002-08-15
|
* - Updated the URL with installation instructions.Dries Buytaert2002-08-15
|
* - Reverted module.inc to the old module_invoke() function.Dries Buytaert2002-08-15
|
* - "module_invoke()" and "module_invoke_all()" can now be called with anyDries Buytaert2002-08-14
| | | | number of arguments. Patch by Gerhard.
* - Bugfix: moved the delete query down. Patch by Marco.Dries Buytaert2002-08-14
|
* - Added indices for the poll module. Patch by Marco.Dries Buytaert2002-08-11
|
* - Applied user.module patch from Marco's sandbox.Dries Buytaert2002-08-08
| | | | - Added profile.module written by Marco.
* - An attempt to solve drupal_goto() in presence of session IDs.Dries Buytaert2002-08-08
|
* - Patch by kika: "If a module is disabled on the "site configurationDries Buytaert2002-08-08
| | | | | > modules" page, its operations (view, admin) should not be clickable (they should be present though, but as static text).
* - removing cvs table definition.Kjartan Mannes2002-07-31
|
* - feed table should have not null defined for refresh and timestamp.Kjartan Mannes2002-07-31
|
* - fixing email regular expression.Kjartan Mannes2002-07-31
|
* - preventing a segfault in PHP. Can someone verify that session writing ↵Kjartan Mannes2002-07-26
| | | | still works?
* - increased the "Authored by" field to max 60 chars to fit the length of validKjartan Mannes2002-07-21
| | | | usernames.
* - Added missing t() functions. Patch by Ori.Dries Buytaert2002-07-13
|
* - Fixed small bug in user.module. Patch by Marco.Dries Buytaert2002-07-13
|
* - Patch my Marco: "session in my users table is actually varchar(32), which ↵Dries Buytaert2002-07-13
| | | | 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."
* - Update the existing variables.Dries Buytaert2002-07-07
|
* - Made it possible to store arrays in the variables table. Patch by Marco.Dries Buytaert2002-07-06
|
* - A variety of small localization updates. Patch by Ori Folger.Dries Buytaert2002-07-05
|
* - removing the drupal module as always loaded.Kjartan Mannes2002-06-27
|
* - removing the DESC on group by.Kjartan Mannes2002-06-27
|
* - Made node_comment_mode() cache the mode when possible. Patch from Marco'sDries Buytaert2002-06-23
| | | | sandbox.
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
|
* - Added the theme_invoke() function from Moshe's sandbox.Dries Buytaert2002-06-23
|
* - Added some indices.Dries Buytaert2002-06-23
|
* - Allows for displaying nodes without the comment module being enabled.Dries Buytaert2002-06-22
| | | | Patch by Ori.
* - Fixed two small bugs in the locale module:Dries Buytaert2002-06-20
| | | | | | | | | | | 1. The locale admin menu items 'untranslated "langcode" strings' 'translated "langcode" strings' were not properly localized. 2. When inserting new locale strings the uri which generated the new string was not properly set (the 'location' field in locale table). Patch by Ori.
* - Let the blocks itself take care of translating their titles. Patch byDries Buytaert2002-06-20
| | | | Marco.
* - setting date in changelog.Kjartan Mannes2002-06-15
|