aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* merged questioinnaire and questionnaire_phpbb and adjusted all files to our c...Meik Sievertsen2009-07-073-269/+290
* restore firebird/sqlite support. TODO - the DBAL should handle thisHenry Sudhof2009-07-071-3/+11
* Fix an endless loop; don't return the sql array by referenceHenry Sudhof2009-07-061-1/+1
* Fix an endless loop; don't return the sql array by referenceHenry Sudhof2009-07-061-4/+5
* Add a purge option for the session table to the acp. Seems that many boards g...Henry Sudhof2009-07-061-0/+42
* Fix bug #36565 - Search by authorname does not display posts of guests and de...Joas Schilling2009-07-022-40/+87
* a bit of textHenry Sudhof2009-06-301-5/+5
* *blinks* there were supposed to be more files, where are they? Ah, hereHenry Sudhof2009-06-301-6/+8
* undoing change from #9575, as it broke the board disabled messageHenry Sudhof2009-06-291-1/+1
* Add some data for akismet et alHenry Sudhof2009-06-292-4/+4
* - forgot to remove __construct methods when making this PHP4 compatibleNils Adermann2009-06-272-3/+2
* did not have auto props on this machine - removed an unused function from the...Nils Adermann2009-06-271-23/+1
* acp module for submitting statistical information to phpBBNils Adermann2009-06-275-1/+405
* Fixed Bug #45115 - Signature parsing flags are not stored in DBRuslan Uzdenov2009-06-274-9/+27
* Okay, okay, I see the issue. I'll revisit this tomorrow.Henry Sudhof2009-06-262-10/+5
* Okay it should work again. Thanks Raimon. In the future, please test if your ...Henry Sudhof2009-06-261-14/+11
* Fix bug #38395 - Loading draft removes recipients when replying to PMJoas Schilling2009-06-262-3/+3
* Fix bug #47345 - Check if template file is empty before trying to read from it.Andreas Fischer2009-06-261-1/+14
* Change bug #39505 - Pm history only shows pms of the receipts you currently r...Joas Schilling2009-06-261-1/+18
* revert r9653 because it does not work as advertised (a load of bugs and not r...Meik Sievertsen2009-06-251-1/+0
* fix r9652Joas Schilling2009-06-251-0/+10
* We have to use the documented APIHenry Sudhof2009-06-252-6/+16
* Fix bug #37285 - [Change] Add quote-button for own pm's in pm-historyJoas Schilling2009-06-241-2/+2
* [Feature] Add confirmation for deactivating language packsGabriel Vazquez2009-06-241-15/+28
* - Fix XHTML for r9666Meik Sievertsen2009-06-242-14/+17
* Fixed Bug #15085 - [Feature] Add language selection on the registration terms...Gabriel Vazquez2009-06-241-22/+27
* Fixed Bug #47145 - [Fix] Correctly check banned users when force password changeGabriel Vazquez2009-06-241-1/+1
* mehHenry Sudhof2009-06-231-2/+2
* fix previewsHenry Sudhof2009-06-231-1/+1
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-234-5/+22
* Fix bug #46965 - File named install in php directoryRuslan Uzdenov2009-06-222-2/+2
* Fix bug #46765 - View unread postsRuslan Uzdenov2009-06-221-0/+1
* Fix bug #13673 - Add confirm-box when deleting permissionsJoas Schilling2009-06-221-21/+39
* erm, yes... ground should be groupMeik Sievertsen2009-06-221-1/+1
* Fixed bug #43125Gabriel Vazquez2009-06-211-10/+5
* add quicktool to remove users from the newly registered special group.Henry Sudhof2009-06-213-36/+108
* fix the captcha ACP, restore xhtml compliance for recaptcha (#46195) - note, ...Henry Sudhof2009-06-211-1/+1
* add check to newly registered function to not execute this more than onceMeik Sievertsen2009-06-211-0/+5
* rename user_id in confirm_box to confirm_uid. We are able to do this because ...Meik Sievertsen2009-06-211-5/+5
* Ability to fetch moderators with get_moderators() even if load_moderators set...Meik Sievertsen2009-06-211-19/+15
* Fix bug #31975 - Enhance obtain_users_online_string to be able to return use...Joas Schilling2009-06-201-18/+41
* Fixed bug #45735Gabriel Vazquez2009-06-201-1/+1
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-2011-10/+117
* Fix bug #46865 - Add unapproved topic icon for moderators on forum listJoas Schilling2009-06-201-2/+7
* Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_pathJoas Schilling2009-06-192-15/+34
* Fix bug #46785 - Hide avatars if type disabled and give global option to turn...Joas Schilling2009-06-194-6/+45
* Fixed bug #14304Gabriel Vazquez2009-06-191-14/+27
* should fix garbage collectionHenry Sudhof2009-06-191-1/+1
* Make captchas stricter by oly having one entry per session; fix a bug in ucp_...Henry Sudhof2009-06-192-31/+36
* - Display coloured usernames in ACP groups management screensMeik Sievertsen2009-06-196-52/+101