Commit Graph

1797 Commits (de95001c9291d6f2e66374975b793f84dc155aca)

Author SHA1 Message Date
Dries Buytaert e04f6d2328 - Made the rating module and its SQL table ASNI compliant. Patch by jaa. 2002-08-16 07:37:03 +00:00
Dries Buytaert fc143e79a7 - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa. 2002-08-16 07:28:27 +00:00
Dries Buytaert 333e47aced - Made sure the selection boxes don't grow too long. Requisted by kika,
patch by Marco.
2002-08-16 07:21:01 +00:00
Dries Buytaert 2c77a38848 - Small cosmetic change to the system module. 2002-08-15 10:26:32 +00:00
Dries Buytaert 42abfd001c - Commited kika's usability patch for the help module. 2002-08-15 10:24:41 +00:00
Dries Buytaert 6f9b79b826 - Updated the URL with installation instructions. 2002-08-15 07:16:06 +00:00
Dries Buytaert d102bf73e3 - Reverted module.inc to the old module_invoke() function. 2002-08-15 07:14:37 +00:00
Dries Buytaert 343437e750 - "module_invoke()" and "module_invoke_all()" can now be called with any
number of arguments.  Patch by Gerhard.
2002-08-14 17:59:43 +00:00
Dries Buytaert cc0980ec6b - Bugfix: moved the delete query down. Patch by Marco. 2002-08-14 17:53:44 +00:00
Dries Buytaert e0357857c0 - Added indices for the poll module. Patch by Marco. 2002-08-11 20:02:32 +00:00
Dries Buytaert f5173ef233 - Applied user.module patch from Marco's sandbox.
- Added profile.module written by Marco.
2002-08-08 18:52:55 +00:00
Dries Buytaert b8c815d245 - An attempt to solve drupal_goto() in presence of session IDs. 2002-08-08 18:24:53 +00:00
Dries Buytaert c3e91ce889 - 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).
2002-08-08 18:16:03 +00:00
Kjartan Mannes 80aca19a61 - removing cvs table definition. 2002-07-31 08:25:48 +00:00
Kjartan Mannes ec59398791 - feed table should have not null defined for refresh and timestamp. 2002-07-31 08:14:25 +00:00
Kjartan Mannes bb19e0bb45 - fixing email regular expression. 2002-07-31 08:01:34 +00:00
Kjartan Mannes 12bc70569e - preventing a segfault in PHP. Can someone verify that session writing still works? 2002-07-26 10:28:55 +00:00
Kjartan Mannes 5f7e2f7ae0 - increased the "Authored by" field to max 60 chars to fit the length of valid
usernames.
2002-07-21 18:14:35 +00:00
Dries Buytaert 36fca09232 - Added missing t() functions. Patch by Ori. 2002-07-13 17:56:54 +00:00
Dries Buytaert ef03e6a36c - Fixed small bug in user.module. Patch by Marco. 2002-07-13 13:03:44 +00:00
Dries Buytaert c3a60df58b - 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." 2002-07-13 13:01:47 +00:00
Dries Buytaert e1e75f5bcb - Update the existing variables. 2002-07-07 15:41:03 +00:00
Dries Buytaert b5c56be324 - Made it possible to store arrays in the variables table. Patch by Marco. 2002-07-06 13:30:26 +00:00
Dries Buytaert 118da4b744 - A variety of small localization updates. Patch by Ori Folger. 2002-07-05 18:28:02 +00:00
Kjartan Mannes af7e08b4bd - removing the drupal module as always loaded. 2002-06-27 09:43:30 +00:00
Kjartan Mannes b35b341f08 - removing the DESC on group by. 2002-06-27 09:41:55 +00:00
Dries Buytaert 0544d005f5 - Made node_comment_mode() cache the mode when possible. Patch from Marco's
sandbox.
2002-06-23 13:42:29 +00:00
Dries Buytaert d1b2125be4 - Added the improved db_query() function with timings from Marco's sandbox. 2002-06-23 13:40:01 +00:00
Dries Buytaert 08b82913d4 - Added the theme_invoke() function from Moshe's sandbox. 2002-06-23 13:31:30 +00:00
Dries Buytaert 39373da716 - Added some indices. 2002-06-23 13:26:39 +00:00
Dries Buytaert 15975b3d03 - Allows for displaying nodes without the comment module being enabled.
Patch by Ori.
2002-06-22 19:32:08 +00:00
Dries Buytaert ccba91d66f - Fixed two small bugs in the locale module:
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.
2002-06-20 18:55:18 +00:00
Dries Buytaert 3dbccfa7cf - Let the blocks itself take care of translating their titles. Patch by
Marco.
2002-06-20 18:52:32 +00:00
Kjartan Mannes d22493f926 - setting date in changelog. 2002-06-15 18:35:30 +00:00
Kjartan Mannes 9c23d8ae42 - cosmetics mostly. 2002-06-15 17:48:54 +00:00
Kjartan Mannes a6121c1503 - fixing some incorrect l*() calls.
- fixing node_feed() to work with tax feeds. Thanks Moshe.
2002-06-15 13:48:08 +00:00
Kjartan Mannes 66ccfb3f8d - fixed the markup of the collapsed comment view settings.
- 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.
2002-06-15 10:49:44 +00:00
Kjartan Mannes a5c05512fc - added some missing title attributs to links. 2002-06-14 13:48:35 +00:00
Dries Buytaert 8cfbe41201 - Fixed a bug with taxonomy_get_related() returning the term which
was passed in. Found by Moshe, fixed by Marco.
2002-06-14 04:30:30 +00:00
Kjartan Mannes 53a53ce6db - fixing an error when no DA modules were loaded.
- indentation issue in node module.
2002-06-13 09:19:17 +00:00
Kjartan Mannes d880f8f559 - added missing <ul> tags. 2002-06-12 16:02:26 +00:00
Kjartan Mannes 0072855340 - made poll_page() SQL query valid when running MySQL in ANSI mode. 2002-06-12 12:35:01 +00:00
Kjartan Mannes 7c58daf7c3 - adding missing $bacground/$foreground variables. 2002-06-12 12:33:27 +00:00
Kjartan Mannes 7ac1ae2aa6 - adds missing navigation to feed and bundle view.
- adds missing links.
2002-06-12 12:25:49 +00:00
Kjartan Mannes b06bbe7481 - default theme added to theme options + some clean up.
- 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.
2002-06-10 19:49:16 +00:00
Kjartan Mannes d480507f0d - changing php_register_globals to register_globals which is the correct setting. 2002-06-10 12:10:55 +00:00
Kjartan Mannes 167955dfb0 - fixing outgoing mails and added some documentation. 2002-06-09 17:24:42 +00:00
Kjartan Mannes 3955d6836a - more documentation updates by Scott. 2002-06-09 16:44:52 +00:00
Dries Buytaert 81d0d7b2a0 - Changed a " drupal " into " Drupal ". 2002-06-09 15:11:15 +00:00
Dries Buytaert 52e00d08dd - Documentation update: "%s/ drupal / Drupal /cg". In documentation we
prefer "Drupal" instead of "drupal".
2002-06-09 14:18:23 +00:00