- 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.
-
- 20 Jun, 2002 2 commits
-
-
Dries authored
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.
-
Dries authored
- Let the blocks itself take care of translating their titles. Patch by Marco.
-
- 15 Jun, 2002 4 commits
- 14 Jun, 2002 2 commits
- 13 Jun, 2002 1 commit
-
-
Kjartan authored
- indentation issue in node module.
-
- 12 Jun, 2002 4 commits
- 10 Jun, 2002 2 commits
- 09 Jun, 2002 12 commits
-
-
Kjartan authored
-
Kjartan authored
-
Dries authored
- Changed a " drupal " into " Drupal ".
-
Dries authored
- Documentation update: "%s/ drupal / Drupal /cg". In documentation we prefer "Drupal" instead of "drupal".
-
Dries authored
- Documentation updates: made it more consistent with the rest of Drupal.
-
Dries authored
- Updated the book module documentation a bit.
-
Dries authored
- Bugfix: the comment module has a help function but it wasn't linked to.
-
Kjartan authored
-
Dries authored
- Mentioned the various documentation updates.
-
Kjartan authored
- removing the need to enable weblogs ping so it matches locale and bloggerapi.
-
Dries authored
- Updated the poll documentation. Patch by Scott.
-
Dries authored
- Made a small cosmetic change to the modules admin page.
-