aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11236] Do not require group selection in prune usersNathaniel Guse2013-04-251-1/+1
* [ticket/11236] Correct HTMLNathaniel Guse2013-04-251-1/+1
* Merge pull request #1369 from EXreaction/ticket/11335Nils Adermann2013-04-2511-22/+22
|\
| * [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-1/+1
| * [ticket/11335] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| * [ticket/11335] (avatars) Make php_ext 'php' not '.php'Nathan Guse2013-04-243-5/+5
| * [ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
| * [ticket/11335] (hook finder) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| * [ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'Nathan Guse2013-04-243-7/+7
| * [ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| * [ticket/11335] (class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-4/+4
* | Merge pull request #1367 from EXreaction/ticket/11454Nils Adermann2013-04-2512-21/+38
|\ \ | |/ |/|
| * [ticket/11454] Check if the fields are setNathaniel Guse2013-04-241-4/+4
| * [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-249-19/+12
| * [ticket/11454] Add messenger function set_addressesNathaniel Guse2013-04-242-1/+19
| * [ticket/11454] Correct jabber global available checkNathaniel Guse2013-04-241-1/+7
* | Merge remote-tracking branch 'github-asperous/ticket/9975' into developNils Adermann2013-04-242-4/+4
|\ \
| * | [ticket/9975] Moved a few E_USER_ERROR errors to /languageasperous2013-04-233-5/+5
| |/
* | Merge branch 'develop-olympus' into developNils Adermann2013-04-241-1/+1
|\ \
| * | [ticket/9975] Translate missing style error messageGaƫtan Muller2013-04-211-1/+1
* | | Merge pull request #1326 from dhruvgoel92/ticket/11485Nils Adermann2013-04-241-0/+28
|\ \ \
| * | | [ticket/11485] add revert_schema for the updated columnsDhruv2013-04-091-0/+14
| * | | [ticket/11485] add columns to styles table during updating schema beforeDhruv2013-04-091-0/+14
* | | | Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-243-3/+21
|\ \ \ \
| * | | | [ticket/10844] Make sure ext_path has no trailing slashJoas Schilling2013-04-121-0/+5
| * | | | [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_providerJoas Schilling2013-04-123-3/+16
* | | | | Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-244-20/+79
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/11362] Use container when available instead of creating a new instanceJoas Schilling2013-04-221-1/+1
| * | | | [ticket/11362] Add compatibility function phpbb_clean_path() againJoas Schilling2013-04-181-0/+32
| * | | | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-2/+4
| * | | | [ticket/11362] Use new filesystem class in finderJoas Schilling2013-04-171-2/+5
| * | | | [ticket/11362] Move phpbb_clean_path into a simple filesystem serviceJoas Schilling2013-04-172-30/+52
| * | | | [ticket/11362] Correctly sanitise the directory pathJoas Schilling2013-03-121-1/+1
* | | | | [ticket/10966] Introduce MSSQL base class for native and ODBCJoas Schilling2013-04-193-86/+67
* | | | | [ticket/10966] Introduce MySQL base classJoas Schilling2013-04-173-246/+148
* | | | | [ticket/11488] Use correct base class in email notification methodMarc Alexander2013-04-152-2/+2
| |/ / / |/| | |
* | | | Merge branch 'develop-olympus' into developNils Adermann2013-04-121-41/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'ticket/11358' into develop-olympusNils Adermann2013-04-121-41/+42
| |\ \ \
| | * | | [ticket/11358] Removed all trailing white spaces.erangamapa2013-04-121-4/+4
| | * | | [ticket/11358] Fixed the code according to coding guidlines.erangamapa2013-04-121-42/+43
* | | | | [ticket/11116] Made ACP "extension not available" error message E_USER_WARNINGrechosen2013-04-111-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #1199 from imkingdavid/ticket/11334Nils Adermann2013-04-031-8/+30
|\ \ \ \
| * | | | [ticket/11334] Allow parameters to be specified in the routeJoas Schilling2013-03-151-1/+8
| * | | | [ticket/11334] Use mocks instead of making parameters optionalJoas Schilling2013-03-151-1/+1
| * | | | [ticket/11334] Expand functionality of helper->url()Joas Schilling2013-03-151-3/+21
| * | | | [ticket/11334] Remove extraneous periodDavid King2013-03-151-1/+1
| * | | | [ticket/11334] Make url helper method publicDavid King2013-03-151-1/+1
| * | | | [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-1/+1
| * | | | [ticket/11334] Properly generate controller URL until paths issue gets fixedDavid King2013-03-151-8/+5
* | | | | Merge pull request #1323 from t-backoff/ticket/11477Nils Adermann2013-03-313-1/+25
|\ \ \ \ \