root / trunk / phpBB / includes / functions_profile_fields.php

View | Annotate | Download (33.3 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

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