Commit Graph

3120 Commits (ee4ccb6e4c116ca403f2ac1ad2a30c5d1e08cf7e)

Author SHA1 Message Date
Dries Buytaert ee4ccb6e4c - Patch #7332 by marky: don't emit extra whitespace withing <body> 2004-04-23 06:13:34 +00:00
Kjartan Mannes a7a86cd289 - Changing permissions on user menus. 2004-04-22 22:53:51 +00:00
Dries Buytaert 8fa7d74d4d - Patch #6498 by jhriggs: <label> requires opening and closing tags. 2004-04-21 20:11:22 +00:00
Dries Buytaert 01e76e374f - Patch #6887 by Gerhard: fget -> fread for sake of compatibility. 2004-04-21 19:43:23 +00:00
Dries Buytaert 9796455aaf - Patch #4635 by Ber: user search should translate wildcard character 2004-04-21 17:50:28 +00:00
Dries Buytaert 725298779d - Patch #7271 by JonBob: avoid filling the database with menu items. 2004-04-21 17:42:07 +00:00
Dries Buytaert 7231c88a32 - Added support for 403 handling. Patch by JonBob. As a side benefit,
administrators will be able to define a custom 403 page, just as they
  can define 404 pages now.

  This needs to be documented in the "Changes since / migrating to ..."
  pages.
2004-04-21 13:56:38 +00:00
Kjartan Mannes 7976678719 - Only encode strings that contain non-ASCII characters. 2004-04-21 11:31:34 +00:00
Dries Buytaert 291b56c0cc - Fixed problem with global session variable that caused the wrong page to
be rendered after posting a comment.
2004-04-18 15:17:10 +00:00
Dries Buytaert 67fb5235c7 - Renamed 'taxonomy' menu to 'categories' for sake of usability. 2004-04-18 14:03:33 +00:00
Dries Buytaert 0dc1f820ff - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module
to be more intuitive and moved some help text to Doxygen comments.
2004-04-18 12:51:55 +00:00
Dries Buytaert 9cb3ed4ba5 - Patch #6829 by asimmonds: fixed drupal.css 2004-04-18 12:42:45 +00:00
Dries Buytaert 4eb05da890 - Patch #7161 by jhriggs: fixed bug with 'last page' functionality. 2004-04-15 22:18:08 +00:00
Dries Buytaert 2caeac91ae - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
Dries Buytaert 10bdb51c37 - Patch by JonBob/Jonathan: reworked the menu system so that menus are
configurable!  Menu items can be disabled, repositioned, added and
  so on.

  Upgrading to requires you to run update.php.

  This functionality depricates some of the 'navigation modules' in the
  contributions repository.  Furthermore, modules can now 'suggest'
  menu items and site adminstrators can choose to enable them.  Modules
  in the contributions repository should try to take advantage of this.
2004-04-15 20:49:42 +00:00
Steven Wittens a083daf841 Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data. 2004-04-15 14:07:08 +00:00
Steven Wittens 803dacf652 Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs.
Remember to use $array1 + $array2 instead.
2004-04-14 14:02:36 +00:00
Dries Buytaert fd0ef2cc48 - Patch #7088 by TDobes: fixed incorrect comment links in search results. 2004-04-13 21:33:27 +00:00
Dries Buytaert 2c37334fcc - Patch #7120 by MegaGrunt: made the title of nodes the same size on home page as on the node page and improved the various header styles to give better visual indication of hierarchy. 2004-04-13 18:12:46 +00:00
Dries Buytaert 57f52eb93c - Patch #7121 by Adrian: added missing PostgreSQL update function. 2004-04-13 18:04:36 +00:00
Dries Buytaert 9abcd206d9 - Patch #7110 by drumm: fixed aggregator module help text. 2004-04-13 05:31:15 +00:00
Dries Buytaert 91334c437f - Patch #7082 by MegaGrunt: fixed font size and comment spacing. 2004-04-13 04:57:30 +00:00
Dries Buytaert 692dc3260b - Added forum-closed.gif created by kika. 2004-04-12 09:52:30 +00:00
Dries Buytaert 8a5c7c84c1 - Patch #6829 by kika: cleanup of drupal.css. The patch did not apply 100% cleanly so hopefully everything is well. 2004-04-12 09:17:28 +00:00
Dries Buytaert 8e5a26591d - Patch #/6863 by kika: prettified the tables. 2004-04-12 09:04:55 +00:00
Dries Buytaert be230467fd - Patch #6947 by Ax: fixed a Doxygen warning, fixed some uninitialized varables.
(I'm back from vacation.)
2004-04-12 08:27:57 +00:00
Steven Wittens 1c870a3771 Added 4.4 release date. 2004-04-07 13:45:08 +00:00
Steven Wittens 767141c49e Missing semi-colon for HTML entity. 2004-04-05 01:10:48 +00:00
Dries Buytaert 7f13bad91c - Remove redundant line. Patch by killes. 2004-04-01 18:57:41 +00:00
Dries Buytaert b9419fbcd6 - Partial patch 6680 by Brian: fixed invalid XHTML in search result page. 2004-03-31 22:50:23 +00:00
Dries Buytaert 8324bda48b - Patch #6818 by Kristjan: chameleon theme CSS cleanup. 2004-03-30 22:14:04 +00:00
Dries Buytaert 9c66f4f470 - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors. 2004-03-30 21:01:19 +00:00
Dries Buytaert 637898ecc3 - Tiny usability improvement for translators. Patch by Gerhard. 2004-03-29 19:00:07 +00:00
Dries Buytaert 5b30c3447f - Patch #6725 by TDobes: update block module _user() hooks. 2004-03-29 18:56:21 +00:00
Dries Buytaert 8ec1d60071 - Patch 6771 by MegaGrunt: blockquote improvements. 2004-03-29 18:41:00 +00:00
Dries Buytaert 6e4d93b943 - Patch 6751 by TDobes: fixed call-by-reference problem 2004-03-29 18:19:10 +00:00
Dries Buytaert cc1d535c0a - Patch 6770 by MegaGrunt: IE6 scrambled the layout of nested comments. 2004-03-29 18:12:14 +00:00
Dries Buytaert 5f17ad3c2d - Profile module improvement:
* Made it possible to set certain fields as 'required'.

  To do:
   * Mark them as required visually.
   * Add required fields to the subscription page.
2004-03-27 14:50:56 +00:00
Dries Buytaert 3fbfc52030 - Patch #6632 by Moshe: added missing brackets around table name. 2004-03-27 11:56:01 +00:00
Dries Buytaert f3d419b74e - Fixed bug #6697: improved the URL validation function 2004-03-27 09:32:12 +00:00
Dries Buytaert 0b876c4486 - Patch #6425 by TDobes: made avatars work with private download method. Added
user_file_download() function to communicate with the file system layer.
2004-03-27 09:06:52 +00:00
Dries Buytaert 76c4be3138 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 operator '^' 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 replacement in this patch is correct and simpler.
2004-03-25 20:37:32 +00:00
Dries Buytaert 248a493d24 - Patch #6480 by eap: news items were displayed in the wrong order. 2004-03-25 20:12:36 +00:00
Dries Buytaert a4a785e7a3 - Patch #6517 by kika: drupal_http_request() fails to open feed because on PHP 4.1.2. Also updated file.inc. 2004-03-24 18:58:36 +00:00
Dries Buytaert 6bd3c11a40 - Ported patch #6470 by Brian: fixed more XHTML erros related to multiple selects. 2004-03-24 06:01:43 +00:00
Dries Buytaert 2fe664016c - Patch #3987 by jhriggs: changed the location of the logout link. 2004-03-24 05:54:20 +00:00
Dries Buytaert 628715e4d9 - Patch #6543 by Michelangelo: block path matching breaks when clean URLs are disabled. 2004-03-21 16:30:01 +00:00
Dries Buytaert 2043b336af - Fixed braino 2004-03-21 16:21:04 +00:00
Dries Buytaert 754f2ac26a - More profile module improvements:
+ Updated the _user() hook's "$type == 'view'" case to match the
     "$type == 'edit'" case.  That is, both have to return an associtive
     array of the format array('category' => 'fields').

   + Updated the profile pages to group fields by category.  Made possible
     thanks to the above change.

   + Moved logic out of the theme_ functions.
2004-03-21 14:28:15 +00:00
Dries Buytaert f43cd3bb33 - More profile module improvements:
+ Add a new field type: 'list'.
2004-03-21 12:46:06 +00:00