summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Small cosmetic change to the system module.Dries Buytaert2002-08-15
|
* - Commited kika's usability patch for the help module.Dries Buytaert2002-08-15
|
* - Updated the URL with installation instructions.Dries Buytaert2002-08-15
|
* - Reverted module.inc to the old module_invoke() function.Dries Buytaert2002-08-15
|
* - "module_invoke()" and "module_invoke_all()" can now be called with anyDries Buytaert2002-08-14
| | | | number of arguments. Patch by Gerhard.
* - Bugfix: moved the delete query down. Patch by Marco.Dries Buytaert2002-08-14
|
* - Added indices for the poll module. Patch by Marco.Dries Buytaert2002-08-11
|
* - Applied user.module patch from Marco's sandbox.Dries Buytaert2002-08-08
| | | | - Added profile.module written by Marco.
* - An attempt to solve drupal_goto() in presence of session IDs.Dries Buytaert2002-08-08
|
* - 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).
* - removing cvs table definition.Kjartan Mannes2002-07-31
|
* - feed table should have not null defined for refresh and timestamp.Kjartan Mannes2002-07-31
|
* - 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
|
* - Patch my Marco: "session in my users table is actually varchar(32), which ↵Dries Buytaert2002-07-13
| | | | 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."
* - Update the existing variables.Dries Buytaert2002-07-07
|
* - Made it possible to store arrays in the variables table. Patch by Marco.Dries Buytaert2002-07-06
|
* - A variety of small localization updates. Patch by Ori Folger.Dries Buytaert2002-07-05
|
* - removing the drupal module as always loaded.Kjartan Mannes2002-06-27
|
* - 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.
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
|
* - Added the theme_invoke() function from Moshe's sandbox.Dries Buytaert2002-06-23
|
* - Added some indices.Dries Buytaert2002-06-23
|
* - Allows for displaying nodes without the comment module being enabled.Dries Buytaert2002-06-22
| | | | Patch by Ori.
* - 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.
* - Let the blocks itself take care of translating their titles. Patch byDries Buytaert2002-06-20
| | | | Marco.
* - setting date in changelog.Kjartan Mannes2002-06-15
|
* - 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
|
* - adding missing $bacground/$foreground variables.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.
* - changing php_register_globals to register_globals which is the correct ↵Kjartan Mannes2002-06-10
| | | | setting.
* - 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
|