Commit Graph

252 Commits (9af602fe17e6346360e640e403843494c84ecca0)

Author SHA1 Message Date
Dries Buytaert 96926ca047 - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert f73610bec6 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:53:15 +00:00
Dries Buytaert 2127487be3 - Patch #121425 by Chris Bray: fixed capitalization glitch. 2007-04-23 17:02:17 +00:00
Dries Buytaert 5bbbf10ba8 - Patch #130987 by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Dries Buytaert dd30a14208 - Patch #119114 by edkwh: profile fields incorrectly saved. 2007-03-30 09:38:13 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert a1e6728a46 - Patch #113603 by chx: first crack at re-implementing tabs. 2007-02-11 09:30:51 +00:00
Dries Buytaert 4980327172 - Patch #115315 by kkaefer: fixed autocomplete for users. 2007-02-02 15:25:25 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert 35fa510657 - Patch #108731 by add1sun: code cleanup. 2007-01-23 19:09:46 +00:00
Steven Wittens 7f2a4fbfc5 #108379: Faster profile field validation (eregi to preg_match) 2007-01-11 03:31:18 +00:00
Steven Wittens 8bd8a97282 #108366: Fix type on profile help. 2007-01-11 03:16:50 +00:00
Dries Buytaert 74e3c74b81 - Always check the username. 2007-01-10 15:17:51 +00:00
Dries Buytaert 58de01883a - Patch #105216 by dww: profiles where no longer being themed due to missing CSS. 2006-12-27 12:55:52 +00:00
Steven Wittens 212a038129 #102871: Fix profile.module fields that appear on registration page 2006-12-13 23:50:26 +00:00
Steven Wittens b86f45b1e6 #100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Dries Buytaert 039453164e - Patch #101546 by webchick: added PHPdoc comments. 2006-12-07 16:53:56 +00:00
Steven Wittens 47f527fbbe Fixing commit of #100563 (thanks webernet) 2006-12-01 23:17:26 +00:00
Steven Wittens 0ea4e1c5f6 #100563: Conditional loading of (some) module.css files 2006-12-01 22:47:53 +00:00
Neil Drumm b5bf8a8f47 #97824 by Gurpartap. Move enclosing elements outside of their t(). 2006-11-26 02:20:01 +00:00
Dries Buytaert b004f328ee - Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Dries Buytaert ab43e83eb4 - Patch #88402 by chx et al: made it possible to remove profile field. 2006-11-12 19:33:30 +00:00
Steven Wittens 6ffdf055d9 Add missing array keys to fields when building user profile view, to make hook_profile_alter() use more consistent. 2006-11-03 01:35:17 +00:00
Kjartan Mannes e070e83238 - Patch #90662 by hunmonk: profile registration fields broken for user admins 2006-10-22 17:47:51 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Dries Buytaert 97568421b9 - Patch #89823 by jvandyck: removed unused line of code 2006-10-18 11:37:51 +00:00
Dries Buytaert 64a24732f7 - Modified patch #89405 by hiweed: fixed SQL error in profile module. 2006-10-17 18:54:54 +00:00
Dries Buytaert 2b4a7762ea - Patch #87540 by MikalH: don't show blocked users on profile pages. 2006-10-12 20:12:11 +00:00
Steven Wittens b7071b6c2c #79052: Category name cannot contain ampersands 2006-10-04 20:28:41 +00:00
Dries Buytaert 35c33e3cf5 - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch. 2006-09-09 08:25:24 +00:00
Dries Buytaert d5af416e06 - Patch #48344 by Tobias: fixed type in profile_browse(). 2006-09-04 14:33:26 +00:00
Dries Buytaert c64db1da29 - Patch #80952 by earl, webchick, neclimdul et al: .info files 2006-08-31 20:22:37 +00:00
Dries Buytaert 92a01e2057 - Patch #79476 by assimonds and webchick: fixed broken t()-iness.
CVS: ----------------------------------------------------------------------
2006-08-20 07:07:17 +00:00
Dries Buytaert 7de41539df - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model. 2006-08-18 18:58:47 +00:00
Steven Wittens 81938a3cdc #76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Dries Buytaert e7982b3815 - Patch #69228 by openwereld: profile field values that should be browse-able (clickable) are not displayed as such. 2006-08-18 07:43:44 +00:00
Neil Drumm 3cc2b1e3d7 #77183 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Dries Buytaert 729fa6c11b - Patch #77422 by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Neil Drumm cd430165d7 #73884 by RobRoy, various code cleanup. 2006-08-05 00:26:36 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +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
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