phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / functions_profile_fields.php

History | View | Annotate | Download (34.1 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10841 11/06/2010 11:15 pm Git Gatekeeper

commit f7180f44303e441005f0b1f4d652657b9f406642
Merge: 516282d ec3dac0
Author: Nils Adermann <>
Date: Sun Nov 7 00:03:15 2010 +0100

Merge branch 'ticket/bantu/9075' into develop-olympus
  • ticket/bantu/9075:
    [ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
10759 08/28/2010 10:30 pm Git Gatekeeper

commit 098ff476023609fa0e53fba132d6bbda6ceee3bd
Merge: 250c04c 50c6af0
Author: Andreas Fischer <>
Date: Sat Aug 28 23:25:21 2010 +0200

Merge branch 'ticket/cs278/7369' into develop-olympus
  • ticket/cs278/7369:
    [ticket/7369] CPF date should always render the users selection.
10603 05/03/2010 07:00 pm Git Gatekeeper

commit ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc
Merge: 38ba3dc 11d097f
Author: Nils Adermann <>
Date: Mon May 3 19:41:04 2010 +0200

Merge branch 'ticket/cs278/9582' into develop-olympus
  • ticket/cs278/9582:
    [ticket/9582] MSSQL native backups can now be restored....
10324 12/11/2009 10:55 pm Chris Smith

Correctly check for empty strings in custom profile fields. #55335

10216 10/07/2009 03:54 pm Chris Smith

Properly fix #40925

9788 07/19/2009 12:20 am Chris Smith

Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. #40925

9717 07/06/2009 01:42 pm Henry Sudhof

Fix an endless loop; don't return the sql array by reference

9716 07/06/2009 01:42 pm Henry Sudhof

Fix an endless loop; don't return the sql array by reference

9585 06/13/2009 03:00 pm Meik Sievertsen

like firebird, oracle uses uppercase column names if delimiter used (Fixes Bug #46015)

9582 06/13/2009 02:23 pm Meik Sievertsen

use same method to update custom profile fields in UCP and ACP (and then i am able to debug what is wrong with the oracle code)

9504 05/01/2009 10:10 am Meik Sievertsen

Fix for #r9342 for bug #41385

9342 02/26/2009 11:46 pm Jim Wigginton

Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985

Authorised by: acydburn

9127 11/26/2008 08:58 pm Meik Sievertsen

Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8424 03/06/2008 08:29 pm Nils Adermann

Custom profile fields with date type should be timezone independend [Bug #15003]

8389 02/23/2008 02:18 pm Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

8291 01/02/2008 04:34 pm Henry Sudhof

Some issues with change_lang and VC / form tokens
Small stuff.

#18325
#17415
#17085
#16515

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8236 11/15/2007 08:54 pm Henry Sudhof

#15111
#15119

8142 10/05/2007 02:42 pm Meik Sievertsen
  • empty log message ***
8138 10/04/2007 08:26 pm Meik Sievertsen

some bugfixes.

8050 08/19/2007 03:40 pm Nils Adermann

- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
- using \r on custom bbcodes to allow line breaks [Bug #10758]

7943 07/25/2007 03:01 pm Henry Sudhof

small fixes.
#13794 : Raised the used error level by one
#13763 : Removed an old Beta2 compatibility fix
#13527 : cleaned up the code
#13525 : Changed templates as proposed by damnian
#11515 : added explanation about CPF checkboxes

7940 07/24/2007 06:16 pm Meik Sievertsen

two fixes

7805 06/28/2007 04:55 pm Meik Sievertsen

fixing some bugs

7608 05/16/2007 04:45 pm Meik Sievertsen

label changes, language fixes...

7338 04/13/2007 05:55 am David M

#9677

6708 12/03/2006 07:03 pm Nils Adermann

- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don't show a "word is not contained in any post" message for ignored common words
- bold search words in search error messages [Bug #5762]

6584 11/15/2006 04:35 pm Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6569 11/12/2006 03:29 pm Nils Adermann

message

6452 10/07/2006 02:36 pm Meik Sievertsen

tried to begin adjusting all string functions where applicable - still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6449 10/07/2006 12:27 am David M

#4518

6312 08/22/2006 11:26 pm Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6232 08/03/2006 05:23 pm Meik Sievertsen

- custom profile field fixed
- fixing sql_fetchfield from cache
- changing the quote parser. In my tests i have not seen changed behaviour - but i might have broken something with this change.

6228 08/02/2006 05:53 pm Meik Sievertsen

- fixing some bugs
- removed file_exists calls for auth plugins since they need to be there once set up

6213 07/28/2006 05:45 am David M

- Bugs

6180 07/15/2006 12:31 pm David M

- Some profile stuff :D
- Some DB stuff :D

6177 07/13/2006 02:51 pm Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6070 06/15/2006 05:16 pm Meik Sievertsen

check for correct entered date for date profile field

6069 06/15/2006 05:12 pm Meik Sievertsen

fix for checking required field on booleans

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6055 06/13/2006 05:06 pm Meik Sievertsen

- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php
- bugfixes

6022 06/08/2006 12:59 pm Meik Sievertsen

- fix some smaller bugs
- removed custom profiles preview field from acp

6021 06/07/2006 09:32 pm Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

5995 06/01/2006 03:47 pm Meik Sievertsen

- create forums by default
- hide prune options if not enabled
- fixed module management enable/disable switch if in module itself
- fixed some schema errors
- adjusted $user->page array generation for developers calling scripts outside of phpBB root

5973 05/27/2006 06:24 pm Meik Sievertsen

- remove description from profile fields
- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...

5967 05/26/2006 05:04 pm Meik Sievertsen

some tiny changes...

5965 05/25/2006 09:15 pm Meik Sievertsen

first round of custom profile changes

5765 04/06/2006 07:15 pm Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5712 03/25/2006 03:16 pm Meik Sievertsen

my attempt to fix custom profile fields

- added the load settings for custom profile fields
- re-added our famous make_clickable function
- removed group_by clauses (due to the lang id selection the group by clause is no more needed)

I hope that i have not just created new bugs. ;)

5709 03/25/2006 01:07 pm Meik Sievertsen

- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)...

5691 03/22/2006 03:28 am David M

- Bug 1200

5603 03/06/2006 03:03 pm Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5325 12/11/2005 12:20 am Meik Sievertsen

- custom profile fields
- prune users
- prune forums

5163 06/22/2005 11:41 pm bartvb

Fixed small profile fields problem

5162 06/16/2005 11:22 pm bartvb

Fixed a problem with editing bbcode in textfields

5154 05/27/2005 11:16 pm bartvb

Fix a problem with Admin Profile (text) Fields and registration

5135 04/30/2005 04:24 pm Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5116 04/10/2005 01:21 pm Meik Sievertsen

- fixed custom profile field get/store
- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)
- fixed bugs after jabber queue processing (data being escaped differently)

5114 04/09/2005 02:26 pm Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5109 03/22/2005 12:10 am Meik Sievertsen

- and my second attempt

5083 01/27/2005 07:59 pm Meik Sievertsen

fix admin_session "bug"

5076 01/24/2005 02:14 pm bartvb

BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues

4987 09/19/2004 10:40 pm Meik Sievertsen

small update only fixing two obvious bugs

4985 09/16/2004 11:49 pm Meik Sievertsen

damn line endings

4984 09/16/2004 08:33 pm Meik Sievertsen

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...

4978 09/04/2004 09:32 pm Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4916 06/15/2004 08:01 pm Meik Sievertsen

- for bart to work on...

4901 05/26/2004 11:02 pm Meik Sievertsen

see todo

4844 02/28/2004 10:16 pm Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 pm Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D...

4800 02/05/2004 03:41 pm psotfx

Changed error string array return ... hopefully nothing "different" was planned for this. This method "fits in" with how UCP modules handle errors.

4740 01/10/2004 01:23 pm Meik Sievertsen

custom profile fields.
Not finished, committed to let us discuss about the next steps
-> BartVB