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
Dries Buytaert
125fa0189e
- Patch #31585 by Thox: fixed author information block.
2005-09-19 14:59:44 +00:00
Dries Buytaert
4005922332
- Patch #31123 by Ber: make it easier to theme the user profile pages.
2005-09-14 21:16:00 +00:00
Dries Buytaert
f3cb254cb7
- Patch #23536 by chx: custom registration fields should appear on admin/user/create.
2005-09-08 19:32:31 +00:00
Dries Buytaert
e6f4f5ab14
- Patch #27949 by Robert: the two theme functions in profile.module both violate good theming practice by running user control logic in the middle of them. Worse yet, this isn't immediately visible since it happens in yet another function. Thus themers overriding these functions to style profile pages inadvertently break access control, thus leading to the misperception that overriding theme functions is inherently dangerous.
2005-09-06 20:39:10 +00:00
Dries Buytaert
d57db29ee3
- Patch #27948 by Robert Douglas: fixed problem with author information block.
...
(Looks like MySQL rewrites ORto IN() internally.)
2005-09-06 19:05:10 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
f3b28d37d1
- Patch #27947 by Robert Douglas: simplified code, removed SQL query.
2005-08-10 20:52:00 +00:00
Dries Buytaert
63a10fdce8
- Bug 23810: removed redundant variable from SQL query.
2005-08-10 20:48:40 +00:00
Dries Buytaert
7625a4e91a
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
...
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Steven Wittens
e4096e1418
- #27551 : Rename check_output() to check_markup(). Needs contrib updates!
2005-07-29 21:06:33 +00:00
Dries Buytaert
58aee8cdad
- Patch #25603 by Stefan: made the sizes of forms consistent.
...
TODO: document the defaults in the PHPdoc comments.
2005-06-27 18:33:33 +00:00
Dries Buytaert
8436082fe1
- Removing some whitespace
2005-06-06 14:07:04 +00:00
Steven Wittens
1a3f0ddb86
- #23685 : urlencode() profile field names and values in the URL (any dynamic data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server).
2005-06-01 04:29:57 +00:00
Dries Buytaert
229e2e4f23
- Bugfix: changed -> access
2005-05-12 16:20:36 +00:00
Dries Buytaert
4d80b374e9
- Modified patch #21617 by Robin: added confirmation screen to delete profile fields. (I tidied up the coding style and fixed two typos.)
2005-05-01 09:41:23 +00:00
Dries Buytaert
a76a1e1f3f
- Patch 20910 by chx: centralize print theme page.
2005-04-24 16:34:36 +00:00
Dries Buytaert
0fb6af111e
- Fixed broken query
2005-04-21 18:49:06 +00:00
Dries Buytaert
05e9c8c76c
- Patch #12737 by pyromanfo: added support for private profile fields.
2005-04-18 20:58:39 +00:00
Dries Buytaert
a2e0957bbb
- Modified version of patch #20115 by Nedjo: added author information block.
...
I rewrote part of the patch to improve the themability of the block, as
well as its default look. I also left out the 'Recent posts' for now and
shuffled some code around.
2005-04-18 20:37:32 +00:00
Steven Wittens
23bccfd1c8
- #4166 : Respect 'access userlist' permission for profile data.
2005-04-11 22:48:27 +00:00
Dries Buytaert
a3e9b35afc
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
2005-04-01 15:55:02 +00:00
Steven Wittens
be14203534
- #18817 : Clean up plain-text checking (see drupal-devel!)
2005-03-31 09:25:33 +00:00
Steven Wittens
c3f1f7345e
- #18939 (Stefan): Always use paragraph tags around page help text.
2005-03-18 07:07:04 +00:00
Steven Wittens
cc3fd1715f
- #16271 : Clean up Admin - users - configure.
2005-01-28 20:49:00 +00:00
Dries Buytaert
696ac8a9d8
- Patch #15937 by wulff: made it so that titles of profile fields only need to be unique within a single category.
2005-01-24 21:39:58 +00:00
Dries Buytaert
fe58724f25
- Small bugfix + small improvement.
2005-01-04 19:52:33 +00:00
Dries Buytaert
2b17b3a966
- Patch #13907 by Neil: less ways to set the page title.
...
* Less logic in theme code.
* Encourages use of the menu system.
* Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
* Very slightly more efficient.
2004-12-15 21:19:42 +00:00