aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge r10513 into 3.0 branch: propdelNils Adermann2010-02-231-0/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing the code changes from diff building script: When an edit was detected ...Nils Adermann2010-02-231-14/+48
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to use a 'snapshot' of the function there, because it might not be av...Andreas Fischer2010-02-221-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General errors can't be logged if there isn't a database connection, introduc...Chris Smith2010-02-222-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enter stage left: the INTTEXT tokenHenry Sudhof2010-02-214-4/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BBCode parser now uses the user object for all settings rather than taking so...Nils Adermann2010-02-212-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs #53925 and #52085 - Language fixes related to the quick reply settingsYuriy Rusko2010-02-202-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warn users about TEXTHenry Sudhof2010-02-203-91/+132
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firebird based board can now access their global announcements, took a while ...Chris Smith2010-02-202-0/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #57715 - Correct behavior of "force_approved_state" when value is false. Josh Woody2010-02-182-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding 3.0.7-RC2 to database updaterAndreas Fischer2010-02-181-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revising r10499, #57755Andreas Fischer2010-02-181-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can put the fix for #57505 into 3.0.7 because we have to regenerate the pa...Andreas Fischer2010-02-181-2/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #57755 - Make user_email_hash() function independent from system's ar...Andreas Fischer2010-02-184-3/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 3.0.7-RC1 to the updater.Andreas Fischer2010-02-171-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #57795 - [Fix] Restrict search for language/../iso.txt to folders.Joas Schilling2010-02-172-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's fix #57825 in 3.0.7. - r10493Andreas Fischer2010-02-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #57825 - Small language correction for the FAQ page.Andreas Fischer2010-02-162-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r10491 - Also in the Post Settings section. Thanks leviatan21Andreas Fischer2010-02-161-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-157-2/+71
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to properly update the file header of mssqlnative.php, revising r10489...Nils Adermann2010-02-111-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-1114-15/+829
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.Andreas Fischer2010-02-093-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make those warnings more consistent.Andreas Fischer2010-02-081-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's adjust those to the format of the other entries.Andreas Fischer2010-02-081-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a c...Andreas Fischer2010-02-084-5/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #57395, a regression from r10427Josh Woody2010-02-071-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer needed, as of r10480.Andreas Fischer2010-02-071-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #57345 - No longer return the character O in generated random strings and...Andreas Fischer2010-02-072-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #13181 - Honor minimum and maximum password length in generated passwords...Andreas Fischer2010-02-072-5/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bug #57385Andreas Fischer2010-02-062-3/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'Changes since 3.0.7' section to Changelog.Andreas Fischer2010-02-061-15/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #38765 - Unify BBCode selection across browsers (also needs fixing in sub...Josh Woody2010-02-041-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #57265 - Convertors cannot read configuration filesJosh Woody2010-02-043-3/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #38765 - Unify BBCode selection across browsersJosh Woody2010-02-042-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slight performance optimisation for r9624 refs #54265Chris Smith2010-02-011-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change version number to 3.0.8-dev in preparation for development on next rel...Nils Adermann2010-02-011-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development ...Nils Adermann2010-02-0112-55/+55
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the phpBB build script. This is the latest version of the script Meik ...Nils Adermann2010-02-014-0/+3091
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix_files script must have been broken by svn:eol-style quite a while ago, no...Nils Adermann2010-01-311-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully nobody will notice me sneaking this one in:Chris Smith2010-01-312-3/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #56545 - Speed up topic move operation by adding an index for topic_id on...Andreas Fischer2010-01-2811-0/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated AUTHORS file, hope I didn't get any names wrong ;-)Nils Adermann2010-01-281-24/+26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not store email templates in database. [Bug #54505]Nils Adermann2010-01-264-16/+42
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | okay, now the confirm_id is no longer enough to get a new row into the qa tableHenry Sudhof2010-01-261-15/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a warning for users of old PHP versions about ending support.Josh Woody2010-01-264-1/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erm, that wouldn't workHenry Sudhof2010-01-261-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs #55485 and #55545 - styles adjustment to correctly display an order ...Ruslan Uzdenov2010-01-264-0/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #54745 - Fix language string for PM-Reports refering to post-data.Joas Schilling2010-01-264-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tuningHenry Sudhof2010-01-261-0/+38