summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
Commit message (Collapse)AuthorAge
* #202397 by keith.smith: document profile module drag and drop in help text ↵Gábor Hojtsy2007-12-19
| | | | and add info on how categories come to life / can be edited
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 ↵Gábor Hojtsy2007-12-09
| | | | and there was a weighting error with form elements
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #193998 by Rob Loach and quicksketch: profile fields drag and dropGábor Hojtsy2007-11-30
|
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #192201 by myself: remove overly secure check_markup() and check_plain() ↵Gábor Hojtsy2007-11-20
| | | | usage which results in double escaped output
* #192692 by jrbeeman and mfer: (security) protect profile category page menu ↵Gábor Hojtsy2007-11-19
| | | | items with the visibility settings already available
* - Patch #191544 by Crell: split up profile module. Tested by catch.Dries Buytaert2007-11-13
|
* #140377 by tostinni: provide a default weight to new profile fields, so they ↵Gábor Hojtsy2007-10-24
| | | | will not be saved with -5
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #176503 by chx and bennybobw: hidden profile fields cannot be required and ↵Gábor Hojtsy2007-10-05
| | | | cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations.
* - Patch #173303 by dvessel: fixed E_NOTICE.Dries Buytaert2007-09-05
|
* #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
|