aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-0912-70/+244
* Merge branch 'develop-olympus' into developAndreas Fischer2011-01-073-18/+46
|\
| * [ticket/9933] Move word censor regex into separate function in functions.phprxu2011-01-072-18/+43
| * [ticket/9933] Wrong handling consecutive multiple asterisks in word censorrxu2011-01-072-2/+5
* | [ticket/9746] Adding some more calls to phpbb_ip_normalise().Andreas Fischer2011-01-031-1/+1
* | [ticket/9746] Update documentation of phpbb_inet_pton().Andreas Fischer2011-01-031-1/+2
* | [ticket/9746] Ease up phpbb_ip_normalise() function.Andreas Fischer2011-01-031-20/+1
* | [ticket/9746] Added PHP implementation of inet_pton and inet_ntop.Marek A. RuszczyƄski2011-01-031-2/+118
* | [ticket/9746] Adding wrapper functions for inet_ntop() and inet_pton().Andreas Fischer2011-01-031-1/+32
* | [ticket/9746] Adding calls to phpbb_ip_normalise() from session management.Andreas Fischer2011-01-031-0/+18
* | [ticket/9746] Adding new function phpbb_ip_normalise().Andreas Fischer2011-01-031-0/+53
* | [feature/update-session-api] Add update_session methodIgor Wiedler2010-12-291-9/+20
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-285-11/+21
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-289-135/+31
* | [ticket/9574] Drop fallback implementationsIgor Wiedler2010-12-281-101/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-211-1/+1
|\ \ | |/
| * [ticket/9937] Make sure feed icon only shows for FORUM_POSTIgor Wiedler2010-12-211-1/+1
| * Merge branch 'ticket/rmcgirr83/9937' into develop-olympusIgor Wiedler2010-12-211-1/+1
| |\
| | * [ticket/9937] The feed icon displays on External links...which we don't wantRMcGirr832010-12-211-1/+1
* | | Merge branch 'feature/igorw/request-class' into developAndreas Fischer2010-12-166-23/+30
|\ \ \
| * | | [feature/request-class] Convert some remaining cookiesIgor Wiedler2010-10-174-12/+15
| * | | [feature/request-class] Remove direct access to _REQUEST in acp_searchIgor Wiedler2010-10-171-9/+1
| * | | [feature/request-class] Special case of direct access to _REQUESTIgor Wiedler2010-10-141-2/+14
* | | | Merge branch 'develop-olympus' into developNils Adermann2010-12-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'ticket/igorw/9924' into develop-olympusNils Adermann2010-12-131-1/+1
| |\ \ \
| | * | | [ticket/9924] Pass template instance into $template->display hookIgor Wiedler2010-11-231-1/+1
* | | | | Merge branch 'develop-olympus' into developNils Adermann2010-12-134-2/+90
|\ \ \ \ \ | |/ / / /
| * | | | [feature/acm-wincache] Adding caching module for WinCache's User Cache.ChrisTX2010-12-131-0/+84
| * | | | Merge branch 'ticket/nickvergessen/9930' into develop-olympusAndreas Fischer2010-12-031-2/+2
| |\ \ \ \
| | * | | | [ticket/9930] Redirect failes with open_basedir enabled.Joas Schilling2010-11-251-2/+2
| | |/ / /
| * | | | Merge branch 'ticket/igorw/9910' into develop-olympusAndreas Fischer2010-12-031-0/+3
| |\ \ \ \
| | * | | | [ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMsIgor Wiedler2010-11-211-0/+3
| | |/ / /
| * | | | [ticket/9932] Add the Bing bot when convertingRichard Foote2010-11-291-0/+1
| |/ / /
* | | | Merge branch 'ticket/igorw/9556' into developNils Adermann2010-12-13204-381/+31
|\ \ \ \
| * | | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-11204-382/+31
* | | | | Merge branch 'develop-olympus' into developNils Adermann2010-11-202-1/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'prep-release-3.0.8' into develop-olympusNils Adermann2010-11-202-1/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelogNils Adermann2010-11-191-1/+1
| | * | | [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.Ruslan Uzdenov2010-11-181-0/+9
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-181-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | [develop-olympus] Remove accidentally added trailing newlines.Nils Adermann2010-11-111-1/+1
| * | | [develop-olympus] Incrementing the version number to 3.0.9-dev.Nils Adermann2010-11-111-2/+2
| |/ /
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-081-1/+1
|\ \ \ | |/ /
| * | [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-081-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-071-1/+1
|\ \ \ | |/ /
| * | [ticket/9696] Surpress is_dir() notice when using SQLite with open_basedir.Paul Sohier2010-11-071-1/+1
* | | Merge branch 'develop-olympus' into developNils Adermann2010-11-071-0/+5
|\ \ \ | |/ /
| * | Merge branch 'ticket/bantu/9075' into develop-olympusNils Adermann2010-11-071-0/+5
| |\ \
| | * | [ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.Andreas Fischer2010-10-301-0/+5
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-062-1/+11
|\ \ \ \ | |/ / /