summaryrefslogtreecommitdiff
path: root/modules/profile
Commit message (Collapse)AuthorAge
* #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 #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - 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
|
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - 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
|
* - stray filesDries Buytaert2006-11-28
|
* #97824 by Gurpartap. Move enclosing elements outside of their t().Neil Drumm2006-11-26
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* - 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
|
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* #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
|
* #81033 by webchick and neclimdul. Uninstall module API.Neil Drumm2006-09-01
|
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Patch #79476 by assimonds and webchick: fixed broken t()-iness.Dries Buytaert2006-08-20
| | | | CVS: ----------------------------------------------------------------------
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders