aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add INC (working name) to template syntaxHenry Sudhof2009-08-241-0/+20
* More unread posts search adjustment.Ruslan Uzdenov2009-08-231-50/+58
* - accidentally undid changes introduced in r9979Jim Wigginton2009-08-224-4/+3
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-216-167/+98
* Use comparison instead of arithmetic.Andreas Fischer2009-08-211-1/+1
* Allow "0" as censor word and replacement.Andreas Fischer2009-08-212-5/+13
* Fix r10035Meik Sievertsen2009-08-201-1/+1
* Check for valid $template_path in includes/template.php - Bug #50055Meik Sievertsen2009-08-201-0/+6
* Sort private messages by message time and not message id. (Bug #50015)Meik Sievertsen2009-08-201-4/+14
* #50025Henry Sudhof2009-08-201-1/+1
* instead of only enabling forum feeds in viewforum we set it on every location...Meik Sievertsen2009-08-201-3/+5
* add feed switch to forumrow, so forums can be styled correctly (with an rss i...Meik Sievertsen2009-08-201-0/+1
* fix sql error due to us using STRICT db mode. ;)Meik Sievertsen2009-08-201-3/+5
* Add some very basic checks to the users ip - related to bug #48995Meik Sievertsen2009-08-201-0/+21
* Because we store forwarded_for if the check is activated we need a better checkMeik Sievertsen2009-08-201-5/+5
* Better tracking of global announcementsRuslan Uzdenov2009-08-182-6/+25