phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / acp / acp_main.php

History | View | Annotate | Download (18.8 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...
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...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10081 09/01/2009 12:21 pm Meik Sievertsen

adjust inactive users list on ACP index to act like the new inactive users list from r9845

9889 07/29/2009 10:26 am Meik Sievertsen

Slightly adjust version check on index page to be a bit more descriptive

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

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

9737 07/08/2009 02:30 pm Ruslan Uzdenov

Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode
Authorised by: AcydBurn

9718 07/07/2009 09:22 am Henry Sudhof

restore firebird/sqlite support. TODO - the DBAL should handle this

9714 07/06/2009 01:10 pm Henry Sudhof

Add a purge option for the session table to the acp. Seems that many boards get unusable due to styles not embedding the cron image and/or extremely long session timeout settings and/or DOS attacks. This new button can be a stopgap measure in those cases.

9654 06/22/2009 04:16 pm Ruslan Uzdenov

Fix bug #46965 - File named install in php directory
Authorised by: acydburn

9528 06/03/2009 10:19 am Chris Smith

Correctly determine writable status of files on Windows operating system. #39035

9351 02/28/2009 07:22 pm Meik Sievertsen

- adjust db_tools again to not remove any schema (they may be required)
- fill dbms version if not yet filled

9171 12/04/2008 02:53 pm Meik Sievertsen

fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)

9056 11/09/2008 08:38 pm Chris Smith

Provide a way to disable the config write check and rename the ACP style editor disable constant

9055 11/09/2008 08:29 pm Meik Sievertsen

ok, trim down the config check significantly for 3.0.3 until we properly discussed this

8932 09/24/2008 03:57 pm Meik Sievertsen

better query for syncing post counts. Thanks to BartVB for this. ;)

8920 09/23/2008 04:40 pm Meik Sievertsen

gah

8912 09/23/2008 03:03 pm Meik Sievertsen

synchronise post count in steps

8876 09/18/2008 04:26 pm Meik Sievertsen

Prevent integer overflow - Bug #19895

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.

8698 07/28/2008 04:36 pm Meik Sievertsen

writable instead of writeable. :/

8688 07/28/2008 03:12 pm Meik Sievertsen

add warning to ACP index if config file is writeable

8580 06/02/2008 07:10 pm Henry Sudhof

ACP logout

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)

8334 01/23/2008 11:08 pm Marek Ruszczyński

Fix for bug #17855

8285 12/26/2007 03:53 pm

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

8253 11/27/2007 04:13 pm Henry Sudhof

#15554
#15464
#15384
Yes, there is a lang change.

8211 10/21/2007 01:26 pm Meik Sievertsen

make sure we always check for a valid directory handle

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

dumdidum... sorry. ;)

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

err, forgot to commit

7955 07/27/2007 11:00 am Henry Sudhof

#13831

7940 07/24/2007 06:16 pm Meik Sievertsen

two fixes

7936 07/24/2007 05:02 pm David M

#13581

7922 07/23/2007 12:29 am David M

#13713

7803 06/27/2007 05:54 pm Meik Sievertsen

also refresh permissions on purge

7612 05/16/2007 09:20 pm David M

#11012

- For now, only founders can clear the cache ( we might change this )

7118 03/04/2007 03:31 pm Meik Sievertsen

- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.
- remember entered register data when changing the default language.

7093 02/27/2007 09:03 pm David M

#8376

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

6954 02/01/2007 04:13 am David M

- should fix some Firebird issues ( can't believe that nobody found this until now )

6915 01/21/2007 07:33 pm Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

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

6565 11/11/2006 05:20 pm Meik Sievertsen

seems like capitalizing menu titles introduced some problems. :) Also it might look strange for some languages - so therefore it is better be done within the language file directly.

6511 10/19/2006 03:55 pm Meik Sievertsen

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

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)

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

he braces style is deprecated as of PHP 6

6428 10/02/2006 05:11 pm Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6394 09/23/2006 02:27 pm grahamje

A reworking of how we handle inactive users

6383 09/23/2006 12:14 am Meik Sievertsen

some tiny fixes here and there

6377 09/17/2006 04:43 pm Meik Sievertsen

removed debug_extra notice
other fixes
state that mysql.php shouldn't be used for mysql 4.1+ (actually, it should deny using it)

6367 09/15/2006 04:08 pm Meik Sievertsen

implement bare-bone validation for config variables...

6364 09/13/2006 06:08 pm Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

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)

6276 08/12/2006 05:37 pm grahamje

Allow ACP access if install/ is present and display the generic board disabled message otherwise so that a user does not know the reason for it being disabled

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

sql_in_set changes

6224 08/01/2006 05:29 pm Meik Sievertsen

- fixing some bugs
- shortening some db columns to meet the requirements
- correctly increase/decrease user post counts
- fix the topic title length bug(s)

6198 07/20/2006 11:45 pm Meik Sievertsen

- some bugfixes
- set ip_check to A.B.C. by default
- display postings in other encodings by default and present link to force the encoding as usual.

6161 07/09/2006 06:23 pm Meik Sievertsen

- tackle some usability issues
- fix bug #3147
- added the lock-images made by SHS`
- fixed MSSQL errors (adding the correct ESCAPE sequence)

6135 07/01/2006 09:11 pm Meik Sievertsen

- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......

6048 06/11/2006 08:13 pm Meik Sievertsen

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

6022 06/08/2006 12:59 pm Meik Sievertsen

- fix some smaller bugs
- removed custom profiles preview field from acp

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

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

- fixed a few smaller things

5790 04/17/2006 03:09 pm Meik Sievertsen

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

5743 03/28/2006 06:46 pm David M

- Bug 1301

5741 03/28/2006 03:49 pm Meik Sievertsen

correct user management link

5732 03/26/2006 11:17 pm grahamje

Fix a minor typo [#1346]

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.

5701 03/22/2006 07:48 pm Meik Sievertsen

- hopefully fixed inactive create forum input field + button for safari 2.0.2 (floating issue?)
- updated format_date calls (fixed ancient calls)
- fixed newest username setting for activating users through the admin panel

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

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

5423 01/04/2006 08:51 am Meik Sievertsen

- sperate permissions from sessions
- added some comments to the auth class for better understanding
- revised some permission functions
- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)...

5310 11/20/2005 07:58 pm Meik Sievertsen

- more acp additions and changes...

5303 11/17/2005 07:06 pm Meik Sievertsen

HOLLA! Whats this shit...
These gets commited now because i want to be sure no one is changing an admin file corresponding the ones listed within includes/acp