phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / functions_admin.php

History | View | Annotate | Download (88 kB)

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

commit ee0db1a1d5f0150016d0971057f889f2366f9856
Merge: 76ad7c9 904bcb8
Author: Oleg Pudeyev <>
Date: Thu Feb 24 20:59:19 2011 -0500

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9874] view_log() performs unneeded count query over all log entries....
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10836 11/06/2010 06:00 pm Git Gatekeeper

commit b60892d200247b4d608806f2172f681001cfa64b
Merge: f164906 516282d
Author: Andreas Fischer <>
Date: Sat Nov 6 18:56:01 2010 +0100

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9827] No longer emulate Internet Explorer 7 when using IE9....
10751 08/21/2010 10:45 pm Git Gatekeeper

commit 2e787fa836dbfdcec7864b5f143520aec3752bd0
Merge: 999f6db 9731f24
Author: Nils Adermann <>
Date: Sat Aug 21 23:35:43 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (57 commits)
    Revert "[ticket/7716] Data too long for column 'message_subject'"...
10637 08/19/2010 04:24 pm Git Gatekeeper

commit 591217a903460a81df4c19850f5d99c2e9d10b1d
Merge: cf89952 0bf2c3e
Author: Nils Adermann <>
Date: Sun May 16 19:52:36 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (21 commits)
    [feature/notify_status] Define'd constants for notify_status...
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
10342 12/16/2009 03:48 pm Meik Sievertsen

merge changes from 3.0.x branch

10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

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