aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* | Bug #13181 - Honor minimum and maximum password length in generated passwords...Andreas Fischer2010-02-071-5/+6
* | Fix Bug #57385Andreas Fischer2010-02-061-2/+2
* | Bug #57265 - Convertors cannot read configuration filesJosh Woody2010-02-041-2/+16
* | Slight performance optimisation for r9624 refs #54265Chris Smith2010-02-011-1/+3
* | Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development ...Nils Adermann2010-02-011-1/+1
|/
* Do not store email templates in database. [Bug #54505]Nils Adermann2010-01-262-16/+35
* 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-261-0/+8
* erm, that wouldn't workHenry Sudhof2010-01-261-3/+3
* tuningHenry Sudhof2010-01-261-0/+38
* debug code, begoneHenry Sudhof2010-01-261-1/+1
* tuningHenry Sudhof2010-01-261-5/+5
* ACP usabilityHenry Sudhof2010-01-261-12/+61
* Further fixes for r10447 and r10448. Correctly account for custom language d...Josh Woody2010-01-261-1/+10
* Remove needless check (revising r10447)Josh Woody2010-01-261-7/+4
* Fall back to board default language email template if the file does not exist...Josh Woody2010-01-261-2/+8
* Database updater now separates ADD COLUMN from SET NOT NULL and SET DEFAULT, ...Nils Adermann2010-01-261-1/+23
* [Fix] Don't send activation email when user tries to change email without per...Cullen Walsh2010-01-251-5/+8
* Deprecate $allow_reply parameter to truncate_string() (Bug #56675)Josh Woody2010-01-251-2/+3
* Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.Joas Schilling2010-01-251-3/+3
* [Fix] Don't send activation email when user tries to change email without per...Cullen Walsh2010-01-251-1/+1
* [Fix] Do not automatically unsubscribe users from topics, when email and jabb...Joas Schilling2010-01-241-1/+1
* Fix bug #55045 - Do not duplicate previous/next links in pagination text of m...Ruslan Uzdenov2010-01-242-2/+2
* Trigger error right away if user has exceeded login attempts instead of askin...Andreas Fischer2010-01-201-0/+5
* Make sure captcha factory is there. Make sure language array is there.Andreas Fischer2010-01-202-0/+10
* [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET...Andreas Fischer2010-01-193-0/+99
* Bug #56285 - Properly calculate posts in a topic in the MCPCullen Walsh2010-01-191-1/+8
* - Bug #56255 - Moving topics to a forum where you are on queue Josh Woody2010-01-183-8/+19
* Friends and foes will not show up as private message rule options if their re...Chris Smith2010-01-181-0/+17
* Include live data in the statistics #53795Chris Smith2010-01-171-0/+4
* The easy solution to all my problems with SQLite is this. :( #56105Chris Smith2010-01-171-1/+8
* Load reCAPTCHA over https when using a secure connection to the board. #55755Chris Smith2010-01-171-0/+7
* spacesHenry Sudhof2010-01-171-1/+1
* Invalidate captcha after regHenry Sudhof2010-01-171-1/+1
* Invalidate captcha after regHenry Sudhof2010-01-171-0/+6
* spacesHenry Sudhof2010-01-171-1/+1
* spacesHenry Sudhof2010-01-171-4/+4
* Always require a fresh solved captcha, don't accept a stored solution.Henry Sudhof2010-01-171-3/+8
* Mirror login captcha option on captcha settingsHenry Sudhof2010-01-171-0/+1
* Fix r10391 - Bug #56025 - Pagination of User Notes in MCP uses two different ...Joas Schilling2010-01-171-1/+1
* make userdata availableHenry Sudhof2010-01-141-1/+1
* No longer include subforums in forum feed.Andreas Fischer2010-01-122-2/+2
* Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-112-4/+4
* Oops thanks rxu, fixes r10309 refs #54465Chris Smith2010-01-071-0/+2
* Bug #56025 - Pagination of User Notes in MCP uses two different config values.Joas Schilling2009-12-301-1/+1
* Reflect feed configuration parameter changes in questionnaire.Andreas Fischer2009-12-291-4/+5
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-272-2/+4
* Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfie...Andreas Fischer2009-12-252-2/+2
* Fix for #54945Marek A. R2009-12-241-1/+1
* Improved search query performance through sorting words by their occurance. [...Nils Adermann2009-12-231-8/+13