phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_profile.php

History | View | Annotate | Download (49.5 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10967 02/13/2011 05:45 pm Git Gatekeeper

commit ecb29e6027ef0ef7c551f22745aa68e3f96d83ac
Merge: 4270705 c717e44
Author: Igor Wiedler <>
Date: Sun Feb 13 18:33:15 2011 +0100

Merge branch 'ticket/hammerhead/8904' into develop-olympus
  • ticket/hammerhead/8904:
    [ticket/8904] Show default value for numeric custom profile fields when editing
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....
10216 10/07/2009 03:54 pm Chris Smith

Properly fix #40925

9916 08/03/2009 04:46 pm Henry Sudhof

#48985

9516 05/14/2009 05:15 am Jim Wigginton

late fix for #44905

9492 04/28/2009 11:18 am Meik Sievertsen

Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)

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?

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

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8101 09/22/2007 11:58 pm David M

misc SQLite bugs

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]

8033 08/15/2007 07:32 pm Meik Sievertsen

some bugs fixed

8028 08/14/2007 02:14 pm Henry Sudhof

#14072

7957 07/27/2007 03:36 pm Henry Sudhof

#11515

7944 07/25/2007 03:11 pm Henry Sudhof

#13567

7941 07/24/2007 07:18 pm Henry Sudhof

More fixes for CPFs. I believe the wizard should now work for all types, even with several languages. Testing is encouraged.

7934 07/24/2007 01:18 pm Henry Sudhof

#13751
Fixing date CPFs for multilanguage boards.

7920 07/22/2007 10:11 pm Meik Sievertsen

try to normalize everything...

7881 07/13/2007 05:47 pm Meik Sievertsen

changes

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7730 06/08/2007 05:12 pm Henry Sudhof

Inserting lots of ugly to code to introduce CFPs to the new dimension-aware request_var. I hope I got all of the nasty critters spawned by it.

#11803

7729 06/08/2007 03:46 pm Henry Sudhof

Let's try this again :|

7728 06/08/2007 02:27 pm Henry Sudhof

reverting earlier changes

7727 06/08/2007 10:51 am Henry Sudhof

#12237

7721 06/07/2007 07:58 am David M

- Oracle, woe is you... I will say this much, this fixes Oracle's handling of empty strings... We also fix custom profiles and now provide database size for Oracle...

6839 01/04/2007 05:07 pm Meik Sievertsen

- use var_export instead of our format_array function [Bug #6748]
- fix dumb error in column naming [Bug #6750]
- Make sure to catch some special conditions for cpf translation as well as correctly removing/adding default values on language installation/removing [Bug #6752]

6712 12/05/2006 09:24 pm David M

#6000

6650 11/24/2006 03:59 pm Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6544 11/02/2006 04:23 pm Meik Sievertsen

some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.

6520 10/22/2006 05:02 pm Meik Sievertsen

#4896

6510 10/19/2006 01:58 am David M

- typo in functions.php
- #4826

6497 10/14/2006 04:56 pm Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

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

#4518

6351 09/04/2006 03:47 pm Meik Sievertsen

- fixing profile bug
- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)
- automatically assign the u_download and u_search permission to the guest group

6345 09/02/2006 03:33 pm Meik Sievertsen

some changes/fixes

6342 09/01/2006 03:16 pm Meik Sievertsen

fix some bugs - hopefully not breaking anything...

6320 08/28/2006 05:50 pm Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

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

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

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.

6220 08/01/2006 05:56 am David M

- Something, something, something

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

- Bugs

6188 07/17/2006 05:23 am David M

hmm... This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P

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...

6165 07/10/2006 05:55 pm Meik Sievertsen

fix some bugs... again. :)

6144 07/04/2006 05:54 am David M

- CAPTCHA: removed the extra slash

More backup stuff

- Made some things nicer for some of the DBs
- Made postgreSQL work on non empty databases
- Made SQLite ultra fast on restore

- Properly escaped (as far as I know) the profile data fields so that one may now use reserved words as column names

6140 07/03/2006 02:21 am David M

- Dramatic speed-up in SQLite backup code
- Wrote another patch around SQLite
- SQLite has a lack of (among other things) solid definition of their tables. e.g. "foo" and foo are both valid col names... Database backup and profile creation are now both aware of such "features"...

6114 06/22/2006 05:14 pm Meik Sievertsen

time to squash some bugs

6099 06/18/2006 05:35 pm David M

fixes...

6098 06/18/2006 05:21 pm David M

dumbness++

6082 06/17/2006 01:32 pm David M

- SQLite handling in custom profiles
- Removed an extra ';'
- Install works with SQLite again

6059 06/14/2006 12:39 am David M

Another one bites the dust

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

6015 06/06/2006 10:53 pm Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

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)...

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

first round of custom profile changes

5923 05/17/2006 07:32 pm Meik Sievertsen

#1843

5842 04/25/2006 12:13 am David M

- Tuples? Nah,
- Install works w/ Oracle
- Got the queries in the database acp to conform to the CS
- profile acp now creates the proper alter column statement depending on the dbal

5824 04/22/2006 06:18 pm Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

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)...

5725 03/25/2006 08:14 pm Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5723 03/25/2006 06:00 pm Meik Sievertsen

make sure sql ary is filled before executing the query

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. ;)

5699 03/22/2006 06:30 pm Meik Sievertsen

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).

5558 02/18/2006 02:54 pm Meik Sievertsen

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix "category jumping" bug in acp
- u_action is defined by the module itself

5553 02/12/2006 08:21 pm Meik Sievertsen

my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users...

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

- custom profile fields
- prune users
- prune forums