phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / includes / functions_profile_fields.php

History | View | Annotate | Download (28.2 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

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