Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #6498 by jhriggs: <label> requires opening and closing tags. | Dries Buytaert | 2004-04-21 |
| | |||
* | - Patch #6887 by Gerhard: fget -> fread for sake of compatibility. | Dries Buytaert | 2004-04-21 |
| | |||
* | - Patch #4635 by Ber: user search should translate wildcard character | Dries Buytaert | 2004-04-21 |
| | |||
* | - Patch #7271 by JonBob: avoid filling the database with menu items. | Dries Buytaert | 2004-04-21 |
| | |||
* | - Added support for 403 handling. Patch by JonBob. As a side benefit, | Dries Buytaert | 2004-04-21 |
| | | | | | | | | 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. | ||
* | - Only encode strings that contain non-ASCII characters. | Kjartan Mannes | 2004-04-21 |
| | |||
* | - Fixed problem with global session variable that caused the wrong page to | Dries Buytaert | 2004-04-18 |
| | | | | be rendered after posting a comment. | ||
* | - Renamed 'taxonomy' menu to 'categories' for sake of usability. | Dries Buytaert | 2004-04-18 |
| | |||
* | - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module | Dries Buytaert | 2004-04-18 |
| | | | | to be more intuitive and moved some help text to Doxygen comments. | ||
* | - Patch #6829 by asimmonds: fixed drupal.css | Dries Buytaert | 2004-04-18 |
| | |||
* | - Patch #7161 by jhriggs: fixed bug with 'last page' functionality. | Dries Buytaert | 2004-04-15 |
| | |||
* | - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty ↵ | Dries Buytaert | 2004-04-15 |
| | | | | array by default. Reported by Adriaan. | ||
* | - Patch by JonBob/Jonathan: reworked the menu system so that menus are | Dries Buytaert | 2004-04-15 |
| | | | | | | | | | | | | 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. | ||
* | Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ↵ | Steven Wittens | 2004-04-15 |
| | | | | off strings at unsure locations, without risking incomplete UTF-8 data. | ||
* | Poll.module / Statistics.module: fixing bug caused by using array_merge and ↵ | Steven Wittens | 2004-04-14 |
| | | | | | | drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. Remember to use $array1 + $array2 instead. | ||
* | - Patch #7088 by TDobes: fixed incorrect comment links in search results. | Dries Buytaert | 2004-04-13 |
| | |||
* | - Patch #7120 by MegaGrunt: made the title of nodes the same size on home ↵ | Dries Buytaert | 2004-04-13 |
| | | | | page as on the node page and improved the various header styles to give better visual indication of hierarchy. | ||
* | - Patch #7121 by Adrian: added missing PostgreSQL update function. | Dries Buytaert | 2004-04-13 |
| | |||
* | - Patch #7110 by drumm: fixed aggregator module help text. | Dries Buytaert | 2004-04-13 |
| | |||
* | - Patch #7082 by MegaGrunt: fixed font size and comment spacing. | Dries Buytaert | 2004-04-13 |
| | |||
* | - Added forum-closed.gif created by kika. | Dries Buytaert | 2004-04-12 |
| | |||
* | - Patch #6829 by kika: cleanup of drupal.css. The patch did not apply 100% ↵ | Dries Buytaert | 2004-04-12 |
| | | | | cleanly so hopefully everything is well. | ||
* | - Patch #/6863 by kika: prettified the tables. | Dries Buytaert | 2004-04-12 |
| | |||
* | - Patch #6947 by Ax: fixed a Doxygen warning, fixed some uninitialized varables. | Dries Buytaert | 2004-04-12 |
| | | | | (I'm back from vacation.) | ||
* | Added 4.4 release date. | Steven Wittens | 2004-04-07 |
| | |||
* | Missing semi-colon for HTML entity. | Steven Wittens | 2004-04-05 |
| | |||
* | - Remove redundant line. Patch by killes. | Dries Buytaert | 2004-04-01 |
| | |||
* | - Partial patch 6680 by Brian: fixed invalid XHTML in search result page. | Dries Buytaert | 2004-03-31 |
| | |||
* | - Patch #6818 by Kristjan: chameleon theme CSS cleanup. | Dries Buytaert | 2004-03-30 |
| | |||
* | - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors. | Dries Buytaert | 2004-03-30 |
| | |||
* | - Tiny usability improvement for translators. Patch by Gerhard. | Dries Buytaert | 2004-03-29 |
| | |||
* | - Patch #6725 by TDobes: update block module _user() hooks. | Dries Buytaert | 2004-03-29 |
| | |||
* | - Patch 6771 by MegaGrunt: blockquote improvements. | Dries Buytaert | 2004-03-29 |
| | |||
* | - Patch 6751 by TDobes: fixed call-by-reference problem | Dries Buytaert | 2004-03-29 |
| | |||
* | - Patch 6770 by MegaGrunt: IE6 scrambled the layout of nested comments. | Dries Buytaert | 2004-03-29 |
| | |||
* | - Profile module improvement: | Dries Buytaert | 2004-03-27 |
| | | | | | | | | * Made it possible to set certain fields as 'required'. To do: * Mark them as required visually. * Add required fields to the subscription page. | ||
* | - Patch #6632 by Moshe: added missing brackets around table name. | Dries Buytaert | 2004-03-27 |
| | |||
* | - Fixed bug #6697: improved the URL validation function | Dries Buytaert | 2004-03-27 |
| | |||
* | - Patch #6425 by TDobes: made avatars work with private download method. Added | Dries Buytaert | 2004-03-27 |
| | | | | user_file_download() function to communicate with the file system layer. | ||
* | Patch 6523 by Steven: | Dries Buytaert | 2004-03-25 |
| | | | | | | | | - 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. | ||
* | - Patch #6480 by eap: news items were displayed in the wrong order. | Dries Buytaert | 2004-03-25 |
| | |||
* | - Patch #6517 by kika: drupal_http_request() fails to open feed because on ↵ | Dries Buytaert | 2004-03-24 |
| | | | | PHP 4.1.2. Also updated file.inc. | ||
* | - Ported patch #6470 by Brian: fixed more XHTML erros related to multiple ↵ | Dries Buytaert | 2004-03-24 |
| | | | | selects. | ||
* | - Patch #3987 by jhriggs: changed the location of the logout link. | Dries Buytaert | 2004-03-24 |
| | |||
* | - Patch #6543 by Michelangelo: block path matching breaks when clean URLs ↵ | Dries Buytaert | 2004-03-21 |
| | | | | are disabled. | ||
* | - Fixed braino | Dries Buytaert | 2004-03-21 |
| | |||
* | - More profile module improvements: | Dries Buytaert | 2004-03-21 |
| | | | | | | | | | | | + 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. | ||
* | - More profile module improvements: | Dries Buytaert | 2004-03-21 |
| | | | | + Add a new field type: 'list'. | ||
* | - Small CSS change | Dries Buytaert | 2004-03-21 |
| | |||
* | - Profile module improvements: added a URL-type field to the profile module. | Dries Buytaert | 2004-03-21 |
| | | | | | We can use this for the 'URL of homepage' field on drupal.org. URL fields are rendered as links and are being validated. |