Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Update file header in non-php files | Joas Schilling | 2014-05-30 | 1 | -2/+7 |
| | | | | PHPBB3-12594 | ||||
* | Merge pull request #2505 from bantu/ticket/12582-ascraeus | Joas Schilling | 2014-05-28 | 1 | -0/+26 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12582] Strip away copyrighted ICC profile from images * bantu/ticket/12582-ascraeus: [ticket/12582] Use the correct script name. [ticket/12582] Fix coding style. [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images. | ||||
| * | Merge branch 'ticket/12582' into ticket/12582-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Fix coding style. | ||||
| | * | [ticket/12582] Fix coding style. | Andreas Fischer | 2014-05-27 | 1 | -1/+2 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| * | | Merge branch 'ticket/12582' into ticket/12582-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -1/+0 |
| |\ \ | | |/ | | | | | | | | | | * ticket/12582: [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. | ||||
| | * | [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. | Andreas Fischer | 2014-05-27 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| * | | Merge branch 'ticket/12582' into ticket/12582-ascraeus | Andreas Fischer | 2014-05-27 | 1 | -0/+26 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images. Conflicts: .travis.yml | ||||
| | * | [ticket/12582] Change strip_icc_profiles.sh to only take a single file. | Andreas Fischer | 2014-05-27 | 1 | -19/+12 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| | * | [ticket/12582] Overwrite inplace instead of creating _original files. | Andreas Fischer | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
| | * | [ticket/12582] Add script for strippping ICC profiles from images. | Andreas Fischer | 2014-05-27 | 1 | -0/+33 |
| | | | | | | | | | | | | PHPBB3-12582 | ||||
* | | | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-12594 | ||||
* | | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 20 | -59/+150 |
|/ / | | | | | | | PHPBB3-12594 | ||||
* | | [feature/sqlite3] Add support for SQLite 3 | Patrick Webster | 2014-05-02 | 2 | -0/+2 |
| | | | | | | | | | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728 | ||||
* | | [ticket/12273] Move $extension to constructor so the path is always set | Joas Schilling | 2014-04-28 | 1 | -6/+6 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Update exporter to allow specifying an extension | Joas Schilling | 2014-04-28 | 1 | -12/+18 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Fix missing classes in export_events_for_wiki.php | Joas Schilling | 2014-04-27 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Test source files and compare with events.md | Joas Schilling | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Fix export script | Joas Schilling | 2014-04-18 | 1 | -15/+44 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Move event exporter to namespace | Joas Schilling | 2014-04-18 | 2 | -610/+2 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Crawl the phpBB directory for events | Joas Schilling | 2014-04-18 | 2 | -77/+104 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Use class properties instead of parameters | Joas Schilling | 2014-04-18 | 1 | -109/+128 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Add more tests for the event exporter | Joas Schilling | 2014-04-18 | 1 | -24/+88 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Move grabbing the $vars array line to a method | Joas Schilling | 2014-04-18 | 1 | -15/+45 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Grab name of events with a function | Joas Schilling | 2014-04-18 | 1 | -35/+80 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Use the new class | Joas Schilling | 2014-04-18 | 1 | -275/+5 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12273] Add a basic set of tests for the exporter | Joas Schilling | 2014-04-18 | 1 | -0/+424 |
| | | | | | | | | PHPBB3-12273 | ||||
* | | [ticket/12348] Allow to run create_schema_files when phpBB is not installed | Joas Schilling | 2014-04-03 | 1 | -8/+19 |
| | | | | | | | | PHPBB3-12348 | ||||
* | | [ticket/11459] Move $supported_dbms to beginning of create schema file | Joas Schilling | 2014-03-29 | 1 | -1/+9 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Clean up a little more | Joas Schilling | 2014-03-29 | 1 | -4/+0 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Do not add table schema to database schema files | Joas Schilling | 2014-03-29 | 1 | -535/+4 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Create schema.json from migration files | Joas Schilling | 2014-03-29 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Do not take files of extensions into account | Joas Schilling | 2014-03-29 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Pass array with migration class names to schema generator | Joas Schilling | 2014-03-29 | 1 | -5/+4 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Remove spaces from the end of lines in MSSQL | Joas Schilling | 2014-03-29 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | [ticket/11459] Correctly handle index column length | Joas Schilling | 2014-03-29 | 1 | -4/+21 |
| | | | | | | | | | | | | Code is copied from db\tools::sql_create_index() PHPBB3-11459 | ||||
* | | [ticket/11459] Update schema files with new script | Joas Schilling | 2014-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | The order of some tables and columns was changed PHPBB3-11459 | ||||
* | | [ticket/11459] Use new migration/schema_generator to create schema files | Joas Schilling | 2014-03-29 | 1 | -3/+13 |
| | | | | | | | | PHPBB3-11459 | ||||
* | | Merge branch 'develop-olympus' into develop-ascraeus | Joas Schilling | 2014-03-29 | 1 | -4/+16 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9725] Code sniffer fixes [ticket/9725] Do not use deprecated views to remove default constraints [ticket/9725] Move primary key creation to the correct location [ticket/9725] Remove trailing spaces from MSSQL schema [ticket/9725] Create MSSQL primary keys if none exist [ticket/9725] Remove explicit filegroup designations [ticket/9725] Fetch Azure db stats from proper table [ticket/9725] Add dummy indexes for Azure [ticket/9725] Create an Azure SQL compatible Schema Conflicts: phpBB/install/schemas/mssql_schema.sql | ||||
| * | [ticket/9725] Remove trailing spaces from MSSQL schema | Patrick Webster | 2014-03-28 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Add dummy indexes for Azure | Henry Sudhof | 2014-03-01 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | | | SQL Azure requires a primary AKA clustered key on every table. This adds a dummy INT column to act as key, avoiding possible duplicate entries. so that these columns can support bigger (speak: huge) tables PHPBB3-9725 | ||||
| * | [ticket/9725] Create an Azure SQL compatible Schema | Henry Sudhof | 2014-03-01 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | Two problems were encountered when installing on AzureSQL: -Azure SQL does not support the ON clause of T-SQL -Azure SQL requries a clustered index AKA primary key on all tables The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns. PHPBB3-9725 | ||||
* | | [ticket/12262] Do not use inline assignments | Joas Schilling | 2014-03-15 | 1 | -4/+7 |
| | | | | | | | | PHPBB3-12262 | ||||
* | | [ticket/12262] Do not use getExtension() | Joas Schilling | 2014-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | The method is php 5.3.6+ only. PHPBB3-12262 | ||||
* | | [ticket/12262] Fix location list for acp events with "Locations:" | Joas Schilling | 2014-03-11 | 1 | -2/+13 |
| | | | | | | | | PHPBB3-12262 | ||||
* | | [ticket/12262] Also find vars array when it's defined in the trigger_event() | Joas Schilling | 2014-03-11 | 1 | -8/+19 |
| | | | | | | | | PHPBB3-12262 | ||||
* | | [ticket/12236] Move AOL Instant Messanger field to custom profile field | Joas Schilling | 2014-03-05 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-12236 | ||||
* | | [ticket/12237] Convert yahoo messanger to custom profile field | Joas Schilling | 2014-03-05 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-12237 | ||||
* | | [ticket/12235] Convert WLM to custom profile field | Joas Schilling | 2014-03-04 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-12235 | ||||
* | | [ticket/12187] Remove user_website functionality | Joas Schilling | 2014-03-03 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-12187 | ||||
* | | [ticket/12234] Replace ICQ with custom profile field | Joas Schilling | 2014-02-28 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-12234 |