Commit Graph

3071 Commits (4.4.0)

Author SHA1 Message Date
Dries Buytaert b03ec76684 - Updated changelog. 2004-04-01 09:21:47 +00:00
Dries Buytaert 326cf02637 - Fixed pushbutton problems with IE. Patch by MegaGrunt 2004-03-31 22:46:46 +00:00
Dries Buytaert bf10cf0009 - Patch #6818 by Kristjan: chameleon theme CSS cleanup. 2004-03-30 22:15:21 +00:00
Dries Buytaert f03f3c7a72 - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors. 2004-03-30 21:01:50 +00:00
Dries Buytaert ca699da961 - Patch 6771 by MegaGrunt: blockquote improvements. 2004-03-29 18:41:25 +00:00
Dries Buytaert ccde65cf29 Patch 6523 by Steven:
- Strips the leading / from URLs to match with block paths. The reason is that everywhere else in Drupal, we use URLs without leading slash (e.g. URL aliasing). For consistency we should keep this behaviour everywhere. The replacement uses ereg_replace instead of str_replace, but the expression now only match the beginning of the URI so in fact it's faster, esp. for longer URIs.

- Updates the block docs about path matching: gets rid of leading slash, adds initial matching o
perator '^' and emphasises the slash behaviour (which was not mentioned anywhere before)

- Replaces the example expression for a negative match. It was horribly broken and odd, the repl
acement in this patch is correct and simpler.
2004-03-25 20:38:03 +00:00
Dries Buytaert f990a3446c - Patch #6480 by eap: news items were displayed in the wrong order. 2004-03-25 20:14:32 +00:00
Dries Buytaert 3100ef3766 - Patch #6517 by kika: drupal_http_request() fails to open feed because on PHP 4.1.2. Also updated file.inc. 2004-03-24 19:03:00 +00:00
Dries Buytaert 45cd734493 - Patch #6470 by Brian: fixed more XHTML erros related to multiple selects. 2004-03-24 05:59:53 +00:00
Dries Buytaert b0dbe4a410 - Patch #3987 by jhriggs: changed the location of the logout link. 2004-03-24 05:55:16 +00:00
Dries Buytaert 142a4e94d3 - Patch #6543 by Michelangelo: block path matching breaks when clean URLs are disabled. 2004-03-21 16:30:19 +00:00
Dries Buytaert 23e71f2e48 - Partial patch #6375 by jik: it's -> its 2004-03-20 14:32:40 +00:00
Dries Buytaert 9bd79d982b - Partial patch #6375 by jik: fixed broken URL in comment help. 2004-03-20 14:29:54 +00:00
Dries Buytaert 291de0bdf5 Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
Dries Buytaert 46798d68c4 - Patch #6484 by Goba:
+ A small typo on tracker module, which prevented the help from displaying.
  + For for a HTML tag closing buglet which made Opera completely mess up
    the page.
  + Translation fixes in story.module.
2004-03-15 19:41:47 +00:00
Dries Buytaert 4b14f76b0c - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes. 2004-03-14 20:07:43 +00:00
Dries Buytaert 5169fe6d16 - We have a new maintainer for the Debian package. 2004-03-12 21:24:50 +00:00
Dries Buytaert b554afbc58 - Patch #6391 by jik: after deleting a user, return to the user list, not the edit user form. 2004-03-12 18:42:43 +00:00
Dries Buytaert fc058baaed - Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no longer supported. 2004-03-12 18:27:28 +00:00
Dries Buytaert 1ae378f4de - Bugfix: mark new comments when show as 'folded' 2004-03-11 21:48:17 +00:00
Dries Buytaert 8babf52223 - Patch 6345 by Chris: the 4th argument of form() is misnamed and used 0 as default value 2004-03-11 05:29:43 +00:00
Dries Buytaert 03c4f40f3a - Fixed bug #6345: drupal_attributes() adds redundant space. 2004-03-10 19:32:52 +00:00
Dries Buytaert bd27093f55 Patch 6270 by mathias: misc. fixes 2004-03-10 09:31:54 +00:00
Dries Buytaert bc7d7b2784 - Patch #3786 by Gerhard: removed last instance of <none> 2004-03-09 21:33:27 +00:00
Dries Buytaert 15173d4e3e - Improved drupal_not_found() 2004-03-08 18:38:43 +00:00
The Great Git Migration 9f58641e0d This commit was manufactured as part of Drupal's Great Git Migration to
create branch 'DRUPAL-4-4'.

Sprout from master 2004-03-06 19:12:44 UTC Dries Buytaert <dries@buytaert.net> '- Removed the MSSQL port as discussed with Moshe.'
Delete:
    modules/aggregator/aggregator.module
    modules/archive/archive.module
    modules/block/block.module
    modules/blog/blog.module
    modules/blogapi/blogapi.module
    modules/book/book.module
    modules/comment/comment.module
    modules/drupal/drupal.module
    modules/filter/filter.module
    modules/forum/forum.module
    modules/help/help.module
    modules/locale/locale.module
    modules/node/node.module
    modules/page/page.module
    modules/path/path.module
    modules/ping/ping.module
    modules/poll/poll.module
    modules/profile/profile.module
    modules/search/search.module
    modules/statistics/statistics.module
    modules/story/story.module
    modules/system/system.module
    modules/taxonomy/taxonomy.module
    modules/throttle/throttle.module
    modules/tracker/tracker.module
    modules/user/user.module
    modules/watchdog/watchdog.module
2004-03-06 19:12:45 +00:00
Dries Buytaert d3069eefdd - Removed the MSSQL port as discussed with Moshe. 2004-03-06 19:12:44 +00:00
Dries Buytaert ccc9276f45 - Patch #4902 by Goba: fix URLs in RSS feeds.
+ Make all channel links absolute.
   + Always set the $base_url as xml:base, thus providing a solid base for
     relative URLs.
2004-03-06 16:17:48 +00:00
Dries Buytaert 8ebedbaa2b - Patch #6260 by TDobes: fixed incorrect alt-attribute for avatar images in
the Xtemplate theme.
2004-03-06 11:07:16 +00:00
Dries Buytaert 744405e316 - Patch 6140 by Goba: fix the 'read more'-link behavior. 2004-03-06 10:57:53 +00:00
Dries Buytaert 76192f667d - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
Dries Buytaert 3d5f11e004 - Restored the old block path behavior. 2004-03-05 20:33:02 +00:00
Dries Buytaert 17ddbde777 - Set the version number. 2004-03-01 19:52:14 +00:00
Dries Buytaert 0f980c24bc - Removed broken throttle. 2004-03-01 19:45:33 +00:00
Dries Buytaert f69425961c - Patch 6138 by MegaGrunt: this patch creates a repeated background behind
the header logo image, so that multiple lines of text can be added to Primary
  menu without breaking the design.
2004-03-01 19:42:22 +00:00
Dries Buytaert c73305f6d6 - Patch #6129 by Goba: fixed dependencies on search module. 2004-02-29 17:16:27 +00:00
Dries Buytaert 7d0eb5376d - Patch #6110 by Goba: stop cheating in the Drupal site list. 2004-02-28 17:55:50 +00:00
Kjartan Mannes 16c1bcada1 - Fixed constants problem.
- Made filename modification more logical when there was no extension.
2004-02-27 11:25:13 +00:00
Dries Buytaert df2c033729 - Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doing
a select statement.  Even though PEAR supports this functionality, it fails
  silently when using PostgreSQL.  We use the db_num_rows() function instead
  to return the amount of rows returned.  (According to Killes, the MySQL
  manual also states that it should not return affected rows on a 'select'
  statement.)
2004-02-26 17:55:14 +00:00
Dries Buytaert f54aab6a3e - Fixed bug #6048: display footer in theme chameleon. 2004-02-25 22:38:43 +00:00
Dries Buytaert a283a3b7b8 - Patch by Gerhard: move the updates to database/updates.inc so packaging
systems can by-pass update.php.
2004-02-25 22:20:09 +00:00
Steven Wittens e3bedc47d7 Fixed an apparently old bug which always defaulted user-togglable blocks to off, and clarified the explanation a bit. 2004-02-25 21:19:31 +00:00
Steven Wittens 939a816e8f Poll.module cleanup:
* Code cleaning: simpler structures, removed some old leftovers, ...
* Clean URLs everywhere (the old mechanism was broken anyway). Had to get rid of 'inline voting' (i.e. voting with the sideblock and ending up on the same page), but that was a bit confusing anyway.
* Simplified submission form with form_group and streamlined choice mechanism.
* Improved bar rendering in pollresults for themes with avatars, like xtemplate.
2004-02-24 23:34:31 +00:00
Steven Wittens eadfa19239 Improved <label> patch: got rid of ID's by implicit association, and made radio/check labels non-bold again. 2004-02-24 20:22:45 +00:00
Dries Buytaert bb82569cee - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of HEAD,
and adds a user notice to add the throttle and bootstrap columns to the
  system table manually, else update.php will not run.  The message includes the
  SQL statements required for both MySQL and PostgreSQL.
2004-02-23 17:45:03 +00:00
Dries Buytaert d03a8acfb6 - Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effect
in the header icon is missing. The path for this image is in the XHTML
  file, when the images were moved out of the "image" directory, the XHTML
  file was not updated.
2004-02-23 16:36:32 +00:00
Steven Wittens b2c061b903 - Added 'first update since 4.3.0' info line 2004-02-23 14:39:20 +00:00
Dries Buytaert fe2af43aa0 - We have a new theme. 2004-02-23 13:32:17 +00:00
Dries Buytaert 4a8571bfdb - Patch #6000 by Goba: makes the short tip list a HTML list (as it is semantically
expected) and gives proper class names to the long and short tip list, so if
  someone would like to reproduce the 'br' tagged version, he can do that with
  some CSS styles easily.  Assigned a dedicated class to the more-tips link, so it
  can be differently stlyed (with a different bullet, different link color or
  anyhow, as the theme designer desires).
2004-02-23 13:17:17 +00:00
Dries Buytaert c91d036098 - Intitial version of the Pushbutton theme: contributed by MegaGrunt! 2004-02-23 12:55:46 +00:00