aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix Bug #55785 - Correct call to mysql_pconnect().Andreas Fischer2009-12-231-1/+1
* Let's try this. Split feed user interface into sections. This partly reverts ...Andreas Fischer2009-12-231-3/+9
* ... wrong file, fixing previous commit r10370Nils Adermann2009-12-231-1/+1
* Send statistics now check for IPv6 and send private network status as a booleanNils Adermann2009-12-231-10/+44
* Rearrange items. Move post based feeds up.Andreas Fischer2009-12-231-3/+3
* Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall...Andreas Fischer2009-12-231-2/+2
* Add ability to disable overall (aka board-wide) feed.Andreas Fischer2009-12-222-0/+2
* Fix r10360, Bug #55665Andreas Fischer2009-12-221-1/+2
* Bug #55665 - Restrict search for styles/../style.cfg to folders.Joas Schilling2009-12-211-0/+4
* Cache forever, destroy on change.Andreas Fischer2009-12-201-1/+4
* whitespacesHenry Sudhof2009-12-131-1/+1
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-131-1/+2
* #50985 - fix XML export of private messages sent to deleted usersHenry Sudhof2009-12-131-7/+23
* [Fix] Use correct BBCode parseoptions in signatures when previewing PMs.Joas Schilling2009-12-121-1/+1
* Correctly check for empty strings in custom profile fields. #55335Chris Smith2009-12-111-2/+2
* permit current year in ACP - UCP changed in r8807 #55115Chris Smith2009-12-111-1/+1
* Do not permit unauthorised users to delete private messages from folder listi...Chris Smith2009-12-112-0/+13