Kjartan Mannes
7e017fce0f
- Applied patch #6552 : Put back register_form and register_validate callbacks in user.module.
...
- Fixed bug #7406 : User delete hook incorrect params.
2004-04-29 22:39:55 +00:00
Kjartan Mannes
297c552c7e
- Incorrect quotes.
2004-04-29 21:10:12 +00:00
Kjartan Mannes
857f1b1cce
- Fixed bug #7094 : Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.
...
- Fixed feed status not being reset when items are removed.
2004-04-29 21:09:00 +00:00
Dries Buytaert
2ca7eb7152
- Patch #6612 by JonBob: extended the node API with new hooks.
2004-04-28 20:23:30 +00:00
Dries Buytaert
3117258552
- Various aggregator module improvements. Modified patch by drumm.
2004-04-27 20:10:09 +00:00
Dries Buytaert
a2da46a10a
- Patch #7416 by Stefan: added sitewide timezone support.
2004-04-27 18:08:04 +00:00
Dries Buytaert
5403982589
- Patch #6009 by Matthias: reworked the help texts of the taxonomy module generated forms. The help text can now be customized.
2004-04-24 16:42:39 +00:00
Dries Buytaert
284ed5e4a3
- Patch #7211 : changed 'root' to 'top-level' for sake of usability. I took Gerhard's patch and extended it so we did not miss any instances of 'root'.
2004-04-24 16:31:54 +00:00
Dries Buytaert
dc8a68ea28
- Patch #6791 : mark required fields. Modified patch by Michelangelo.
2004-04-24 15:39:31 +00:00
Dries Buytaert
33eb82e16f
- Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of nodes.
2004-04-24 07:41:49 +00:00
Dries Buytaert
e5e26a07d6
- Patch #7302 by Gerhard: saves the selected terms in a session variable.
2004-04-23 07:40:26 +00:00
Dries Buytaert
cf98e0a1fc
- Patch #7314 by jluster: added support to ping technorati.com
2004-04-23 06:30:42 +00:00
Kjartan Mannes
a7a86cd289
- Changing permissions on user menus.
2004-04-22 22:53:51 +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
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
9abcd206d9
- Patch #7110 by drumm: fixed aggregator module help text.
2004-04-13 05:31:15 +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
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
6e4d93b943
- Patch 6751 by TDobes: fixed call-by-reference problem
2004-03-29 18:19:10 +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
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
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
Dries Buytaert
93cf70d72e
- Profile module improvements: added a URL-type field to the profile module.
...
We can use this for the 'URL of homepage' field on drupal.org. URL fields
are rendered as links and are being validated.
2004-03-21 10:28:10 +00:00
Dries Buytaert
b5c441a926
- Profile module improvements:
...
+ Made it possible to define the page title of the user listing pages.
+ Used form_group()s for the profile administration page.
+ Fixed bug in database/updates.inc.
2004-03-20 19:41:42 +00:00
Dries Buytaert
994d9cf55d
- Partial patch #6375 by jik: it's -> its
2004-03-20 14:32:21 +00:00
Dries Buytaert
4959584243
- Partial patch #6375 by jik: fixed broken URL in comment help.
2004-03-20 14:30:06 +00:00
Dries Buytaert
7c7251bdf5
- Bug #6595 : made the signature's textarea less wide
2004-03-20 14:22:09 +00:00
Dries Buytaert
142dd6ba43
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.
2004-03-20 13:29:06 +00:00
Dries Buytaert
8145c7695c
- Tracker and forum module improvements!
...
Note: the CSS of the tracker page has changed. Some CSS files still have
to be updated.
2004-03-20 13:23:34 +00:00
Dries Buytaert
576968c471
- Patch #6406 by TDobes: fixed typos in profile/user module.
2004-03-15 20:09:54 +00:00
Dries Buytaert
ff4055c3b1
includes/theme.inc
2004-03-15 19:39:33 +00:00