- 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."
-
- 07 Jul, 2002 1 commit
-
-
Dries authored
- Update the existing variables.
-
- 06 Jul, 2002 1 commit
-
-
Dries authored
- Made it possible to store arrays in the variables table. Patch by Marco.
-
- 05 Jul, 2002 1 commit
-
-
Dries authored
- A variety of small localization updates. Patch by Ori Folger.
-
- 27 Jun, 2002 2 commits
- 23 Jun, 2002 4 commits
-
-
Dries authored
- Made node_comment_mode() cache the mode when possible. Patch from Marco's sandbox.
-
Dries authored
- Added the improved db_query() function with timings from Marco's sandbox.
-
Dries authored
- Added the theme_invoke() function from Moshe's sandbox.
-
Dries authored
- Added some indices.
-
- 22 Jun, 2002 1 commit
-
-
Dries authored
- Allows for displaying nodes without the comment module being enabled. Patch by Ori.
-