aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9933] Move word censor regex into separate function in functions.phprxu2011-01-071-0/+42
* [ticket/9930] Redirect failes with open_basedir enabled.Joas Schilling2010-11-251-2/+2
* [ticket/9696] Surpress is_dir() notice when using SQLite with open_basedir.Paul Sohier2010-11-071-1/+1
* [ticket/9840] Display view unread posts link for guests.rxu2010-10-161-1/+1
* Merge branch 'ticket/bantu/9613' into develop-olympusIgor Wiedler2010-09-161-0/+2
|\
| * [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-291-0/+2
* | [ticket/9609] Change header() calls setting HTTP status to send_status_line().Andreas Fischer2010-09-111-3/+4
|/
* Merge branch 'ticket/nickvergessen/9519' into develop-olympusAndreas Fischer2010-08-281-3/+3
|\
| * [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-3/+3
* | [ticket/9780] Add length check back to gen_rand_string().Joas Schilling2010-08-201-1/+1
* | Merge branch 'ticket/bantu/9599' into develop-olympusJosh Woody2010-08-191-17/+152
|\ \
| * | [ticket/9599] Reimplement phpbb_checkdnsrr() function.Andreas Fischer2010-08-031-17/+152
| |/
* | Merge branch 'ticket/bantu/9612' into develop-olympusJosh Woody2010-08-191-0/+17
|\ \
| * | [ticket/9612] Introduce new function gen_rand_string_friendly().Andreas Fischer2010-05-171-0/+17
* | | [ticket/9771] Remove query string parameters that have no name.Chris Smith2010-08-081-0/+5
| |/ |/|
* | [ticket/9715] Better email regexCullen Walsh2010-07-111-1/+3
* | [ticket/9629] Allow style.php to retrieve its session ID from cookiesJosh Woody2010-07-111-1/+1
* | Merge branch 'ticket/rxu/9606' into develop-olympusAndreas Fischer2010-06-171-3/+4
|\ \
| * | [ticket/9606] Optimize unread search option.rxu2010-05-171-3/+4
| |/
* | [ticket/7782] Return 404 HTTP status code for nonexistent attachments.Oleg Pudeyev2010-05-171-1/+1
* | [ticket/7782] Added spaces.Oleg Pudeyev2010-05-171-1/+1
* | [ticket/7782] Added phpdoc comment for send_status_line function.Oleg Pudeyev2010-05-161-0/+20
* | [ticket/7782] Send status line using refactored download/file.php logic.Oleg Pudeyev2010-05-161-1/+22
|/
* Merge branch 'ticket/p/7782' into develop-olympusNils Adermann2010-05-161-0/+5
|\
| * [ticket/7782] Send 404 HTTP code when a nonexistent user/forum/topic is reque...Oleg Pudeyev2010-05-161-0/+5
* | Merge branch 'ticket/aptx/9525' into develop-olympusNils Adermann2010-05-161-1/+1
|\ \
| * | [ticket/9524] IPv6 regex does not match all valid IPv6 addresses starting wit...Marek A. RuszczyƄski2010-05-161-1/+1
* | | Merge branch 'ticket/bantu/9174' into develop-olympusNils Adermann2010-05-141-4/+1
|\ \ \
| * | | [ticket/9173] No longer limit scope of numbers we store in the config table onAndreas Fischer2010-05-141-4/+1
| | |/ | |/|
* | | [ticket/9598] checkdnsrr() is now available on Windows with PHP 5.3 or later....Andreas Fischer2010-05-141-11/+7
|/ /
* | [bug/58465] The redirect hidden field is now XHTML conformU-H-PC\H2010-03-281-1/+1
* | Merge branch 'bug/jellydoughnut/56965' into develop-olympusNils Adermann2010-03-261-42/+48
|\ \
| * | [bug/56965] Redirect fails with directory traversalJosh Woody2010-03-221-42/+48
| |/
* | [bug/58685] Correct spelling errors in append_sid() comments.Chris Smith2010-03-181-2/+2
* | [bug/51555] proposed fix for bug #51555Igor Wiedler2010-03-061-1/+1
|/
* Bug #56965 - Allow redirect() to redirect across directories.Josh Woody2010-02-251-0/+13
* General errors can't be logged if there isn't a database connection, introduc...Chris Smith2010-02-221-1/+1
* Fix Bug #57755 - Make user_email_hash() function independent from system's ar...Andreas Fischer2010-02-181-2/+2
* Bug #57345 - No longer return the character O in generated random strings and...Andreas Fischer2010-02-071-1/+1
* Trigger error right away if user has exceeded login attempts instead of askin...Andreas Fischer2010-01-201-0/+5
* [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET...Andreas Fischer2010-01-191-0/+97
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-271-1/+2
* Add ability to disable overall (aka board-wide) feed.Andreas Fischer2009-12-221-0/+1
* whitespacesHenry Sudhof2009-12-131-1/+1
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-131-1/+2
* Restore user language choice to compiled stylesheets. Broken by r10008 #54035Chris Smith2009-12-111-1/+1
* [Fix] Force full date for board online record date.Joas Schilling2009-11-141-6/+2
* remove unnecessary query parts... thanks to asinshesq for pointing it out.Meik Sievertsen2009-09-201-6/+3
* move up the feed code because MODs often use this location which results in m...Meik Sievertsen2009-09-161-10/+10
* Fix login for passworded forums - Bug #51265Meik Sievertsen2009-09-151-0/+1