phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (88.5 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10991 02/25/2011 02:15 am Git Gatekeeper

commit 441755bf170e49799e311c71b2123ff263970d62
Merge: 5a5560d a25238e
Author: Oleg Pudeyev <>
Date: Thu Feb 24 20:30:52 2011 -0500

Merge branch 'ticket/nickvergessen/9874' into develop-olympus
  • ticket/nickvergessen/9874:...
10837 11/06/2010 06:00 pm Git Gatekeeper

commit 46dbdfdef42f59a69d74a0cd35aeb025298be5c1
Merge: e3b460a 857271e
Author: Andreas Fischer <>
Date: Sat Nov 6 18:47:19 2010 +0100

Merge branch 'ticket/igorw/9850' into develop-olympus
  • ticket/igorw/9850:
    [ticket/9850] Display upgrade instructions for feature release in acp
10734 08/19/2010 04:30 pm Git Gatekeeper

commit 68744484c839de8529483d588af818e703c31888
Merge: 25c579c 38fc35a
Author: Josh Woody <>
Date: Thu Aug 19 10:09:32 2010 -0500

Merge branch 'ticket/bantu/9167' into develop-olympus
  • ticket/bantu/9167:
    [ticket/9167] Detect and remove any dead left over shadow topics on update....
10712 08/19/2010 04:27 pm Git Gatekeeper

commit cb043b0e6132f2d041b906b11ebb1debfeb943a6
Merge: e7e98f1 1363ee1
Author: Andreas Fischer <>
Date: Thu Jul 15 23:15:36 2010 +0200

Merge branch 'ticket/rxu/9658' into develop-olympus
  • ticket/rxu/9658:
    [ticket/9658] Optimize topic splitting.
10623 05/16/2010 05:30 pm Git Gatekeeper

commit ed0a26ab16282c3e053df46fa3a33185654642b4
Author: Josh Woody <>
Date: Wed May 5 09:39:47 2010 -0500

[ticket/9510] Unable to copy permissions from and to forums you cannot see
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010).  It also rolls back the changes from branch "bug/58415", which are no longer needed....
10621 05/16/2010 05:00 pm Git Gatekeeper

commit 2a806ddbaf8de40452f61a21ae0128d172111959
Merge: ffe17fa d8b4c0d
Author: Nils Adermann <>
Date: Sun May 16 17:47:38 2010 +0200

Merge branch 'ticket/nickvergessen/9546' into develop-olympus
  • ticket/nickvergessen/9546:...
10526 02/23/2010 06:52 pm Andreas Fischer

Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums.

10491 02/15/2010 03:04 pm Andreas Fischer

Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-)

10489 02/11/2010 12:02 am Nils Adermann

Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]

If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which...

10482 02/07/2010 01:04 am Josh Woody

Fix #57395, a regression from r10427

10427 01/18/2010 04:41 pm Josh Woody

- Bug #56255 - Moving topics to a forum where you are on queue
- Allow some error handling in compress class by returning false if file does not exist.

10260 11/09/2009 04:23 pm Meik Sievertsen

Fix sql error in cache_moderators() if using postgresql. (Bug #53765)

10240 10/28/2009 03:10 pm Meik Sievertsen

Fix Bug #53245 - Correct regular expression escaping and only splitting keywords on space and "|"

10159 09/17/2009 02:44 pm Andreas Fischer

Return integers when get_forum_list() is supposed to only return IDs.
This will save us some calls to the sql escape function when used with sql_in_set().
Authorised by: acydburn

10146 09/15/2009 01:58 pm Meik Sievertsen

fix uninitialised variable in functions_admin.php (Bug #51295)

10112 09/07/2009 12:59 am Andreas Fischer

Some smaller changes to r10041.

10053 08/25/2009 10:07 am Meik Sievertsen

Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)

10042 08/22/2009 03:56 am Jim Wigginton

- accidentally undid changes introduced in r9979
- removed a few lines from the old log filtering system

10041 08/21/2009 10:47 pm Jim Wigginton

- replaced the drop down menu log filter thing with log searching

9979 08/14/2009 12:15 pm Andreas Fischer

Some things I missed in r9887.

9965 08/12/2009 04:00 pm Meik Sievertsen

ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....

9937 08/07/2009 02:02 pm Henry Sudhof

add transactions to sync(); not one big one to avoid nesting.

9905 08/01/2009 01:28 pm Meik Sievertsen

Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)

9887 07/28/2009 11:09 pm Andreas Fischer

[Feature] Ability to copy permissions from one forum to several other forums.
[Fix] Add log entry when copying forum permissions.

9880 07/28/2009 02:58 pm Marek RuszczyƄski

- Display version check on ACP main page.
- Cache version check.

9872 07/27/2009 01:57 pm Chris Smith

Fix an SQL error

9845 07/24/2009 11:13 am Meik Sievertsen

[Feature] Added new functionality to inactive users module:
- Ability to set users per page.
- Ability to sort by posts/number of reminders/last reminded date.
- Show number of posts and ability to search posts.
- Show number of reminders sent to user.
- Show date of last reminder sent to user.

9843 07/24/2009 09:01 am Joas Schilling

Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen

Authorised by: AcydBurn

9800 07/20/2009 12:57 am Jim Wigginton

- added filtration ability to MCP
- added missing lang variable
- fixed a pagination bug in filtration routines

9781 07/18/2009 07:19 pm Jim Wigginton

- added ability to filter logs by log_operation

9651 06/22/2009 09:29 am Meik Sievertsen

erm, yes... ground should be group

9625 06/19/2009 09:51 am Meik Sievertsen

- Display coloured usernames in ACP groups management screens
- Changed behaviour of group_create() function to support specifying additional group columns
- New groups option to excempt group leaders from group permissions

9606 06/17/2009 12:15 pm Joas Schilling

fix r9605

Authorised by: acydburn

9605 06/17/2009 10:40 am Joas Schilling

Fix bug #41555 - Fix function to recalculate Binary Tree

Authorised by: acydburn

9589 06/14/2009 10:53 am Chris Smith

view_log() breaks if the serialized data is corrupt. #46545

9565 06/08/2009 10:33 pm Andreas Fischer

Fix bug #45705 - Show error in the ACP when template folder is not readable.
Authorised by: acydburn

9441 04/12/2009 01:21 pm Meik Sievertsen

Fix skipping messages if using next/prev PM in history links. (Bug #22205)

9439 04/11/2009 11:10 am Meik Sievertsen

SQL optimizations

9398 03/19/2009 05:01 pm Meik Sievertsen

Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)

9379 03/16/2009 10:39 pm Chris Smith

Deleting private message attachments could delete post attachments. #42815

9065 11/13/2008 06:32 pm Chris Smith

Fix a bug in r8908

8908 09/23/2008 02:01 pm Chris Smith

Log the forum name that topics are moved into.

8890 09/19/2008 05:39 pm Meik Sievertsen

Correctly delete message attachments. (Bug #23755) Also revamped and simplified delete_attachments() - it looks like we did not touch it for a long long time.

8836 09/07/2008 07:10 pm Chris Smith

Do not decrease topics counter when deleting shadow topics. #26495

8814 09/04/2008 02:01 pm Meik Sievertsen

Ok, story real database server info, as well as caching it
Store it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities

8805 09/02/2008 08:36 am Meik Sievertsen

Fix one design failure in phpBB3. Do not count non-approved posts to the user_posts. Before, a user was able to circumvent basically any protection based on post counts.
At the same time implement the queue_trigger feature.

8782 08/23/2008 07:20 pm Meik Sievertsen

The same way we allow defining a custom template/style path we now allow this for languages too.
This will allow applications to define their own language folder for certain parts for example.
Callable by $user->set_custom_lang_path({new_path})

8508 04/20/2008 06:58 am David M

fix whitespace

8506 04/20/2008 06:47 am David M

#14648

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

Hiding everywhere little buggers, eh?

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

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

8384 02/15/2008 08:10 pm Meik Sievertsen

revamp how we query permissions. This is half-experimental actually, needs a bit of testing.
Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings.

8285 12/26/2007 03:53 pm

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

8239 11/17/2007 01:14 pm Meik Sievertsen

- Re-populate arrays on cache purge/save to allow re-using some functions without warnings
- fix the annoying "last page empty" bug on inactive users page.

8231 11/07/2007 11:45 am Meik Sievertsen

- fix pm not_moved/removed retrieval (it was switched)
- cache db-size retrieval (saves a lot of seconds for very large boards)

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

8113 09/26/2007 06:53 pm Meik Sievertsen

#i53

8088 09/13/2007 05:01 pm Meik Sievertsen

- some language tweaks suggested by John
- some bug fixes
- finally adding db_tools...

8081 09/06/2007 05:15 am David M

I take it back!

8080 09/06/2007 05:09 am David M

#14370

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]

7965 07/28/2007 06:05 am David M

- add database size for Firebird

7962 07/27/2007 08:03 pm Meik Sievertsen

do not output notices on viewing the log if log language variables changed their information between versions...

7961 07/27/2007 07:33 pm Meik Sievertsen

err, forgot to commit

7884 07/14/2007 05:44 pm Meik Sievertsen

a bunch of fixes

7789 06/24/2007 02:49 pm Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 pm Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7787 06/22/2007 06:47 pm Henry Sudhof

Fixing a few things for postgres. Thanks to wagnerch for researching the issue and providing a patch.
#12587

7775 06/18/2007 03:08 pm David M

#11313

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

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

7679 05/25/2007 07:42 pm David M

we forgot to sync the forums that shadow topics reside in when the topic that they point to is deleted

7677 05/25/2007 06:03 pm Henry Sudhof

Introduced checks to stop negative postcounts (Bug #11561, #11421)
Allow IP v4/v6 urls for remote avatars (Bug #11633)
Delete avatar files automatically (Bug #11631)
Automatically add selected columsn to group by statements in the converter (Bug #11465)

7648 05/19/2007 07:45 pm Henry Sudhof

quieter - shouldn't make a difference, but well...

7644 05/19/2007 05:44 pm Meik Sievertsen

Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation

7599 05/16/2007 04:30 am David M

make the comment true

7589 05/15/2007 05:52 pm Meik Sievertsen

#10942 + cron image into <p></p> tags

7504 05/08/2007 02:12 am David M

#10637

7502 05/07/2007 11:13 pm Meik Sievertsen

#10627 - revert previous permission inclusion change, forgot that that permissions_phpbb indeed need to be added as the first file.

7491 05/06/2007 11:02 pm Meik Sievertsen

Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to log entries as well as logging moderator edits.

7485 05/06/2007 05:31 pm Meik Sievertsen

#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes
- simpler approach to get input cursor text

7468 05/05/2007 07:15 am David M

"These aren't the droids you're looking for."

7466 05/05/2007 06:53 am David M

- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....

7456 05/04/2007 02:30 pm Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7433 04/30/2007 03:32 pm Meik Sievertsen

"Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313]
Find a member supporting hidden groups for those able to see them [#10305]
Display hidden groups for all those able to see them across the board (composing messages, viewonline)...

7369 04/17/2007 05:22 am David M
  • empty log message ***
7330 04/12/2007 06:20 pm Meik Sievertsen

my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...

7327 04/11/2007 10:35 pm David M

add caching to one attachment ACP query, affix the proper TTL for a query in functions_admin

7309 04/09/2007 02:57 pm David M
  • empty log message ***
7300 04/08/2007 11:32 am David M

I should have sent this in a while ago O_O

7266 04/02/2007 05:47 pm Meik Sievertsen

some fixes...

7221 03/23/2007 06:59 pm Meik Sievertsen

#5181

7200 03/16/2007 01:50 am David M
  • empty log message ***
7191 03/14/2007 10:40 pm Nils Adermann

- sync now correctly handles approved posts in unapproved topics (last_post info)

7188 03/14/2007 07:52 pm Meik Sievertsen

- fixed a bug in syncing forums/topics in ACP
- now also syncing moved topics having no information at all (this may only be triggered while converting)

7114 03/03/2007 06:41 pm Meik Sievertsen

Fixing the following bugs:
#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)
#8414
#8396
#8388
#8216

thanks to bartvb and kellanved for providing possible fixes...