summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
Commit message (Collapse)AuthorAge
* #170546 by ChrisKennedy: fix 7 E_ALL notices in profile moduleGábor Hojtsy2007-09-01
|
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* - Patch #162134 by dvessel: tplify profile module.Dries Buytaert2007-08-02
|
* #161142 by dvessel: kill notice on profile page when there are less then ↵Gábor Hojtsy2007-07-26
| | | | three components in the path
* #114103 by adixon and webchick, slightly modified: custom profile fields ↵Gábor Hojtsy2007-07-05
| | | | show above built-in account fields
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #123577 by spatz4000 (originally by tostinni for Drupal 5): do not allow ↵Gábor Hojtsy2007-06-28
| | | | hidden profile fields to be browsed by non-admins
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #144397: Use drupal_render for user profiles and convert to themer-friendly ↵Steven Wittens2007-06-21
| | | | .tpl.php files.
* - Patch #145647 by spatz4000: unneeded fields in profile SQL query.Dries Buytaert2007-06-15
|
* - Patch #150344 by webernet: language fixup.Dries Buytaert2007-06-09
|
* - Patch #146667 by Jeff Eaton: form API fixes.Dries Buytaert2007-06-04
|
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #121425 by Chris Bray: fixed capitalization glitch.Dries Buytaert2007-04-23
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* - Patch #119114 by edkwh: profile fields incorrectly saved.Dries Buytaert2007-03-30
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #115315 by kkaefer: fixed autocomplete for users.Dries Buytaert2007-02-02
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #108731 by add1sun: code cleanup.Dries Buytaert2007-01-23
|
* #108379: Faster profile field validation (eregi to preg_match)Steven Wittens2007-01-11
|
* #108366: Fix type on profile help.Steven Wittens2007-01-11
|
* - Always check the username.Dries Buytaert2007-01-10
|
* - Patch #105216 by dww: profiles where no longer being themed due to missing ↵Dries Buytaert2006-12-27
| | | | CSS.
* #102871: Fix profile.module fields that appear on registration pageSteven Wittens2006-12-13
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* - Patch #101546 by webchick: added PHPdoc comments.Dries Buytaert2006-12-07
|
* Fixing commit of #100563 (thanks webernet)Steven Wittens2006-12-01
|
* #100563: Conditional loading of (some) module.css filesSteven Wittens2006-12-01
|
* #97824 by Gurpartap. Move enclosing elements outside of their t().Neil Drumm2006-11-26
|
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #88402 by chx et al: made it possible to remove profile field.Dries Buytaert2006-11-12
|
* Add missing array keys to fields when building user profile view, to make ↵Steven Wittens2006-11-03
| | | | hook_profile_alter() use more consistent.
* - Patch #90662 by hunmonk: profile registration fields broken for user adminsKjartan Mannes2006-10-22
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #89823 by jvandyck: removed unused line of codeDries Buytaert2006-10-18
|
* - Modified patch #89405 by hiweed: fixed SQL error in profile module.Dries Buytaert2006-10-17
|
* - Patch #87540 by MikalH: don't show blocked users on profile pages.Dries Buytaert2006-10-12
|
* #79052: Category name cannot contain ampersandsSteven Wittens2006-10-04
|
* - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.Dries Buytaert2006-09-09
|
* - Patch #48344 by Tobias: fixed type in profile_browse().Dries Buytaert2006-09-04
|