summaryrefslogtreecommitdiff
path: root/modules/profile/profile.pages.inc
Commit message (Collapse)AuthorAge
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #2090207 by helmo, davidhunter, Tor Arne Thune: Undefined property: ↵David Rothstein2013-12-27
| | | | stdClass::$visibility in profile_view_field().
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #171117 by earnie, sun, JirkaRybka, catch, beginner: regression: ↵Dries Buytaert2010-11-12
| | | | users without administer users permission can not access user profiles of users that never logged in .
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an ↵Dries Buytaert2010-08-17
| | | | argument.
* #525058 by andypost, mfb, and oneoftwo: Fixed pages view for profile fields ↵Angie Byron2010-03-08
| | | | broken.
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* #279851 by catch, et al: Replace LOWER() with db_select() and LIKE() where ↵Angie Byron2010-01-13
| | | | possible.
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #465190 by Heine: add check_plain() call.Dries Buytaert2009-05-26
|
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* - Patch #326607 by Ozeuss: fixed undefined property.Dries Buytaert2008-11-02
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* #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
* - Patch #191544 by Crell: split up profile module. Tested by catch.Dries Buytaert2007-11-13