summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #7468 - Added title="" attribute with term descriptions (if present) to ↵Steven Wittens2004-05-04
| | | | | | taxonomy links. See http://drupal.org/node/view/7468
* - Patch #7096 by bylund: fixed a bug with the node filters at the node ↵Dries Buytaert2004-05-03
| | | | administration page (administration > content)
* - Patch #7503 by bylund: two strings could not be translated.Dries Buytaert2004-05-03
|
* - Patch #7504 by bylund: multiple form_radio-function calls is used insteadDries Buytaert2004-05-03
| | | | | of a single form_radios-call. This could cause problems when trying to style individual form elements.
* - Bug #7135: fixed saving of comment viewing options in PostgreSQL. Patch ↵Dries Buytaert2004-05-01
| | | | by Adrian.
* - Patch #7483 by Gerhard: system_user should not return $edit.Dries Buytaert2004-05-01
|
* - Patch #7482 by Gerhard: double 'edit' in comment_user(). One 'edit' had ↵Dries Buytaert2004-05-01
| | | | to be 'validate'.
* - Patch #6552 by Gerhard: fixed problem with user callbacks that slipped in ↵Dries Buytaert2004-05-01
| | | | with Natrak's last commit.
* - Fixed sitewide timezone settings not being saved.Kjartan Mannes2004-04-29
| | | | - Making sure profile fields are saved properly.
* - Applied patch #6552: Put back register_form and register_validate ↵Kjartan Mannes2004-04-29
| | | | | | callbacks in user.module. - Fixed bug #7406: User delete hook incorrect params.
* - Incorrect quotes.Kjartan Mannes2004-04-29
|
* - Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.Kjartan Mannes2004-04-29
| | | | - Fixed feed status not being reset when items are removed.
* - Patch #6612 by JonBob: extended the node API with new hooks.Dries Buytaert2004-04-28
|
* - Various aggregator module improvements. Modified patch by drumm.Dries Buytaert2004-04-27
|
* - Patch #7416 by Stefan: added sitewide timezone support.Dries Buytaert2004-04-27
|
* - Patch #6009 by Matthias: reworked the help texts of the taxonomy module ↵Dries Buytaert2004-04-24
| | | | generated forms. The help text can now be customized.
* - Patch #7211: changed 'root' to 'top-level' for sake of usability. I took ↵Dries Buytaert2004-04-24
| | | | Gerhard's patch and extended it so we did not miss any instances of 'root'.
* - Patch #6791: mark required fields. Modified patch by Michelangelo.Dries Buytaert2004-04-24
|
* - Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of ↵Dries Buytaert2004-04-24
| | | | nodes.
* - Patch #7302 by Gerhard: saves the selected terms in a session variable.Dries Buytaert2004-04-23
|
* - Patch #7314 by jluster: added support to ping technorati.comDries Buytaert2004-04-23
|
* - Changing permissions on user menus.Kjartan Mannes2004-04-22
|
* - Patch #4635 by Ber: user search should translate wildcard characterDries Buytaert2004-04-21
|
* - Patch #7271 by JonBob: avoid filling the database with menu items.Dries Buytaert2004-04-21
|
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-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 Mannes2004-04-21
|
* - Fixed problem with global session variable that caused the wrong page toDries Buytaert2004-04-18
| | | | be rendered after posting a comment.
* - Renamed 'taxonomy' menu to 'categories' for sake of usability.Dries Buytaert2004-04-18
|
* - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics moduleDries Buytaert2004-04-18
| | | | to be more intuitive and moved some help text to Doxygen comments.
* - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty ↵Dries Buytaert2004-04-15
| | | | array by default. Reported by Adriaan.
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-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 Wittens2004-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 Wittens2004-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 Buytaert2004-04-13
|
* - Patch #7110 by drumm: fixed aggregator module help text.Dries Buytaert2004-04-13
|
* Missing semi-colon for HTML entity.Steven Wittens2004-04-05
|
* - Remove redundant line. Patch by killes.Dries Buytaert2004-04-01
|
* - Tiny usability improvement for translators. Patch by Gerhard.Dries Buytaert2004-03-29
|
* - Patch #6725 by TDobes: update block module _user() hooks.Dries Buytaert2004-03-29
|
* - Patch 6751 by TDobes: fixed call-by-reference problemDries Buytaert2004-03-29
|
* - Profile module improvement:Dries Buytaert2004-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 Buytaert2004-03-27
|
* - Patch #6425 by TDobes: made avatars work with private download method. AddedDries Buytaert2004-03-27
| | | | user_file_download() function to communicate with the file system layer.
* Patch 6523 by Steven:Dries Buytaert2004-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 Buytaert2004-03-25
|
* - Patch #3987 by jhriggs: changed the location of the logout link.Dries Buytaert2004-03-24
|
* - Patch #6543 by Michelangelo: block path matching breaks when clean URLs ↵Dries Buytaert2004-03-21
| | | | are disabled.
* - Fixed brainoDries Buytaert2004-03-21
|
* - More profile module improvements:Dries Buytaert2004-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 Buytaert2004-03-21
| | | | + Add a new field type: 'list'.