Dries Buytaert
1c75a210bd
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
2006-07-13 13:14:25 +00:00
Dries Buytaert
58752cfaa2
- Patch #72284 by me:
...
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
2006-07-10 19:27:52 +00:00
Dries Buytaert
e93f8be871
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
2006-07-05 11:45:51 +00:00
Neil Drumm
451f44c4f0
#71772 by Bart Jansens, fix various php warnings
2006-07-02 20:06:31 +00:00
Dries Buytaert
bddd9aeb6f
- Patch #51506 by gordon: new feature: added auto-complete functionality to user profiles.
2006-05-12 08:50:22 +00:00
Dries Buytaert
33cac6420d
- Patch #61952 by Matt: usability improvement: add auto-complete functionality on the profile configuration patch.
2006-05-05 09:25:21 +00:00
Dries Buytaert
d071f99172
- Removing trailing whitespace.
2006-04-17 20:48:26 +00:00
Steven Wittens
506c80bdb9
#58568 : Multiple profile selection boxes repeat items
2006-04-13 13:21:15 +00:00
Gerhard Killesreiter
badeac698c
#58239 , required profile list not required, patch by Dries K
2006-04-11 13:02:04 +00:00
Steven Wittens
e1c749fac4
#56930 : Custom values fall through on user listing (tenrapid)
2006-04-04 23:04:58 +00:00
Gerhard Killesreiter
4a10595248
#55797 , consistency in author block, patch by dww
2006-04-04 07:03:07 +00:00
Steven Wittens
2e3826ad7c
#56656 : Make browsing profiles by value more consistent and usable.
2006-04-04 06:56:34 +00:00
Steven Wittens
616840245b
#56750 : Make date profile field work with ISO date format
2006-04-04 06:52:59 +00:00
Gerhard Killesreiter
4a68748802
#56682 , missing t() in profile.module, patch by Goba.
2006-03-31 11:49:16 +00:00
Gerhard Killesreiter
5885925b0d
#53348 , Handling of deleted/blocked user accounts, patch by jreyero and Zen
2006-03-26 19:31:00 +00:00
Gerhard Killesreiter
d25fa75e2b
#55788 , author block configure page should only show public fields, patch by dww
2006-03-25 11:07:54 +00:00
Gerhard Killesreiter
d8ee6e0d4e
#55040 , Author block doesn't obey settings, patch by dww
2006-03-24 14:43:35 +00:00
Gerhard Killesreiter
e9985c2195
#55640 , change string comparion on $_GET[q] to arg(), patch by Robert Douglass.
2006-03-24 13:12:44 +00:00
Gerhard Killesreiter
fd99435941
#53628 , postscriptum to Profile module: fapi conversion + minor fixes, patch by Zen
2006-03-18 01:38:29 +00:00
Gerhard Killesreiter
5db4a65da3
#53628 , Profile module: fapi conversion + minor fixes, patch by Zen
2006-03-17 18:39:29 +00:00
Gerhard Killesreiter
80e53f26c6
#53628 , reformatting of profile.module. Patch by Zen.
2006-03-12 14:08:55 +00:00
Steven Wittens
d29d596674
- Reverting accidental commit
2006-03-10 15:13:21 +00:00
Steven Wittens
9c944c2d58
- Code cleanup
2006-03-10 15:11:07 +00:00
Dries Buytaert
47cf9dd9fb
- Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes broken URLs on profile pages.
2006-03-03 08:46:09 +00:00
Dries Buytaert
f63bb3a3f1
- Patch #38578 by Zen: field->id -> field->fid.
2006-02-26 19:46:13 +00:00
Dries Buytaert
3603fe1bd8
- Patch #49912 : www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
2006-02-21 18:46:54 +00:00
Dries Buytaert
cf5475a7e1
- Patch #41509 by munga: setting profile field to hidden does not remove it from the user edit form. (Today's critical bugfix #2.)
2006-02-21 08:41:42 +00:00
Dries Buytaert
eeae26b227
- Patch #49132 by Tobias and Zen: fixed problem with profile fields being mangled.
2006-02-16 15:29:46 +00:00
Dries Buytaert
8b8a585ab2
- Patch #44724 : fixed problem with profile.module.
2006-01-30 18:32:24 +00:00
Dries Buytaert
d958fad0d6
- Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view items correctly + CSS cleanup + form handling cleanup.
2006-01-26 13:43:04 +00:00
Dries Buytaert
53a2ca41b4
- Patch #23538 by Zen: mark required fields are being required. The new forms API will enforce this too. :)
2006-01-25 08:52:47 +00:00
Dries Buytaert
542e6e0d22
- Patch #33102 by Kobus et al: show dates properly.
2006-01-22 07:37:17 +00:00
Dries Buytaert
155aff37d7
- Patch #44490 by darius: don't show blocked users on the profile pages.
2006-01-13 15:54:05 +00:00
Dries Buytaert
08098a34f3
- Patch #43989 by darius: critical bugfix: removed debug code from profile module.
2006-01-10 12:22:18 +00:00
Dries Buytaert
68ced8da59
- Patch #24678 by jmengle, DriesK, Richard et al: bugfix: deleting a profile field doesn't delete values in profile_values table.
2006-01-08 12:06:13 +00:00
Dries Buytaert
9d1d40e609
- Patch #39639 by Richard: 'users' appearing twice in menu.
2006-01-06 07:42:31 +00:00
Steven Wittens
b43fa0f9da
- #41744 : global urlencode() for menu paths
2005-12-22 22:58:12 +00:00
Dries Buytaert
21707ae0e6
- Modified patch #41120 by chx: profile category 'account' overwrites regular user fields.
2005-12-15 16:34:48 +00:00
Dries Buytaert
4b9cd4fcd6
- Patch #38820 by wtanaka: profile listing carries over people's data on subsequent users.
2005-12-03 17:12:56 +00:00
Steven Wittens
a5c43ec402
- #37956 : Respect weighting in profile browse pages
...
- Fix non-pgsql compliant ORDER BY queries
- Clean up ugly section that used db_escape_string()
2005-11-24 20:54:22 +00:00
Dries Buytaert
86db338c64
- Patch #/38339 by crunchywelch: make the profile module display fields properly.
2005-11-23 10:43:30 +00:00
Dries Buytaert
61ebf7b56b
- Patch #37401 by webchick: fixed dependency of date selection form element on profile module.
2005-11-21 09:42:14 +00:00
Dries Buytaert
30059b1a59
- Patch #34514 by darius: fixed forms API glitches.
2005-11-13 08:33:44 +00:00
Dries Buytaert
aeed4cd8e4
- Patch #35644 by webchick: forms API simplificiations.
2005-11-12 11:26:16 +00:00
Dries Buytaert
a8b218827a
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
2005-11-01 10:17:34 +00:00
Steven Wittens
f31db8d70f
- #22850 : Search query containing / results in 404 on clean URLs.
2005-10-21 11:14:55 +00:00
Steven Wittens
5f0e0f3649
- #33433 : More form API fixes, and error handling improvements by Chx.
2005-10-13 10:02:31 +00:00
Dries Buytaert
75fe6b6c0a
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
2005-10-11 19:44:35 +00:00
Dries Buytaert
a1ae4da70b
- Removing tabs and trailing whitespaces.
2005-10-07 06:51:43 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
TODO:
+ The contact.module was broken; a new patch for contact.module is needed.
+ Documentation is needed.
+ The most important modules need to be updated ASAP.
2005-10-07 06:11:12 +00:00