phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / mcp / mcp_queue.php

History | View | Annotate | Download (33.2 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
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...
10801 10/10/2010 06:00 pm Git Gatekeeper

commit a885095897054c91ab68b753ce2a86ae74f2f666
Merge: 9a39f55 c2ffa78
Author: Igor Wiedler <>
Date: Sun Oct 10 18:39:44 2010 +0200

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class: (21 commits)...
10779 09/12/2010 02:15 pm Git Gatekeeper

commit 3e8d45910dce4f6e6dcdf8103bda8c3ce1b5b582
Merge: c0d645c 161be96
Author: Igor Wiedler <>
Date: Sun Sep 12 15:01:17 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9754] Populate S_USER_POSTED variable with correct value in search.php...
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'"...
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

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)

10012 08/18/2009 02:45 am Chris Smith

A little precaution

9947 08/10/2009 01:09 pm Ruslan Uzdenov

Function approve_post adjustment (migrating to sync())
Authorised by: Kellanved

9946 08/10/2009 01:07 pm Ruslan Uzdenov

Fix bug #47705 - Out of range value for column 'topic_replies_real'
Authorised by: Kellanved

9482 04/24/2009 05:27 pm Jim Wigginton

Fixed bug #'ers 42585, 35505, 36675, and 42705
Authorised by: acydburn

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

9297 01/23/2009 06:19 am Jim Wigginton

Fixed bug #40325 - Friend/foe system displays posts made
Authorised by: acydburn

9133 11/30/2008 01:03 pm Meik Sievertsen

Do not increment users post count after post approval if post had been posted in a forum with no post count increasing set (Bug #37865)

9015 10/14/2008 08:29 pm Chris Smith

Moderators can only see reports/queue/logs from forums they can actually read. #31085

8837 09/08/2008 02:29 am Chris Smith

Send localised disapproval reasons in the recipients local language. #31645

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.

8609 06/05/2008 04:08 pm Meik Sievertsen

#28455

8520 04/21/2008 03:17 pm Meik Sievertsen

remove the f portion from redirect urls now they no longer exist

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

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

dumdidum... sorry. ;)

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]

8017 08/09/2007 05:12 am David M

#13973

7945 07/25/2007 03:37 pm Henry Sudhof

#13796

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

try to normalize everything...

7919 07/22/2007 04:04 pm Henry Sudhof

Cleaning up (#13689)
Also removed the useless login box from the ACP.

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

7706 06/02/2007 10:43 pm David M

MCP? Who uses that... :P

7642 05/19/2007 02:04 pm Meik Sievertsen

oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.

7619 05/17/2007 04:59 pm Meik Sievertsen

Fixing some tiny bugs...
- correctly close span tags within code=php

7597 05/16/2007 12:56 am David M

#10976

7520 05/09/2007 11:40 pm Meik Sievertsen

add possibility to return to post after approval (if approving one post) - very helpful if using approval links from within topics.

7493 05/07/2007 01:07 am Nils Adermann

- create log entries on (dis)approving and handling reports

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

7428 04/29/2007 10:56 pm Nils Adermann

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...

7355 04/15/2007 12:59 pm Nils Adermann

- m_warn is no longer a local moderation permission
- magic urls should properly use html entities
- speed up posting on big boards, MAX query can be simplified a lot in certain cases
- user IP list should be labelled with "Other users" [Bug #9707]

7242 03/30/2007 04:24 pm Meik Sievertsen

other fixes...

7007 02/18/2007 02:42 pm Meik Sievertsen

fixing some bugs
more mcp links for easier moderating different aspects (all, forum, topic)
i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between - please report if you see something not working as expected.

6974 02/08/2007 11:11 pm Nils Adermann

- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP
- relative link to board shouldn't result in an empty link [Bug #7762]
- allow spaces to define multiple classes [Bug #7700]
- forgot addslashes for password conversion [Bug #7530]...

6936 01/27/2007 05:04 pm Nils Adermann

- introducing read/unread images in the MCP, if you view something through the MCP it will not update the "read" status of a post/topic/forum [includes Bug #6796]

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6819 12/28/2006 06:28 pm Meik Sievertsen

- add return links to approve details [#6252]
- lets decide on input field or textarea based on the entry length in language pack management [#6280]

6803 12/24/2006 02:11 pm Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6660 11/26/2006 03:55 pm Meik Sievertsen

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

6601 11/18/2006 05:27 pm Meik Sievertsen

- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....

6589 11/16/2006 05:51 pm Meik Sievertsen

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6546 11/03/2006 06:50 pm Meik Sievertsen

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6470 10/08/2006 09:04 pm Meik Sievertsen

- forum image being an additional image instead of replacing forum indicators
- reasons fixes

6459 10/07/2006 07:40 pm Meik Sievertsen

he braces style is deprecated as of PHP 6

6411 09/26/2006 09:59 pm Meik Sievertsen

These changes should let olympus scale a little bit better.
i haven't adjusted the schemas but added the details to create_schema_files - david is able to build them then in line with his changes. :)

6393 09/23/2006 01:49 pm Meik Sievertsen

#4428

6321 08/28/2006 07:20 pm Nils Adermann

- birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6237 08/05/2006 05:49 pm Meik Sievertsen

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6151 07/07/2006 02:36 pm Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6134 07/01/2006 05:00 pm grahamje

These needed to be #p for proper compliance

6131 06/29/2006 09:57 pm grahamje

New template variables in the mcp (not used by subsilver)

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

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

6045 06/11/2006 01:11 am Nils Adermann

- forgot to commit common.php
- cleaning up a few more mcp permissions
- adjust some links
- make global topics work properly in MCP

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.

6010 06/04/2006 08:49 pm grahamje

Some extra template variables *_EXPLAIN which some might wish to use

6008 06/04/2006 05:01 pm grahamje

Assign page titles within the mcp

6007 06/04/2006 12:19 am Nils Adermann

- removed useless code from style.php
- added a view template cache mode to acp_styles
- syntax highlighting for the acp css
- completed refresh actions for themes and templates
- fixed theme and template installation
- use a function for generating database theme data...

6002 06/02/2006 03:26 pm Meik Sievertsen

some adjustments
nils: please have a look at the @todo comment in mcp_queue.php

5986 05/30/2006 02:24 pm Nils Adermann

- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]
- fixed some quickmod bugs [#1994] and [Bug #1898]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug #1851]...

5952 05/20/2006 08:39 pm Meik Sievertsen

- fixed a few smaller things

5931 05/18/2006 11:03 pm Meik Sievertsen

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) - #1829

5902 05/12/2006 10:52 pm Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5888 05/06/2006 05:15 pm Nils Adermann

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]...

5858 04/29/2006 03:18 am Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5791 04/18/2006 12:36 am Meik Sievertsen

say hello to role descriptions, role ordering and tooltips on role selects

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

5752 03/28/2006 08:59 pm Nils Adermann

- don't show too old reports/queue entries

5734 03/27/2006 08:45 pm Nils Adermann

- redirection should properly work now
- align jumpbox properly

5733 03/27/2006 02:48 pm Nils Adermann

- add missing pagination to queue/reports
- hide the close button on closed reports page
- fix a JS bug in mcp/acp ban view

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.

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

5678 03/21/2006 08:23 pm Meik Sievertsen

- a bunch of bugfixes. :P

5649 03/18/2006 11:54 am Nils Adermann

- replaced mcp reports system with a simplified version
- fixed links to mcp_reports

5633 03/15/2006 02:03 pm Meik Sievertsen

- adding ability to assign moderator specific ban options
- fixing destroying of sql caches
- fixing referencing of sql cached queries if more than one are active on one page
- other fixes

5622 03/13/2006 12:19 am Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5595 03/01/2006 10:48 pm Meik Sievertsen

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5584 02/25/2006 01:46 pm Nils Adermann

- allow local moderators to properly use the mcp for more than one forum (mcp)
- automatically get a forum id for global topics if needed (mcp)
- allow linking to unapproved topics via a post id (viewtopic)
- use #p[post_id] anchor (mcp_post)
- use actions where appropriate (mcp_queue)...

5580 02/24/2006 06:33 pm Meik Sievertsen

- blabla, additional bugfixing permissions...

5574 02/22/2006 10:42 pm Meik Sievertsen

implementing permission roles

- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)...

5486 01/22/2006 02:06 pm Meik Sievertsen

- size select fix
- introduced function for building group options (acp)
- fixed acl_getf if negated option needs to be retrieved
- only using one function for updating post informations
- fixing module display if module is disabled
- if user is having a non-existent style do not print out error message, instead fix the users value and load the default style