aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* rollback; will be in 3.0.7Henry Sudhof2009-09-111-23/+7
* #50985Henry Sudhof2009-09-111-7/+23
* Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Rela...Andreas Fischer2009-09-101-1/+1
* also collect admins user agent vendor and version (send_statistics)Meik Sievertsen2009-09-101-2/+18
* Fix bug #51075 introduced in r10121.Andreas Fischer2009-09-101-2/+2
* Related to r9830: Change REPORT_POST to REPORT_PM.Andreas Fischer2009-09-091-1/+1
* Send emails for manual user activation if admin activation is enabled not thr...Meik Sievertsen2009-09-091-1/+1
* define $data array at the correct location. ;)Meik Sievertsen2009-09-091-3/+2
* Always remove temporary filename (Bug #50965)Meik Sievertsen2009-09-081-8/+9
* Further adjust unread tracking query, should work now for user last mark time...Meik Sievertsen2009-09-082-8/+16
* Rename get_unread_topics_list() to get_unread_topics().Andreas Fischer2009-09-082-17/+19
* Fix retrieval of unread topics list. The old queries were too heavy, using te...Meik Sievertsen2009-09-071-79/+25
* beautify q&a captcha a bit (only slightly)Meik Sievertsen2009-09-071-44/+44
* Fix Bug #50845 (missing info icon in subsilver2)Meik Sievertsen2009-09-071-2/+3
* Adjustments to r10005: Use request_var() to get cookie data.Andreas Fischer2009-09-071-13/+10
* Some smaller changes to r10041.Andreas Fischer2009-09-061-6/+6
* Fix r10041 - Bug #50765Meik Sievertsen2009-09-051-2/+2
* Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test runMeik Sievertsen2009-09-041-1/+1
* - fixed bug #44975Jim Wigginton2009-09-041-0/+14
* phpBB updater now skips sole whitespace changes. This reduces the chance of c...Meik Sievertsen2009-09-041-0/+16
* Also update newest user data if someone is creating a founder with user_add().Andreas Fischer2009-09-041-1/+1
* only whitespace changesMeik Sievertsen2009-09-041-3/+3
* #50485Henry Sudhof2009-09-031-0/+1
* #50675 ; also don't reset the captcha on loginHenry Sudhof2009-09-031-2/+2
* Some rewording, some typo fixes, some whitespace changes.Andreas Fischer2009-09-031-3/+3
* Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset ar...Andreas Fischer2009-09-031-3/+6
* Some cleanup.Andreas Fischer2009-09-031-78/+97
* Fixed bugs #43145, #44375, #44415 and #43045Jim Wigginton2009-09-024-3/+53
* Save some calls here, since page_footer(true) gets called quite often.Andreas Fischer2009-09-011-7/+8
* Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha p...Meik Sievertsen2009-09-012-13/+16
* Only embed cron.php if there is no cron lock present to reduce overhead. (Bug...Meik Sievertsen2009-09-011-0/+19
* adjust inactive users list on ACP index to act like the new inactive users li...Meik Sievertsen2009-09-011-3/+16
* fix r10076 for #48615 - Ability to specify amount of time user is able to del...Joas Schilling2009-08-311-0/+1
* Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis...Joas Schilling2009-08-312-0/+90
* correct method commentMeik Sievertsen2009-08-311-4/+17
* Fix wrong error message for non-writable template file in acp_styles.php - Bu...Meik Sievertsen2009-08-311-1/+2
* Redirect to group list if confirm box canceled - Bug #50105Meik Sievertsen2009-08-311-0/+6
* Addition to r10060: Add function documentation.Andreas Fischer2009-08-311-1/+5
* Style authors are now able to define the default submit button used for form ...Meik Sievertsen2009-08-301-1/+7
* correct mode is send_statistics, else installs will differ from updates.Meik Sievertsen2009-08-301-1/+1
* Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be...Meik Sievertsen2009-08-301-16/+7
* Revert INC/DEC feature. It is not consistent with the other template variable...Meik Sievertsen2009-08-301-30/+0
* Send service unavailable response code for E_USER_ERRORMeik Sievertsen2009-08-281-0/+3
* Fix Bug #49195 - Queries on un-indexed column user_emailJoas Schilling2009-08-286-6/+14
* Change of r10055, which itself was:Meik Sievertsen2009-08-271-2/+0
* One more unread posts search adjustment.Ruslan Uzdenov2009-08-251-7/+13
* Adjustement for r10050, related to Bug #50185Meik Sievertsen2009-08-251-0/+2
* This is an enhancement for revision r10051 (INC template variable)Meik Sievertsen2009-08-251-9/+19
* Make sure only logs for existing users are displayed and user-specific logs r...Meik Sievertsen2009-08-253-2/+15
* Fix possible wrong encodings in email template files in messenger. Related to...Meik Sievertsen2009-08-251-0/+3