aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* #42985 - use path in JS instead of nameMeik Sievertsen2009-03-171-0/+2
* Fix imageset editing for retaining and correctly setting dimensions for image...Meik Sievertsen2009-03-071-106/+110
* - adjust db_tools again to not remove any schema (they may be required)Meik Sievertsen2009-02-281-0/+6
* - Removed redundant code and unnecessary queries in forum management. #42265Chris Smith2009-02-271-18/+12
* Add anti-abuse email headers to acp_inactive.php and correct activation remin...Chris Smith2009-02-151-2/+12
* and another CAPTCHA setting - add new noise shapes to the noise array for mor...Henry Sudhof2009-02-081-1/+2
* Fixed bug #40275 - The sql query in acp_users.php lacks a conditionJim Wigginton2009-01-271-0/+1
* Fixed bug #39005 - check forum_image whether it existsJim Wigginton2009-01-271-1/+6
* New option for the GD VC. Parameters need some more tweakingHenry Sudhof2009-01-211-2/+2
* Add in missing free result on DB queryChris Smith2008-12-061-0/+2
* fix postcount resync for situations where low and high post ids are higher th...Meik Sievertsen2008-12-041-10/+29
* Make sure a style set to "default" is also always active. ;) (Bug #37475)Meik Sievertsen2008-12-021-0/+6
* Better handling and finer control for custom profile fields visibility option...Meik Sievertsen2008-11-261-51/+49
* problems with case handling #36725Henry Sudhof2008-11-131-3/+3
* Provide a way to disable the config write check and rename the ACP style edit...Chris Smith2008-11-092-2/+2
* ok, trim down the config check significantly for 3.0.3 until we properly disc...Meik Sievertsen2008-11-091-1/+2
* git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9053 89ea8834-ac86-4346-8a...Meik Sievertsen2008-11-091-5/+6
* #36525Henry Sudhof2008-11-091-14/+8
* #36525Henry Sudhof2008-11-091-0/+9
* fix 3 very tiny bugs... #35545, #35365 and #35305Meik Sievertsen2008-11-021-2/+4
* Disable mass e-mail when e-mail is disabled. #27385Chris Smith2008-10-131-1/+1
* Make sure users still get notifications if they set to only be notified by Ja...Meik Sievertsen2008-10-091-0/+13
* Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501)Meik Sievertsen2008-10-061-0/+12
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-261-9/+40
* better query for syncing post counts. Thanks to BartVB for this. ;)Meik Sievertsen2008-09-241-12/+11
* gahMeik Sievertsen2008-09-231-1/+1
* synchronise post count in stepsMeik Sievertsen2008-09-231-8/+31
* - Added 'max_recipients' setting for private messages. This setting allows ad...Meik Sievertsen2008-09-232-1/+4
* do not allow categories to be locked by accident (Bug #14548)Meik Sievertsen2008-09-191-1/+4
* Prevent integer overflow - Bug #19895Meik Sievertsen2008-09-182-2/+2
* Do not allow setting forums parent to the forum itself. (Bug #18855)Meik Sievertsen2008-09-181-3/+9
* Correctly limit input of the users location to 100 characters in the UCP and ...Chris Smith2008-09-051-2/+2
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-1/+1
* Fix one design failure in phpBB3. Do not count non-approved posts to the user...Meik Sievertsen2008-09-022-2/+4
* settings and data for the new queued posts feature ;)Meik Sievertsen2008-09-021-5/+7
* actually, queued posts can also be in forums with no post countsMeik Sievertsen2008-09-011-1/+0
* Show users posts in queue in acp and profile + link to mcpMeik Sievertsen2008-09-011-0/+13
* some changes for proper code documentationMeik Sievertsen2008-08-231-59/+59
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-222-2/+2
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-162-17/+17
* more verbose style.php in DEBUG modeHenry Sudhof2008-08-131-0/+4
* Catch too long help linesHenry Sudhof2008-08-121-0/+6
* cleaning tpl fallbacks upHenry Sudhof2008-07-301-1/+2
* No negative values (#30335)Henry Sudhof2008-07-291-1/+5
* remove unnecessary checksMeik Sievertsen2008-07-291-3/+3
* #30735Henry Sudhof2008-07-281-5/+13
* writable instead of writeable. :/Meik Sievertsen2008-07-281-2/+2
* Okay. Frozen, we never said anything about it being permafrost. Also, this is...Henry Sudhof2008-07-281-56/+450
* add warning to ACP index if config file is writeableMeik Sievertsen2008-07-281-6/+11
* Fix some instances where we left db connections open (registration -> captcha...Meik Sievertsen2008-06-132-15/+15