aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [feature/request-class] Fix remember and session hide on loginIgor Wiedler2010-10-051-2/+2
* [feature/request-class] Adjust some trailing newlinesIgor Wiedler2010-09-271-1/+1
* [feature/request-class] Remove tricky $_* is_array from acp_profileIgor Wiedler2010-09-251-1/+1
* [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-2521-77/+113
* [feature/request-class] Prevent recursive_set_var from applying htmlspecialch...Igor Wiedler2010-09-191-1/+1
* [feature/request-class] Removal of direct access to some superglobalsIgor Wiedler2010-09-171-10/+2
* [feature/request-class] Refactor request classes to use autoloadingIgor Wiedler2010-09-176-11/+11
* [feature/request-class] Automatically normalize multibyte data in request_varIgor Wiedler2010-09-171-0/+5
* [feature/request-class] Refactored request class and wrapper functions.Nils Adermann2010-09-172-157/+44
* [feature/request-class] Extracted type casting helpers from the request class.Nils Adermann2010-09-172-0/+241
* [feature/request-class] Replace direct use of GET/REQUEST with request_var.Nils Adermann2010-09-171-4/+5
* [feature/request-class] request_var should return after setting the request o...Nils Adermann2010-09-171-0/+1
* [feature/request-class] Adding a request class based on ascraeus-experiment.Nils Adermann2010-09-174-100/+668
* Merge branch 'develop-olympus' into developIgor Wiedler2010-09-161-0/+11
|\
| * Merge branch 'ticket/bantu/9091' into develop-olympusIgor Wiedler2010-09-161-0/+11
| |\
| | * [ticket/9091] Extract IPv4 address from addresses mapped into IPv6.Andreas Fischer2010-07-231-0/+11
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-164-7/+11
|\ \ \ | |/ /
| * | Merge branch 'ticket/bantu/9644' into develop-olympusIgor Wiedler2010-09-161-1/+1
| |\ \
| | * | [ticket/9644] Check $mode before calling user_notification() from submit_post()Andreas Fischer2010-07-231-1/+1
| | |/
| * | Merge branch 'ticket/bantu/9613' into develop-olympusIgor Wiedler2010-09-162-0/+3
| |\ \
| | * | [ticket/9613] Slightly update language strings.Andreas Fischer2010-08-291-1/+1
| | * | [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-292-0/+3
| * | | Merge branch 'ticket/bantu/9609' into develop-olympusIgor Wiedler2010-09-162-6/+7
| |\ \ \
| | * | | [ticket/9609] Change header() calls setting HTTP status to send_status_line().Andreas Fischer2010-09-112-6/+7
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'ticket/bantu/9503' into develop-olympusIgor Wiedler2010-09-121-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.Andreas Fischer2010-07-231-1/+1
| | | |/ | | |/|
* | | | Merge branch 'ticket/bantu/7252' into developIgor Wiedler2010-09-122-24/+25
|\ \ \ \
| * | | | [ticket/7252] Align array keys and values to "=>".Andreas Fischer2010-09-121-16/+16
| * | | | [ticket/7252] Replace magic values with PHP constants.Chris Smith2010-09-101-8/+9
| * | | | [ticket/7252] Replace magic values with PHP constants.Chris Smith2010-09-101-16/+16
* | | | | Merge branch 'ticket/evil3/9394' into developAndreas Fischer2010-09-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/9394] Fix comment in functions_uploadIgor Wiedler2010-09-021-1/+1
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-092-1/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'ticket/evil3/8944' into develop-olympusChris Smith2010-09-051-1/+17
| |\ \ \ \
| | * | | | [ticket/8944] Patch db_tools to support index length for MySQL4Igor Wiedler2010-09-051-1/+17
| | |/ / /
| * | | | [ticket/9039] Make mssqlnative.php non-executableIgor Wiedler2010-09-031-0/+0
| |/ / /
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-09-021-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'ticket/bantu/9615' into develop-olympusChris Smith2010-08-301-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | [ticket/9615] magic_quotes_gpc: call stripslashes() before utf8_basename()Andreas Fischer2010-08-041-2/+3
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-08-2814-29/+49
|\ \ \ \ | |/ / /
| * | | Merge branch 'ticket/cs278/7369' into develop-olympusAndreas Fischer2010-08-281-2/+3
| |\ \ \
| | * | | [ticket/7369] CPF date should always render the users selection.Chris Smith2010-08-231-2/+3
| * | | | Merge branch 'ticket/nickvergessen/7296' into develop-olympusAndreas Fischer2010-08-282-5/+6
| |\ \ \ \
| | * | | | [ticket/7296] Exporting styles to tar creates corrupted archives.Joas Schilling2010-08-222-5/+6
| * | | | | Merge branch 'ticket/nickvergessen/9519' into develop-olympusAndreas Fischer2010-08-2811-21/+39
| |\ \ \ \ \
| | * | | | | [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-192-0/+18
| | * | | | | [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-3/+3
| | * | | | | [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-3/+3
| | * | | | | [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-109-15/+15