aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* #40905Meik Sievertsen2009-03-201-9/+13
* Fix duplicate creation of acl options in acl_add_options() under certain cond...Meik Sievertsen2009-03-201-31/+51
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-2/+2
* this was not supposed to be committed yet - it is completely untestedMeik Sievertsen2009-03-171-51/+31
* captcha changesHenry Sudhof2009-03-171-0/+2
* Mass Email works again for users with empty jabber address but notification s...Meik Sievertsen2009-03-172-6/+7
* Bug #41175 - wrong call to mb_ereg_search_init() (second commit)Meik Sievertsen2009-03-171-31/+51
* #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