- Sep 08, 2002
-
-
Kjartan Mannes authored
not using short tags.
-
- Sep 01, 2002
-
-
Dries Buytaert authored
- Removed the bloggerapi_watchdog() function.
-
- Aug 26, 2002
-
-
Dries Buytaert authored
- Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.
-
Dries Buytaert authored
- Fixed function prototype of db_error(). Patch by James. One-liners are great! :)
-
Dries Buytaert authored
- Fixed typo in CSS. Patch by James.
-
Dries Buytaert authored
- 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".
-
Dries Buytaert authored
- Made two INSERT queries ANSI compliant. Patch by James, slightly modified by Dries.
-
- Aug 22, 2002
-
-
Dries Buytaert authored
- Committed (a slightly modified version of) PiAir's Blogger API documentation patch.
-
Dries Buytaert authored
- Fixed statistics module.
-
Dries Buytaert authored
- Removed the unused table and included the sequences table. Patch by jaa.
-
- Aug 21, 2002
-
-
Dries Buytaert authored
- Fixed typo. Patch by Marco.
-
- Aug 20, 2002
-
-
Dries Buytaert authored
- Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in the drupal.module. Fixed a couple of typos and small inconsistencies.
-
Dries Buytaert authored
- Applied a (modified) version of Marco's SQL sequence patch.
-
- Aug 19, 2002
-
-
Dries Buytaert authored
- Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.
-
- Aug 18, 2002
-
-
Dries Buytaert authored
- Bugfix: changed the PostgreSQL database scheme of the session field in the user table. Patch by jaa.
-
Dries Buytaert authored
- Removed a MySQL-ism from the user module. Patch by James. - Fixed the "uid < 0" issue. Fix by Marco.
-
Dries Buytaert authored
- Made James the new PostgreSQL maintainer and marked the PostgreSQL port as being maintained.
-
Dries Buytaert authored
- Bugfix: fixed some SQL queries and tidied up many queries. Patch by Marco.
-
- Aug 16, 2002
-
-
Dries Buytaert authored
- Renewed the PostgreSQL database scheme! Patch by jaa.
-
Dries Buytaert authored
- Made the rating module and its SQL table ASNI compliant. Patch by jaa.
-
Dries Buytaert authored
- Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.
-
Dries Buytaert authored
- Made sure the selection boxes don't grow too long. Requisted by kika, patch by Marco.
-
- Aug 15, 2002
-
-
Dries Buytaert authored
- Small cosmetic change to the system module.
-
Dries Buytaert authored
- Commited kika's usability patch for the help module.
-
Dries Buytaert authored
- Updated the URL with installation instructions.
-
Dries Buytaert authored
- Reverted module.inc to the old module_invoke() function.
-
- Aug 14, 2002
-
-
Dries Buytaert authored
- "module_invoke()" and "module_invoke_all()" can now be called with any number of arguments. Patch by Gerhard.
-
Dries Buytaert authored
- Bugfix: moved the delete query down. Patch by Marco.
-
- Aug 11, 2002
-
-
Dries Buytaert authored
- Added indices for the poll module. Patch by Marco.
-
- Aug 08, 2002
-
-
Dries Buytaert authored
- Applied user.module patch from Marco's sandbox. - Added profile.module written by Marco.
-
Dries Buytaert authored
- An attempt to solve drupal_goto() in presence of session IDs.
-
Dries Buytaert authored
- Patch by kika: "If a module is disabled on the "site configuration > modules" page, its operations (view, admin) should not be clickable (they should be present though, but as static text).
-
- Jul 31, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Jul 26, 2002
-
-
Kjartan Mannes authored
-
- Jul 21, 2002
-
-
Kjartan Mannes authored
usernames.
-
- Jul 13, 2002
-
-
Dries Buytaert authored
- Added missing t() functions. Patch by Ori.
-
Dries Buytaert authored
- Fixed small bug in user.module. Patch by Marco.
-
Dries Buytaert authored
- 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."
-