summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
|
* - removing the blot it link when the blog module is not loaded and the userKjartan Mannes2002-09-14
| | | | does not have access to post content. (Patch by Pierre Gorissen)
* - fixing a typo (was missing a $).Kjartan Mannes2002-09-10
|
* - adding "Default theme" option to user_admin_edit()Kjartan Mannes2002-09-08
|
* - fixing creation of first user.Kjartan Mannes2002-09-08
| | | | | - password is now printed for uid 1. - made user_fields() always return something.
* - made default locale admin page the search page.Kjartan Mannes2002-09-08
|
* - use <?pjp instead of <?. //TODO: check other files to make sure they areKjartan Mannes2002-09-08
| | | | not using short tags.
* - Removed the bloggerapi_watchdog() function.Dries Buytaert2002-09-01
|
* - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.Dries Buytaert2002-08-26
|
* - Made two INSERT queries ANSI compliant. Patch by James, slightly modifiedDries Buytaert2002-08-26
| | | | by Dries.
* - Committed (a slightly modified version of) PiAir's Blogger API documentationDries Buytaert2002-08-22
| | | | patch.
* - Fixed statistics module.Dries Buytaert2002-08-22
|
* - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) inDries Buytaert2002-08-20
| | | | the drupal.module. Fixed a couple of typos and small inconsistencies.
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.Dries Buytaert2002-08-19
|
* - Removed a MySQL-ism from the user module. Patch by James.Dries Buytaert2002-08-18
| | | | - Fixed the "uid < 0" issue. Fix by Marco.
* - Bugfix: fixed some SQL queries and tidied up many queries. Patch byDries Buytaert2002-08-18
| | | | Marco.
* - Made the rating module and its SQL table ASNI compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Made sure the selection boxes don't grow too long. Requisted by kika,Dries Buytaert2002-08-16
| | | | patch by Marco.
* - Small cosmetic change to the system module.Dries Buytaert2002-08-15
|
* - Commited kika's usability patch for the help module.Dries Buytaert2002-08-15
|
* - Bugfix: moved the delete query down. Patch by Marco.Dries Buytaert2002-08-14
|
* - Applied user.module patch from Marco's sandbox.Dries Buytaert2002-08-08
| | | | - Added profile.module written by Marco.
* - Patch by kika: "If a module is disabled on the "site configurationDries Buytaert2002-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 Mannes2002-07-31
|
* - preventing a segfault in PHP. Can someone verify that session writing ↵Kjartan Mannes2002-07-26
| | | | still works?
* - increased the "Authored by" field to max 60 chars to fit the length of validKjartan Mannes2002-07-21
| | | | usernames.
* - Added missing t() functions. Patch by Ori.Dries Buytaert2002-07-13
|
* - Fixed small bug in user.module. Patch by Marco.Dries Buytaert2002-07-13
|
* - removing the DESC on group by.Kjartan Mannes2002-06-27
|
* - Made node_comment_mode() cache the mode when possible. Patch from Marco'sDries Buytaert2002-06-23
| | | | sandbox.
* - Fixed two small bugs in the locale module:Dries Buytaert2002-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 Mannes2002-06-15
|
* - fixing some incorrect l*() calls.Kjartan Mannes2002-06-15
| | | | - fixing node_feed() to work with tax feeds. Thanks Moshe.
* - fixed the markup of the collapsed comment view settings.Kjartan Mannes2002-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 Mannes2002-06-14
|
* - Fixed a bug with taxonomy_get_related() returning the term whichDries Buytaert2002-06-14
| | | | was passed in. Found by Moshe, fixed by Marco.
* - fixing an error when no DA modules were loaded.Kjartan Mannes2002-06-13
| | | | - indentation issue in node module.
* - added missing <ul> tags.Kjartan Mannes2002-06-12
|
* - made poll_page() SQL query valid when running MySQL in ANSI mode.Kjartan Mannes2002-06-12
|
* - adds missing navigation to feed and bundle view.Kjartan Mannes2002-06-12
| | | | - adds missing links.
* - default theme added to theme options + some clean up.Kjartan Mannes2002-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 Mannes2002-06-09
|
* - more documentation updates by Scott.Kjartan Mannes2002-06-09
|
* - Changed a " drupal " into " Drupal ".Dries Buytaert2002-06-09
|
* - Documentation update: "%s/ drupal / Drupal /cg". In documentation weDries Buytaert2002-06-09
| | | | prefer "Drupal" instead of "drupal".
* - Documentation updates: made it more consistent with the rest of Drupal.Dries Buytaert2002-06-09
|
* - Updated the book module documentation a bit.Dries Buytaert2002-06-09
|
* - Bugfix: the comment module has a help function but it wasn't linked to.Dries Buytaert2002-06-09
|