- 08 Sep, 2002 1 commit
-
-
Kjartan authored
not using short tags.
-
- 01 Sep, 2002 1 commit
-
-
Dries authored
- Removed the bloggerapi_watchdog() function.
-
- 26 Aug, 2002 5 commits
-
-
Dries authored
- Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.
-
Dries authored
- Fixed function prototype of db_error(). Patch by James. One-liners are great! :)
-
Dries authored
- Fixed typo in CSS. Patch by James.
-
Dries 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 authored
- Made two INSERT queries ANSI compliant. Patch by James, slightly modified by Dries.
-
- 22 Aug, 2002 3 commits
- 21 Aug, 2002 1 commit
-
-
Dries authored
- Fixed typo. Patch by Marco.
-
- 20 Aug, 2002 2 commits
-
-
Dries 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 authored
- Applied a (modified) version of Marco's SQL sequence patch.
-
- 19 Aug, 2002 1 commit
-
-
Dries authored
- Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.
-
- 18 Aug, 2002 4 commits
-
-
Dries authored
- Bugfix: changed the PostgreSQL database scheme of the session field in the user table. Patch by jaa.
-
Dries authored
- Removed a MySQL-ism from the user module. Patch by James. - Fixed the "uid < 0" issue. Fix by Marco.
-
Dries authored
- Made James the new PostgreSQL maintainer and marked the PostgreSQL port as being maintained.
-
Dries authored
- Bugfix: fixed some SQL queries and tidied up many queries. Patch by Marco.
-
- 16 Aug, 2002 4 commits
-
-
Dries authored
- Renewed the PostgreSQL database scheme! Patch by jaa.
-
Dries authored
- Made the rating module and its SQL table ASNI compliant. Patch by jaa.
-
Dries authored
- Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.
-
Dries authored
- Made sure the selection boxes don't grow too long. Requisted by kika, patch by Marco.
-
- 15 Aug, 2002 4 commits
- 14 Aug, 2002 2 commits
- 11 Aug, 2002 1 commit
-
-
Dries authored
- Added indices for the poll module. Patch by Marco.
-
- 08 Aug, 2002 3 commits
-
-
Dries authored
- Applied user.module patch from Marco's sandbox. - Added profile.module written by Marco.
-
Dries authored
- An attempt to solve drupal_goto() in presence of session IDs.
-
Dries 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).
-
- 31 Jul, 2002 3 commits
- 26 Jul, 2002 1 commit
-
-
Kjartan authored
-
- 21 Jul, 2002 1 commit
-
-
Kjartan authored
usernames.
-
- 13 Jul, 2002 3 commits
-
-
Dries authored
- Added missing t() functions. Patch by Ori.
-
Dries authored
- Fixed small bug in user.module. Patch by Marco.
-
Dries 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."
-