aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/add_permissions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5802 from 3D-I/ticket/16279Marc Alexander2020-01-021-0/+1
|\
| * [ticket/16279] Add permission for Emoji in topic title3D-I2019-12-301-0/+1
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-7/+2
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+0
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+3
* [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-191-0/+1
* [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-2/+2
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+1
* Merge PR #799 branch 'develop-olympus' into developOleg Pudeyev2012-05-101-11/+7
|\
| * [ticket/10881] Replace old (and unify) file headers in develop files.Andreas Fischer2012-05-101-11/+7
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+417
* | remove no longer necessary files... hoorayMeik Sievertsen2008-12-241-396/+0
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-27/+6
* | Alright, this should give some improved performance :)David M2008-02-031-1/+1
|/
* changed the cache files to save some memory (all global ones are hold in memo...Meik Sievertsen2007-04-221-1/+1
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-1/+1
* change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what ...Meik Sievertsen2006-06-221-11/+11
* ok, sorry for this. :/Meik Sievertsen2006-06-071-3/+3
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-1/+1
* - changed SUPER_MODERATORS to GLOBAL_MODERATORSMeik Sievertsen2006-04-301-3/+1
* - changed _module_*_url to only use the main module name but the mode as para...Meik Sievertsen2006-04-081-6/+0
* - removed unnecessary pm optionsMeik Sievertsen2005-01-211-2/+15
* - script to add missing permissionsMeik Sievertsen2004-11-061-0/+412