| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix r10041 - Bug #50765 | Meik Sievertsen | 2009-09-05 | 1 | -2/+2 |
| * | Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run | Meik Sievertsen | 2009-09-04 | 1 | -1/+1 |
| * | - fixed bug #44975 | Jim Wigginton | 2009-09-04 | 1 | -0/+14 |
| * | phpBB updater now skips sole whitespace changes. This reduces the chance of c... | Meik Sievertsen | 2009-09-04 | 1 | -0/+16 |
| * | Also update newest user data if someone is creating a founder with user_add(). | Andreas Fischer | 2009-09-04 | 1 | -1/+1 |
| * | only whitespace changes | Meik Sievertsen | 2009-09-04 | 1 | -3/+3 |
| * | #50485 | Henry Sudhof | 2009-09-03 | 1 | -0/+1 |
| * | #50675 ; also don't reset the captcha on login | Henry Sudhof | 2009-09-03 | 1 | -2/+2 |
| * | Some rewording, some typo fixes, some whitespace changes. | Andreas Fischer | 2009-09-03 | 1 | -3/+3 |
| * | Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset ar... | Andreas Fischer | 2009-09-03 | 1 | -3/+6 |
| * | Some cleanup. | Andreas Fischer | 2009-09-03 | 1 | -78/+97 |
| * | Fixed bugs #43145, #44375, #44415 and #43045 | Jim Wigginton | 2009-09-02 | 4 | -3/+53 |
| * | Save some calls here, since page_footer(true) gets called quite often. | Andreas Fischer | 2009-09-01 | 1 | -7/+8 |
| * | Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha p... | Meik Sievertsen | 2009-09-01 | 2 | -13/+16 |
| * | Only embed cron.php if there is no cron lock present to reduce overhead. (Bug... | Meik Sievertsen | 2009-09-01 | 1 | -0/+19 |
| * | adjust inactive users list on ACP index to act like the new inactive users li... | Meik Sievertsen | 2009-09-01 | 1 | -3/+16 |
| * | fix r10076 for #48615 - Ability to specify amount of time user is able to del... | Joas Schilling | 2009-08-31 | 1 | -0/+1 |
| * | Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis... | Joas Schilling | 2009-08-31 | 2 | -0/+90 |
| * | correct method comment | Meik Sievertsen | 2009-08-31 | 1 | -4/+17 |
| * | Fix wrong error message for non-writable template file in acp_styles.php - Bu... | Meik Sievertsen | 2009-08-31 | 1 | -1/+2 |
| * | Redirect to group list if confirm box canceled - Bug #50105 | Meik Sievertsen | 2009-08-31 | 1 | -0/+6 |
| * | Addition to r10060: Add function documentation. | Andreas Fischer | 2009-08-31 | 1 | -1/+5 |
| * | Style authors are now able to define the default submit button used for form ... | Meik Sievertsen | 2009-08-30 | 1 | -1/+7 |
| * | correct mode is send_statistics, else installs will differ from updates. | Meik Sievertsen | 2009-08-30 | 1 | -1/+1 |
| * | Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be... | Meik Sievertsen | 2009-08-30 | 1 | -16/+7 |
| * | Revert INC/DEC feature. It is not consistent with the other template variable... | Meik Sievertsen | 2009-08-30 | 1 | -30/+0 |
| * | Send service unavailable response code for E_USER_ERROR | Meik Sievertsen | 2009-08-28 | 1 | -0/+3 |
| * | Fix Bug #49195 - Queries on un-indexed column user_email | Joas Schilling | 2009-08-28 | 6 | -6/+14 |
| * | Change of r10055, which itself was: | Meik Sievertsen | 2009-08-27 | 1 | -2/+0 |
| * | One more unread posts search adjustment. | Ruslan Uzdenov | 2009-08-25 | 1 | -7/+13 |
| * | Adjustement for r10050, related to Bug #50185 | Meik Sievertsen | 2009-08-25 | 1 | -0/+2 |
| * | This is an enhancement for revision r10051 (INC template variable) | Meik Sievertsen | 2009-08-25 | 1 | -9/+19 |
| * | Make sure only logs for existing users are displayed and user-specific logs r... | Meik Sievertsen | 2009-08-25 | 3 | -2/+15 |
| * | Fix possible wrong encodings in email template files in messenger. Related to... | Meik Sievertsen | 2009-08-25 | 1 | -0/+3 |
| * | Add INC (working name) to template syntax | Henry Sudhof | 2009-08-24 | 1 | -0/+20 |
| * | More unread posts search adjustment. | Ruslan Uzdenov | 2009-08-23 | 1 | -50/+58 |
| * | - accidentally undid changes introduced in r9979 | Jim Wigginton | 2009-08-22 | 4 | -4/+3 |
| * | - replaced the drop down menu log filter thing with log searching | Jim Wigginton | 2009-08-21 | 6 | -167/+98 |
| * | Use comparison instead of arithmetic. | Andreas Fischer | 2009-08-21 | 1 | -1/+1 |
| * | Allow "0" as censor word and replacement. | Andreas Fischer | 2009-08-21 | 2 | -5/+13 |
| * | Fix r10035 | Meik Sievertsen | 2009-08-20 | 1 | -1/+1 |
| * | Check for valid $template_path in includes/template.php - Bug #50055 | Meik Sievertsen | 2009-08-20 | 1 | -0/+6 |
| * | Sort private messages by message time and not message id. (Bug #50015) | Meik Sievertsen | 2009-08-20 | 1 | -4/+14 |
| * | #50025 | Henry Sudhof | 2009-08-20 | 1 | -1/+1 |
| * | instead of only enabling forum feeds in viewforum we set it on every location... | Meik Sievertsen | 2009-08-20 | 1 | -3/+5 |
| * | add feed switch to forumrow, so forums can be styled correctly (with an rss i... | Meik Sievertsen | 2009-08-20 | 1 | -0/+1 |
| * | fix sql error due to us using STRICT db mode. ;) | Meik Sievertsen | 2009-08-20 | 1 | -3/+5 |
| * | Add some very basic checks to the users ip - related to bug #48995 | Meik Sievertsen | 2009-08-20 | 1 | -0/+21 |
| * | Because we store forwarded_for if the check is activated we need a better check | Meik Sievertsen | 2009-08-20 | 1 | -5/+5 |
| * | Better tracking of global announcements | Ruslan Uzdenov | 2009-08-18 | 2 | -6/+25 |