Andreas Fischer
f31da015fc
Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympus
...
* nickvergessen/ticket/9066:
[ticket/9066] Move regex into get_preg_expression function and add tests
[ticket/9066] Disallow some database prefix to prevent same errors and problems
2011-11-14 15:46:50 +01:00
Joas Schilling
3302305cd4
[ticket/9066] Move regex into get_preg_expression function and add tests
...
PHPBB3-9066
2011-11-14 15:10:25 +01:00
Joas Schilling
6370ef2705
[ticket/9066] Disallow some database prefix to prevent same errors and problems
...
With this patch database prefixes must not be empty and only contain
alphanumeric characters, numbers and underscores.
PHPBB3-9066
2011-11-13 15:40:18 +01:00
Igor Wiedler
6d913d3646
Merge remote-tracking branch 'cs278/ticket/9307' into develop-olympus
...
* cs278/ticket/9307:
[ticket/9307] Add config variable to installation schema.
[ticket/9307] Remove hardcoded chunk size of mass emails.
2011-10-29 13:01:03 +02:00
Igor Wiedler
c3f3435228
[ticket/10189] Get rid of $id$ from schema files
...
PHPBB3-10189
2011-10-14 04:29:28 +02:00
Igor Wiedler
8cf22f5529
[ticket/10189] Add "automatically generated" comment into schema-files
...
PHPBB3-10189
2011-10-14 03:41:02 +02:00
Chris Smith
81f9385477
[ticket/9307] Add config variable to installation schema.
...
PHPBB3-9307
2011-09-25 22:13:43 +01:00
Chris Smith
138d1050fc
[ticket/9307] Remove hardcoded chunk size of mass emails.
...
The new config option is 'email_max_chunk_size' I have not added
an interface option to change this.
PHPBB3-9307
2011-09-24 22:05:40 +01:00
Andreas Fischer
e4707a8be7
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[prep-release-3.0.9] Bumping version number for 3.0.9 final.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-07-10 23:08:56 +02:00
Andreas Fischer
e6572b766f
[prep-release-3.0.9] Bumping version number for 3.0.9 final.
2011-07-10 22:36:17 +02:00
Oleg Pudeyev
00f7db66f2
[ticket/10003] Fixed comment referring to db_tools duplication.
...
PHPBB3-10003
2011-07-09 01:56:43 -04:00
Oleg Pudeyev
fd728c2815
[ticket/10003] Require db_tools.php in database_update.php.
...
Use require_updated to use the new version of db_tools if one
is present.
PHPBB3-10003
2011-07-09 01:53:07 -04:00
Oleg Pudeyev
5b5c227423
[ticket/10003] Use phpbb_db_tools in database_update.php.
...
Now that the copy of db tools has been deleted, change which
class name is used.
PHPBB3-10003
2011-07-09 01:53:07 -04:00
Oleg Pudeyev
919ba8eb3f
[ticket/10003] Delete the copy of db_tools in database_update.php.
...
PHPBB3-10003
2011-07-09 01:53:01 -04:00
Andreas Fischer
f2110183e0
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release.
[prep-release-3.0.9] Decreasing version for an RC4 release.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-07-07 20:29:14 +02:00
Andreas Fischer
787245a113
[prep-release-3.0.9] Decreasing version for an RC4 release.
2011-07-07 20:19:11 +02:00
Nils Adermann
cf4e6d8a3e
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
2011-07-06 21:51:33 -04:00
Yuriy Rusko
a275d17625
[ticket/9859] Changing all phpBB footers to match the new credit line
...
PHPBB3-9859
2011-07-06 21:46:33 -04:00
Andreas Fischer
5eeb870442
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10247] Remove attempt_id as primary key from database_update.php
2011-07-06 23:19:02 +02:00
Joas Schilling
0c93e92eef
[ticket/10247] Remove attempt_id as primary key from database_update.php
...
PHPBB3-10247
2011-07-05 23:19:39 +02:00
Andreas Fischer
fa253b8b58
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[prep-release-3.0.9] Update Changelog for 3.0.9 release.
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
[ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater.
[ticket/10247] Add a db_tools test for the removal of a primary key column.
[ticket/10247] Add empty data section to database update for RC4
[ticket/10247] Remove unecessary attempt_id primary key column
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-07-05 01:03:37 +02:00
Andreas Fischer
d8ac2cc5f0
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
2011-07-05 00:40:45 +02:00
Nils Adermann
cb7604dcd8
[ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater.
...
To make sure that this column (which was too small and unecessary) does not
remain on 3.0.9-RCX installations and boards that were updated to a 3.0.9 RC,
the 3.0.10-RC1 release must correctly drop the column after db_tools has been
corrected and fully reviewed. The current version is not capable of dropping
primary keys correctly on all supported DBMSs.
PHPBB3-10247
2011-07-04 02:31:00 -04:00
Nils Adermann
984fd07319
[ticket/10247] Add empty data section to database update for RC4
...
PHPBB3-10247
2011-07-03 02:29:51 -04:00
Nils Adermann
cf4b639be5
[ticket/10247] Remove unecessary attempt_id primary key column
...
The database update drops any key of the same name (potential primary key) and
afterwards the column. This does not work on some of the supported DBMS and
needs further changes.
PHPBB3-10247
2011-07-03 02:15:40 -04:00
Andreas Fischer
ffa6f3448f
[prep-release-3.0.9] Bump database version to RC3 too.
2011-06-26 21:50:02 +02:00
Andreas Fischer
fe0932fdf0
[prep-release-3.0.9] Bumping version number for 3.0.9-RC3.
2011-06-26 20:47:33 +02:00
Andreas Fischer
e0ecd3e118
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10223] Make definition of phpbb_require_updated conditional
2011-06-20 00:28:35 +02:00
Nils Adermann
ad5ed9d0ee
[ticket/10223] Make definition of phpbb_require_updated conditional
...
The automatic updater defines it too and includes database_update.php
for updating which causes an error otherwise.
PHPBB3-10223
2011-06-20 00:00:30 +02:00
Andreas Fischer
1320bb7bf8
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10223] Replace spaces with tabs
2011-06-19 23:12:21 +02:00
Nils Adermann
67fde80fbb
[ticket/10223] Replace spaces with tabs
...
PHPBB3-10223
2011-06-19 23:02:59 +02:00
Andreas Fischer
4e85731a5f
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10223] The search fid parameter is an array of forums not just an id
[ticket/10223] Check optional before file_exists and correct require path
[ticket/10223] requiring the new startup.php file conditionally.
2011-06-19 17:57:29 +02:00
Nils Adermann
d3f1b60292
[ticket/10223] Check optional before file_exists and correct require path
...
PHPBB3-10223
2011-06-18 23:48:37 +02:00
Nils Adermann
1b0821a11b
[ticket/10223] requiring the new startup.php file conditionally.
...
Added a function for this which we can potentially apply to more of the files in the
installer and database updater.
PHPBB3-10223
2011-06-18 01:02:58 +02:00
Andreas Fischer
48e5e56146
[prep-release-3.0.9] Bumping version number for 3.0.9-RC2.
2011-06-15 19:41:14 +02:00
Andreas Fischer
79f757d4b7
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10218] Prevent startime from being overwritten by deregister_globals()
[ticket/10218] Moving global deregistration, etc. to startup.php
Conflicts:
phpBB/install/database_update.php
2011-06-15 18:51:04 +02:00
Yuriy Rusko
f8eb154714
[ticket/10218] Moving global deregistration, etc. to startup.php
...
Because startup.php deletes all variables, the constants in
database_update are used to preserve settings at the top.
PHPBB3-10218
2011-06-14 06:11:35 -04:00
Andreas Fischer
bf61602a28
[develop-olympus] Incrementing the version to 3.0.10-dev in develop-olympus.
2011-06-13 22:23:28 +02:00
Nils Adermann
c090e1c9e9
[ticket/10214] Correct Oracle create table query syntax in db_tools
...
Removes the semicolon at end of oracle CREATE TABLE queries and adds a
semicolon to the end of a SELECT query inside of the trigger for a new
table's auto increment column before the end keyword
PHPBB3-10214
2011-06-13 06:14:59 +02:00
Nils Adermann
47edadfc9e
[ticket/10213] Update install schema with shorter index names.
...
PHPBB3-10213
2011-06-13 01:52:18 +02:00
Andreas Fischer
25bd58d2f9
Merge remote-tracking branch 'naderman/ticket/9892' into develop-olympus
...
* naderman/ticket/9892:
[ticket/9892] _sql in the updater needs to return the transaction results
2011-06-13 00:09:37 +02:00
Nils Adermann
c9e22ac509
[ticket/9892] _sql in the updater needs to return the transaction results
...
PHPBB3-9892
2011-06-12 23:45:23 +02:00
Andreas Fischer
d724c3afac
Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympus
...
* naderman/ticket/9992:
[ticket/9992] The table name constant needs to be defined in the updater
2011-06-12 23:19:37 +02:00
Nils Adermann
b65cf4c8d6
[ticket/9992] The table name constant needs to be defined in the updater
...
When the database update is run before updating the files the constant
is not yet defined.
PHPBB3-9992
2011-06-12 23:09:52 +02:00
Andreas Fischer
7232ca4102
[develop-olympus] Bumping version number for 3.0.9-RC1.
2011-06-12 19:45:01 +02:00
Andreas Fischer
b774520621
[develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.
2011-06-12 19:45:01 +02:00
Nils Adermann
2569d7460a
[ticket/9892] Transaction support for database update sql execution function
...
Updates would fail before because 'begin' as generated by
db_tools::sql_create_table would be executed literally.
PHPBB3-9892
2011-06-12 11:40:57 +02:00
Nils Adermann
cd3d23810f
[ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config
...
PHPBB3-9892
2011-06-12 11:10:18 +02:00
Nils Adermann
6cab45b28e
[ticket/9892] Shorten login_attempt key names to avoid firebird length problems
...
PHPBB3-9892
2011-06-12 11:02:30 +02:00
Nils Adermann
32f37bf938
[ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state
...
PHPBB3-9892
2011-06-12 11:02:21 +02:00