Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James. | Dries Buytaert | 2002-08-26 |
| | |||
* | - Made two INSERT queries ANSI compliant. Patch by James, slightly modified | Dries Buytaert | 2002-08-26 |
| | | | | by Dries. | ||
* | - Committed (a slightly modified version of) PiAir's Blogger API documentation | Dries Buytaert | 2002-08-22 |
| | | | | patch. | ||
* | - Fixed statistics module. | Dries Buytaert | 2002-08-22 |
| | |||
* | - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in | Dries Buytaert | 2002-08-20 |
| | | | | the drupal.module. Fixed a couple of typos and small inconsistencies. | ||
* | - Applied a (modified) version of Marco's SQL sequence patch. | Dries Buytaert | 2002-08-20 |
| | |||
* | - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa. | Dries Buytaert | 2002-08-19 |
| | |||
* | - Removed a MySQL-ism from the user module. Patch by James. | Dries Buytaert | 2002-08-18 |
| | | | | - Fixed the "uid < 0" issue. Fix by Marco. | ||
* | - Bugfix: fixed some SQL queries and tidied up many queries. Patch by | Dries Buytaert | 2002-08-18 |
| | | | | Marco. | ||
* | - Made the rating module and its SQL table ASNI compliant. Patch by jaa. | Dries Buytaert | 2002-08-16 |
| | |||
* | - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa. | Dries Buytaert | 2002-08-16 |
| | |||
* | - Made sure the selection boxes don't grow too long. Requisted by kika, | Dries Buytaert | 2002-08-16 |
| | | | | patch by Marco. | ||
* | - Small cosmetic change to the system module. | Dries Buytaert | 2002-08-15 |
| | |||
* | - Commited kika's usability patch for the help module. | Dries Buytaert | 2002-08-15 |
| | |||
* | - Bugfix: moved the delete query down. Patch by Marco. | Dries Buytaert | 2002-08-14 |
| | |||
* | - Applied user.module patch from Marco's sandbox. | Dries Buytaert | 2002-08-08 |
| | | | | - Added profile.module written by Marco. | ||
* | - Patch by kika: "If a module is disabled on the "site configuration | Dries Buytaert | 2002-08-08 |
| | | | | | > modules" page, its operations (view, admin) should not be clickable (they should be present though, but as static text). | ||
* | - fixing email regular expression. | Kjartan Mannes | 2002-07-31 |
| | |||
* | - preventing a segfault in PHP. Can someone verify that session writing ↵ | Kjartan Mannes | 2002-07-26 |
| | | | | still works? | ||
* | - increased the "Authored by" field to max 60 chars to fit the length of valid | Kjartan Mannes | 2002-07-21 |
| | | | | usernames. | ||
* | - Added missing t() functions. Patch by Ori. | Dries Buytaert | 2002-07-13 |
| | |||
* | - Fixed small bug in user.module. Patch by Marco. | Dries Buytaert | 2002-07-13 |
| | |||
* | - removing the DESC on group by. | Kjartan Mannes | 2002-06-27 |
| | |||
* | - Made node_comment_mode() cache the mode when possible. Patch from Marco's | Dries Buytaert | 2002-06-23 |
| | | | | sandbox. | ||
* | - Fixed two small bugs in the locale module: | Dries Buytaert | 2002-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. | ||
* | - cosmetics mostly. | Kjartan Mannes | 2002-06-15 |
| | |||
* | - fixing some incorrect l*() calls. | Kjartan Mannes | 2002-06-15 |
| | | | | - fixing node_feed() to work with tax feeds. Thanks Moshe. | ||
* | - fixed the markup of the collapsed comment view settings. | Kjartan Mannes | 2002-06-15 |
| | | | | | - updated update.php and database.mysql disable a few more modules by default. Without the config options in place to disable things this might confuse users. | ||
* | - added some missing title attributs to links. | Kjartan Mannes | 2002-06-14 |
| | |||
* | - Fixed a bug with taxonomy_get_related() returning the term which | Dries Buytaert | 2002-06-14 |
| | | | | was passed in. Found by Moshe, fixed by Marco. | ||
* | - fixing an error when no DA modules were loaded. | Kjartan Mannes | 2002-06-13 |
| | | | | - indentation issue in node module. | ||
* | - added missing <ul> tags. | Kjartan Mannes | 2002-06-12 |
| | |||
* | - made poll_page() SQL query valid when running MySQL in ANSI mode. | Kjartan Mannes | 2002-06-12 |
| | |||
* | - adds missing navigation to feed and bundle view. | Kjartan Mannes | 2002-06-12 |
| | | | | - adds missing links. | ||
* | - default theme added to theme options + some clean up. | Kjartan Mannes | 2002-06-10 |
| | | | | | | - title of "blog it" item is used as default node title. - added link to news feed admin pages on import_page. - "blog it" link only shows when the blog module is available. | ||
* | - fixing outgoing mails and added some documentation. | Kjartan Mannes | 2002-06-09 |
| | |||
* | - more documentation updates by Scott. | Kjartan Mannes | 2002-06-09 |
| | |||
* | - Changed a " drupal " into " Drupal ". | Dries Buytaert | 2002-06-09 |
| | |||
* | - Documentation update: "%s/ drupal / Drupal /cg". In documentation we | Dries Buytaert | 2002-06-09 |
| | | | | prefer "Drupal" instead of "drupal". | ||
* | - Documentation updates: made it more consistent with the rest of Drupal. | Dries Buytaert | 2002-06-09 |
| | |||
* | - Updated the book module documentation a bit. | Dries Buytaert | 2002-06-09 |
| | |||
* | - Bugfix: the comment module has a help function but it wasn't linked to. | Dries Buytaert | 2002-06-09 |
| | |||
* | - fixing the moderation result block so both author and voters can see it. | Kjartan Mannes | 2002-06-09 |
| | |||
* | - applying Scott's patch. | Kjartan Mannes | 2002-06-09 |
| | | | | - removing the need to enable weblogs ping so it matches locale and bloggerapi. | ||
* | - Updated the poll documentation. Patch by Scott. | Dries Buytaert | 2002-06-09 |
| | |||
* | - Made a small cosmetic change to the modules admin page. | Dries Buytaert | 2002-06-09 |
| | |||
* | - Some small editorial changes to the user module. | Dries Buytaert | 2002-06-09 |
| | |||
* | - Included Moshe's *excellent* user module documentation. | Dries Buytaert | 2002-06-09 |
| | | | | | NOTE: I remove the gravity stuff as this optional and already documented in rating.module. | ||
* | - improved module descriptions. | Kjartan Mannes | 2002-06-08 |
| | | | | | | | - removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author. | ||
* | - Bugfix: we now keep a per-node $date cache in comment_is_new(). Suggested | Dries Buytaert | 2002-06-08 |
| | | | | by Natrak. |