aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-154-12/+54
* Merge pull request #3599 from marc1706/ticket/13825Nicofuma2015-05-081-1/+1
|\
| * [ticket/13825] Correctly call phpbb_filesystem in create_thumbnailMarc Alexander2015-05-081-1/+1
* | Merge branch '3.1.x'Marc Alexander2015-05-082-0/+16
|\ \
| * \ Merge pull request #3530 from VSEphpbb/ticket/13753Marc Alexander2015-05-082-0/+16
| |\ \
| | * | [ticket/13753] Fix event documentationMatt Friedman2015-04-091-4/+4
| | * | [ticket/13753] Add template events to forum category row headersMatt Friedman2015-04-092-0/+16
* | | | Merge branch '3.1.x'Marc Alexander2015-05-081-4/+20
|\ \ \ \ | |/ / /
| * | | Merge pull request #3529 from rxu/ticket/13752Marc Alexander2015-05-081-4/+20
| |\ \ \
| | * | | [ticket/13752] Add viewonline.php core event to allow modifying forum data SQLrxu2015-04-091-4/+20
* | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-7/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3526 from rxu/ticket/13750Marc Alexander2015-05-081-7/+33
| |\ \ \ \
| | * | | | [ticket/13750] Add core event to allow modifying navlinks textrxu2015-05-071-7/+33
* | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-4/+21
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
| |\ \ \ \
| | * | | | [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | | [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3
| | * | | | [ticket/13664] Add event to allow changing number of unapproved posts listedbrunoais2015-03-011-0/+12
| | * | | | [ticket/13664] From string query in mcp_front unapproved posts to built querybrunoais2015-03-011-4/+9
* | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3598 from VSEphpbb/ticket/13822Marc Alexander2015-05-081-1/+2
| |\ \ \ \ \
| | * | | | | [ticket/13822] Correctly display softdelete and post detail permsMatt Friedman2015-05-071-1/+2
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-0/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3455 from brunoais/ticket/13660Marc Alexander2015-05-081-0/+12
| |\ \ \ \ \ \
| | * | | | | | [ticket/13660] BUMP version to 3.1.5-RC1brunoais2015-05-061-1/+1
| | * | | | | | [ticket/13660] Fix @since version.brunoais2015-03-101-1/+1
| | * | | | | | [ticket/13660] Allow changing the query for total reports in mcp_frontbrunoais2015-02-281-0/+12
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-061-5/+72
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3521 from rxu/ticket/13745Marc Alexander2015-05-061-5/+72
| |\ \ \ \ \ \
| | * | | | | | [ticket/13745] Add viewtopic.php core events to allow manipulating poll datarxu2015-04-151-5/+72
* | | | | | | | Merge branch '3.1.x'Nicofuma2015-05-064-21/+203
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3583 from nickvergessen/ticket/13807Nicofuma2015-05-064-21/+203
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/13807] Add version to the usage outputJoas Schilling2015-05-051-1/+1
| | * | | | | | | [ticket/13807] Only output the header for diffJoas Schilling2015-05-021-6/+7
| | * | | | | | | [ticket/13807] Fix minor coding flawsJoas Schilling2015-05-021-2/+3
| | * | | | | | | [ticket/13807] Fix "changed version" to match our version numberingJoas Schilling2015-05-021-1/+1
| | * | | | | | | [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-023-14/+68
| | * | | | | | | [ticket/13807] Allow filtering template eventsJoas Schilling2015-05-021-1/+27
| | * | | | | | | [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-022-6/+106
* | | | | | | | | Merge branch '3.1.x'Andreas Fischer2015-05-062-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-052-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-057-9/+33
* | | | | | | | [ticket/13638] Handle assets outside of phpbb_root_pathNicofuma2015-05-041-3/+15
* | | | | | | | [ticket/13638] Prepend the assets path phpbb rootNicofuma2015-05-041-2/+2
* | | | | | | | Merge pull request #3590 from rxu/ticket/13814Tristan Darricau2015-05-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13814] Prevent phpbb_is_writable() method from truncating filesrxu2015-05-041-1/+1
* | | | | | | | | Merge pull request #3589 from marc1706/ticket/13782Tristan Darricau2015-05-045-11/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/13782] Rename null log to dummy for PHP7 compatibilityMarc Alexander2015-05-041-2/+2
| * | | | | | | | | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-044-9/+9
* | | | | | | | | | Merge branch '3.1.x'Tristan Darricau2015-05-041-0/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | / / / / / / / | | |/ / / / / / / | |/| | | | | | |