Andreas Fischer
19a47dfbbc
[develop-olympus] Add changelog for 3.0.11 release.
2012-05-31 22:07:02 +02:00
Andreas Fischer
2011085c29
[develop-olympus] Bump version numbers for 3.0.11-RC1 release.
2012-05-31 22:07:02 +02:00
Andreas Fischer
d8ddda5121
[develop-olympus] Bumping version numbers to final for 3.0.11 releases.
2012-05-31 20:19:28 +02:00
Nils Adermann
791c4136f7
Merge remote-tracking branch 'github-bantu/ticket/10788' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10788:
[ticket/10788] Add Arty to the list of phpBB developers in docs/AUTHORS.
2012-05-31 20:06:29 +02:00
Andreas Fischer
d22e7ce9df
[ticket/10788] Add Arty to the list of phpBB developers in docs/AUTHORS.
...
PHPBB3-10788
2012-05-31 19:57:13 +02:00
Nils Adermann
f616c4e7a0
Merge remote-tracking branch 'github-bantu/ticket/10790' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10790:
[ticket/10790] Remove a (kind of) dead code section from submit_pm().
2012-05-31 15:50:19 +02:00
Nils Adermann
7eaedcc8de
Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10550:
[ticket/10550] Sort not installed styles list in the styles section of the ACP.
2012-05-31 15:43:09 +02:00
Nils Adermann
b10757ef14
Merge remote-tracking branch 'github-bantu/ticket/10611' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10611:
[ticket/10611] Filter out not existing database tables when making a backup.
[ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().
[ticket/10611] Generate db_tools instance in acp_database module.
2012-05-31 15:34:48 +02:00
Nils Adermann
f6f300d3f9
Merge remote-tracking branch 'github-bantu/ticket/10162' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10162:
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
2012-05-31 15:29:33 +02:00
Nils Adermann
b789758f1b
Merge remote-tracking branch 'github-bantu/ticket/10751' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10751:
[ticket/10751] Use sql_lower_text() in view_log(). log_data is a text column.
[ticket/10751] Add sql_lower_text() to database abstraction layer.
2012-05-31 15:27:32 +02:00
Andreas Fischer
9ab5ad2986
[ticket/10751] Use sql_lower_text() in view_log(). log_data is a text column.
...
PHPBB3-10751
2012-05-31 12:15:46 +02:00
Andreas Fischer
643a86504a
[ticket/10751] Add sql_lower_text() to database abstraction layer.
...
On MSSQL, LOWER() can only be called on bounded strings (i.e. varchar or char).
So, in order to use it on a text column, we have to convert it to an
appropriate type. We do so using the SUBSTRING function.
PHPBB3-10751
2012-05-31 12:15:46 +02:00
Andreas Fischer
0261a9acff
Merge remote-tracking branch 'naderman/ticket/10908' into develop-olympus
...
* naderman/ticket/10908:
[ticket/10908] Document that 0 filesize configuration means limited by PHP
[ticket/10908] Download files only up to max_upload_filesize if limit is 0
2012-05-31 11:54:58 +02:00
Andreas Fischer
037b95eccc
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
...
Increase maximum length of email address top level domains from 6 to 63.
PHPBB3-10162
2012-05-30 21:11:17 +02:00
Andreas Fischer
de4dff8bb0
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
...
PHPBB3-10162
2012-05-30 21:11:17 +02:00
Andreas Fischer
9240ddbfa7
[ticket/10611] Filter out not existing database tables when making a backup.
...
Using $this->db_tools->sql_list_tables() as the first argument gives us table
names as array keys as a by-product which might be useful at some point.
PHPBB3-10611
2012-05-30 13:45:00 +02:00
Andreas Fischer
515c27270f
[ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().
...
get_tables() was deprecated by phpbb_db_tools::sql_list_tables()
This prevents unnecessarily loading functions_install.php
PHPBB3-10611
2012-05-30 13:41:36 +02:00
Andreas Fischer
6036b948ff
[ticket/10611] Generate db_tools instance in acp_database module.
...
PHPBB3-10611
2012-05-30 13:38:41 +02:00
David King
275dabbc4f
Merge branch 'naderman/ticket/10913' into develop-olympus
2012-05-29 20:24:31 -04:00
Nils Adermann
9ead56acb3
Merge remote-tracking branch 'github-dhruv/ticket/10308' into develop-olympus
...
By Dhruv Goel
via Dhruv Goel
* github-dhruv/ticket/10308:
[ticket/10308] fixes indentation
[ticket/10308] fixes language variable name
[ticket/10308] makes variable boolean
[ticket/10308] fixes sql query, limit it to 1
[ticket/10308] fixes user deletion if no posts
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
[ticket/10308] fix language and user's total posts
[ticket/10308] fixes language entity.
[ticket/10308] Displays message to user if there are no posts.
[ticket/10308] disable retain/ delete posts option when deleting a user
2012-05-29 16:42:37 +02:00
Nils Adermann
c494abc8c7
[ticket/10908] Document that 0 filesize configuration means limited by PHP
...
PHPBB3-10908
2012-05-29 15:49:52 +02:00
Andreas Fischer
701bf571df
[ticket/10550] Sort not installed styles list in the styles section of the ACP.
...
PHPBB3-10550
2012-05-29 15:29:31 +02:00
Nils Adermann
42dd60edad
[ticket/10913] Redirect to index if session id is required but was not sent
...
PHPBB3-10913
2012-05-29 14:54:04 +02:00
Nils Adermann
13f30e8d9d
[ticket/10908] Download files only up to max_upload_filesize if limit is 0
...
PHPBB3-10908
2012-05-29 14:27:25 +02:00
Andreas Fischer
efa96e1817
Merge branch 'ticket/10909' into develop-olympus
...
* ticket/10909:
[ticket/10909] Also test develop-olympus with low PHP 5.3 version on travis.
2012-05-27 15:42:01 +02:00
Andreas Fischer
8cb9004ab3
[ticket/10909] Also test develop-olympus with low PHP 5.3 version on travis.
...
Also test develop-olympus with low PHP 5.3 version (i.e. PHP 5.3.3) on travis.
PHPBB3-10909
2012-05-27 12:30:12 +02:00
Nils Adermann
440e699bc5
Merge remote-tracking branch 'github-bantu/ticket/10907' into develop-olympus
...
By Andreas Fischer
via Andreas Fischer
* github-bantu/ticket/10907:
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
2012-05-22 19:41:45 +02:00
Andreas Fischer
bad91d8e74
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
...
PHPBB3-10907
2012-05-22 18:46:29 +02:00
Nils Adermann
5d5049710c
Merge remote-tracking branch 'github-imkingdavid/task/functional' into develop-olympus
...
By David King
via David King
* github-imkingdavid/task/functional:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
2012-05-22 18:10:21 +02:00
David King
09d15db1fa
[task/functional] Use proper format for @var doc blocks.
...
PHPBB3-10758
2012-05-22 12:06:27 -03:00
David King
819accedc8
[task/functional] Fix $lang_path variable
...
PHPBB3-10758
2012-05-22 10:52:49 -04:00
David King
b96c050695
[task/functional] Change property visibility, remove globals, reword comment
...
PHPBB3-10758
2012-05-22 10:46:36 -04:00
Oleg Pudeyev
8bfe1b2f54
Merge PR #810 branch 'bantu/ticket/10890' into develop-olympus
...
* bantu/ticket/10890:
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
2012-05-21 23:02:39 -04:00
Oleg Pudeyev
a97ebe78bf
Merge PR #813 branch 'bantu/ticket/10401' into develop-olympus
...
* bantu/ticket/10401:
[ticket/10401] Return correct type when ldap_bind() fails in ldap_login().
2012-05-21 22:35:50 -04:00
Oleg Pudeyev
3503d7f47b
Merge PR #812 branch 'bantu/ticket/10565' into develop-olympus
...
* bantu/ticket/10565:
[ticket/10565] Add line breaks to query in order to follow coding guidelines.
[ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clause
2012-05-21 22:28:33 -04:00
Oleg Pudeyev
d0b9864563
Merge PR #808 branch 'bantu/ticket/10898' into develop-olympus
...
* bantu/ticket/10898:
[ticket/10898] Do not write ?> into config.php to avoid whitespace output.
2012-05-21 22:15:17 -04:00
Oleg Pudeyev
1c7b568771
Merge PR #743 branch 'bantu/ticket/10094' into develop-olympus
...
* bantu/ticket/10094:
[ticket/10094] Purge acm_file cache before phpBB installation.
2012-05-21 22:13:32 -04:00
Andreas Fischer
ea1e2ed362
[ticket/10401] Return correct type when ldap_bind() fails in ldap_login().
...
ldap_login() is supposed to return an array.
PHPBB3-10401
2012-05-22 03:32:54 +02:00
Andreas Fischer
896b43aa5b
[ticket/10565] Add line breaks to query in order to follow coding guidelines.
...
PHPBB3-10565
2012-05-22 03:11:53 +02:00
Andreas Fischer
efbf14f029
[ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clause
...
PHPBB3-10565
2012-05-22 03:08:39 +02:00
Andreas Fischer
ee875c0a43
[ticket/10790] Remove a (kind of) dead code section from submit_pm().
...
The type of $user->data['user_id'] is (almost) guranteed to be integer
since session::session_create() casts it to integer.
The type of $row['user_id'] is only an integer if the DB driver adjusts the
PHP type according to the DB type. This is only done by some of our
not-so-popular DB drivers and is not the case for MySQL.
As such this comparison is (almost) never true and a PM is also sent to the
author itself when it is sent to a group the author is also a member of.
Since this behaviour seems to have been accepted by the communty, the dead
code is removed and current behaviour is kept.
Also, checking this in the loop seems to be a rather bad idea.
Introduced by 78b1c4caaa .
PHPBB3-10790
2012-05-22 02:24:31 +02:00
Andreas Fischer
7ec6254078
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
...
Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on
MSSQL and Oracle by specifying an existing table in the query.
PHPBB3-10890
2012-05-22 01:25:19 +02:00
Andreas Fischer
70be7e109f
[ticket/10898] Do not write ?> into config.php to avoid whitespace output.
...
PHPBB3-10898
2012-05-18 11:15:53 +02:00
Andreas Fischer
86fa185a1b
Merge branch 'ticket/10605' into develop-olympus
...
* ticket/10605:
[ticket/10605] Use database updater function _sql() instead of $db->sql_query()
[ticket/10605] Put end of array on its own line because start of array is too.
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
[ticket/10605] Fix left join usage.
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
[ticket/10605] Fix syntax error in database updater.
[ticket/10605] Reset user´s pm count to 0 when deleting his PMs
[ticket/10605] Split query to be able to use indexes
[ticket/10605] Rename $delete_rows to $delete_ids.
[ticket/10605] Break long comment into multiple lines 80 chars short.
[ticket/10605] Remove unnecessary $delete_ids array.
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
[ticket/10605] Remove unused variable declarations.
[ticket/10605] Turn $undelivered_user into a real array of counters.
[ticket/10605] Use unset() instead of checking user_id over and over again.
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
[ticket/10605] Delete orphan private messages on update
[ticket/10605] Check for orphan privmsgs when deleting a user
Conflicts:
phpBB/install/database_update.php
2012-05-14 00:38:54 +02:00
Andreas Fischer
95e1d4e9db
[ticket/10605] Use database updater function _sql() instead of $db->sql_query()
...
PHPBB3-10605
2012-05-14 00:36:18 +02:00
Andreas Fischer
f71a9d369c
[ticket/10605] Put end of array on its own line because start of array is too.
...
PHPBB3-10605
2012-05-14 00:34:42 +02:00
Andreas Fischer
92d17cbff3
Merge remote-tracking branch 'p/ticket/10891' into develop-olympus
...
* p/ticket/10891:
[ticket/10891] Allow specifying test_config.php path via environment.
Conflicts:
tests/RUNNING_TESTS.txt
2012-05-13 20:08:49 +02:00
Andreas Fischer
f81e8e9901
Merge remote-tracking branch 'p/ticket/10892' into develop-olympus
...
* p/ticket/10892:
[ticket/10892] Update wiki link to mediawiki.
[ticket/10892] Add empty lines for consistency.
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
2012-05-13 20:03:15 +02:00
Oleg Pudeyev
725db1ba29
[ticket/10891] Allow specifying test_config.php path via environment.
...
PHPBB3-10891
2012-05-11 22:26:54 -04:00
Oleg Pudeyev
2592fbf8e9
[ticket/10892] Update wiki link to mediawiki.
...
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
44b509b2b2
[ticket/10892] Add empty lines for consistency.
...
Some headings had empty lines after them, some did not.
Add missing empty lines.
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
07fb16edb5
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
...
PHPBB3-10892
2012-05-11 22:15:18 -04:00
Patrick Webster
3a60414592
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
...
PHPBB3-10892
2012-05-11 22:15:10 -04:00
Andreas Fischer
8861e26034
Merge remote-tracking branch 'naderman/ticket/10492' into develop-olympus
...
* naderman/ticket/10492:
[ticket/10492] Skip functional tests on PHP 5.2 on travis
2012-05-11 15:47:37 +02:00
Nils Adermann
1960629240
[ticket/10492] Skip functional tests on PHP 5.2 on travis
...
PHPBB3-10492
2012-05-11 15:35:57 +02:00
Nils Adermann
b0e273b95f
Merge remote-tracking branch 'github-bantu/ticket/10889' into develop-olympus
...
* github-bantu/ticket/10889:
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
2012-05-11 15:01:52 +02:00
Andreas Fischer
e5afe39987
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
...
PHPBB3-10889
2012-05-11 11:22:49 +02:00
Andreas Fischer
e6791e376d
Merge remote-tracking branch 'p/ticket/10887' into develop-olympus
...
* p/ticket/10887:
[ticket/10887] Add spaces.
[ticket/10887] Split auto increment test from db tools test.
2012-05-11 11:09:28 +02:00
Oleg Pudeyev
b5b65c214d
[ticket/10887] Add spaces.
...
PHPBB3-10887
2012-05-11 05:06:46 -04:00
Oleg Pudeyev
1fcb269616
Merge PR #785 branch 'Senky/ticket/10835' into develop-olympus
...
* Senky/ticket/10835:
[ticket/10835] changing "e-mail" to "email"
[ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry
[ticket/10835] fixing misleading message in UCP
2012-05-11 02:32:58 -04:00
Senky
74e9245df3
[ticket/10835] changing "e-mail" to "email"
...
PHPBB3-10835
2012-05-11 08:09:56 +02:00
Oleg Pudeyev
1019226dfa
[ticket/10887] Split auto increment test from db tools test.
...
Auto increment test does not need any particular columns
and should not depend, in particular, on correct handling
of binary data.
This commit moves auto increment test into its own file and
gives it its own table with a simple schema.
PHPBB3-10887
2012-05-10 23:50:42 -04:00
Dhruv Goel
041b7be77e
[ticket/10308] fixes indentation
...
indentation is fixed and user_posts variable is compared as a boolean
variable.
PHPBB3-10308
2012-05-11 01:50:36 +05:30
Oleg Pudeyev
4b3d807293
Merge PR #725 branch 'Senky/ticket/9896' into develop-olympus
...
* Senky/ticket/9896:
[ticket/9896] Links changed
2012-05-10 15:57:24 -04:00
Senky
8393b8e755
[ticket/9896] Links changed
...
Link to languaged updated to http://www.phpbb.com/languages/
Link to styles updated to http://www.phpbb.com/customise/db/styles-2/
Link to MODs updated to http://www.phpbb.com/customise/db/modifications-1/
Link to Community Forums updated to http://www.phpbb.com/community/
PHPBB3-9896
2012-05-10 21:40:39 +02:00
Oleg Pudeyev
12bf9b42fa
Merge PR #799 branch 'bantu/ticket/10881' into develop-olympus
...
* bantu/ticket/10881:
[ticket/10881] Replace old (and unify) file headers in develop files.
2012-05-10 14:40:15 -04:00
Dhruv Goel
cf556f92c9
[ticket/10308] fixes language variable name
...
Language variable has be renamed for better understanding
PHPBB3-10308
2012-05-10 22:54:29 +05:30
Dhruv Goel
23ea588880
[ticket/10308] makes variable boolean
...
makes user_row['user_has_posts'] boolean instead of 1 or 0.
PHPBB3-10308
2012-05-10 22:53:43 +05:30
Dhruv Goel
164054f067
[ticket/10308] fixes sql query, limit it to 1
...
instead of fetching all posts by user we limit the query to 1 to check if
a user has posts or not
PHPBB3-10308
2012-05-10 22:53:04 +05:30
Dhruv Goel
cf303c3478
[ticket/10308] fixes user deletion if no posts
...
introduces a hidden input field with retain posts as the mode in case
user has no posts.
PHPBB3-10308
2012-05-10 22:51:22 +05:30
Dhruv Goel
faf232219e
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
...
language key renamed to make its usability more clearer.
PHPBB3-10308
2012-05-10 22:51:08 +05:30
Dhruv Goel
59177a86c4
[ticket/10308] fix language and user's total posts
...
language modified to be clear and select box disappears in case no
posts by user. user's total posts are fetched using a new query.
PHPBB3-10308
2012-05-10 22:50:13 +05:30
Dhruv Goel
8f7e85604b
[ticket/10308] fixes language entity.
...
Language key has been changed and has been made more specific to
avoid conflicts
PHPBB3-10308
2012-05-10 22:49:24 +05:30
Dhruv Goel
239e6016a3
[ticket/10308] Displays message to user if there are no posts.
...
While deletng the user, if the user has no posts in addition to the
options being disabled an added message is displayed.
PHPBB3-10308
2012-05-10 22:48:32 +05:30
Dhruv Goel
643970dce4
[ticket/10308] disable retain/ delete posts option when deleting a user
...
When deleting a user, it asks whether the posts by user should be retained
or deleted. The selection should be disable if the user has no posts.
PHPBB3-10308
2012-05-10 22:47:41 +05:30
Andreas Fischer
226743d10b
[ticket/10881] Replace old (and unify) file headers in develop files.
...
This especially also fixes the problem of the copyright symbol being
represented using 0xA9, which is neither ASCII nor the appropriate UTF8
byte sequence for the copyright symbol.
PHPBB3-10881
2012-05-10 11:53:54 +02:00
Andreas Fischer
0488d70062
Merge remote-tracking branch 'p/ticket/10834' into develop-olympus
...
* p/ticket/10834:
[ticket/10843] Backport changes to install language.
[ticket/10834] Backport general development language changes to 3.0.
2012-05-09 13:25:07 +02:00
Andreas Fischer
12dbcc7f1e
Merge remote-tracking branch 'Noxwizard/ticket/10858' into develop-olympus
...
* Noxwizard/ticket/10858:
[ticket/10858] Move generic row seeking to DBAL
[ticket/10858] Tests for row seeking with fetchfield()
[ticket/10858] Fix MSSQL Native's row seeking behavior
2012-05-09 12:50:13 +02:00
Patrick Webster
09d49fb7b2
[ticket/10858] Move generic row seeking to DBAL
...
Removed from: firebird, mssql_odbc, and mssqlnative
PHPBB3-10858
2012-05-08 19:41:22 -05:00
Patrick Webster
afbaa6979b
[ticket/10858] Tests for row seeking with fetchfield()
...
PHPBB3-10858
2012-05-08 18:45:51 -05:00
Patrick Webster
e52d23848a
[ticket/10858] Fix MSSQL Native's row seeking behavior
...
The result_mssqlnative class remains in case someone wants to use it
PHPBB3-10858
2012-05-08 18:44:43 -05:00
Senky
8d15f1b02e
[ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry
...
PHPBB3-10835
2012-05-07 08:18:50 +02:00
Andreas Fischer
c0718fae96
Merge remote-tracking branch 'cyberalien/ticket/10860' into develop-olympus
...
* cyberalien/ticket/10860:
[ticket/10860] Fixing js error in updater
2012-05-06 18:39:23 +02:00
Vjacheslav Trushkin
a960bd6790
[ticket/10860] Fixing js error in updater
...
Fixing javascript error in side-by-side diff styling in updater:
resizing inner block instead of outer block and increasing
height by inner/outer block difference.
PHPBB3-10860
2012-05-06 19:37:49 +03:00
Andreas Fischer
9d542aec1e
Merge remote-tracking branch 'Noxwizard/ticket/10819' into develop-olympus
...
* Noxwizard/ticket/10819:
[ticket/10819] Remove support for older browsers
[ticket/10819] Forgot this causes vertical scrollbars on IE
[ticket/10819] Improve side-by-side diff styling
2012-05-06 00:43:01 +02:00
Andreas Fischer
5ccbe06911
Merge remote-tracking branch 'galaxyAbstractor/ticket/10849' into develop-olympus
...
* galaxyAbstractor/ticket/10849:
[ticket/10849] Added missing helptext for listitem
2012-05-05 22:47:58 +02:00
Oleg Pudeyev
c34ee343ba
[ticket/10843] Backport changes to install language.
...
PHPBB3-10688
PHPBB3-10843
2012-05-05 16:08:37 -04:00
Oleg Pudeyev
58842b5ca8
[ticket/10834] Backport general development language changes to 3.0.
...
PHPBB3-10688
PHPBB3-10834
2012-05-05 16:05:55 -04:00
Andreas Fischer
8cb0e30afc
Merge remote-tracking branch 'Senky/ticket/10846' into develop-olympus
...
* Senky/ticket/10846:
[ticket/10846] fixing SQL query bug in acp_main.php
2012-05-01 13:38:11 +02:00
Senky
2dd71f6520
[ticket/10835] fixing misleading message in UCP
...
PHPBB3-10835
2012-05-01 09:52:48 +02:00
Senky
665f38d42f
[ticket/10846] fixing SQL query bug in acp_main.php
...
PHPBB3-10846
2012-04-30 22:01:53 +02:00
galaxyAbstractor
8d45901657
[ticket/10849] Added missing helptext for listitem
...
Added the missing helptext for list item in subsilver2.
PHPBB3-10849
2012-04-27 22:19:41 +02:00
Oleg Pudeyev
3a67604900
Merge PR #771 branch 'galaxyAbstractor/ticket/10836' into develop-olympus
...
* galaxyAbstractor/ticket/10836:
[ticket/10836] Check if avatar directory is writable after install
[ticket/10836] Enable avatars by default at install
2012-04-26 22:08:42 -04:00
galaxyAbstractor
1a8db76a20
[ticket/10836] Check if avatar directory is writable after install
...
Check if the avatar directory is writeable after the installation is complete.
If it isn't, disable avatars and avatar uploading by default.
PHPBB3-10836
2012-04-25 11:49:06 +02:00
David King
b82c77b38f
[task/functional] Make sure missing language values are handled properly
...
PHPBB3-10758
2012-04-24 14:10:50 -04:00
David King
8cf0b79a47
[task/functional] Increase code coverage for functional tests
...
PHPBB3-10758
2012-04-23 17:16:16 -04:00
galaxyAbstractor
a21b367b21
[ticket/10836] Enable avatars by default at install
...
Enables avatars and local avatar upload by default.
PHPBB3-10836
2012-04-21 14:16:55 +02:00
Nils Adermann
cdf7ff1797
Merge remote-tracking branch 'github-noxwizard/ticket/10492' into develop-olympus
...
* github-noxwizard/ticket/10492:
[ticket/10492] Fix line endings
[ticket/10492] Backporting functional tests
[ticket/10492] Separate config generation from the installer
2012-04-21 12:31:43 +02:00
Patrick Webster
6293bbf099
[ticket/10492] Fix line endings
...
PHPBB3-10492
2012-04-21 05:24:57 -05:00
Patrick Webster
2aa994b5ad
[ticket/10492] Backporting functional tests
...
PHPBB3-10492
2012-04-21 04:37:57 -05:00
Patrick Webster
de70b17b1d
[ticket/10492] Separate config generation from the installer
...
PHPBB3-10492
2012-04-20 23:50:49 -05:00
Nils Adermann
29a6aec9ad
Merge remote-tracking branch 'github-dhruv/ticket/10815' into develop-olympus
...
* github-dhruv/ticket/10815:
[ticket/10815] enables feed feature by default for a fresh install
2012-04-20 20:13:00 +02:00
Dhruv Goel
4788705a9a
[ticket/10815] enables feed feature by default for a fresh install
...
PHPBB3-10815
2012-04-20 23:30:01 +05:30
Andreas Fischer
31fbc40a09
Merge remote-tracking branch 'p/ticket/10767' into develop-olympus
...
* p/ticket/10767:
[ticket/10767] Clarify what happens at the end of the hook.
[ticket/10767] Use warning/error language as appropriate.
[ticket/10767] Default to non-fatal behavior.
[ticket/10767] Revert unconditional unfatality in commit-msg hook.
2012-04-20 14:54:55 +02:00
Andreas Fischer
bc0453c93a
Merge remote-tracking branch 'galaxyAbstractor/ticket/10812' into develop-olympus
...
* galaxyAbstractor/ticket/10812:
[ticket/10812] Disabled register_globals check in PHP 5.4
2012-04-20 14:39:16 +02:00
galaxyAbstractor
edf60bcd55
[ticket/10812] Disabled register_globals check in PHP 5.4
...
Disabled the check for register_globals if PHP version is 5.4+
PHPBB3-10812
2012-04-20 14:19:38 +02:00
Oleg Pudeyev
6e77ca7c99
Merge PR #592 branch 'nickvergessen/ticket/9089' into develop-olympus
...
* nickvergessen/ticket/9089:
[ticket/9089] Add tabindex to pm/topic/post icon-options aswell
[ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subject
2012-04-19 21:02:48 -04:00
Nils Adermann
57547c7e20
Merge remote-tracking branch 'github-dhruv/ticket/10797' into develop-olympus
...
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
2012-04-20 01:11:00 +02:00
Dhruv Goel
90fc8fe59f
[ticket/10797] language key rank moved to common
...
Language key RANK moved from memberlist to common.
Removed from mcp language.
PHPBB3-10797
2012-04-20 04:30:42 +05:30
Patrick Webster
00c54f8a7c
[ticket/10819] Remove support for older browsers
...
PHPBB3-10819
2012-04-17 22:59:10 -05:00
Oleg Pudeyev
aceca2566b
[ticket/10767] Clarify what happens at the end of the hook.
...
If there are problems and fatal is true, print that the commit
is aborted.
If there are problems and fatal is false, print instructions
for fixing the commit.
PHPBB3-10767
2012-04-17 06:05:33 -04:00
Oleg Pudeyev
45b910f9b4
[ticket/10767] Use warning/error language as appropriate.
...
When commit-msg hook is fatal, label the message as an error.
When it is not fatal, label the message as a warning.
"Syntax error" is still always an error, not sure if this
should be changed.
PHPBB3-10767
2012-04-17 06:05:32 -04:00
Oleg Pudeyev
1ce8a1d7ee
[ticket/10767] Default to non-fatal behavior.
...
PHPBB3-10767
2012-04-17 06:05:32 -04:00
Oleg Pudeyev
bdf21e45ca
[ticket/10767] Revert unconditional unfatality in commit-msg hook.
...
Revert "[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic."
This reverts commit 88cad5523e .
PHPBB3-10093
PHPBB3-10767
2012-04-16 03:05:42 -04:00
Patrick Webster
09621342a5
[ticket/10819] Forgot this causes vertical scrollbars on IE
...
PHPBB3-10819
2012-04-15 23:38:12 -05:00
Patrick Webster
7a6d3ec61b
[ticket/10819] Improve side-by-side diff styling
...
Used transparent background for unchanged lines
Shortened the table headers and make the background grey
Added a border between the columns
Increased the font size on pre blocks
Added Consolas as the first pre font, for Windows users
Added wordwrapping for pre blocks
PHPBB3-10819
2012-04-15 23:33:34 -05:00
Dhruv Goel
249d8ede12
[ticket/10797] user rank is displayed in mcp_warn.php
...
When warning a user in MCP, the user's rank title and image are displayed.
language key user rank also added.
PHPBB3-10797
2012-04-16 01:24:10 +05:30
Andreas Fischer
7a4b4c7599
[ticket/10094] Purge acm_file cache before phpBB installation.
...
PHPBB3-10094
2012-04-13 16:31:49 +02:00
Joas Schilling
4b6b41a1e5
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
...
PHPBB3-10605
2012-04-13 16:26:41 +02:00
Andreas Fischer
f1f2ab92b1
Merge remote-tracking branch 'bantu/ticket/10788' into develop-olympus
...
* bantu/ticket/10788:
[ticket/10788] Move ckwalsh and kellanved to the Former Contributors section.
[ticket/10788] Add imkingdavid to the list of developers in docs/AUTHORS.
2012-04-12 14:37:47 +02:00
Andreas Fischer
f394fd250e
[ticket/10788] Move ckwalsh and kellanved to the Former Contributors section.
...
PHPBB3-10788
2012-04-11 22:08:36 +02:00
Andreas Fischer
534d966957
[ticket/10788] Add imkingdavid to the list of developers in docs/AUTHORS.
...
PHPBB3-10788
2012-04-11 21:39:27 +02:00
Nils Adermann
ef297ec63e
Merge remote-tracking branch 'github-bantu/ticket/10774' into develop-olympus
...
* github-bantu/ticket/10774:
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
[ticket/10774] Add unit tests for UNIQUE index existence and creation.
2012-04-10 01:14:04 +02:00
Andreas Fischer
ef8160e8a2
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
...
PHPBB3-10774
2012-04-10 00:53:27 +02:00
Andreas Fischer
41ef41ac63
[ticket/10774] Add unit tests for UNIQUE index existence and creation.
...
PHPBB3-10774
2012-04-10 00:46:24 +02:00
Andreas Fischer
156ae40d6f
Merge remote-tracking branch 'sadu/ticket/10561' into develop-olympus
...
* sadu/ticket/10561:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
2012-04-08 21:59:06 +02:00
Hari Sankar R
2a48284fc9
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
...
Substituted $db->sql_query() with _sql()
PHPBB3-10561
2012-04-09 01:25:17 +05:30
Hari Sankar R
8442b19e59
[ticket/10561] Changed $temp_style_id to $style_id
...
PHPBB3-10561
2012-04-09 01:04:17 +05:30
Hari Sankar R
9bce716081
[ticket/10561] Added function desc for phpbb_style_is_active()
...
PHPBB3-10561
2012-04-09 00:57:29 +05:30
Hari Sankar R
4e630ef160
[ticket/10561] Casted $config['default_style'] to int
...
PHPBB3-10561
2012-04-09 00:33:55 +05:30
Oleg Pudeyev
3ec941937a
Merge PR #716 branch 'callumacrae/ticket/10455' into develop-olympus
...
* callumacrae/ticket/10455:
[ticket/10455] Removed NOTE from prosilver overall_header.html.
2012-04-07 22:32:14 -04:00
Oleg Pudeyev
a14d00b8e9
Merge PR #718 branch 'NeoAdonis/ticket/10764' into develop-olympus
...
* NeoAdonis/ticket/10764:
[ticket/10764] FAQ now mentions Area51 instead of SourceForge
[ticket/10764] FAQ now mentions GitHub instead of SourceForge
2012-04-07 22:14:48 -04:00
Hari Sankar R
03a35581c4
[ticket/10561] Reverted to phpbb_style_is_active()
...
Changes made to function name, reverted to old.
PHPBB3-10561
2012-04-07 23:15:12 +05:30
Hari Sankar R
1808a61fe3
[ticket/10561] Added to database_update:database_update_info()
...
Updates made to database_update.php
PHPBB3-10561
2012-04-07 19:42:42 +05:30
Hari Sankar R
ea5ae09c7d
[ticket/10561] Added section in database_update.php
...
Added section to check for existing users using a
deactivated style, and revert it to default style.
PHPBB3-10561
2012-04-06 14:09:56 +05:30
Adonais Romero González
04bb44ce33
[ticket/10764] FAQ now mentions Area51 instead of SourceForge
...
The answer of the question "Why isn't X feature available?" in
the FAQ now mentions Area51 instead of SourceForge and GitHub
as the way to handle feature requests.
PHPBB3-10764
2012-04-05 20:22:00 -05:00
Adonais Romero González
293f66d4ed
[ticket/10764] FAQ now mentions GitHub instead of SourceForge
...
The answer of the question "Why isn't X feature available?" in the
FAQ now mentions GitHub instead of SourceForge as the way to handle
feature requests.
PHPBB3-10764
2012-04-05 19:03:08 -05:00
Oleg Pudeyev
2b2286a46c
[ticket/10605] Fix left join usage.
...
Previously this produced broken SQL:
SELECT p.msg_id FROM phpbb_privmsgs p
LEFT JOIN 0 phpbb_privmsgs_to ON (p.msg_id = t.msg_id)
WHERE t.user_id IS NULL LIMIT 500 OFFSET 0
PHPBB3-10605
2012-04-05 17:35:27 -04:00
Oleg Pudeyev
de1e343c5b
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
...
Without it data updates do not appear to be run.
PHPBB3-10605
2012-04-05 17:34:54 -04:00
Oleg Pudeyev
03e382f99c
[ticket/10605] Fix syntax error in database updater.
...
PHPBB3-10605
2012-04-05 17:34:37 -04:00
Callum Macrae
be9eb57785
[ticket/10455] Removed NOTE from prosilver overall_header.html.
...
PHPBB3-10455
2012-04-05 22:22:11 +01:00
Oleg Pudeyev
30093d6e86
Merge remote-tracking branch 'Fyorl/ticket/10508' into develop-olympus
...
* Fyorl/ticket/10508:
[ticket/10508] Marked as read message now less specific.
2012-04-05 15:35:12 -04:00
Hari Sankar R
018419b36c
[ticket/10561] Moved and renamed the funtion validate_style().
...
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
2012-04-05 19:31:18 +05:30
Andreas Fischer
444fa29beb
Merge remote-tracking branch 'p/ticket/10760' into develop-olympus
...
* p/ticket/10760:
[ticket/10760] Fix numbering in php fun facts.
[ticket/10760] Value must be quoted as it might be two words.
[ticket/10760] PHP is great. This commit is the proof.
[ticket/10760] Catch both versions of parse error output in php.
[ticket/10760] Account for display_errors=stderr in pre-commit hook.
[ticket/10760] Quote PHP_BIN when using it.
[ticket/10760] Use echo -e only if echo understands -e.
[ticket/10760] Use externally specified PHP_BIN if any.
2012-04-05 03:28:16 +02:00
Oleg Pudeyev
21639d5d54
Merge remote-tracking branch 'Fyorl/ticket/10607' into develop-olympus
...
* Fyorl/ticket/10607:
[ticket/10607] Added 'Powered by' translation string.
2012-04-04 15:22:00 -04:00
Oleg Pudeyev
dc63db1860
[ticket/10760] Fix numbering in php fun facts.
...
PHPBB3-10760
2012-04-04 11:43:59 -04:00
Oleg Pudeyev
efdd1e623e
[ticket/10760] Value must be quoted as it might be two words.
...
PHPBB3-10760
2012-04-04 11:41:14 -04:00
Oleg Pudeyev
6536a36208
[ticket/10760] PHP is great. This commit is the proof.
...
PHPBB3-10760
2012-04-04 00:27:06 -04:00
Oleg Pudeyev
f2967b6669
[ticket/10760] Catch both versions of parse error output in php.
...
PHPBB3-10760
2012-04-04 00:01:08 -04:00
Fyorl
0ceb77fb99
[ticket/10607] Added 'Powered by' translation string.
...
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
2012-04-04 11:38:15 +08:00
Oleg Pudeyev
a0da2408e7
[ticket/10760] Account for display_errors=stderr in pre-commit hook.
...
With that php.ini value set errors are printed to stderr, therefore
by redirecting stderr to /dev/null we also throw out the errors.
Instead merge stderr into stdout.
PHPBB3-10760
2012-04-03 23:18:33 -04:00
Oleg Pudeyev
b803fc4351
[ticket/10760] Quote PHP_BIN when using it.
...
This should make a difference on windows where paths may include spaces.
PHPBB3-10760
2012-04-03 23:14:44 -04:00
Oleg Pudeyev
786fcbf212
[ticket/10760] Use echo -e only if echo understands -e.
...
/bin/echo on freebsd and dash's builtin echo do not understand -e,
therefore -e is printed with the other messages in such cases.
Test if echo understands -e, if not do not use it.
PHPBB3-10760
2012-04-03 23:06:50 -04:00
Oleg Pudeyev
57209a1e68
[ticket/10760] Use externally specified PHP_BIN if any.
...
We have a PHP_BIN variable but we always set it unconditionally,
therefore in order to use a different php binary one had to
modify the hook script.
Instead set PHP_BIN if it is not set.
Now one can set PHP_BIN in their environment to use a non-default
php binary.
PHPBB3-10760
2012-04-03 23:05:15 -04:00
Oleg Pudeyev
14e727b834
Merge remote-tracking branch 'bantu/ticket/10658' into develop-olympus
...
* bantu/ticket/10658:
[ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.
[ticket/10658] Use get_user_rank() for group ranks on group view.
2012-04-03 20:57:24 -04:00
Fyorl
0df3f1c5d0
[ticket/10508] Marked as read message now less specific.
...
Changed 'The selected forums have been marked read' to 'Forums
have been marked read'
PHPBB3-10508
2012-04-04 02:51:28 +08:00
Hari Sankar R
a84b97f58e
[ticket/10561] Fixed syntax error and renamed return variables.
...
Renamed $style_verified to $style_is_active and fixed extra ';'.
PHPBB3-10561
2012-04-03 23:15:16 +05:30
Hari Sankar R
c5481371b9
[ticket/10561] Changes made to $db->sql_fetchrow().
...
Changed $db->sql_fetchrow() to $db->sql_fetchfield().
PHPBB3-10561
2012-04-03 23:04:56 +05:30
Hari Sankar R
b81a5afc25
[ticket/10561] Changes made to function phpbb_style_is_active().
...
Fixed return type, documented function and, removed
style_id from fetch.
PHPBB3-10561
2012-04-03 22:56:06 +05:30
Hari Sankar R
084e1ae560
[ticket/10561] All users can choose deactivated styles (fixed).
...
A form exploit enabled the users to select a deactivated
style. Fixed with extra check on submit, with a new function
styles_verify to check if the selected style is activated or not.
PHPBB3-10561
2012-04-03 22:15:59 +05:30
Vjacheslav Trushkin
51bc9540cf
Merge remote-tracking branch 'sadu/ticket/10699' into develop-olympus
...
* sadu/ticket/10699:
[ticket/10699] Long h2 title breaks div.minitabs in MCP
[ticket/10699] Long h2 title breaks div.minitabs in MCP
2012-04-02 16:18:56 +03:00
Hari Sankar R
17e050e109
[ticket/10699] Long h2 title breaks div.minitabs in MCP
...
Fixed minor issues in formatting.
PHPBB3-10699
2012-04-02 16:59:05 +05:30
Hari Sankar R
42101fe8d4
[ticket/10699] Long h2 title breaks div.minitabs in MCP
...
Fixed overlapping of Subject title over the minitabs.
Added css property to cp.css under MCP Specific tweaks.
Wrapped h2 and #minitabs under .tabs-container with
clear: both
PHPBB3-10699
2012-04-02 16:26:23 +05:30
Hari Sankar R
b1b530f92c
[ticket/10731] Fixed addquote() to work on opera browser.
...
In opera, window.getSelection() returned incorrect values, should be using
document.getSelection() instead. Fixed in prosilver and subsilver2 templates.
PHPBB3-10731
2012-04-01 17:05:31 +03:00
Igor Wiedler
3477b5e5a8
Merge remote-tracking branch 'Dickyf/ticket/10675' into develop-olympus
...
* Dickyf/ticket/10675:
[Ticket/10675] Correct language string ATTACH_DISK_FULL
[ticket/10675] Add disk full language string when posting attachments
2012-03-31 19:27:19 +02:00
Richard Foote
b8b342be2d
[Ticket/10675] Correct language string ATTACH_DISK_FULL
...
Add period to ATTACH_DISK_FULL language string
PHPBB3-10675
2012-03-31 12:46:44 -04:00
Igor Wiedler
313cf7297c
Merge pull request #668 from unknownbliss/feature/events-dispatcher-olympus
...
Feature/events dispatcher olympus
2012-03-30 11:15:54 -07:00
Michael Cullum
9391d423c0
[feature/event-dispatcher] Adding composer.phar to .gitignore for olympus
...
To keep the .gitignore's the same.
PHPBB3-9550
2012-03-30 19:13:32 +01:00
David King
dc4d0677b9
Merge branch 'unknownbliss/feature/events-dispatcher-olympus' into develop-olympus
2012-03-30 13:38:40 -04:00
David King
10d4f8c35e
Merge branch 'harderthanfire/ticket/10129' into develop-olympus
2012-03-29 20:37:50 -04:00
Oleg Pudeyev
ccf83dd69b
Merge remote-tracking branch 'janschejbal/ticket/10730' into develop-olympus
...
* janschejbal/ticket/10730:
[ticket/10730] Added label tag around "select" text in post splitting UI
2012-03-28 23:23:53 -04:00
Jan Schejbal
fff9f6611e
[ticket/10730] Added label tag around "select" text in post splitting UI
...
Added label tags around the "select" text in the post splitting UI in the MCP.
Had to add IDs based on the post ID to the select boxes to allow label to
work. Tested in Firefox and Chrome.
PHPBB3-10730
2012-03-29 04:16:34 +02:00
Andreas Fischer
2516b1e8f1
Merge remote-tracking branch 'Dickyf/ticket/10708' into develop-olympus
...
* Dickyf/ticket/10708:
[ticket/10708] Check converted passwords for multi-byte characters
2012-03-29 00:51:12 +02:00
Igor Wiedler
a820ff1ebc
Merge pull request #664 from imkingdavid/ticket/10732
...
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
2012-03-28 14:38:16 -07:00
David King
1789e0948b
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
...
PHPBB3-10732
2012-03-28 17:05:45 -04:00
Joas Schilling
b9324577ac
[ticket/10605] Reset user´s pm count to 0 when deleting his PMs
...
PHPBB3-10605
2012-03-27 17:32:55 +02:00
Joas Schilling
0397b46217
[ticket/10605] Split query to be able to use indexes
...
PHPBB3-10605
2012-03-27 17:29:03 +02:00
Andreas Fischer
9c8aab4d32
[ticket/10605] Rename $delete_rows to $delete_ids.
...
PHPBB3-10605
2012-03-27 02:02:17 +02:00
Andreas Fischer
ad073d22b9
[ticket/10605] Break long comment into multiple lines 80 chars short.
...
PHPBB3-10605
2012-03-27 01:43:09 +02:00
Andreas Fischer
dd53d0576d
[ticket/10605] Remove unnecessary $delete_ids array.
...
PHPBB3-10605
2012-03-27 01:39:49 +02:00
Andreas Fischer
9040f18d7c
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
...
PHPBB3-10605
2012-03-27 01:35:01 +02:00
Andreas Fischer
dbc7a69ad2
[ticket/10605] Remove unused variable declarations.
...
PHPBB3-10605
2012-03-27 01:30:52 +02:00
Andreas Fischer
2203bc204e
[ticket/10605] Turn $undelivered_user into a real array of counters.
...
PHPBB3-10605
2012-03-27 01:29:29 +02:00
Andreas Fischer
e8830f605f
[ticket/10605] Use unset() instead of checking user_id over and over again.
...
PHPBB3-10605
2012-03-27 01:18:02 +02:00
Andreas Fischer
a618e22fca
Merge remote-tracking branch 'unknownbliss/ticket/10694' into develop-olympus
...
* unknownbliss/ticket/10694:
[ticket/10694] Adjusting details link to 5.3 announcement
[ticket/10694] Update PHP warning to 5.3.2
2012-03-26 00:06:17 +02:00
HTF
2768db44f5
[ticket/10129] Remove apostrophes and plurals in ACP user management -> permissions language file as per ticket.
...
PHPBB3-10129
2012-03-24 15:13:04 +00:00
Andreas Fischer
9c85c6c318
Merge remote-tracking branch 'unknownbliss/ticket/10723' into develop-olympus
...
* unknownbliss/ticket/10723:
[ticket/10723] Stop Travis running all tests on sqlite
2012-03-24 14:52:50 +01:00
Michael Cullum
5bcdfe94dd
[ticket/10723] Stop Travis running all tests on sqlite
...
Correct information so all tests don't run on sqlite
PHPBB3-10723
2012-03-23 06:40:15 +00:00
Andreas Fischer
57eb50812f
Merge remote-tracking branch 'rxu/ticket/10684' into develop-olympus
...
* rxu/ticket/10684:
[ticket/10684] Adjust function and parameter name, minor changes.
[ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
[ticket/10684] Remove intval mapping for array keys
[ticket/10684] Adjust pm_notifications() to handle stale bans
[ticket/10684] Cast user_id to integer
[ticket/10684] Refactor $sql_ignore_users array update
[ticket/10684] Remove isset() for $sql_ignore_users update
[ticket/10684] Fix 2 typos in comment lines.
[ticket/10684] Send notifications for users with stale bans
2012-03-22 18:14:13 +01:00
Nils Adermann
1337f86123
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Refactor php version check for dbunit install
2012-03-22 17:15:52 +01:00
Michael Cullum
841d11c6cd
[task/travis] Refactor php version check for dbunit install
...
PHPBB3-10718
2012-03-22 16:09:58 +00:00
Nils Adermann
992b58d468
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Exclude functional and slow tests
2012-03-22 17:03:03 +01:00
Michael Cullum
0ed66ad0e8
[task/travis] Exclude functional and slow tests
...
PHPBB3-10718
2012-03-22 16:00:10 +00:00
Nils Adermann
6f809416ba
Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus
...
* github-unknownbliss/task/travis:
[task/travis] Some more small travis fixes
[task/travis] Rename travis phpunit config files
[task/travis] Fixing some travis issues
[task/travis] Add automated testing to readme
[task/travis] Removing development information
[task/travis] Adding Travis Continuous Intergration Support
2012-03-22 16:11:55 +01:00
Michael Cullum
115ee7f3b8
[task/travis] Some more small travis fixes
...
PHPBB3-10718
2012-03-22 14:44:36 +00:00
Michael Cullum
c7f65fba62
[task/travis] Rename travis phpunit config files
...
PHPBB3-10718
2012-03-22 14:13:25 +00:00
Michael Cullum
d1980f6ad6
[task/travis] Fixing some travis issues
...
PHPBB3-10718
2012-03-22 13:32:58 +00:00
rxu
5a9dd1994f
[ticket/10684] Adjust function and parameter name, minor changes.
...
PHPBB3-10684
2012-03-22 21:19:01 +08:00
Andreas Fischer
99a271f34b
Merge remote-tracking branch 'nickvergessen/ticket/10717' into develop-olympus
...
* nickvergessen/ticket/10717:
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
2012-03-22 11:11:21 +01:00
Andreas Fischer
e5205ba2f8
Merge remote-tracking branch 'p/task/php54-olympus' into develop-olympus
...
* p/task/php54-olympus:
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
[task/php54] Refactor error_reporting call slightly.
2012-03-22 10:49:37 +01:00
Michael Cullum
4325bbf4c6
[task/travis] Add automated testing to readme
...
PHPBB3-10718
2012-03-22 09:08:43 +00:00
Michael Cullum
9120c7691e
[task/travis] Removing development information
...
PHPBB3-10718
2012-03-22 09:08:12 +00:00
Michael Cullum
4dafcc2525
[task/travis] Adding Travis Continuous Intergration Support
...
PHPBB3-10718
2012-03-22 09:05:59 +00:00
Michael Cullum
c2169f6899
[feature/events-dispatcher] Adding phpBB/vendor to .gitignore
...
PHPBB3-9550
2012-03-21 09:17:16 +00:00
Joas Schilling
2005c339ff
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
...
PHPBB3-10717
2012-03-20 17:45:08 +01:00
Richard Foote
70d88965c7
[ticket/10708] Check converted passwords for multi-byte characters
...
Check for multi-byte characters in converted passwords.
PHPBB3-10708
2012-03-19 23:19:21 -04:00
Richard Foote
97d4f168f5
[ticket/10675] Add disk full language string when posting attachments
...
Add language string visible by admins only for when the disk does not have
enough free space to upload attachments.
PHPBB3-10675
2012-03-19 15:08:28 -04:00
Andreas Fischer
dad37a4329
Merge remote-tracking branch 'dhruvgoel92/ticket/10691' into develop-olympus
...
* dhruvgoel92/ticket/10691:
[ticket/10691] Fixed the speed of creating search index
2012-03-19 12:55:24 +01:00
Dhruv Goel
c551b46115
[ticket/10691] Fixed the speed of creating search index
...
$time is now initialized after each batch iteration.
Speed for each batch iteration of creating search index is fixed.
PHPBB3-10691
2012-03-19 17:11:30 +05:30
Oleg Pudeyev
81eeafbb8d
Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympus
...
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:29 -04:00
Oleg Pudeyev
95e011ccbe
Merge remote-tracking branch 'nickvergessen/ticket/10689' into develop-olympus
...
* nickvergessen/ticket/10689:
[ticket/10689] Fix "First character"-option in "Find a member"-search
2012-03-16 06:06:44 -04:00
Oleg Pudeyev
5efdbfa5e4
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
...
We cannot use static in Olympus because it must be PHP 4 compatible.
Therefore disable E_STRICT for Olympus.
This commit should be reverted for Ascraeus.
PHPBB3-10615
2012-03-15 22:47:42 -04:00
Oleg Pudeyev
71afba0ded
[task/php54] Refactor error_reporting call slightly.
...
Separate error level assignment into a variable in this commit
so that the only difference between Olympus and Ascraeus
is the addition of logic altering $level.
PHPBB3-10615
2012-03-15 22:46:06 -04:00
Joas Schilling
ba6943a6a0
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
...
PHPBB3-10605
2012-03-12 10:11:52 +01:00
Joas Schilling
3b7a6a3efa
[ticket/10689] Fix "First character"-option in "Find a member"-search
...
PHPBB3-10689
2012-03-12 00:39:12 +01:00
rxu
ff8d523768
[ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
...
PHPBB3-10684
2012-03-12 01:57:51 +08:00
rxu
da395edbca
[ticket/10684] Remove intval mapping for array keys
...
PHP manual for arrays http://php.net/manual/en/language.types.array.php states
that the following key cast will occur: Strings containing valid integers will
be cast to the integer type. E.g. the key "8" will actually be stored under 8.
Thus, no intval mapping for numeric array keys is needed.
PHPBB3-10684
2012-03-12 01:47:28 +08:00
rxu
321d0d9b56
[ticket/10684] Adjust pm_notifications() to handle stale bans
...
- Add parameter (array) to the function phpbb_get_banned_users_ids()
- Fix function pm_notification() to handle users with stale bans
PHPBB3-10684
2012-03-12 01:44:00 +08:00
David King
b652e1a1bb
Merge branch 'unknownbliss/ticket/10697' into develop-olympus
2012-03-11 12:58:55 -04:00
Michael Cullum
24f1896b3c
[ticket/10697] Updating gitignore to match develop branch
...
PHPBB3-10697
2012-03-11 09:42:56 +00:00
rxu
a79b3490c2
[ticket/10684] Cast user_id to integer
...
PHPBB3-10684
2012-03-11 00:56:07 +08:00
Michael Cullum
668c61686b
[ticket/10694] Adjusting details link to 5.3 announcement
...
PHPBB3-10694
2012-03-10 16:47:07 +00:00
Andreas Fischer
aee79c6cdb
Merge remote-tracking branch 'p/ticket/7432' into develop-olympus
...
* p/ticket/7432:
[ticket/7432] Delete redundant reference to "appropriate menu item".
[ticket/7432] Explain what users are inactive in more detail.
2012-03-09 23:41:43 +01:00
rxu
89a6cb2886
[ticket/10684] Refactor $sql_ignore_users array update
...
PHPBB3-10684
2012-03-10 00:17:39 +08:00
Michael Cullum
fbe8086697
[ticket/10694] Update PHP warning to 5.3.2
...
PHPBB3-10694
2012-03-09 16:10:02 +00:00
rxu
f563647e4b
[ticket/10684] Remove isset() for $sql_ignore_users update
...
PHPBB3-10684
2012-03-09 22:35:13 +08:00
Oleg Pudeyev
bd1fb91dd2
Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympus
...
* rxu/ticket/9831:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:24:03 -05:00
Oleg Pudeyev
0ec8e9dbff
Merge remote-tracking branch 'rxu/ticket/9084' into develop-olympus
...
* rxu/ticket/9084:
[ticket/9084] Explain the logic.
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
2012-03-09 04:42:05 -05:00
Oleg Pudeyev
cd61de4bfd
[ticket/9084] Explain the logic.
...
PHPBB3-9084
2012-03-09 04:35:09 -05:00
rxu
ee6783109a
[ticket/10684] Fix 2 typos in comment lines.
...
PHPBB3-10684
2012-03-09 16:41:49 +08:00
rxu
025de9ee19
[ticket/10684] Send notifications for users with stale bans
...
PHPBB3-10684
2012-03-08 23:28:03 +08:00
Andreas Fischer
bb7e86c2b1
[ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.
...
PHPBB3-10658
2012-03-08 15:19:15 +01:00
Oleg Pudeyev
d380a1a36f
Merge remote-tracking branch 'bantu/ticket/9813' into develop-olympus
...
* bantu/ticket/9813:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
2012-03-08 08:44:24 -05:00
Andreas Fischer
c11607bdd1
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
...
There is no point in fetching the table status again.
PHPBB3-10653
2012-03-08 14:39:03 +01:00
Andreas Fischer
01d90e59a8
[ticket/9813] Only get posts table row count if we detected a fulltext index.
...
PHPBB3-9813
2012-03-08 14:38:59 +01:00
Oleg Pudeyev
89a0cbc57e
[ticket/7432] Delete redundant reference to "appropriate menu item".
...
PHPBB3-7432
2012-03-07 18:00:57 -05:00
Andreas Fischer
785c75254e
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
...
Since this is 'only' for statistics anyway, using an estimated value does no
harm. Also, if MyISAM is the underlying storage engine for the posts table,
the value will actually be exact.
PHPBB3-9813
2012-03-05 00:29:28 +01:00
Andreas Fischer
f3af5945e3
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
...
PHPBB3-10653
2012-03-04 22:11:45 +01:00
Andreas Fischer
6df721b215
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
...
PHPBB3-10653
2012-03-04 01:59:40 +01:00
Andreas Fischer
f9953fc339
[ticket/10653] Add ability to count table rows to database abstraction layer.
...
PHPBB3-10653
2012-03-03 21:04:01 +01:00
Andreas Fischer
97cf433dea
[ticket/9813] Use table status row count only if greater than 100000 or exact.
...
PHPBB3-9813
2012-03-03 21:03:55 +01:00
Andreas Fischer
efe25a0b49
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
...
PHPBB3-9813
2012-03-03 21:03:50 +01:00
Andreas Fischer
d67fae0f09
Merge branch 'ticket/bantu/8652' into develop-olympus
...
* ticket/bantu/8652:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
2012-03-02 14:22:18 +01:00
Andreas Fischer
b74530259f
[ticket/8652] Comment for also updating forum watch table in user_notification.
...
PHPBB3-8652
2012-03-02 14:20:29 +01:00
Bruno Ais
470b79c9e3
[ticket/8652] Sending 2 emails on 2 replies
...
This is a fix for the problem of the system sending 2 emails when there are 2
replies to a topic where the user is subscribed in a topic and the forum that
contains the topic.
This simple fix seems to solve the problem. In simple tests I made it shows
it does.
PHPBB3-8652
2012-03-02 11:08:56 +00:00
Andreas Fischer
2f95a67765
Merge remote-tracking branch 'nickvergessen/ticket/10639' into develop-olympus
...
* nickvergessen/ticket/10639:
[ticket/10639] Do not allow negative post count as rank's minimum posts
2012-02-28 22:28:54 +01:00
Andreas Fischer
f6cf8782c8
Merge remote-tracking branch 'nickvergessen/ticket/9220' into develop-olympus
...
* nickvergessen/ticket/9220:
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
2012-02-28 22:23:38 +01:00
Joas Schilling
17dc8c6c5c
[ticket/9089] Add tabindex to pm/topic/post icon-options aswell
...
PHPBB3-9089
2012-02-27 17:18:08 +01:00
Joas Schilling
d3091da5ea
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
...
The problem here was, that we use width: 100% in combination with the negative
margin. This causes the element to be just moved to the side, so it's not
centered anymore. width: auto would fix this, but it causes strange behaviour
on IE and looks even more ugly. So I decided to just remove the margin at all.
The border is now 1px thicker for all sides.
PHPBB3-9220
2012-02-27 16:32:29 +01:00
Joas Schilling
45f39c6d1f
[ticket/10605] Delete orphan private messages on update
...
PHPBB3-10605
2012-02-27 16:05:12 +01:00
Andreas Fischer
b2d589634a
Merge remote-tracking branch 'cyberalien/ticket/10453' into develop-olympus
...
* cyberalien/ticket/10453:
[ticket/10453] Fixing spacing
2012-02-26 16:01:33 +01:00
Vjacheslav Trushkin
d3d8793c1f
[ticket/10453] Fixing spacing
...
Fixing spacing
PHPBB3-10453
2012-02-26 16:54:31 +02:00
Andreas Fischer
8910ec98d7
Merge remote-tracking branch 'rxu/ticket/10532' into develop-olympus
...
* rxu/ticket/10532:
[ticket/10532] Remove unnecessary parentheses around calculations of addition.
[ticket/10532] Remove one unnecessary level of if block nesting.
[ticket/10532] Get rid of inline calculation of $start, remove duplicated check
[ticket/10532] Put $total_match_count assignment onto its own line.
[ticket/10532] Adjust total match count and limit
[ticket/10532] Fix $start out of range for pre-made searches
2012-02-26 15:44:58 +01:00
Andreas Fischer
7a061cfc6e
[ticket/10532] Remove unnecessary parentheses around calculations of addition.
...
PHPBB3-10532
2012-02-26 02:30:44 +01:00
Andreas Fischer
6548a3094f
[ticket/10532] Remove one unnecessary level of if block nesting.
...
PHPBB3-10532
2012-02-26 02:19:12 +01:00
Andreas Fischer
459e8dc095
[ticket/10532] Get rid of inline calculation of $start, remove duplicated check
...
PHPBB3-10532
2012-02-26 02:15:39 +01:00
Andreas Fischer
8f3fba8858
[ticket/10532] Put $total_match_count assignment onto its own line.
...
PHPBB3-10532
2012-02-26 01:58:17 +01:00
Andreas Fischer
20d3d279ce
Merge remote-tracking branch 'nickvergessen/ticket/10456' into develop-olympus
...
* nickvergessen/ticket/10456:
[ticket/10456] Add tabindex to subsilver2 captcha
2012-02-25 20:26:19 +01:00
Andreas Fischer
825aef72e8
Merge remote-tracking branch 'nickvergessen/ticket/10630' into develop-olympus
...
* nickvergessen/ticket/10630:
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
[ticket/10630] Perform array_unique on authors array before creating the query
2012-02-25 19:46:17 +01:00
Vjacheslav Trushkin
8cb95b3b84
Merge branch 'ticket/raimon/10453' into develop-olympus
...
* ticket/raimon/10453:
[ticket/10453] PM viewmessage page is misplacing the online icon
[ticket/10453] PM viewmessage page is misplacing the online icon
2012-02-24 20:05:26 +02:00
Joas Schilling
8e1e48a7b6
[ticket/8636] Add resync option to topic_view moderation page
...
PHPBB3-8636
2012-02-23 10:55:57 +01:00
Joas Schilling
340a8f19d6
[ticket/10456] Add tabindex to subsilver2 captcha
...
Did not set tabindex on registration page, as the hole page does not have any.
PHPBB3-10456
2012-02-21 11:25:22 +01:00
Joas Schilling
cd5c01ac2d
[ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subject
...
I also added tabindex 1 to the buttons for adding the recipients.
Also note, that duplicated tabindex are fine:
http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex
PHPBB3-9089
2012-02-21 11:10:10 +01:00
Joas Schilling
ef154b78a1
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
...
PHPBB3-10630
2012-02-20 02:18:48 +01:00
Joas Schilling
afcf9cbc86
[ticket/10630] Perform array_unique on authors array before creating the query
...
This is needed to avoid an additional appearance for an author for every
post he made.
PHPBB3-10630
2012-02-20 02:17:13 +01:00
Joas Schilling
c3265c9138
[ticket/10639] Do not allow negative post count as rank's minimum posts
...
PHPBB3-10639
2012-02-20 01:52:33 +01:00
Andreas Fischer
11c5a66213
[ticket/10658] Use get_user_rank() for group ranks on group view.
...
The old code was buggy because it did not prefix the path with the phpBB root
path which causes problems with bridges and other URL rewriting.
PHPBB3-10658
2012-02-18 23:34:22 +01:00
Joas Schilling
17f5c6bf71
[ticket/10605] Check for orphan privmsgs when deleting a user
...
Also moved the hole code into a new function.
PHPBB3-10605
2012-02-18 12:00:12 +01:00
Oleg Pudeyev
4b2690f792
Merge remote-tracking branch 'bantu/ticket/10633' into develop-olympus
...
* bantu/ticket/10633:
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
2012-02-11 05:56:16 -05:00
Oleg Pudeyev
e047b286d8
Merge remote-tracking branch 'bantu/ticket/10606' into develop-olympus
...
* bantu/ticket/10606:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
2012-02-11 05:47:52 -05:00
Oleg Pudeyev
ed6bd50ab8
Merge remote-tracking branch 'cyberalien/ticket/10569' into develop-olympus
...
* cyberalien/ticket/10569:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
2012-02-10 21:00:36 -05:00
Oleg Pudeyev
9c2d73c3f9
Merge remote-tracking branch 'bantu/ticket/10512' into develop-olympus
...
* bantu/ticket/10512:
[ticket/10512] Call startup.php from tests/bootstrap.php
2012-02-10 01:29:23 -05:00
rxu
345e8e084f
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
...
PHPBB3-9084
2012-02-10 00:31:13 +08:00
Andreas Fischer
a962e78854
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
...
Regression from dfb7cc625a .
PHPBB3-10606
2012-02-09 15:34:04 +01:00
James King
35d5d527db
[ticket/10606] Fix incorrect hidden fields array name in page_header().
...
Regression from dfb7cc625a .
PHPBB3-10606
2012-02-09 15:32:35 +01:00
Andreas Fischer
f894da0d25
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
...
While filenames are chosen at random and there is no correlation between the
original filename and the new filesystem filename, there is a correlation
between filesystem filename and filesytem filename of thumbnails.
Adjust error message to no longer include the physical filename and make it
consistent with the error message that is shown when there is no attachment at
all.
This information was mostly useless for regular users (i.e. non-admins) anyway.
PHPBB3-10633
2012-02-09 15:17:42 +01:00
Vjacheslav Trushkin
62288b3c05
[ticket/10569] Invalid string comparison in prosilver
...
Fixing invalid string comparison in ucp_main_front.html in prosilver
PHPBB3-10569
2012-02-07 22:03:24 +02:00
Igor Wiedler
3feeb382c5
Merge remote-tracking branch 'cyberalien/ticket/10616' into develop-olympus
...
* cyberalien/ticket/10616:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
2012-02-07 16:53:47 +01:00
rxu
f832f5a4ee
[ticket/9831] Fix saving unchecked checkbox field value
...
PHPBB3-9831
2012-02-05 22:03:02 +08:00
Andreas Fischer
c0b3239bf3
[ticket/10512] Call startup.php from tests/bootstrap.php
...
PHPBB3-10512
2012-02-04 00:38:16 +01:00
David King
508b06063f
Merge remote-tracking branch 'unknownbliss/ticket/9914' into develop-olympus
...
* unknownbliss/ticket/9914:
[ticket/9914] Add backup warning to updater.
2012-02-03 16:58:50 -05:00
Michael Cullum
225892f506
[ticket/9914] Add backup warning to updater.
...
PHPBB3-9914
2012-02-03 16:14:48 +00:00
Vjacheslav Trushkin
326ff46ef7
[ticket/10616] Add template inheritance to exported template
...
Add template inheritance when exporting template.cfg
PHPBB3-10616
2012-02-03 16:19:42 +02:00
Vjacheslav Trushkin
4aef6ea979
[ticket/10616] Ignore template inheritance that points to self
...
Ignore template inheritance if it points to self
PHPBB3-10616
2012-02-03 16:09:48 +02:00
Vjacheslav Trushkin
d2a3496149
[ticket/10616] Add template inheritance to default styles
...
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
2012-02-03 16:00:14 +02:00
Vjacheslav Trushkin
879c92e8a2
[ticket/10569] Invalid string comparison in subsilver2
...
Fixing invalid string comparison in ucp_main_front.html in subsilver2
PHPBB3-10569
2012-02-03 15:38:52 +02:00
Andreas Fischer
2ae6b8a5ed
Merge remote-tracking branch 'Dickyf/ticket/10580' into develop-olympus
...
* Dickyf/ticket/10580:
[ticket/10580] Remove checking of server timezone and DST when registering
2012-01-23 20:06:44 +01:00
Richard Foote
2cf586a372
[ticket/10580] Remove checking of server timezone and DST when registering
...
Remove checking of server timezone and DST. It causes a problem by
selecting the wrong timezone when registering when the board_timezone is 1
hour less than the server timezone.
PHPBB3-10580
2012-01-21 15:17:31 -05:00
rxu
99164cd20b
[ticket/9831] Correctly store checkbox default value for boolean CPF.
...
PHPBB3-9831
2012-01-18 22:33:51 +08:00
Andreas Fischer
1628a28e0c
Merge remote-tracking branch 'rxu/ticket/10589' into develop-olympus
...
* rxu/ticket/10589:
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
2012-01-15 21:43:15 +01:00
rxu
aa21bc2a73
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
...
PHPBB3-10589
2012-01-15 18:18:04 +08:00
rxu
cb7bb31129
[ticket/10532] Adjust total match count and limit
...
Set a variable for the limit of total matches count.
Adjust total match count to limit to provide proper $start value calculation.
Adjust $start value if no matches were found.
PHPBB3-10532
2012-01-14 16:09:04 +08:00
rxu
c9733ad719
[ticket/10532] Fix $start out of range for pre-made searches
...
PHPBB3-10532
2012-01-14 15:55:23 +08:00
Oleg Pudeyev
d7aa3aab5e
Merge remote-tracking branch 'bantu/ticket/9079' into develop-olympus
...
* bantu/ticket/9079:
[ticket/9079] Always log backtrace to error log when logging errors.
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
2012-01-12 22:28:45 -05:00
Oleg Pudeyev
95a74c7472
Merge remote-tracking branch 'cyberalien/ticket/10563' into develop-olympus
...
* cyberalien/ticket/10563:
[ticket/10563] Show deactivated styles below active styles in acp
2012-01-06 02:45:35 -05:00
Vjacheslav Trushkin
23363efaaa
[ticket/10563] Show deactivated styles below active styles in acp
...
Separates active and deactivated styles in styles list in acp
PHPBB3-10563
2012-01-02 21:07:40 +02:00
Andreas Fischer
3e7a0a3746
Merge remote-tracking branch 'Dickyf/ticket/10407a' into develop-olympus
...
* Dickyf/ticket/10407a:
[ticket/10407] Fix check for empty image paths in convertor
[ticket/10407] Fix check for empty image paths in convertor
2012-01-02 19:54:14 +01:00
Richard Foote
24cf7f1d29
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will check the path without the trailing slash to see if the path is
actually empty.
PHPBB3-10407
2012-01-02 13:09:21 -05:00
Andreas Fischer
fd55d64996
Merge remote-tracking branch 'unknownbliss/ticket/9916-olympus' into develop-olympus
...
* unknownbliss/ticket/9916-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
2012-01-02 17:35:49 +01:00
Unknown
5e52734c24
[ticket/9916] Changing header in non-distributed files
...
PHPBB3-9916
2012-01-02 16:20:30 +00:00
Unknown
0fc37fb397
[ticket/9916] Changing coding guidelines license
...
PHPBB3-9916
2012-01-02 16:20:22 +00:00
Unknown
17991823ea
[ticket/9916] Updating License in the header
...
PHPBB3-9916
2012-01-02 16:18:32 +00:00
Andreas Fischer
3f91405acb
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Bumping version number for 3.0.10 final.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2012-01-01 16:03:06 +01:00
Andreas Fischer
e14c3f3b77
[prep-release-3.0.10] Bumping version number for 3.0.10 final.
2012-01-01 16:00:17 +01:00
Richard Foote
d5dc70cbe3
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will temporarily remove the trailing slash, then check if the path is
empty.
PHPBB3-10407
2011-12-29 16:27:48 -05:00
Igor Wiedler
5cc1eb27c7
Merge remote-tracking branch 'bantu/ticket/10538' into develop-olympus
...
* bantu/ticket/10538:
[ticket/10538] Call htmlspecialchars_decode() on Jabber and SMTP passwords.
2011-12-28 16:40:07 +01:00
Andreas Fischer
a45f03a5af
Merge remote-tracking branch 'p/ticket/9681' into develop-olympus
...
* p/ticket/9681:
[ticket/9681] Add password length to security settings
2011-12-25 15:16:25 +01:00
Andreas Fischer
b0fd3b2bf0
Merge remote-tracking branch 'p/ticket/10428' into develop-olympus
...
* p/ticket/10428:
[ticket/10428] Documentation for optionget/optionset functions.
[ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.
[ticket/10428] Dispose of $this->keyvalues cache for optionget.
[ticket/10428] Compare $data to false strictly.
2011-12-25 15:12:03 +01:00
Oleg Pudeyev
10453b6752
[ticket/10428] Documentation for optionget/optionset functions.
...
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
99c102344e
[ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.
...
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
16ae99eec8
[ticket/10428] Dispose of $this->keyvalues cache for optionget.
...
It does not work properly when custom $data is provided, and
making it work will make the code so complicated that any benefits
from having this cache in the first place will be nullified.
Just get rid of it.
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
38c2d4da35
[ticket/10428] Compare $data to false strictly.
...
Users may pass 0 or '' for $data, this should cause the
user-specified $data code path to be taken.
PHPBB3-10428
2011-12-25 01:51:20 -05:00
Andreas Fischer
ccd2ca55d4
Merge remote-tracking branch 'Dickyf/ticket/10542' into develop-olympus
...
* Dickyf/ticket/10542:
[ticket/10542] Remove class="postlink" in subsilver2 faq_body.html
2011-12-25 00:58:03 +01:00
Richard Foote
fa003bb5fd
[ticket/10542] Remove class="postlink" in subsilver2 faq_body.html
...
class="postlink" is not defined in stylesheet.css so remove it from
styles/subsilver2/template/faq_body.html
PHPBB3-10542
2011-12-24 11:30:17 -05:00
Oleg Pudeyev
b6999237f4
[ticket/9079] Always log backtrace to error log when logging errors.
...
PHPBB3-9079
2011-12-24 01:24:09 -05:00
Andreas Fischer
d9fef488af
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
...
PHPBB3-9079
2011-12-24 01:14:25 -05:00
Oleg Pudeyev
519db8e3b2
Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympus
...
* cyberalien/ticket/10507:
[ticket/10507] DBAL unit test
[ticket/10507] Sort styles in acp
2011-12-24 00:57:07 -05:00
Andreas Fischer
02f7baa0a5
Merge remote-tracking branch 'p/ticket/10546' into develop-olympus
...
* p/ticket/10546:
[ticket/10546] Add missing argument to adm_back_link in acp_captcha.
2011-12-23 12:53:07 +01:00
Oleg Pudeyev
b8ddd32922
[ticket/7432] Explain what users are inactive in more detail.
...
PHPBB3-7432
2011-12-23 01:45:41 -05:00
Igor Wiedler
7779dae2cc
[ticket/9681] Add password length to security settings
...
PHPBB3-9681
2011-12-23 00:42:13 -05:00
Oleg Pudeyev
fa2edf5187
[ticket/10546] Add missing argument to adm_back_link in acp_captcha.
...
PHPBB3-10546
2011-12-23 00:26:26 -05:00
Oleg Pudeyev
37fa5e56f3
Merge remote-tracking branch 'cyberalien/ticket/10399' into develop-olympus
...
* cyberalien/ticket/10399:
[ticket/10399] Correctly encoding template component urls (3.0)
[ticket/10399] Correctly encoding template component urls (3.0)
2011-12-22 15:45:48 -05:00
Andreas Fischer
82fff947c6
[ticket/10538] Call htmlspecialchars_decode() on Jabber and SMTP passwords.
...
PHPBB3-10538
2011-12-19 14:24:39 +01:00
Andreas Fischer
51f8f642de
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Update Changelog for 3.0.10-RC3 release.
2011-12-16 18:08:08 +01:00
Andreas Fischer
ba576f823b
[prep-release-3.0.10] Update Changelog for 3.0.10-RC3 release.
2011-12-16 18:03:46 +01:00
Andreas Fischer
74c4b92760
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485
2011-12-16 17:45:08 +01:00
Andreas Fischer
6bfca76f1c
Merge remote-tracking branch 'nickvergessen/ticket/10504' into prep-release-3.0.10
...
* nickvergessen/ticket/10504:
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485
2011-12-16 17:44:57 +01:00
Andreas Fischer
8f690d3475
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10531] Disallow deleting of the last style
2011-12-16 16:17:40 +01:00
Andreas Fischer
56c3a66c28
Merge remote-tracking branch 'nickvergessen/ticket/10531' into prep-release-3.0.10
...
* nickvergessen/ticket/10531:
[ticket/10531] Disallow deleting of the last style
2011-12-16 16:03:20 +01:00
Andreas Fischer
f4bdfda69d
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/8996] Revert initial fix to keep old behaviour on empty selection Part2
[ticket/8996] Revert initial fix to keep old behaviour on empty selection
2011-12-16 15:50:04 +01:00
Andreas Fischer
1d9fb6b4ec
Merge remote-tracking branch 'nickvergessen/ticket/revert/8996' into prep-release-3.0.10
...
* nickvergessen/ticket/revert/8996:
[ticket/8996] Revert initial fix to keep old behaviour on empty selection Part2
[ticket/8996] Revert initial fix to keep old behaviour on empty selection
2011-12-16 15:49:30 +01:00
Joas Schilling
0cfa843677
[ticket/10531] Disallow deleting of the last style
...
Regression from PHPBB3-9675 commit 0e02f5cb0b
PHPBB3-9675
PHPBB3-10531
2011-12-15 23:17:16 +01:00
Joas Schilling
2bf4e8d3d0
[ticket/8996] Revert initial fix to keep old behaviour on empty selection Part2
...
Revert
"[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey"
This reverts commit 219bdbaf70 .
PHPBB3-8996
2011-12-15 22:17:39 +01:00
Joas Schilling
730d2d5d19
[ticket/8996] Revert initial fix to keep old behaviour on empty selection
...
Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp"
This reverts commit eb1f15bc8b .
PHPBB3-8996
2011-12-15 22:14:59 +01:00
Vjacheslav Trushkin
80149d0c87
[ticket/10507] DBAL unit test
...
Unit test for ORDER BY LOWER(style_name)
PHPBB3-10507
2011-12-15 16:18:52 +02:00
Vjacheslav Trushkin
cd4958f72c
[ticket/10507] Sort styles in acp
...
Sort styles by name in admin control panel
PHPBB3-10507
2011-12-15 14:44:09 +02:00
Nils Adermann
2c7495e1c7
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10319] Missing hidden fields in search form
2011-12-09 01:32:21 +01:00
Nils Adermann
57ba746f51
Merge branch 'ticket/cyberalien/10319' into prep-release-3.0.10
...
* ticket/cyberalien/10319:
[ticket/10319] Missing hidden fields in search form
2011-12-09 01:31:57 +01:00
Vjacheslav Trushkin
dfb7cc625a
[ticket/10319] Missing hidden fields in search form
...
Missing hidden fields in search form (bug added in 3.0.9)
PHPBB3-10319
2011-12-09 01:31:41 +01:00
Joas Schilling
8af9a0054c
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632
...
Revert "[ticket/6632] Better viewing of topics for wide screen displays"
This reverts commit bb733b0204 .
PHPBB3-6632
PHPBB3-10504
2011-12-08 23:14:02 +01:00
Joas Schilling
e3d81812fa
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408
...
Revert "[ticket/10408] Layout of topics/attachments list is broken in UCP and
MCP"
This reverts commit 88aacd0f2c .
PHPBB3-6632
PHPBB3-10408
PHPBB3-10504
2011-12-08 23:07:44 +01:00
Joas Schilling
1a09f9005c
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485
...
Revert "[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632"
This reverts commit c67633577f .
PHPBB3-6632
PHPBB3-10485
PHPBB3-10504
2011-12-08 23:05:13 +01:00
Andreas Fischer
7ae12df3d2
Merge remote-tracking branch 'p/ticket/10511' into develop-olympus
...
* p/ticket/10511:
[ticket/10511] Fix a grammar defect in permissions language.
2011-12-08 22:22:22 +01:00
Andreas Fischer
48d767a36e
Merge remote-tracking branch 'p/ticket/9876' into develop-olympus
...
* p/ticket/9876:
[ticket/9876] Distinctly name user and forum roles for newly registered users.
2011-12-08 22:21:54 +01:00
Vjacheslav Trushkin
1842323ca9
[ticket/10399] Correctly encoding template component urls (3.0)
...
Changes in style.php
PHPBB3-10399
2011-12-04 11:43:55 +02:00
Oleg Pudeyev
1ce0c76e14
Merge remote-tracking branch 'bantu/ticket/10434' into develop-olympus
...
* bantu/ticket/10434:
[ticket/10434] Add script for creating search index from CLI.
2011-12-03 22:28:05 -05:00
Oleg Pudeyev
bf6d501ab1
Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympus
...
* Noxwizard/ticket/10349:
[ticket/10349] Removed duplicated functions from schema loading in tests
[ticket/10349] Update function comment
[ticket/10349] Use new schema comment function in installer
[ticket/10349] Unit tests: Consolidate schema comment removal functions
[ticket/10349] Unit tests: Remove comments while loading schema files
2011-12-03 22:07:34 -05:00
Andreas Fischer
138f123bd8
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Bumping version number for 3.0.10-RC3.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-12-04 00:24:22 +01:00
Andreas Fischer
69cbb4ac1d
[prep-release-3.0.10] Bumping version number for 3.0.10-RC3.
2011-12-04 00:22:10 +01:00
Andreas Fischer
9b9f30bbb9
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10503] Debug error "Invalid arguments" when previewing edits
2011-12-04 00:06:06 +01:00
Andreas Fischer
6f81a2f5b8
Merge remote-tracking branch 'nickvergessen/ticket/10503' into prep-release-3.0.10
...
* nickvergessen/ticket/10503:
[ticket/10503] Debug error "Invalid arguments" when previewing edits
2011-12-04 00:05:56 +01:00
Andreas Fischer
74bc2d130d
Merge remote-tracking branch 'p/ticket/10093' into develop-olympus
...
* p/ticket/10093:
[ticket/10093] Use correct ANSI code for clearing color.
[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic.
[ticket/10093] Use color in commit-msg hook warning/error messages.
[ticket/10093] Refactor complaining in commit-msg hook for color support.
[ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.
[ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.
2011-12-03 23:56:00 +01:00
Oleg Pudeyev
5b9c835127
[ticket/9876] Distinctly name user and forum roles for newly registered users.
...
PHPBB3-9876
2011-12-03 17:44:58 -05:00
Oleg Pudeyev
0ad81a4cdc
[ticket/10511] Fix a grammar defect in permissions language.
...
PHPBB3-10511
2011-12-03 17:42:10 -05:00
Oleg Pudeyev
8e59699424
[ticket/10093] Use correct ANSI code for clearing color.
...
PHPBB3-10093
2011-12-03 16:43:13 -05:00
Oleg Pudeyev
88cad5523e
[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic.
...
PHPBB3-10093
2011-12-03 16:41:31 -05:00
Nils Adermann
cafe74a88d
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10480] Add a build target for changelog building.
[ticket/10480] Add a build script for exporting the changelog from tracker.
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
2011-12-01 22:21:30 +01:00
Nils Adermann
7f8968595b
Merge remote-tracking branch 'github-bantu/ticket/10480' into prep-release-3.0.10
...
* github-bantu/ticket/10480:
[ticket/10480] Add a build target for changelog building.
[ticket/10480] Add a build script for exporting the changelog from tracker.
2011-12-01 22:20:48 +01:00
Nils Adermann
29723c97c6
Merge remote-tracking branch 'github-bantu/ticket/10502' into prep-release-3.0.10
...
* github-bantu/ticket/10502:
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
2011-12-01 22:20:11 +01:00
Vjacheslav Trushkin
74ae7d0339
[ticket/10399] Correctly encoding template component urls (3.0)
...
Correctly encoding template component urls
PHPBB3-10399
2011-12-01 01:46:33 +02:00
Andreas Fischer
050fb83dfe
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10501] Fix description of table prefixes
2011-11-29 20:09:38 +01:00
Andreas Fischer
e596d2ca7e
Merge remote-tracking branch 'nickvergessen/ticket/10501' into prep-release-3.0.10
...
* nickvergessen/ticket/10501:
[ticket/10501] Fix description of table prefixes
2011-11-29 20:09:25 +01:00
Andreas Fischer
f351914137
[ticket/10480] Add a build target for changelog building.
...
PHPBB3-10480
2011-11-29 20:05:27 +01:00
Andreas Fischer
4cf059e38f
[ticket/10480] Add a build script for exporting the changelog from tracker.
...
PHPBB3-10480
2011-11-29 20:05:21 +01:00
Andreas Fischer
8f1f42cc6c
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
...
PHPBB3-10502
2011-11-29 19:59:31 +01:00
Andreas Fischer
895501743d
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Remove duplicate ticket PHPBB3-10490 from changelog.
2011-11-28 23:12:44 +01:00
Andreas Fischer
593ac9ed43
[prep-release-3.0.10] Remove duplicate ticket PHPBB3-10490 from changelog.
2011-11-28 23:10:01 +01:00
Joas Schilling
cb4e72298b
[ticket/10501] Fix description of table prefixes
...
They must start with a letter, not an alphanumeric character
PHPBB3-10501
2011-11-28 11:28:46 +01:00
Joas Schilling
f88e89900f
[ticket/10503] Debug error "Invalid arguments" when previewing edits
...
Empty value of poll_options should be an empty array, so that sizeof() is 0.
PHPBB3-9776
PHPBB3-10503
2011-11-28 10:35:43 +01:00
Andreas Fischer
fc47fa06a3
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Update Changelog for 3.0.10-RC2 release.
2011-11-27 16:23:53 +01:00
Andreas Fischer
799be4469a
[prep-release-3.0.10] Update Changelog for 3.0.10-RC2 release.
2011-11-27 16:23:15 +01:00
Andreas Fischer
ede3963951
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
2011-11-27 16:13:11 +01:00
Andreas Fischer
b89320ad39
Merge remote-tracking branch 'rxu/ticket/10497' into prep-release-3.0.10
...
* rxu/ticket/10497:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
2011-11-27 16:12:39 +01:00
rxu
77e00d14a1
[ticket/10497] Fix SQL error when guest visits forum with unread topic
...
Regression from the ticket PHPBB3-9008 fix.
When topic marking was enabled for guests, and a guest visited a forum with
a new topic which is marked unread, the built SQL missed an alias for a
TOPICS_TABLE which resulted in the following error:
Unknown column 't.topic_approved' in 'where clause' [1054]
The fix is to add an alias for the table.
PHPBB3-10497
PHPBB3-9008
2011-11-27 23:11:22 +08:00
Oleg Pudeyev
92cdf08d48
[ticket/10093] Use color in commit-msg hook warning/error messages.
...
By default color is used if the message is printed to a tty,
phpbb.hooks.commit-msg.color configuration setting can override this.
PHPBB3-10093
2011-11-26 18:06:38 -05:00
Oleg Pudeyev
6a3ee0996e
[ticket/10093] Refactor complaining in commit-msg hook for color support.
...
PHPBB3-10093
2011-11-26 17:41:25 -05:00
Oleg Pudeyev
26d01d4408
[ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.
...
PHPBB3-10093
2011-11-26 17:35:35 -05:00
Oleg Pudeyev
0cb83f99ab
[ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.
...
PHPBB3-10093
2011-11-26 17:32:40 -05:00
Andreas Fischer
7520b27639
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Bumping version number for 3.0.10-RC2.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-11-26 22:20:32 +01:00
Andreas Fischer
007457f182
[prep-release-3.0.10] Bumping version number for 3.0.10-RC2.
2011-11-26 22:17:43 +01:00
Andreas Fischer
f856cc2ef6
Merge remote-tracking branch 'p/ticket/10280' into develop-olympus
...
* p/ticket/10280:
[ticket/10280] Change the display of user activation settings in the ACP.
2011-11-25 18:13:58 +01:00
RMcGirr83
3ce5b1d386
[ticket/10280] Change the display of user activation settings in the ACP.
...
Use a select box to be consistent with other settings.
PHPBB3-10280
2011-11-25 01:27:44 -05:00
Oleg Pudeyev
372698218a
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10483] Fix test suite when running with MySQL strict mode
2011-11-25 01:08:01 -05:00
Oleg Pudeyev
e08e22ca12
Merge remote-tracking branch 'igorw/ticket/10483' into prep-release-3.0.10
...
* igorw/ticket/10483:
[ticket/10483] Fix test suite when running with MySQL strict mode
2011-11-25 01:07:40 -05:00
Oleg Pudeyev
58e35759d9
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
2011-11-24 21:33:44 -05:00
Oleg Pudeyev
b531e02871
Merge remote-tracking branch 'nickvergessen/ticket/10485' into prep-release-3.0.10
...
* nickvergessen/ticket/10485:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
2011-11-24 21:32:50 -05:00
Oleg Pudeyev
a29a9266e3
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10486] Create git shortlog and git diff --stat in build script.
2011-11-24 20:14:03 -05:00
Oleg Pudeyev
39c62cd175
Merge remote-tracking branch 'bantu/ticket/10486' into prep-release-3.0.10
...
* bantu/ticket/10486:
[ticket/10486] Create git shortlog and git diff --stat in build script.
2011-11-24 19:58:53 -05:00
Oleg Pudeyev
6f41f96444
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
2011-11-23 20:50:01 -05:00
Oleg Pudeyev
3eda9cfc07
Merge remote-tracking branch 'bantu/ticket/10488' into prep-release-3.0.10
...
* bantu/ticket/10488:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
2011-11-23 20:48:39 -05:00
Oleg Pudeyev
d13ce7f560
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
2011-11-23 20:39:11 -05:00
Oleg Pudeyev
74bca1d97b
Merge remote-tracking branch 'bantu/ticket/10461' into prep-release-3.0.10
...
* bantu/ticket/10461:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
2011-11-23 20:38:58 -05:00
Oleg Pudeyev
cd60073a52
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
2011-11-23 18:39:39 -05:00
Oleg Pudeyev
4cd88199c9
Merge remote-tracking branch 'nickvergessen/ticket/10479' into prep-release-3.0.10
...
* nickvergessen/ticket/10479:
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
2011-11-23 18:37:11 -05:00
Oleg Pudeyev
a72ea2bc98
[ticket/10461] Add a comment explaining the logic here.
...
PHPBB3-10461
2011-11-23 18:15:45 -05:00
Andreas Fischer
6f40960071
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
...
We pass $log_count as false now when we do not need to know how many log
entries there are. However when $log_count is false, $log_count == 0 will be
true as well and thus we will return early with 0.
PHPBB3-9874
PHPBB3-10461
2011-11-23 23:03:41 +01:00
Andreas Fischer
43818289fe
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
...
PHPBB3-10488
2011-11-23 22:30:40 +01:00
Andreas Fischer
0d3697e40c
[ticket/10486] Create git shortlog and git diff --stat in build script.
...
PHPBB3-10486
2011-11-22 20:59:51 +01:00
Joas Schilling
c67633577f
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
...
Remove the previous fix and fix it the way we did it in PHPBB3-10360 for 3.1
PHPBB3-6632
PHPBB3-10485
2011-11-21 23:23:02 +01:00
Igor Wiedler
aef3652d7a
[ticket/10483] Fix test suite when running with MySQL strict mode
...
PHPBB3-10483
2011-11-21 13:09:27 +01:00
Andreas Fischer
a9d7b1f9a1
[develop-olympus] Increment version number to 3.0.11-dev in develop-olympus.
2011-11-21 00:57:53 +01:00
Joas Schilling
c4d3c5320e
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
...
The versions should be removed like for all other DBMS so we don't have to add
each new version.
PHPBB3-10479
2011-11-21 00:12:44 +01:00
Igor Wiedler
f5633d281e
[develop-olympus] Add changelog for 3.0.10-RC1
2011-11-21 00:08:49 +01:00
Andreas Fischer
3e43b53a63
[develop-olympus] Bump version numbers for 3.0.10-RC1 release.
2011-11-20 21:50:29 +01:00
Andreas Fischer
06ae98b1e5
[develop-olympus] Bumping version numbers to final for 3.0.10 releases.
2011-11-20 21:41:24 +01:00
Igor Wiedler
92e1681761
Merge remote-tracking branch 'bantu/ticket/10446' into develop-olympus
...
* bantu/ticket/10446:
[ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().
[ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().
[ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.
[ticket/10446] DRY X-AntiAbuse header addition.
2011-11-20 18:43:27 +01:00
Andreas Fischer
37c7668193
[ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().
...
PHPBB3-10446
2011-11-20 16:35:31 +01:00
Andreas Fischer
a7077c9149
[ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().
...
PHPBB3-10446
2011-11-20 14:02:22 +01:00
Oleg Pudeyev
c68973a9e0
[ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.
...
PHPBB3-10446
2011-11-20 04:17:42 -05:00
Oleg Pudeyev
64d62038cd
[ticket/10446] DRY X-AntiAbuse header addition.
...
PHPBB3-10446
2011-11-20 04:15:44 -05:00
Oleg Pudeyev
6155707071
Merge remote-tracking branch 'callumacrae/ticket/10402' into develop-olympus
...
* callumacrae/ticket/10402:
[ticket/10402] Fixed a formatting issue with report details.
2011-11-20 00:15:48 -05:00
Oleg Pudeyev
2359d1e268
Merge remote-tracking branch 'callumacrae/ticket/8599' into develop-olympus
...
* callumacrae/ticket/8599:
[ticket/8599] Added ability to select all to add multiple smilies screen.
2011-11-19 22:27:07 -05:00
Oleg Pudeyev
fb43029935
Merge remote-tracking branch 'cs278/ticket/10239' into develop-olympus
...
* cs278/ticket/10239:
[ticket/10239] Correct undefined variable error.
[ticket/10239] Add confirm box to backup restore.
2011-11-19 21:52:43 -05:00
Oleg Pudeyev
d03366fba2
Merge remote-tracking branch 'nickvergessen/ticket/8996' into develop-olympus
...
* nickvergessen/ticket/8996:
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
2011-11-19 21:15:25 -05:00
Joas Schilling
eb1f15bc8b
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
2011-11-18 23:27:25 +01:00
Chris Smith
810016ce94
[ticket/10239] Correct undefined variable error.
...
PHPBB3-10239
2011-11-18 21:29:02 +00:00
Nils Adermann
4be9c70827
Merge remote-tracking branch 'github-nickvergessen/ticket/9776' into develop-olympus
...
* github-nickvergessen/ticket/9776:
[ticket/9776] Delete poll if no poll options were submitted.
2011-11-18 20:31:26 +01:00
Joas Schilling
4fae5eef68
[ticket/9776] Delete poll if no poll options were submitted.
...
PHPBB3-9776
2011-11-18 20:29:50 +01:00
Nils Adermann
6894477b60
Merge remote-tracking branch 'github-nickvergessen/ticket/9956' into develop-olympus
...
* github-nickvergessen/ticket/9956:
[ticket/9956] Display error message if no disapprove reason given
2011-11-18 19:41:10 +01:00
Nils Adermann
665982bb32
Merge remote-tracking branch 'github-rxu/ticket/9416' into develop-olympus
...
* github-rxu/ticket/9416:
[ticket/9416] HTML entities in poll titles and options incorrectly re-encoded
2011-11-18 19:32:36 +01:00
Nils Adermann
cfaf0e1e96
Merge remote-tracking branch 'github-nickvergessen/ticket/10296' into develop-olympus
...
* github-nickvergessen/ticket/10296:
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
2011-11-18 19:17:20 +01:00
Andreas Fischer
93c4cdd1de
Merge remote-tracking branch 'nickvergessen/ticket/10185' into develop-olympus
...
* nickvergessen/ticket/10185:
[ticket/10185] Always set board startdate on conversion
2011-11-18 18:07:44 +01:00
Joas Schilling
a7d7083d75
Merge remote-tracking branch 'remotes/rxu/ticket/9008' into develop-olympus
2011-11-18 15:22:01 +01:00
Oleg Pudeyev
aeb896399c
Merge remote-tracking branch 'nickvergessen/ticket/10157' into develop-olympus
...
* nickvergessen/ticket/10157:
[ticket/10157] Add notification to update cpfs when installing a language.
2011-11-17 12:44:04 -05:00
rxu
3091efc501
[ticket/9416] HTML entities in poll titles and options incorrectly re-encoded
...
PHPBB3-9416
2011-11-17 22:16:41 +08:00
Joas Schilling
b2b057910e
[ticket/10157] Add notification to update cpfs when installing a language.
...
We currently just copy the language-strings from the default language. But the
admin should be reminded to change them.
PHPBB3-10157
2011-11-17 10:28:16 +01:00
dmauri
3d893c8222
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
...
PHPBB3-10296
2011-11-15 22:19:45 +01:00
Joas Schilling
e8686d9dad
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
...
PHPBB3-10296
2011-11-15 22:14:28 +01:00
Joas Schilling
815dd3591b
[ticket/10185] Always set board startdate on conversion
...
The board startdate should always be set to first user registration date.
The current code did not do anything at all, as the board_startdate was always
set on installation before running the convertor.
PHPBB3-10185
2011-11-15 17:23:55 +01:00
Andreas Fischer
39f8592312
Merge remote-tracking branch 'rxu/ticket/10419' into develop-olympus
...
* rxu/ticket/10419:
[ticket/10419] Reword the language strings
[ticket/10419] Reword some language strings, minor code changes
[ticket/10419] Add mbstring PHP ini parameters checks to ACP
2011-11-15 16:46:08 +01:00
rxu
f1a53659bd
[ticket/10419] Reword the language strings
...
PHPBB3-10419
2011-11-15 23:43:52 +08:00
Andreas Fischer
f7286e1abe
Merge remote-tracking branch 'nickvergessen/ticket/10452' into develop-olympus
...
* nickvergessen/ticket/10452:
[ticket/10452] Fix xHTML errors when print-viewing PMs
2011-11-14 21:57:00 +01:00
Raimon
c0ffc8386c
[ticket/10453] PM viewmessage page is misplacing the online icon
...
Removed the position: absolute value, and made it so that if the
buttons are bigger the text move with it, also added support for
bidi.css (text right to left).
PHPBB3-10453
http://tracker.phpbb.com/browse/PHPBB3-10453
2011-11-14 21:38:10 +01:00
Andreas Fischer
69f943c8d6
Merge remote-tracking branch 'nickvergessen/ticket/9361' into develop-olympus
...
* nickvergessen/ticket/9361:
[ticket/9361] View correct error messages when editing account information
2011-11-14 19:01:06 +01:00
Joas Schilling
14af18cb1b
[ticket/9361] View correct error messages when editing account information
...
Currently the "current password" is only checked, when you change something.
This means you get "Your profile has been updated." although you enter a wrong
password. I also added proper error messages, when you leave the confirm fields
empty, and sorted them in the order of the field appearances on the html page.
PHPBB3-9361
2011-11-14 18:54:12 +01:00
Joas Schilling
9830453487
[ticket/10452] Fix xHTML errors when print-viewing PMs
...
Also changed the layout of prosilvers PM print-view, so it looks like the post
print-view and not like the subsilver2 print-view.
PHPBB3-10452
2011-11-14 18:41:19 +01:00
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
Andreas Fischer
9d7b144c54
Merge remote-tracking branch 'bantu/ticket/10254' into develop-olympus
...
* bantu/ticket/10254:
[ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css
[ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com.
[ticket/10254] Removing the NOTE as it is incompatible with phpBB.com.
[ticket/10254] Remove subsilver2 as default style on theme.
[ticket/10254] Remove style names from themes and fix some informations on it.
2011-11-14 13:44:38 +01:00
Andreas Fischer
e543effc64
[ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css
...
PHPBB3-10254
2011-11-14 13:32:54 +01:00
maelsoucaze
cf044c363b
[ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com.
...
PHPBB3-10254
2011-11-14 13:29:38 +01:00
maelsoucaze
4d760630c3
[ticket/10254] Removing the NOTE as it is incompatible with phpBB.com.
...
PHPBB3-10254
2011-11-14 13:29:28 +01:00
maelsoucaze
c79992d1cc
[ticket/10254] Remove subsilver2 as default style on theme.
...
PHPBB3-10254
2011-11-14 13:29:18 +01:00
maelsoucaze
dee836315c
[ticket/10254] Remove style names from themes and fix some informations on it.
...
PHPBB3-10254
2011-11-14 13:28:42 +01:00
Andreas Fischer
9553b2239c
Merge remote-tracking branch 'igorw/ticket/10087' into develop-olympus
...
* igorw/ticket/10087:
[ticket/10087] Organize bans in acp_baninto optgroups
2011-11-13 21:13:22 +01:00
Andreas Fischer
0a5d2a84d1
Merge remote-tracking branch 'igorw/ticket/8616' into develop-olympus
...
* igorw/ticket/8616:
[ticket/8616] Include old U_INBOX var for BC
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
[ticket/8616] Direct links in pm notification emails
2011-11-13 20:34:39 +01:00
Andreas Fischer
0579795a17
Merge remote-tracking branch 'nickvergessen/ticket/7138' into develop-olympus
...
* nickvergessen/ticket/7138:
[ticket/7138] Allow simple header and footer for trigger_error() messages
2011-11-13 20:24:55 +01:00
Raimon
65921ae67a
[ticket/10453] PM viewmessage page is misplacing the online icon
...
PHPBB3-10453
http://tracker.phpbb.com/browse/PHPBB3-10453
2011-11-13 20:10:51 +01:00
David King
b371d62dd3
[ticket/7138] Allow simple header and footer for trigger_error() messages
...
Adds a template condition using S_SIMPLE_MESSAGE that must be set to true
before calling trigger_error() which will automatically use the simple
header and footer files in the template directory instead of the overall
header and footer files.
PHPBB3-7138
2011-11-13 16:30:11 +01:00
Igor Wiedler
00f792f16f
Merge remote-tracking branch 'bantu/ticket/10190' into develop-olympus
...
* bantu/ticket/10190:
[ticket/10190] Do not show hint about permissions when editing forum settings.
2011-11-13 16:08:19 +01:00
Andreas Fischer
4c765bb206
Merge remote-tracking branch 'igorw/ticket/10365' into develop-olympus
...
* igorw/ticket/10365:
[ticket/10365] Fix up S_POST_UNAPPROVED check, make it easier to read
[ticket/10365] Require m_report permission to see reports in mcp_post
[ticket/10365] Make sure moderators only get mcp_reports link when allowed
2011-11-13 15:47:30 +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
52bd8c307f
[ticket/10365] Fix up S_POST_UNAPPROVED check, make it easier to read
...
PHPBB3-10365
2011-11-13 15:37:26 +01:00
Andreas Fischer
f00f3ad8ea
Merge remote-tracking branch 'nickvergessen/ticket/10437' into develop-olympus
...
* nickvergessen/ticket/10437:
[ticket/10437] Do not display announcements that are waiting for approval
2011-11-13 15:35:18 +01:00
Joas Schilling
91155d1330
[ticket/10437] Do not display announcements that are waiting for approval
...
PHPBB3-10437
2011-11-13 15:33:47 +01:00
Andreas Fischer
2d989d4322
Merge remote-tracking branch 'nickvergessen/ticket/10435' into develop-olympus
...
* nickvergessen/ticket/10435:
[ticket/10435] Readd local announcements to total topic count in viewforum
2011-11-13 14:13:42 +01:00
Igor Wiedler
edd5866a6e
[ticket/10087] Organize bans in acp_baninto optgroups
...
PHPBB3-10087
2011-11-11 23:08:52 +01:00
Igor Wiedler
2b3effb13c
[ticket/8616] Include old U_INBOX var for BC
...
PHPBB3-8616
2011-11-11 22:34:45 +01:00
Andreas Fischer
f3c9133a6c
Merge remote-tracking branch 'nickvergessen/ticket/10237' into develop-olympus
...
* nickvergessen/ticket/10237:
[ticket/10237] Display login-box for guests, when (un)subscribing
2011-11-11 22:07:11 +01:00
Joas Schilling
0d3e9bf446
[ticket/10435] Readd local announcements to total topic count in viewforum
...
We need to readd the local announcements to the forums total topic count,
otherwise the number is different from the one in the forum list.
PHPBB3-10435
2011-11-11 14:06:02 +01:00
Joas Schilling
1a19388aa3
[ticket/10237] Display login-box for guests, when (un)subscribing
...
Also initialise $is_watching for PHP Notice: Undefined variable is_watching
PHPBB3-10237
2011-11-06 23:51:29 +01:00
rxu
2918fbc970
[ticket/10419] Reword some language strings, minor code changes
...
PHPBB3-10419
2011-11-05 01:02:40 +08:00
Andreas Fischer
945a63d204
Merge remote-tracking branch 'nickvergessen/ticket/7932' into develop-olympus
...
* nickvergessen/ticket/7932:
[ticket/7932] Fix font size in select boxes
2011-11-01 20:23:20 +01:00
Andreas Fischer
0b1199f7b2
Merge remote-tracking branch 'nickvergessen/ticket/9036' into develop-olympus
...
* nickvergessen/ticket/9036:
[ticket/9036] Add template variable 'S_AUTH_READ' to forumlist
2011-11-01 20:08:17 +01:00
Igor Wiedler
18ca3a32bc
[ticket/10365] Require m_report permission to see reports in mcp_post
...
This was exposed to anyone with m_ perms in mcp_post_details.
PHPBB3-10365
2011-10-30 19:10:58 +01:00
Igor Wiedler
d6c3e7785d
[ticket/10365] Make sure moderators only get mcp_reports link when allowed
...
The m_report permission is not not being checked when displaying the link to
mcp_reports.
PHPBB3-10365
2011-10-30 19:10:57 +01:00
Joas Schilling
a63490f744
Merge remote-tracking branch 'remotes/marc1706/ticket/9778' into develop-olympus
2011-10-30 16:10:45 +01:00
Marc Alexander
75a44a6970
[ticket/9778] Replaced "Find a member" with "Enter username"
...
When clicking on the "Users and groups" tab in the ACP, the user is
able to either enter the username of the member he wants to manage
or click on "Find a member" below the input field. Unfortunately,
the label for the input field is also "Find a member", which leads
some users to the idea that they can search for users using that
input field. By changing the label to "Enter username" this should
be clear to the user.
PHPBB3-9778
2011-10-30 15:46:52 +01:00
Andreas Fischer
bb40789552
[ticket/10434] Add script for creating search index from CLI.
...
PHPBB3-10434
2011-10-30 14:00:30 +01:00
Patrick Webster
baac9e5d15
[ticket/10349] Removed duplicated functions from schema loading in tests
...
PHPBB3-10349
2011-10-29 17:10:10 -05:00
Joas Schilling
cf49b5f46f
[ticket/7932] Fix font size in select boxes
...
PHPBB3-7932
2011-10-29 23:32:47 +02:00
Joas Schilling
da8cac280c
[ticket/9036] Add template variable 'S_AUTH_READ' to forumlist
...
PHPBB3-9036
2011-10-29 16:26:17 +02: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
319d12bedf
Merge remote-tracking branch 'bantu/ticket/10420' into develop-olympus
...
* bantu/ticket/10420:
[ticket/10420] Update includes/startup.php for PHP 5.4.
2011-10-29 12:37:16 +02:00
Igor Wiedler
d0bbb3f7f0
Merge remote-tracking branch 'cyberalien/ticket/10422' into develop-olympus
...
* cyberalien/ticket/10422:
[ticket/10422] Invalid "if" in viewtopic_body.html
2011-10-29 12:35:30 +02:00
Igor Wiedler
020106eeb9
Merge remote-tracking branch 'bantu/ticket/10421' into develop-olympus
...
* bantu/ticket/10421:
[ticket/10421] Correct parameter order for phpbb_check_hash() in acp_users.php
2011-10-29 12:32:25 +02:00
Igor Wiedler
17451e0842
Merge remote-tracking branch 'dellsystem/ticket/olympus/10430' into develop-olympus
...
* dellsystem/ticket/olympus/10430:
[ticket/10430] Fix typos/etc in coding guidelines
2011-10-29 12:22:02 +02:00
Igor Wiedler
5e3f73c498
Merge remote-tracking branch 'bantu/ticket/10259' into develop-olympus
...
* bantu/ticket/10259:
[ticket/10259] Do not send notifications to user accounts joining free groups.
2011-10-29 11:43:28 +02:00
Igor Wiedler
983b3d7f64
Merge remote-tracking branch 'bantu/ticket/10166' into develop-olympus
...
* bantu/ticket/10166:
[ticket/10166] No longer refer to previous mail in admin_welcome_activated.txt
2011-10-29 11:38:57 +02:00
Joas Schilling
219bdbaf70
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
...
PHPBB3-8996
2011-10-29 01:27:12 +02:00
Andreas Fischer
2e9e0a7d78
[ticket/10166] No longer refer to previous mail in admin_welcome_activated.txt
...
It does not make much sense to say "the username you received in a previous
e-mail" when the message itself contains the username.
PHPBB3-10166
2011-10-29 00:32:38 +02:00
Andreas Fischer
fa23def774
[ticket/10190] Do not show hint about permissions when editing forum settings.
...
PHPBB3-10190
2011-10-29 00:16:30 +02:00
dellsystem
8b99f04943
[ticket/10430] Fix typos/etc in coding guidelines
...
Mainly minor changes to correct errors and improve readability.
* "overcroud" --> "overcrowd"
* "concentinations" --> "concatenations"
* "SQL Statements", "SQL Formatting" - unnecessary capitalisation removed
* "keep a very close eye to it" --> "keep a very close eye on it"
* Fixed some fragmented sentences under the SQL Quotes section
* Added capitalisation of "sql", "select", "select distinct"
* "noticable" --> "noticeable"
* "outputed" --> "outputted"
* Added a missing "it" on the line about append_sid()
* And some other grammatical/stylistic changes, not worth listing them all
PHPBB3-10430
2011-10-28 10:27:38 -04:00
Callum Macrae
8795362879
[ticket/10402] Fixed a formatting issue with report details.
...
Line returns were being removed and links weren't being made clickable.
This commit adds a line (contributed by AmigoJack) to retain the link
breaks and make links clickable.
PHPBB3-10402
2011-10-22 23:03:49 +01:00
Andreas Fischer
ba1464b6e0
[ticket/10421] Correct parameter order for phpbb_check_hash() in acp_users.php
...
PHPBB3-10421
2011-10-18 21:25:27 +02:00
Andreas Fischer
cd184e4912
[ticket/10420] Update includes/startup.php for PHP 5.4.
...
PHP 5.4 dropped support for register globals and magic quotes.
Calling set_magic_quotes_runtime() on PHP 5.4 actually results in an
E_CORE_ERROR error.
PHPBB3-10420
2011-10-18 21:16:42 +02:00
Vjacheslav Trushkin
c8399b8e30
[ticket/10422] Invalid "if" in viewtopic_body.html
...
Fixing incorrect "IF" in viewtopic_body.html
PHPBB3-10422
2011-10-18 21:37:51 +03:00
rxu
88b31c2ab3
[ticket/10419] Add mbstring PHP ini parameters checks to ACP
...
PHPBB3-10419
2011-10-18 02:09:08 +08:00
Andreas Fischer
8f6cfc77d2
[ticket/10259] Do not send notifications to user accounts joining free groups.
...
It does not make sense to send notifications to users joining a freely open
group. They already know that they were added to the group, because they
triggered the actual join.
PHPBB3-10259
2011-10-17 19:10:41 +02:00
Andreas Fischer
cfb5135805
Merge remote-tracking branch 'nickvergessen/ticket/9525' into develop-olympus
...
* nickvergessen/ticket/9525:
[ticket/9525] Minimum post length 0 is accepted but not working.
2011-10-17 16:43:58 +02:00
Igor Wiedler
ff0839e76b
Merge remote-tracking branch 'bantu/ticket/10416' into develop-olympus
...
* bantu/ticket/10416:
[ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().
2011-10-17 02:40:44 +02:00
Andreas Fischer
cc227cc6f6
Merge remote-tracking branch 'igorw/ticket/10413' into develop-olympus
...
* igorw/ticket/10413:
[ticket/10413] Fix CS
[ticket/10413] Make create_schema_files usable
2011-10-16 20:16:12 +02:00
Andreas Fischer
fa1d9a4571
[ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().
...
PHPBB3-10416
2011-10-16 20:10:37 +02:00
Igor Wiedler
8d33dea2cd
[ticket/10413] Fix CS
...
PHPBB3-10413
2011-10-16 19:30:33 +02:00
Nils Adermann
7813135365
Merge remote-tracking branch 'github-igorw/ticket/10377' into develop-olympus
...
* github-igorw/ticket/10377:
[ticket/10377] Do not allow all moderators to sticky posts
2011-10-14 17:56:38 +02:00
Igor Wiedler
cafefe9379
Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus
...
* bantu/ticket/10327:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
2011-10-14 17:50:08 +02:00
Igor Wiedler
27279afa1e
[ticket/10377] Do not allow all moderators to sticky posts
...
In the mcp the change_topic_type does not properly check permissions,
allowing moderators to make any post sticky or announced by visiting the
correct URL.
PHPBB3-10377
2011-10-14 17:37:12 +02:00
Andreas Fischer
607761e830
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
...
PHPBB3-10327
2011-10-14 17:23:29 +02:00
Andreas Fischer
7e18d2b861
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
...
PHPBB3-10327
2011-10-14 17:23:21 +02:00
Andreas Fischer
4effe8fb8b
[ticket/8240] Add ability to get a list of columns of a tables to db_tools.
...
PHPBB3-8240
2011-10-14 16:35:14 +02:00
Andreas Fischer
234edf674c
[ticket/8240] Add ability to get a list of tables to db_tools.
...
PHPBB3-8240
2011-10-14 16:35:07 +02:00
Joas Schilling
e40abfbde9
[ticket/9525] Minimum post length 0 is accepted but not working.
...
PHPBB3-9525
2011-10-14 15:19:47 +02:00
Igor Wiedler
1657339e6d
Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus
...
* bantu/ticket/10327:
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
2011-10-14 14:34:44 +02:00
Andreas Fischer
d86fccf9c9
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
...
* CREATE INDEX is internally mapped to an ALTER INDEX statement.
* CREATE INDEX requires the INDEX permission.
* ALTER TABLE requires the (more powerful) ALTER permission.
* We require the ALTER permission anyway for operation.
* Changing CREATE INDEX to ALTER TABLE thus removes dependency on the INDEX
permission which is good because some management software does not give
out the INDEX permission by default.
http://dev.mysql.com/doc/refman/5.0/en/create-index.html
PHPBB3-10327
2011-10-14 14:30:51 +02:00
Joas Schilling
893469c652
Merge remote-tracking branch 'remotes/igorw/ticket/10189' into develop-olympus
2011-10-14 04:38:42 +02:00
Igor Wiedler
c3f3435228
[ticket/10189] Get rid of $id$ from schema files
...
PHPBB3-10189
2011-10-14 04:29:28 +02:00
Joas Schilling
ab8ecf5b92
[ticket/9956] Display error message if no disapprove reason given
...
PHPBB3-9956
2011-10-14 04:18:44 +02:00
Igor Wiedler
3100b9bb7c
Merge remote-tracking branch 'naderman/ticket/10212' into develop-olympus
...
* naderman/ticket/10212:
[ticket/10212] Return a CAPTCHA on incorrect username for ip limited users too
2011-10-14 03:55:23 +02:00
Nils Adermann
768932a3f2
[ticket/10212] Return a CAPTCHA on incorrect username for ip limited users too
...
PHPBB3-10212
2011-10-14 03:41:52 +02:00
Igor Wiedler
8cf22f5529
[ticket/10189] Add "automatically generated" comment into schema-files
...
PHPBB3-10189
2011-10-14 03:41:02 +02:00
Igor Wiedler
7fa14e654a
[ticket/10413] Make create_schema_files usable
...
PHPBB3-10413
2011-10-14 03:12:44 +02:00
Nils Adermann
d16b160d5c
Merge remote-tracking branch 'github-nickvergessen/ticket/10074' into develop-olympus
...
* github-nickvergessen/ticket/10074:
[ticket/10074] Change default value of 'Set as special rank' to No
2011-10-14 02:55:05 +02:00
Nils Adermann
cdacbd07f8
Merge remote-tracking branch 'github-bantu/ticket/10187' into develop-olympus
...
* github-bantu/ticket/10187:
[ticket/10187] XHTML fix for empty groups in UCP.
2011-10-14 02:51:12 +02:00
Nils Adermann
dda1e13126
Merge remote-tracking branch 'github-bantu/ticket/10278' into develop-olympus
...
* github-bantu/ticket/10278:
[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.
[ticket/10278] Also timeout when receiving data over a slow connection.
[ticket/10278] Decrease default timeout of get_remote_file() to 6 seconds.
[ticket/10278] Return with a timeout error when fread() or fgets() time out.
[ticket/10278] Also set timeout on stream in get_remote_file().
2011-10-14 02:47:45 +02:00
Joas Schilling
1f677d5de3
[ticket/10074] Change default value of 'Set as special rank' to No
...
PHPBB3-10074
2011-10-14 02:41:37 +02:00
Andreas Fischer
4e69fe6859
Merge remote-tracking branch 'igorw/ticket/10307' into develop-olympus
...
* igorw/ticket/10307:
[ticket/10307] Add a test for PHPBB3-10307
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
2011-10-13 23:44:42 +02:00
Andreas Fischer
3ad5c45097
[ticket/10187] XHTML fix for empty groups in UCP.
...
PHPBB3-10187
2011-10-13 21:11:58 +02:00
Igor Wiedler
39f6d58315
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
...
PHPBB3-8616
2011-10-13 19:28:46 +02:00
Alan
f7c1341402
[ticket/8616] Direct links in pm notification emails
...
Import the "Direct links in pm notification emails" modification,
version 1.0.1.
PHPBB3-8616
2011-10-13 19:17:56 +02:00
Andreas Fischer
e43b7813a5
Merge remote-tracking branch 'igorw/ticket/10246' into develop-olympus
...
* igorw/ticket/10246:
[ticket/10246] Move coding guidelines VCS section to wiki
2011-10-13 18:29:17 +02:00
Andreas Fischer
1dc1583b92
[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.
...
PHPBB3-10278
2011-10-13 18:23:33 +02:00
Andreas Fischer
091119605a
[ticket/10278] Also timeout when receiving data over a slow connection.
...
PHPBB3-10278
2011-10-13 18:03:02 +02:00
Igor Wiedler
75ef0fde82
[ticket/10246] Move coding guidelines VCS section to wiki
...
The VCS section can now be found at:
* http://wiki.phpbb.com/Git#Branches
PHPBB3-10246
2011-10-13 17:43:59 +02:00
Andreas Fischer
b957639abb
Merge remote-tracking branch 'igorw/ticket/8094' into develop-olympus
...
* igorw/ticket/8094:
[ticket/8094] Remove ambiguity of "phpBB has no categories"
2011-10-13 17:25:10 +02:00
Andreas Fischer
8017469e59
Merge remote-tracking branch 'igorw/ticket/10275' into develop-olympus
...
* igorw/ticket/10275:
[ticket/10275] Remove incorrect password information from FAQ
2011-10-13 17:20:52 +02:00
Andreas Fischer
57d157a723
Merge remote-tracking branch 'igorw/ticket/9898' into develop-olympus
...
* igorw/ticket/9898:
[ticket/9898] Encourage patches in README
2011-10-13 17:16:20 +02:00
Andreas Fischer
3a92623dfa
Merge remote-tracking branch 'nickvergessen/ticket/10408' into develop-olympus
...
* nickvergessen/ticket/10408:
[ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
2011-10-13 17:09:48 +02:00
Igor Wiedler
ee91656968
[ticket/10275] Remove incorrect password information from FAQ
...
FAQ contains instructions to find the password in the registration
e-mail. We no longer send the password on registration. So let's just
remove this incorrect piece of information from the FAQ.
PHPBB3-10275
2011-10-13 17:09:34 +02:00
Andreas Fischer
4c1bde350a
Merge remote-tracking branch 'nickvergessen/ticket/10304' into develop-olympus
...
* nickvergessen/ticket/10304:
[ticket/10304] Fix URL for ICQ while view private messages
2011-10-13 17:07:28 +02:00
Andreas Fischer
4b42646f36
Merge remote-tracking branch 'nickvergessen/ticket/10400' into develop-olympus
...
* nickvergessen/ticket/10400:
[ticket/10400] Allow forum name to be '0'
2011-10-13 17:05:01 +02:00
Igor Wiedler
6d9e9d1901
[ticket/10307] Add a test for PHPBB3-10307
...
PHPBB3-10307
2011-10-13 16:57:42 +02:00
Igor Wiedler
3cd8c2507d
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
...
PHPBB3-10307
2011-10-13 16:43:11 +02:00
Igor Wiedler
6698a9cbd6
[ticket/8094] Remove ambiguity of "phpBB has no categories"
...
PHPBB3-8094
2011-10-13 16:25:41 +02:00
Joas Schilling
88aacd0f2c
[ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
...
PHPBB3-10408
2011-10-13 15:52:12 +02:00
Joas Schilling
b515f5462e
Merge remote-tracking branch 'remotes/cyberalien/ticket/10397' into develop-olympus
2011-10-13 14:37:45 +02:00
Joas Schilling
f94f872624
[ticket/10304] Fix URL for ICQ while view private messages
...
PHPBB3-10304
2011-10-13 13:59:39 +02:00
Igor Wiedler
d4bbfae0d5
[ticket/9898] Encourage patches in README
...
PHPBB3-9898
2011-10-13 11:53:25 +02:00
Joas Schilling
cacb9f2ec5
[ticket/10400] Allow forum name to be '0'
...
PHPBB3-10400
2011-10-07 09:44:31 +02:00
Vjacheslav Trushkin
b38fbc6d25
[ticket/10397] Pagination inconsistency fix
...
Fixing topic_generate_pagination()
PHPBB3-10397
2011-10-04 12:24:42 +03:00
Vjacheslav Trushkin
12882084d4
[ticket/10397] Pagination inconsistency fix
...
Fixing inconsistency in code generated by generate_pagination()
PHPBB3-10397
2011-10-04 11:55:25 +03:00
Patrick Webster
b4dcd4193e
[ticket/10349] Update function comment
...
PHPBB3-10349
2011-09-28 11:27:39 -05:00
Patrick Webster
26e84b12e8
[ticket/10349] Use new schema comment function in installer
...
This is what now runs in the unit tests. The COMMENTS field in the dbms data
is no longer needed, so it has been removed.
PHPBB3-10349
2011-09-28 01:52:08 -05:00
Andreas Fischer
86f8851c40
Merge remote-tracking branch 'naderman/ticket/10394' into develop-olympus
...
* naderman/ticket/10394:
[ticket/10394] Use call_user_func_array to pass a ref into a dynamic function
2011-09-27 22:39:30 +02:00
Nils Adermann
b197ea56c2
[ticket/10394] Use call_user_func_array to pass a ref into a dynamic function
...
PHPBB3-10394
2011-09-27 22:32:20 +02:00
Andreas Fischer
dad7aa9593
Merge remote-tracking branch 'nickvergessen/ticket/10315' into develop-olympus
...
* nickvergessen/ticket/10315:
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
2011-09-27 20:57:55 +02:00
Andreas Fischer
13b718e720
Merge remote-tracking branch 'naderman/ticket/10394' into develop-olympus
...
* naderman/ticket/10394:
[ticket/10394] Remove call-time pass by reference from tests for PHP 5.4
2011-09-27 20:21:57 +02:00
Nils Adermann
b571b3e032
[ticket/10394] Remove call-time pass by reference from tests for PHP 5.4
...
PHPBB3-10394
2011-09-27 17:31:24 +02:00
Chris Smith
81f9385477
[ticket/9307] Add config variable to installation schema.
...
PHPBB3-9307
2011-09-25 22:13:43 +01:00
rxu
e0869b39a3
[ticket/9008] Incorrect unread topic tracking for unapproved topics
...
PHPBB3-9008
2011-09-25 10:59:41 +08: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
Chris Smith
a1febdd429
[ticket/10239] Add confirm box to backup restore.
...
PHPBB3-10239
2011-09-21 21:19:37 +01:00
Patrick Webster
4bc11db0ff
[ticket/10349] Unit tests: Consolidate schema comment removal functions
...
PHPBB3-10349
2011-09-20 23:23:03 -05:00
Joas Schilling
5b66413f69
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
...
PHPBB3-10315
2011-09-21 01:02:28 +02:00
Nils Adermann
cc2ecc9171
Merge remote-tracking branch 'github-bantu/ticket/10370' into develop-olympus
...
* github-bantu/ticket/10370:
[ticket/10370] Add function documentation for get_stacktrace().
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
[ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().
[ticket/10370] Add require_once to whitelisted functions.
[ticket/10370] Use single string instead of an array for arguments.
[ticket/10370] Ease up code checking for arguments of include etc.
[ticket/10370] Use unset() on the first backtrace instead of checking in loop.
[ticket/10370] Use phpbb_filter_root_path() in get_backtrace().
2011-09-19 17:53:55 +02:00
Andreas Fischer
79ad3a3f32
[ticket/10370] Add function documentation for get_stacktrace().
...
PHPBB3-10370
2011-09-19 17:45:32 +02:00
Andreas Fischer
fc2af460ee
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
...
Taken from 2db54cf7e809e731e4440377bcc06e2aa05f190d.
PHPBB3-10370
2011-09-19 17:37:16 +02:00
Andreas Fischer
19ce73c884
[ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().
...
PHPBB3-10370
2011-09-19 17:37:16 +02:00
Andreas Fischer
8a84f42f7d
[ticket/10370] Add require_once to whitelisted functions.
...
PHPBB3-10370
2011-09-19 17:37:15 +02:00
Andreas Fischer
7965387201
[ticket/10370] Use single string instead of an array for arguments.
...
PHPBB3-10370
2011-09-19 17:37:15 +02:00
Andreas Fischer
0df7e5eefa
[ticket/10370] Ease up code checking for arguments of include etc.
...
PHPBB3-10370
2011-09-19 17:37:10 +02:00
Andreas Fischer
12530a763b
[ticket/10370] Use unset() on the first backtrace instead of checking in loop.
...
PHPBB3-10370
2011-09-19 16:58:25 +02:00
Andreas Fischer
9c0f75fd65
[ticket/10370] Use phpbb_filter_root_path() in get_backtrace().
...
PHPBB3-10370
2011-09-19 16:57:09 +02:00
Nils Adermann
410028eecf
Merge remote-tracking branch 'github-bantu/ticket/10245' into develop-olympus
...
* github-bantu/ticket/10245:
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
2011-09-18 23:25:04 +02:00
Nils Adermann
94fead702a
Merge remote-tracking branch 'github-bantu/ticket/10369' into develop-olympus
...
* github-bantu/ticket/10369:
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
[ticket/10369] Rename filter_errfile() to filter_root_path().
[ticket/10369] DRY code to remove phpbb path from errfile.
[ticket/10369] Always include errfile and errline in format_errors().
2011-09-18 23:20:45 +02:00
Andreas Fischer
1b390f0b49
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
...
PHPBB3-10369
2011-09-18 23:03:28 +02:00
Andreas Fischer
c8564e6ce9
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
...
PHPBB3-10369
2011-09-18 22:41:02 +02:00
Andreas Fischer
1ad97424a4
[ticket/10369] Rename filter_errfile() to filter_root_path().
...
PHPBB3-10369
2011-09-18 22:32:25 +02:00
Andreas Fischer
9006984d5a
[ticket/10369] DRY code to remove phpbb path from errfile.
...
PHPBB3-10369
2011-09-18 22:24:14 +02:00
Andreas Fischer
7b3f6cb219
[ticket/10369] Always include errfile and errline in format_errors().
...
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
2011-09-18 22:23:41 +02:00
Andreas Fischer
05515e0510
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
...
PHPBB3-10245
2011-09-18 22:04:34 +02:00
Andreas Fischer
eb8b1c333f
Merge remote-tracking branch 'galaxyAbstractor/ticket/10324' into develop-olympus
...
* galaxyAbstractor/ticket/10324:
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
2011-09-17 23:34:30 +02:00
galaxyAbstractor
94a0b7ef2e
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
...
Replaced the deprecated align and width attributes with CSS.
PHPBB3-10324
2011-09-17 21:59:11 +02:00
Andreas Fischer
92373e6d46
Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus
...
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
2011-09-06 00:43:10 +02:00
Andreas Fischer
d28ec48675
Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus
...
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
2011-09-06 00:42:48 +02:00
Andreas Fischer
3801101f3b
Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus
...
* Noxwizard/ticket/10352:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
2011-09-06 00:42:40 +02:00
Igor Wiedler
4e2437a6c1
Merge remote-tracking branch 'p/ticket/10354' into develop-olympus
...
* p/ticket/10354:
[ticket/10354] Include cache directory path in unwritable message.
2011-09-05 09:14:30 +02:00
Igor Wiedler
85bdc65df1
Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympus
...
* callumacrae/ticket/10240:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
2011-09-05 09:07:52 +02:00
Oleg Pudeyev
cf5f0cce83
Merge remote-tracking branch 'nickvergessen/ticket/10321' into develop-olympus
...
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
2011-09-05 02:42:41 -04:00
Oleg Pudeyev
1061e881bd
[ticket/10354] Include cache directory path in unwritable message.
...
When template tests are skipped because cache directory is not
writable, include path to the cache directory into the message
saying it is not writable.
PHPBB3-10354
2011-09-05 01:20:57 -04:00
Patrick Webster
5c7f5f0516
[ticket/10352] Add missing break for Oracle's sql_table_drop()
...
PHPBB3-10352
2011-09-04 20:31:34 -05:00
Patrick Webster
d938d5d399
[ticket/10351] Fix Oracle's sql_column_remove()
...
The correct syntax is DROP COLUMN.
PHPBB3-10351
2011-09-04 20:22:36 -05:00
Patrick Webster
bcaf65d7cd
[ticket/10349] Unit tests: Remove comments while loading schema files
...
Perform the same operations that the installer does when preparing the schema
files. These functions come straight from /includes/functions_install.php and
/includes/functions_admin.php.
PHPBB3-10349
2011-09-03 17:26:36 -05:00
Andreas Fischer
8e5eacf692
Merge remote-tracking branch 'nickvergessen/ticket/10339' into develop-olympus
...
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
2011-08-30 01:52:17 +02:00
Andreas Fischer
1daefc6177
Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus
...
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
2011-08-30 01:39:14 +02:00
Joas Schilling
a73bc353d6
Merge remote-tracking branch 'remotes/bantu/ticket/10341' into ticket/bantu/10341
...
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
2011-08-29 22:27:20 +02:00
Joas Schilling
6cde745e28
Merge remote-tracking branch 'remotes/naderman/ticket/10346' into ticket/10346
...
* remotes/naderman/ticket/10346:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
2011-08-29 20:56:06 +02:00
Nils Adermann
0f2e45800e
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
...
PHPBB3-10346
2011-08-29 14:24:50 -04:00
Oleg Pudeyev
0d41385344
Merge remote-tracking branch 'nickvergessen/ticket/10253' into develop-olympus
...
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
2011-08-27 17:38:27 -04:00
Nils Adermann
dc9a771473
Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympus
...
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
2011-08-26 05:59:13 -04:00
Nils Adermann
0d4089da7f
Merge remote-tracking branch 'github-bantu/ticket/10320' into develop-olympus
...
* github-bantu/ticket/10320:
[ticket/10320] Exclude passworded forums when determining "Most active topic".
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
2011-08-25 23:20:55 -04:00
Nils Adermann
d602f74866
Merge remote-tracking branch 'github-bantu/ticket/9995' into develop-olympus
...
* github-bantu/ticket/9995:
[ticket/9995] Do not run forum SQL query when marking the whole board read.
[ticket/9995] Always continue when harvesting $forum_ids for markread().
[ticket/9995] Remove useless statement from display_forums()
2011-08-25 23:12:22 -04:00
Nils Adermann
34491f5569
Merge remote-tracking branch 'github-bantu/ticket/10222' into develop-olympus
...
* github-bantu/ticket/10222:
[ticket/10222] Also build language and styles changes in diff/patch format.
2011-08-25 22:57:39 -04:00
Andreas Fischer
7ae871dfae
[ticket/9995] Do not run forum SQL query when marking the whole board read.
...
PHPBB3-9995
2011-08-26 03:59:39 +02:00
Andreas Fischer
afc35f610d
[ticket/9995] Always continue when harvesting $forum_ids for markread().
...
PHPBB3-9995
2011-08-26 03:32:36 +02:00
Andreas Fischer
e4e854863f
[ticket/9995] Remove useless statement from display_forums()
...
The $forum_ids array is only used if $mark_read == 'forums'.
When $mark_read == 'forums', we either continue when
$auth->acl_get('f_list', $forum_id) is false or true.
So this statement is never useful.
PHPBB3-9995
2011-08-26 03:29:05 +02:00
Andreas Fischer
c0507c6a9e
[ticket/10278] Decrease default timeout of get_remote_file() to 6 seconds.
...
PHPBB3-10278
2011-08-25 20:39:35 +02:00
Andreas Fischer
29a23ae217
[ticket/10278] Return with a timeout error when fread() or fgets() time out.
...
PHPBB3-10278
2011-08-25 20:34:01 +02:00
Andreas Fischer
2ffdf56bfe
[ticket/10278] Also set timeout on stream in get_remote_file().
...
From the PHP manual for fsockopen():
If you need to set a timeout for reading/writing data over the socket, use
stream_set_timeout(), as the timeout parameter to fsockopen() only applies
while connecting the socket.
http://www.php.net/manual/en/function.fsockopen.php
PHPBB3-10278
2011-08-25 20:14:49 +02:00
Andreas Fischer
d221d2f7e8
[ticket/10222] Also build language and styles changes in diff/patch format.
...
PHPBB3-10222
2011-08-25 19:35:01 +02:00
Andreas Fischer
4499be5795
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
...
PHPBB3-10341
2011-08-25 17:44:45 +02:00
Andreas Fischer
4f8bb02a57
[ticket/10320] Exclude passworded forums when determining "Most active topic".
...
PHPBB3-10320
2011-08-25 17:33:39 +02:00
Andreas Fischer
4491746c73
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
...
PHPBB3-10320
2011-08-25 17:12:42 +02:00
Andreas Fischer
7a36c3b34b
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
...
PHPBB3-10335
2011-08-24 14:51:37 +02:00
callumacrae
81f682a812
[ticket/8599] Added ability to select all to add multiple smilies screen.
...
PHPBB3-8599
2011-08-24 10:17:28 +01:00
Joas Schilling
53e0e3240c
[ticket/10339] Remove invalid template loop variable from mcp_front.html
...
PHPBB3-10339
2011-08-24 10:33:12 +02:00
Joas Schilling
efc443aac9
[ticket/10334] Require permissions to view the birthday-list on board index
...
PHPBB3-10334
2011-08-23 14:49:50 +02:00
Callum Macrae
03da3c7c4c
[ticket/10240] Added optionset to mock_user in the tests.
...
Also made optionset use the value set by optionset. We're not checking
whether the option is set or not, because we would just throw an error
if it wasn't set, and it throws an error anyway.
PHPBB3-10240
2011-08-23 13:28:42 +01:00
Callum Macrae
d4f1b92479
[ticket/10240] Fixed copyright year in censor_text_test.php.
...
PHPBB3-10240
2011-08-23 11:38:59 +01:00
Callum Macrae
0d104b00c8
[ticket/10240] Fixed censor_text test assetEquals param order.
...
Before, expected and input were the wrong way round.
PHPBB3-10240
2011-08-23 11:32:35 +01:00
Callum Macrae
e7ab7f5f7a
[ticket/10240] Added censor_text tests for special characters.
...
PHPBB3-10240
2011-08-23 11:30:32 +01:00
Callum Macrae
fa5c7f6440
[ticket/10240] Added censor_text tests.
...
PHPBB-10240
2011-08-22 19:02:27 +01:00
Joas Schilling
5d66faafc1
[ticket/10321] Add descriptions to the unit tests
...
PHPBB3-10321
2011-08-21 18:56:47 +02:00
Andreas Fischer
540ca1a8d8
Merge remote-tracking branch 'nickvergessen/ticket/8177' into develop-olympus
...
* nickvergessen/ticket/8177:
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
2011-08-21 15:17:51 +02:00
Andreas Fischer
91b415dd01
Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympus
...
* callumacrae/ticket/10240:
[ticket/10240] Reverted a commit which added buggy code.
2011-08-21 14:26:24 +02:00
Callum Macrae
4592076366
[ticket/10240] Reverted a commit which added buggy code.
...
This reverts commit f9dbe33fa7 .
The code which was added also removed new lines and tabs.
PHPBB3-10240
2011-08-21 13:16:50 +01:00
Andreas Fischer
9f9e4ad3d8
Merge remote-tracking branch 'p/ticket/10309' into develop-olympus
...
* p/ticket/10309:
[ticket/10309] Update .gitignore and move .gitkeep.
2011-08-21 14:11:10 +02:00
Andreas Fischer
15d0fe7d9f
Merge branch 'develop-olympus' of git://github.com/phpbb/phpbb3 into develop-olympus
...
* 'develop-olympus' of git://github.com/phpbb/phpbb3:
[ticket/9978] Added semicolons to JavaScript in overall_header.
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
2011-08-21 14:11:06 +02:00
Joas Schilling
dc149a43e4
[ticket/10321] Do not append the ? if the param-list is empty anyway.
...
PHPBB3-10321
2011-08-21 13:16:05 +02:00
Joas Schilling
3c7dfc7e19
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
...
PHPBB3-8177
2011-08-21 01:46:47 +02:00
Oleg Pudeyev
57accade85
[ticket/10309] Update .gitignore and move .gitkeep.
...
PHPBB3-10309
2011-08-20 14:34:02 -04:00
Oleg Pudeyev
1680b3a2a7
Merge remote-tracking branch 'callumacrae/ticket/9978' into develop-olympus
...
* callumacrae/ticket/9978:
[ticket/9978] Added semicolons to JavaScript in overall_header.
2011-08-20 14:17:31 -04:00
Callum Macrae
b18b3363e9
[ticket/9978] Added semicolons to JavaScript in overall_header.
...
Semicolons have been added to the anonymous functions in the javascript
in overall_header.html. This makes JSLint happier, and also makes the
code easier to minify.
PHPBB3-9978
2011-08-20 11:20:30 +01:00
Nils Adermann
6330153937
Merge remote-tracking branch 'github-bantu/ticket/8571' into develop-olympus
...
* github-bantu/ticket/8571:
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
2011-08-18 17:43:24 -04:00
Andreas Fischer
106cec9a92
Merge remote-tracking branch 'p/ticket/10309' into develop-olympus
...
* p/ticket/10309:
[ticket/10309] Coding guidelines fix.
[ticket/10309] Write unicode data to tests/tmp.
2011-08-16 18:39:59 +02:00
Andreas Fischer
a91131c55e
Merge remote-tracking branch 'p/ticket/9976' into develop-olympus
...
* p/ticket/9976:
[ticket/9976] Fix link to post when two posts have the same post_time.
2011-08-16 18:09:21 +02:00
Oleg Pudeyev
a6dd3d0c65
Merge remote-tracking branch 'bantu/ticket/9297' into develop-olympus
...
* bantu/ticket/9297:
[ticket/9297] Add network to class name of unit tests.
[ticket/9297] Fix typo in localhost.
[ticket/9297] Rename test class to reflect its contents.
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
[ticket/9297] Update copyright year of unit test file.
[ticket/9297] Make EPSV unit tests work without IPv6.
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
2011-08-14 15:52:01 -04:00
Andreas Fischer
02a8cebd65
[ticket/9297] Add network to class name of unit tests.
...
PHPBB3-9297
2011-08-14 21:40:02 +02:00
Andreas Fischer
702985c927
[ticket/9297] Fix typo in localhost.
...
PHPBB3-9297
2011-08-14 20:55:21 +02:00
Oleg Pudeyev
a7e709d920
[ticket/9297] Rename test class to reflect its contents.
...
setUpBeforeClass logic makes this test specific to PASV/EPSV tests.
PHPBB3-9297
2011-08-14 14:47:16 -04:00
Oleg Pudeyev
2a0c9e4026
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
...
Looks like IPv6-encapsulated IPv4 addresses do not actually work if
the host has no IPv6 connectivity.
PHPBB3-9297
2011-08-14 14:42:53 -04:00
Oleg Pudeyev
c211492092
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
...
Need to use the static version here.
PHPBB3-9297
2011-08-14 14:33:00 -04:00
Oleg Pudeyev
2973ccbd48
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
...
It is possible to configure PHP without IPv6, in which case
IPv6-encapsulated IPv4 addresses won't be accepted by PHP.
Instead of failing the test suite on such setups, skip the
offending test.
PHPBB3-9297
2011-08-14 14:11:58 -04:00
Oleg Pudeyev
386883cda1
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
...
PHPBB3-9297
2011-08-14 13:19:09 -04:00
Andreas Fischer
7a40ab8f7a
[ticket/9297] Update copyright year of unit test file.
...
PHPBB3-9297
2011-08-14 18:17:16 +02:00
Andreas Fischer
83fa6cffc3
[ticket/9297] Make EPSV unit tests work without IPv6.
...
PHPBB3-9297
2011-08-11 23:15:33 +02:00
Andreas Fischer
18f19b03ab
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
...
PHPBB3-9297
2011-08-11 23:15:33 +02:00
Andreas Fischer
66553fb857
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
...
PHPBB3-9297
2011-08-11 23:15:25 +02:00
Oleg Pudeyev
cad3e4cb45
Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympus
...
* callumacrae/ticket/10240:
[ticket/10240] Added code to strip control characters from messages.
2011-08-09 21:30:37 -04:00
Oleg Pudeyev
3df8b214cc
[ticket/10309] Coding guidelines fix.
...
PHPBB3-10309
2011-08-09 21:16:38 -04:00
Callum Macrae
f9dbe33fa7
[ticket/10240] Added code to strip control characters from messages.
...
It is possible to evade the word filter using control characters.
Seeing as control characters have no practical application in a bulletin
board software, it doesn't do any harm to remove them entirely. That is
what this commit does.
PHPBB3-10240
2011-08-08 17:43:28 +01:00
Nils Adermann
b85cd7a431
Merge branch 'ticket/naderman/10313' into develop-olympus
...
* ticket/naderman/10313:
[ticket/10313] Create a separate build task for slow tests.
2011-08-07 21:34:24 -04:00
Nils Adermann
32e15315a8
[ticket/10313] Create a separate build task for slow tests.
...
PHPBB3-10313
2011-08-07 21:28:35 -04:00
Nils Adermann
abc0c336af
Merge remote-tracking branch 'github-bantu/ticket/10313' into develop-olympus
...
* github-bantu/ticket/10313:
[ticket/10313] Include slow unit tests when running build script.
2011-08-07 19:19:37 -04:00
Andreas Fischer
43fc8142f5
[ticket/10313] Include slow unit tests when running build script.
...
PHPBB3-10313
2011-08-08 01:11:44 +02:00
Oleg Pudeyev
04e8468d28
Merge remote-tracking branch 'bantu/ticket/10298' into develop-olympus
...
* bantu/ticket/10298:
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
2011-08-07 16:35:31 -04:00
Oleg Pudeyev
eb4660f4ef
Merge remote-tracking branch 'naderman/ticket/8937' into develop-olympus
...
* naderman/ticket/8937:
[ticket/8937] Keep space characters in front of [code] bbcode content
2011-08-07 16:23:26 -04:00
Oleg Pudeyev
f997199679
[ticket/10309] Write unicode data to tests/tmp.
...
When the tests are run by a different user than the one which owns
phpbb source tree, writes will go into a single, known directory.
PHPBB3-10309
2011-08-07 16:17:20 -04:00
Oleg Pudeyev
ec3f4db425
Merge remote-tracking branch 'bantu/ticket/10299' into develop-olympus
...
* bantu/ticket/10299:
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
2011-08-04 23:07:06 -04:00
Oleg Pudeyev
66867b5ac0
Merge remote-tracking branch 'cs278/ticket/10303' into develop-olympus
...
* cs278/ticket/10303:
[ticket/10303] Removed HTTP_VERSION code path from send_status_line().
2011-08-04 22:56:20 -04:00
Chris Smith
cc87d553d0
[ticket/10303] Removed HTTP_VERSION code path from send_status_line().
...
PHPBB3-10303
2011-08-05 01:17:57 +01:00
Andreas Fischer
08ca84a3e7
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
...
PHPBB3-10299
2011-07-31 15:34:45 +02:00
Joas Schilling
bb7e8bb424
[ticket/9976] Fix link to post when two posts have the same post_time.
...
When two posts have the same post_time, a link to the first post being on
page 1, leads you to the second post with the same timestamp on page two.
So in case the post_times are equal, we need to use the post_id to correctly
order the posts.
PHPBB3-9976
2011-07-30 23:46:53 -04:00
Oleg Pudeyev
edb745e951
Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympus
...
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
2011-07-30 19:33:41 -04:00
Oleg Pudeyev
5653be8e16
Merge remote-tracking branch 'callumacrae/ticket/9645' into develop-olympus
...
* callumacrae/ticket/9645:
[ticket/9645] Added code to repair invalid anchor names in acp_php_info.
2011-07-30 18:47:54 -04:00
Oleg Pudeyev
7ebec68616
Merge remote-tracking branch 'callumacrae/ticket/10293' into develop-olympus
...
* callumacrae/ticket/10293:
[ticket/10293] Fixed the JavaScript in the jumpbox.
2011-07-30 18:36:04 -04:00
Joas Schilling
e0bb46c852
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
...
Since IE9 IE supports textarea.selectionStart and window.getSelection.
The only problem is, that the values are still incorrect.
Therefore we need to ensure that it is still treated the old way,
until IE fixes this completely.
PHPBB3-10253
2011-07-30 19:35:45 +02:00
Andreas Fischer
d59a894cd3
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
...
PHPBB3-10298
2011-07-30 16:58:33 +02:00
Andreas Fischer
25902c3bfc
Merge remote-tracking branch 'p/ticket/10199' into develop-olympus
...
* p/ticket/10199:
[ticket/10199] Delete a useless join in viewtopic.
2011-07-30 16:44:27 +02:00
Andreas Fischer
bd2fd4ec1d
Merge remote-tracking branch 'bantu/ticket/10263' into develop-olympus
...
* bantu/ticket/10263:
[ticket/10263] Fix comment about return value of phpbb_version_compare().
2011-07-30 16:43:37 +02:00
Callum Macrae
9c6339fb57
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
...
The following code can be found in the ACP, when changing a user's
signature:
t: '{ BBCODE_T_HELP }',
The code that uses it and the code that produces it were changed or
removed a while ago, but this code remained. In 2c4c1f9 , the accesskey
for the list item button was changed to y from t, explaining the origin of
the redundant code - although it wasn't being used then, either.
This commit also changes the helpline code of "[*]" to y, as the access
key is y, so this makes it more consistent.
PHPBB3-8173
2011-07-30 08:57:17 +01:00
Oleg Pudeyev
b960dd4e0d
Merge remote-tracking branch 'callumacrae/ticket/10032' into develop-olympus
...
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
2011-07-30 00:48:03 -04:00
Callum Macrae
381ebcf195
[ticket/9645] Added code to repair invalid anchor names in acp_php_info.
...
Some of the anchor tags produced by php_info had names like "module_Zend
Optimizer", which is obviously invalid. This commit adds some code that
repairs the names by replacing all spaces found in the names with
underscores.
PHPBB3-9645
2011-07-28 16:41:04 +01:00
Andreas Fischer
c38b083057
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
...
sqlsrv_rows_affected() expects a statement resource, not a connection resource.
PHPBB3-10294
2011-07-28 15:57:09 +02:00
Andreas Fischer
65ec47abfa
[ticket/10263] Fix comment about return value of phpbb_version_compare().
...
PHPBB3-10263
2011-07-27 00:13:23 +02:00
Callum Macrae
7e01850a42
[ticket/10293] Fixed the JavaScript in the jumpbox.
...
The current code is invalid, and results in an critical error which
aborts the script before it gets to return false, thus allowing the form
to submit with an invalid forum ID. This commit fixes that by
referencing "this" instead of "document.jumpbox", which didn't exist
because the form had no name.
PHPBB3-10293
2011-07-26 13:43:52 +01:00
Andreas Fischer
efc7aa00cd
Merge remote-tracking branch 'callumacrae/ticket/10292' into develop-olympus
...
* callumacrae/ticket/10292:
[ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
2011-07-25 22:26:44 +02:00
Callum Macrae
f51b2f8fec
[ticket/10292] Fixed a whitespace inconsistency in acp_ranks.
...
There is no space between the first radio button and "Yes", while there
is a space between the second radio button and "No". This commit fixes
that.
PHPBB3-10292
2011-07-25 21:08:26 +01:00
Oleg Pudeyev
0648923b19
[ticket/10199] Delete a useless join in viewtopic.
...
PHPBB3-10199
2011-07-24 04:39:00 -04:00
Andreas Fischer
49c89023fc
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
...
PHPBB3-8571
2011-07-20 00:53:28 +02:00
Andreas Fischer
106cf14d27
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
...
PHPBB3-8571
2011-07-20 00:32:00 +02:00
Andreas Fischer
b4949675bf
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
...
PHPBB3-8571
2011-07-20 00:31:45 +02:00
Nils Adermann
627e2644a2
[ticket/8937] Keep space characters in front of [code] bbcode content
...
PHPBB3-8937
2011-07-17 00:44:39 -04:00
Nils Adermann
13ca659f1f
Merge remote-tracking branch 'github-nickvergessen/ticket/6632' into develop-olympus
...
* github-nickvergessen/ticket/6632:
[ticket/6632] Better viewing of topics for wide screen displays
2011-07-16 23:08:31 -04:00
Nils Adermann
afa377d028
Merge remote-tracking branch 'github-bantu/ticket/10257' into develop-olympus
...
* github-bantu/ticket/10257:
[ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.
[ticket/10257] Fix AAAA record parsing for old versions of Windows
[ticket/10257] Add missing break statement after CNAME block.
2011-07-16 22:48:58 -04:00
Nils Adermann
7c84cb5f5f
Merge remote-tracking branch 'github-bantu/ticket/10274' into develop-olympus
...
* github-bantu/ticket/10274:
[ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main
2011-07-16 22:45:56 -04:00
Nils Adermann
d80be455b9
Merge remote-tracking branch 'github-nickvergessen/ticket/10266' into develop-olympus
...
* github-nickvergessen/ticket/10266:
[ticket/10266] Add "Return to forum" link after reporting a post
2011-07-16 22:26:46 -04:00
Nils Adermann
e9ae88338b
Merge remote-tracking branch 'github-bantu/ticket/10265' into develop-olympus
...
* github-bantu/ticket/10265:
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
2011-07-16 22:24:07 -04:00
Nils Adermann
82fa4eff7e
Merge remote-tracking branch 'github-bantu/ticket/10263' into develop-olympus
...
* github-bantu/ticket/10263:
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
[ticket/10263] Adding unit tests for phpbb_version_compare().
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
2011-07-16 22:21:49 -04:00
Nils Adermann
825d44fcc2
Merge remote-tracking branch 'github-rxu/ticket/10226' into develop-olympus
...
* github-rxu/ticket/10226:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
2011-07-16 22:18:48 -04:00
Nils Adermann
03b1f500e7
Merge remote-tracking branch 'github-nickvergessen/ticket/10252' into develop-olympus
...
* github-nickvergessen/ticket/10252:
[ticket/10252] Correctly document behaviour of acl_get_list() for a_ permission
2011-07-16 22:10:57 -04:00
Nils Adermann
0f86034f03
Merge remote-tracking branch 'github-bantu/ticket/10243' into develop-olympus
...
* github-bantu/ticket/10243:
[ticket/10243] Adding a few unit tests for phpbb_gmgetdate().
[ticket/10243] Call phpbb_gmgetdate() from various places.
[ticket/10243] Adding wrapper function for getdate() for UTC timestamps.
2011-07-16 22:05:03 -04:00
Nils Adermann
b3cdd1d169
Merge remote-tracking branch 'github-nickvergessen/ticket/10237' into develop-olympus
...
* github-nickvergessen/ticket/10237:
[ticket/10237] Also display login-box on subscribing
[ticket/10237] Handle watching and unwatching the same way.
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
2011-07-16 21:43:17 -04:00
Nils Adermann
dcceeb8012
Merge remote-tracking branch 'github-nickvergessen/ticket/7291' into develop-olympus
...
* github-nickvergessen/ticket/7291:
[ticket/7291] Use template loop for character list, to avoid double &first_char
2011-07-16 21:05:04 -04:00
Nils Adermann
83f955a2c5
Merge remote-tracking branch 'github-nickvergessen/ticket/5506' into develop-olympus
...
* github-nickvergessen/ticket/5506:
[ticket/5506] Do not display an empty last page after deleting logs.
2011-07-16 20:53:30 -04:00
Nils Adermann
e327baaa89
Merge remote-tracking branch 'github-bantu/ticket/10208' into develop-olympus
...
* github-bantu/ticket/10208:
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
2011-07-15 19:55:02 -04:00
Tabitha Backoff
2bba22e9d3
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
...
PHPBB3-10208
2011-07-16 01:16:46 +02:00
Joas Schilling
2231488543
[ticket/10252] Correctly document behaviour of acl_get_list() for a_ permission
...
Be careful when using this function with permissions a_, m_, u_ and f_ ! It may not work correctly. When a user group grants an a_* permission, e.g. a_foo, but the user's a_foo permission is set to "Never", then the user does not in fact have the a_ permission. But the user will still be listed as having the a_ permission.
PHPBB3-10252
2011-07-15 10:23:06 +02:00
Andreas Fischer
0690e9f103
[ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main
...
PHPBB3-10274
2011-07-15 00:06:25 +02:00
Andreas Fischer
7f56c05f24
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
...
PHPBB3-10263
2011-07-14 23:58:51 +02:00
Andreas Fischer
b0940f52e5
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
...
PHPBB3-10263
2011-07-14 23:53:41 +02:00
Joas Schilling
91b20ddba5
[ticket/7291] Use template loop for character list, to avoid double &first_char
...
PHPBB3-7291
2011-07-14 22:29:27 +02:00
Callum Macrae
16c5352a12
[ticket/10032] Fixed typos in bbcode button name.
...
addlistitem was addlitsitem.
PHPBB3-10032
2011-07-14 21:00:10 +01:00
Joas Schilling
1ace10ab92
Merge remote branch 'remotes/callumacrae/ticket/10216' into develop-olympus
...
* remotes/callumacrae/ticket/10216:
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
2011-07-14 20:41:10 +02:00
Joas Schilling
7f7a0d8b9f
Merge remote branch 'remotes/bantu/ticket/10267' into develop-olympus
...
* remotes/bantu/ticket/10267:
[ticket/10267] Call strlen() on $table_prefix for $max_length calculation.
2011-07-14 20:13:15 +02:00
Callum Macrae
e9319ee2aa
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
...
Previously "errors are listing below", should have said "errors are
listed below".
PHPBB3-10216
2011-07-14 18:48:37 +01:00
Joas Schilling
bb733b0204
[ticket/6632] Better viewing of topics for wide screen displays
...
Also fixes PHPBB3-6458 "Width of Topics and Posts columns in Board Index is causing problems with language packs" by increasing the size to 90px instead of the ~70 it was like. Also tested on RTL languages.
PHPBB3-6458
PHPBB3-6632
2011-07-14 15:05:25 +02:00
Joas Schilling
8ebc8ec182
[ticket/5506] Do not display an empty last page after deleting logs.
...
The fix is copied from view_inactive_users().
Also add keywords and sort parameters to url for deleting logs and inactive users.
And finally save some queries if there are no logs/users to display anyway
2011-07-14 04:05:20 +02:00
Andreas Fischer
4b2ff05a3b
Merge remote-tracking branch 'nickvergessen/ticket/10255' into develop-olympus
...
* nickvergessen/ticket/10255:
[ticket/10255] Add leading slash in gitignore to only ignore specified files
2011-07-14 03:18:16 +02:00
Joas Schilling
1ff0f221fa
[ticket/10266] Add "Return to forum" link after reporting a post
...
PHPBB3-10266
2011-07-14 02:52:05 +02:00
Joas Schilling
b7459cc5f7
[ticket/10255] Add leading slash in gitignore to only ignore specified files
...
PHPBB3-10255
2011-07-14 02:33:32 +02:00
Andreas Fischer
b1608ae860
[ticket/10267] Call strlen() on $table_prefix for $max_length calculation.
...
PHPBB3-10267
2011-07-14 02:09:22 +02:00
Andreas Fischer
fdfd4ce5fd
[ticket/10263] Adding unit tests for phpbb_version_compare().
...
PHPBB3-10263
2011-07-13 02:35:11 +02:00
Andreas Fischer
f926acf1b8
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
...
Add wrapper function for version_compare() that allows using uppercase A and B
for alpha and beta release version strings.
PHPBB3-10263
2011-07-13 02:33:29 +02:00
Andreas Fischer
e11f9afdce
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
...
PHPBB3-10265
2011-07-13 01:44:41 +02:00
Andreas Fischer
271c277ecc
[ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.
...
PHPBB3-10257
2011-07-13 01:06:32 +02:00
Patrick Webster
ae8eee16cc
[ticket/10257] Fix AAAA record parsing for old versions of Windows
...
Older versions of Windows use a different output format for AAAA records.
PHPBB3-10257
2011-07-13 01:06:26 +02:00
Andreas Fischer
99db533524
[ticket/10257] Add missing break statement after CNAME block.
...
PHPBB3-10257
2011-07-13 00:55:26 +02:00
Andreas Fischer
0e85704d75
[ticket/10243] Adding a few unit tests for phpbb_gmgetdate().
...
PHPBB3-10243
2011-07-13 00:44:10 +02:00
Andreas Fischer
91fd6df430
[ticket/10243] Call phpbb_gmgetdate() from various places.
...
PHPBB3-10243
2011-07-13 00:01:37 +02:00
Andreas Fischer
db352c17f8
[ticket/10243] Adding wrapper function for getdate() for UTC timestamps.
...
PHPBB3-10243
2011-07-12 23:46:20 +02:00
Joas Schilling
d60ffdd55c
[ticket/10237] Also display login-box on subscribing
...
PHPBB3-10237
2011-07-11 19:31:11 +02:00
Joas Schilling
773561f862
[ticket/10237] Handle watching and unwatching the same way.
...
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
2011-07-11 19:24:40 +02: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
Andreas Fischer
9efb080875
Merge remote-tracking branch 'p/ticket/10003' into develop-olympus
...
* p/ticket/10003:
[ticket/10003] Fixed comment referring to db_tools duplication.
[ticket/10003] Require db_tools.php in database_update.php.
[ticket/10003] Use phpbb_db_tools in database_update.php.
[ticket/10003] Delete the copy of db_tools in database_update.php.
2011-07-09 15:59:59 +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
1fa77c2fd5
[prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release.
2011-07-07 20:20:52 +02:00
Andreas Fischer
787245a113
[prep-release-3.0.9] Decreasing version for an RC4 release.
2011-07-07 20:19:11 +02:00
Andreas Fischer
71df03960c
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10250] The site_logo hash is different depending on imageset & language
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
[ticket/10250] Overwrite the site_logo width&height when the phpbb logo is used
[ticket/10250] Added the new phpBB Logo with the Registered Trademark Symbol
2011-07-07 20:06:11 +02:00
Andreas Fischer
5fefdecc50
Merge remote-tracking branch 'naderman/ticket/10250' into prep-release-3.0.9
...
* naderman/ticket/10250:
[ticket/10250] The site_logo hash is different depending on imageset & language
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
[ticket/10250] Overwrite the site_logo width&height when the phpbb logo is used
[ticket/10250] Added the new phpBB Logo with the Registered Trademark Symbol
2011-07-07 20:05:47 +02:00
Joas Schilling
b2a65ac76d
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
...
PHPBB3-10237
2011-07-07 12:40:35 +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
Nils Adermann
02bba23844
Merge branch 'ticket/marshalrusty/9859' into prep-release-3.0.9
...
* ticket/marshalrusty/9859:
[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:50:43 -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
Yuriy Rusko
f22081d21e
[ticket/9859] New footer copyright line with registered symbol
...
PHPBB3-9859
2011-07-06 19:36:25 -04:00
Nils Adermann
b261a1a31a
[ticket/10250] The site_logo hash is different depending on imageset & language
...
PHPBB3-10250
2011-07-06 17:53:57 -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
Andreas Fischer
ca2d6a01f1
Merge remote-tracking branch 'nickvergessen/ticket/10247' into prep-release-3.0.9
...
* nickvergessen/ticket/10247:
[ticket/10247] Remove attempt_id as primary key from database_update.php
2011-07-06 23:18:51 +02:00
Nils Adermann
8ec737e9c4
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
...
PHPBB3-10250
2011-07-05 19:38:15 -04:00
Nils Adermann
f610f44a4e
[ticket/10250] Overwrite the site_logo width&height when the phpbb logo is used
...
The new logo is slightly wider than the old logo. If we changed the size in the
imageset.cfg we would cause a conflict for everyone who replaced the logo with
their own and modified the size. Instead we overwrite the width and height in
the img() function in session.php only if its contents are that of the stock
phpbb logo.
PHPBB3-10250
2011-07-05 19:09:09 -04: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
Sam Thompson
77c9422630
[ticket/10250] Added the new phpBB Logo with the Registered Trademark Symbol
...
PHPBB3-10250
2011-07-05 17:08:11 -04:00
Andreas Fischer
7e4460dbc9
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)
2011-07-05 02:09:47 +02:00
Andreas Fischer
c916d49ddd
Merge remote-tracking branch 'naderman/ticket/10247' into prep-release-3.0.9
...
* naderman/ticket/10247:
[ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)
2011-07-05 02:09:29 +02:00
Nils Adermann
0d602e1722
[ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)
...
attempt_id column was deleted
PHPBB3-10247
2011-07-04 19:57:54 -04: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
7ca9c33157
[prep-release-3.0.9] Update Changelog for 3.0.9 release.
2011-07-05 00:43:09 +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
Andreas Fischer
f5d86d0604
Merge remote-tracking branch 'naderman/ticket/10247' into prep-release-3.0.9
...
* naderman/ticket/10247:
[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
2011-07-05 00:27:04 +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
96eab49a7a
[ticket/10247] Add a db_tools test for the removal of a primary key column.
...
The previous drop column test already deleted the primary key, so that one was
replaced with an ordinary column.
PHPBB3-10247
2011-07-03 18:09:56 -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
b9b1e13e70
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[prep-release-3.0.9] Bump database version to RC3 too.
Conflicts:
phpBB/install/database_update.php
2011-06-26 21:51:03 +02: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
44c8126323
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-RC3 release.
[prep-release-3.0.9] Bumping version number for 3.0.9-RC3.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-06-26 21:00:08 +02:00
Andreas Fischer
172e3c07d6
[prep-release-3.0.9] Update Changelog for 3.0.9-RC3 release.
2011-06-26 20:57:06 +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
84ff04056a
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10233] IE Emulation fix breaks PM posting layout
2011-06-26 20:41:59 +02:00
Andreas Fischer
1ae42ae6ba
Merge remote-tracking branch 'naderman/ticket/10233' into prep-release-3.0.9
...
* naderman/ticket/10233:
[ticket/10233] IE Emulation fix breaks PM posting layout
2011-06-26 20:40:59 +02:00
Andreas Fischer
cdc23a9877
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10188] Prevent semi-compressed output
2011-06-26 20:40:25 +02:00
Andreas Fischer
f249287dc9
Merge remote-tracking branch 'naderman/ticket/10188' into prep-release-3.0.9
...
* naderman/ticket/10188:
[ticket/10188] Prevent semi-compressed output
2011-06-26 20:39:54 +02:00
Nils Adermann
a5ef6c3b20
[ticket/10188] Prevent semi-compressed output
...
When a non-fatal error occurs at the beginning of the script before any custom
error handler is set one of two situations can be encountered:
1) if the ini option output buffer is disabled:
- headers are sent to the http client
- the error message is output
2) if the ini option output_buffer is enabled or the script
is run within an ob_start()/ob_end() wrapper:
- the error message is written to the output buffer
Once the script reaches page_header() phpbb starts gzip compression if enabled.
This is done through ob_start with a ob_gzhandler as a callback. The
compression is skipped if headers have already been sent. In situation 1) the
error message sent in plain text comes with headers and this gzip compression
is skipped. The client receives a plaintext version of the page. However in
situation 2) headers have not been sent yet and the rest of the page will be
compressed. The result is a plaintext error message followed by compressed
output. The client does not understand this output resulting in either an
error message or simply a blank page in the browser.
In addition to the above situation this problem occurs with errors that are
triggered after the custom error handler is loaded. The problem has been
noticed before, and a workaround was found. The error handler would call
ob_flush() for particular configuration settings before outputting the error
message. This resulted in headers being sent when output buffering was enabled
thus disabling gzip compression for the rest of the page. The constraints under
which ob_flush() was called were lessened over time whenever a new case was
found that would trigger this problem. Eventually ob_flush() would be called
even when code causing an E_NOTICE was simply run within an ob_start/ob_end.
This makes it impossible to use output buffering to retrieve the content of an
error message without prohibiting the page from setting headers afterwards.
This commit removes all flushing in msg_handler completely and instead fixes
the problem for both errors before and after the error handler is registered.
GZIP compression is only enabled if there is at most one level of output
buffering (e.g. the output_buffer php.ini option is enabled) and if there has
not yet been any output in this buffer. This should avoid any partial output
compression.
PHPBB3-10188
2011-06-26 20:31:22 +02:00
Raimon
d59482366a
[ticket/10233] IE Emulation fix breaks PM posting layout
...
The minimum and maximum width of 100% make the textarea dynamically
adjust. However the smilies next to the textarea will float out of
their containing div when the default width pre-min/max is specified
as a too high value.
PHPBB3-10233
2011-06-26 11:10:05 +02:00
Nils Adermann
0e067ec3c2
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.
2011-06-26 01:37:30 +02:00
Nils Adermann
fc5a68c2cf
Merge branch 'ticket/bantu/7729' into prep-release-3.0.9
...
* ticket/bantu/7729:
[ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.
2011-06-26 01:36:16 +02:00
Andreas Fischer
9f3b159998
[ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.
...
PHPBB3-7729
2011-06-25 17:42:52 +02:00
Andreas Fischer
29df4b5c60
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
2011-06-22 02:32:27 +02:00
Andreas Fischer
1ffa586583
Merge remote-tracking branch 'naderman/ticket/10228' into prep-release-3.0.9
...
* naderman/ticket/10228:
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
2011-06-22 02:32:13 +02:00
Nils Adermann
237af043d6
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
...
PHPBB3-10228
2011-06-22 02:27:37 +02:00
rxu
18fb3d86cd
[ticket/10226] Use is_numeric() instead of preg_replace()
...
PHPBB3-10226
2011-06-21 22:03:19 +08:00
rxu
578f9dffa6
[ticket/10226] Allow mysqli connections via local sockets/pipes
...
PHPBB3-10226
2011-06-21 00:55:10 +08:00
Nils Adermann
fd7e29131e
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10234] Report E_WARNING errors as "PHP Warning" instead of "PHP Notice"
2011-06-20 00:35:17 +02:00
Nils Adermann
b7069f395b
Merge branch 'ticket/bantu/10234' into prep-release-3.0.9
...
* ticket/bantu/10234:
[ticket/10234] Report E_WARNING errors as "PHP Warning" instead of "PHP Notice"
2011-06-20 00:33:38 +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
Andreas Fischer
d5c2bbf620
Merge remote-tracking branch 'naderman/ticket/10223' into prep-release-3.0.9
...
* naderman/ticket/10223:
[ticket/10223] Make definition of phpbb_require_updated conditional
2011-06-20 00:28:02 +02:00
Andreas Fischer
8c01ed578d
[ticket/10234] Report E_WARNING errors as "PHP Warning" instead of "PHP Notice"
...
PHPBB3-10234
2011-06-20 00:03:20 +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
Andreas Fischer
6a4ca8cad9
Merge remote-tracking branch 'naderman/ticket/10223' into prep-release-3.0.9
...
* naderman/ticket/10223:
[ticket/10223] Replace spaces with tabs
2011-06-19 23:11:57 +02:00
Nils Adermann
67fde80fbb
[ticket/10223] Replace spaces with tabs
...
PHPBB3-10223
2011-06-19 23:02:59 +02:00
Andreas Fischer
ee2d4f627a
Merge remote-tracking branch 'rxu/ticket/10227' into develop-olympus
...
* rxu/ticket/10227:
[ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+
2011-06-19 17:58:36 +02:00
Andreas Fischer
b43907d69e
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
2011-06-19 17:58:07 +02:00
Andreas Fischer
e2fe25fbdc
Merge remote-tracking branch 'naderman/ticket/10232' into prep-release-3.0.9
...
* naderman/ticket/10232:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
2011-06-19 17:57:56 +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
Andreas Fischer
c4c22d4421
Merge remote-tracking branch 'naderman/ticket/10223' into prep-release-3.0.9
...
* naderman/ticket/10223:
[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:56:30 +02:00
rxu
7de078b26e
[ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+
...
PHPBB3-10227
2011-06-19 19:03:53 +08:00
Nils Adermann
d37e8dd6d3
[ticket/10223] The search fid parameter is an array of forums not just an id
...
PHPBB3-10223
2011-06-19 00:13:33 +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
6458a1a16a
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
...
Avoids the global hidden fields from functions.php overwriting local
searches.
PHPBB3-10232
2011-06-18 23:22:25 +02:00
Andreas Fischer
4ac9bde2d1
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10229] On languge/acp/styles.php "%s" should be %s
2011-06-18 15:12:38 +02:00
Andreas Fischer
882cb084d7
Merge remote-tracking branch 'Raimon/ticket/10229' into prep-release-3.0.9
...
* Raimon/ticket/10229:
[ticket/10229] On languge/acp/styles.php "%s" should be %s
2011-06-18 15:11:59 +02:00
Raimon
dd0606a317
[ticket/10229] On languge/acp/styles.php "%s" should be %s
...
PHPBB3-10229
2011-06-18 15:00:39 +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
bb1b52947e
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-RC2 release.
2011-06-16 16:18:11 +02:00
Andreas Fischer
2bae5298e0
[prep-release-3.0.9] Update Changelog for 3.0.9-RC2 release.
2011-06-16 16:16:55 +02:00
Andreas Fischer
bd6e27d9c5
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10221] Append unit (seconds) after input field, remove from explanation
2011-06-16 16:11:27 +02:00
Andreas Fischer
1d349ee5a8
Merge remote-tracking branch 'naderman/ticket/10221' into prep-release-3.0.9
...
* naderman/ticket/10221:
[ticket/10221] Append unit (seconds) after input field, remove from explanation
2011-06-16 16:11:20 +02:00
Nils Adermann
63b9b91dee
[ticket/10221] Append unit (seconds) after input field, remove from explanation
...
PHPBB3-10221
2011-06-16 16:02:34 +02:00
Andreas Fischer
aa0c70058b
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-RC2.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2011-06-15 19:46:28 +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
Andreas Fischer
2d6df4c7fc
Merge remote-tracking branch 'Marshalrusty/ticket/10218' into prep-release-3.0.9
...
* Marshalrusty/ticket/10218:
[ticket/10218] Prevent startime from being overwritten by deregister_globals()
[ticket/10218] Moving global deregistration, etc. to startup.php
2011-06-15 18:50:14 +02:00
Andreas Fischer
1e8c257bd4
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10220] Limit user agent value length for storage in login attempt table
2011-06-15 18:47:27 +02:00
Andreas Fischer
d2eebd7682
Merge remote-tracking branch 'naderman/ticket/10220' into prep-release-3.0.9
...
* naderman/ticket/10220:
[ticket/10220] Limit user agent value length for storage in login attempt table
2011-06-15 18:47:26 +02:00
Andreas Fischer
bf3bac8772
Merge branch 'prep-release-3.0.9' into develop-olympus
...
* prep-release-3.0.9:
[ticket/10219] Remove invalid and invisible character from web.config.
2011-06-15 18:47:24 +02:00
Nils Adermann
74785a8bda
[ticket/10220] Limit user agent value length for storage in login attempt table
...
PHPBB3-10220
2011-06-15 18:20:16 +02:00
Igor Wiedler
62a51e681e
Merge remote-tracking branch 'bantu/ticket/10219' into prep-release-3.0.9
...
* bantu/ticket/10219:
[ticket/10219] Remove invalid and invisible character from web.config.
2011-06-15 08:02:00 +02:00
Yuriy Rusko
4bb98fb046
[ticket/10218] Prevent startime from being overwritten by deregister_globals()
...
PHPBB3-10218
2011-06-15 00:50:12 -04:00
Andreas Fischer
bc7aebe0fb
[ticket/10219] Remove invalid and invisible character from web.config.
...
PHPBB3-10219
2011-06-14 23:18:33 +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
Andreas Fischer
5223f7558b
Merge remote-tracking branch 'naderman/ticket/10214' into develop-olympus
...
* naderman/ticket/10214:
[ticket/10214] Correct Oracle create table query syntax in db_tools
2011-06-13 19:49:52 +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
Andreas Fischer
7cc45ee0d5
Merge remote-tracking branch 'naderman/ticket/10213' into develop-olympus
...
* naderman/ticket/10213:
[ticket/10213] Update install schema with shorter index names.
2011-06-13 02:15:35 +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
cab3b1bf7b
[develop-olympus] Also build packages for 3.0.7.
2011-06-12 23:07:48 +02:00
Andreas Fischer
939bb65b17
[develop-olympus] Changelog: Changes since 3.0.8
2011-06-12 22:09:25 +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
Andreas Fischer
a9d7c90f2a
Merge remote-tracking branch 'naderman/ticket/10211' into develop-olympus
...
* naderman/ticket/10211:
[ticket/10211] Add spce after dot in new language string
2011-06-12 19:42:43 +02:00
Nils Adermann
8475a8bec5
[ticket/10211] Add spce after dot in new language string
...
PHPBB3-10211
2011-06-12 19:36:22 +02:00
Andreas Fischer
4adfa46850
Merge remote-tracking branch 'naderman/ticket/9892' into develop-olympus
...
* naderman/ticket/9892:
[ticket/9892] Correct copyright year
[ticket/9892] Remove incorrect use of camel case
[ticket/9892] Removing closing php tag from create_schema_files
[ticket/9892] Transaction support for database update sql execution function
[ticket/9892] count is a keyword in firebird, so renaming this alias
[ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config
[ticket/9892] Shorten login_attempt key names to avoid firebird length problems
[ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state
[ticket/9892] Adding a number of tests for db_tools
[ticket/9892] Table prefix lengths influence index lengths in db_tools
[ticket/9892] Shorten the index names on the q&a captcha
[ticket/9892] column & index name limits, firebird auto increment in db_tools
2011-06-12 19:24:00 +02:00
Nils Adermann
4e0717b4d7
[ticket/9892] Correct copyright year
...
PHPBB3-9892
2011-06-12 12:26:49 +02:00
Nils Adermann
11750bdccc
[ticket/9892] Remove incorrect use of camel case
...
PHPBB3-9892
2011-06-12 12:24:57 +02:00
Nils Adermann
76cc7be4d2
[ticket/9892] Removing closing php tag from create_schema_files
...
PHPBB3-9892
2011-06-12 11:46:55 +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
ef977abe59
[ticket/9892] count is a keyword in firebird, so renaming this alias
...
PHPBB3-9892
2011-06-12 11:33:55 +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
Nils Adermann
025649e14c
[ticket/9892] Adding a number of tests for db_tools
...
The test creates a table and runs a number of queries on it to judge whether
the selected column types can hold the data they are expected to contain.
Additional test methods check the auto increment feature and a few of the
basic commands of db_tools. This is only a starting point. Plenty more
tests need to be added.
PHPBB3-9892
2011-06-12 10:34:43 +02:00
Nils Adermann
ef544ee095
[ticket/9892] Table prefix lengths influence index lengths in db_tools
...
PHPBB3-9892
2011-06-12 04:10:51 +02:00
Nils Adermann
8a5e3781d5
[ticket/9892] Shorten the index names on the q&a captcha
...
PHPBB3-9892
2011-06-12 01:28:06 +02:00
Nils Adermann
418c3d546a
[ticket/9892] column & index name limits, firebird auto increment in db_tools
...
- Column names are limited to 30 characters
- Index names are limited to 31 characters.
On some dbms the index name contains both table name and actual index name
so the limit applies to the sum of the lenghts of table name and index name.
- Auto incremented column names are limited to 26 characters to provide an
additional 4 characters for sequence names
The code for firebird auto increment support using generators/sequences with
triggers was copied from create_schema_files.php
PHPBB3-9892
2011-06-12 01:28:01 +02:00
Andreas Fischer
bf2125f0f7
Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympus
...
* naderman/ticket/9992:
[ticket/9992] Clarify explanations of ip and account limits on login
[ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN
[ticket/9992] Use sql_fetchfield for single row and single column result
[ticket/9992] Adding a limit on login attempts per IP.
[ticket/9992] Make sql_create_table and sql_table_exists available in updater
2011-06-11 19:40:03 +02:00
Igor Wiedler
76167c6b91
Merge remote-tracking branch 'bantu/ticket/10110' into develop-olympus
...
* bantu/ticket/10110:
[ticket/10110] Remove multi-server syntax from Redis ACM.
2011-06-11 12:04:07 +02:00
Nils Adermann
a33b0f015a
Merge branch 'ticket/bantu/10075' into develop-olympus
...
* ticket/bantu/10075:
[ticket/10075] Rename nn- to Oleg in docs/AUTHORS.
[ticket/10075] Move APTX to Former Contributors in docs/AUTHORS.
2011-06-11 03:02:43 +02:00
Andreas Fischer
41250044f8
[ticket/10075] Rename nn- to Oleg in docs/AUTHORS.
...
PHPBB3-10075
2011-06-11 02:58:19 +02:00
Andreas Fischer
eaf5ba7f50
[ticket/10075] Move APTX to Former Contributors in docs/AUTHORS.
...
PHPBB3-10075
2011-06-11 02:58:08 +02:00
Nils Adermann
f1998ddbc7
[ticket/9992] Clarify explanations of ip and account limits on login
...
PHPBB3-9992
2011-06-11 01:56:25 +02:00
Andreas Fischer
b9f4240c10
[ticket/10110] Remove multi-server syntax from Redis ACM.
...
PHPBB3-10110
2011-06-11 01:47:50 +02:00
Nils Adermann
cbcc48b8e3
[ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN
...
PHPBB3-9992
2011-06-11 01:36:28 +02:00
Nils Adermann
065bcde662
Merge branch 'ticket/bantu/9908' into develop-olympus
...
* ticket/bantu/9908:
[ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit.
2011-06-11 01:25:08 +02:00
Andreas Fischer
b5cefc400e
[ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit.
...
PHPBB3-9908
2011-06-10 20:08:10 +02:00
Nils Adermann
c8828473a8
[ticket/9992] Use sql_fetchfield for single row and single column result
...
PHPBB3-9992
2011-06-10 18:37:29 +02:00
Nils Adermann
2dee57fd43
[ticket/9992] Adding a limit on login attempts per IP.
...
A new table was created to save all failed login attempts with
corresponding information on username, ip and useragent. By default
the limit is 50 login attempts within 6 hours per IP. The limit is
relatively high to avoid big problems on sites behind a reverse
proxy that don't receive the forwarded-for value as REMOTE_ADDR but
see all users as coming from the same IP address. But if these
users run into problems a special forwarded-for option is available
to limit logins by forwarded-for value instead of ip.
PHPBB3-9992
2011-06-10 12:18:19 +02:00
Nils Adermann
fc9b126691
[ticket/9992] Make sql_create_table and sql_table_exists available in updater
...
These are defined the same way in db_tools. This duplicated code should be
removed together with the rest of the db_tools duplication at some point.
PHPBB3-9992
2011-06-10 11:06:29 +02:00
Andreas Fischer
57879d508a
Merge remote-tracking branch 'naderman/ticket/10206' into develop-olympus
...
* naderman/ticket/10206:
[ticket/10206] Failed unicode.org downloads no longer terminate tests
2011-06-10 02:21:55 +02:00
Nils Adermann
28801d0198
[ticket/10206] Failed unicode.org downloads no longer terminate tests
...
Instead a warning is triggered and an explanation echo'd.
PHPBB3-10206
2011-06-10 02:16:19 +02:00
Andreas Fischer
a4f7002995
Merge remote-tracking branch 'naderman/ticket/10198' into develop-olympus
...
* naderman/ticket/10198:
[ticket/10198] range validation for strings should limit characters not bytes
[ticket/10198] validate_config_vars() improperly validates multibyte strings
2011-06-10 01:23:17 +02:00
Nils Adermann
72479e13ab
[ticket/10198] range validation for strings should limit characters not bytes
...
PHPBB3-10198
2011-06-10 01:21:40 +02:00
rxu
eb0ffd3503
[ticket/10198] validate_config_vars() improperly validates multibyte strings
...
PHPBB3-10198
2011-06-10 01:21:36 +02:00
Nils Adermann
cdfbd82504
Merge branch 'ticket/bantu/9802' into develop-olympus
...
* ticket/bantu/9802:
[ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR.
[ticket/9802] Only check for IPv4-mapped address when address is IPv6.
[ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR.
[ticket/9802] Remove redundant character class definition from preg_replace.
[ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '.
2011-06-10 00:47:40 +02:00
Nils Adermann
5b701dc3ed
Merge branch 'ticket/rxu/6712' into develop-olympus
...
* ticket/rxu/6712:
[ticket/6712] Properly explain result of setting the bump interval to 0.
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
[ticket/6712] Pass $post_data by the value instead of by the reference.
[ticket/6712] Bump does not create new topic icon on index.
2011-06-10 00:24:43 +02:00
Nils Adermann
7f3d6150fc
[ticket/6712] Properly explain result of setting the bump interval to 0.
...
PHPBB3-6712
2011-06-10 00:20:15 +02:00
Nils Adermann
4f4c3220ad
Merge branch 'ticket/adamreyher/9878' into develop-olympus
...
* ticket/adamreyher/9878:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
2011-06-09 23:23:45 +02:00
Nils Adermann
928ee43881
Merge branch 'ticket/rxu/217' into develop-olympus
...
* ticket/rxu/217:
[ticket/217] Use positive assertions in tests.
[ticket/217] Silence errors in tests, not code.
[ticket/217] Use positive parameter statement for bbcode_init()
[ticket/217] Adjust patch, add tests
[ticket/217] Multiline [url] not converted
2011-06-09 22:39:28 +02:00
Andreas Fischer
d783211f82
Merge remote-tracking branch 'nickvergessen/ticket/10068' into develop-olympus
...
* nickvergessen/ticket/10068:
[ticket/10068] Style links posted in posts the same way as in signatures.
2011-06-09 22:33:12 +02:00
Andreas Fischer
e03e213d0b
Merge remote-tracking branch 'nickvergessen/ticket/10171' into develop-olympus
...
* nickvergessen/ticket/10171:
[ticket/10171] Fix displaying the "PM marking colours" in Firefox4.
2011-06-09 22:08:49 +02:00
Andreas Fischer
905d93ccee
Merge remote-tracking branch 'naderman/ticket/7888' into develop-olympus
...
* naderman/ticket/7888:
[ticket/7888] Swap in-forum/topic search to GET forms.
2011-06-09 21:57:05 +02:00
Nils Adermann
5b5ed96bc5
[ticket/7888] Swap in-forum/topic search to GET forms.
...
This will allow sending URLs to search results to other users. The advanced
search page has always worked like this, but these special pages used to
cause problems.
PHPBB3-7888
2011-06-09 21:53:12 +02:00
Andreas Fischer
b64159c001
Merge remote-tracking branch 'naderman/ticket/7057' into develop-olympus
...
* naderman/ticket/7057:
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
[ticket/7057] Remove trailing whitespace in functions.php
2011-06-09 13:10:48 +02:00
Andreas Fischer
c6e946c65f
Merge remote-tracking branch 'naderman/ticket/8138' into develop-olympus
...
* naderman/ticket/8138:
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
[ticket/8138] Add autocomplete="off" to a user and forum ACP.
2011-06-09 12:55:04 +02:00
Adam Reyher
fe425dedff
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
...
With these changes, prosilver and subSilver2 no longer need to force IE7
emulation when browsing with IE8 due to the well-known textarea scrolling
bug.
PHPBB3-9878
2011-06-09 06:52:11 -04:00
Andreas Fischer
f7578e29b3
Merge remote-tracking branch 'naderman/ticket/10005' into develop-olympus
...
* naderman/ticket/10005:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
2011-06-09 12:47:26 +02:00
Andreas Fischer
60811a507e
Merge remote-tracking branch 'naderman/ticket/10204' into develop-olympus
...
* naderman/ticket/10204:
[ticket/10204] Detect binary file changes in dirs with names containing dots
2011-06-09 12:45:10 +02:00
Nils Adermann
3c60cfd863
[ticket/10204] Detect binary file changes in dirs with names containing dots
...
PHPBB3-10204
2011-06-09 05:58:38 +02:00
Andreas Fischer
a7258fc6ce
Merge remote-tracking branch 'nickvergessen/ticket/10203' into develop-olympus
...
* nickvergessen/ticket/10203:
[ticket/10203] Fix quotations and hyphen in language strings for PHPBB3-10067
2011-06-09 01:19:08 +02:00
Joas Schilling
d2b5d77b2c
[ticket/10203] Fix quotations and hyphen in language strings for PHPBB3-10067
...
PHPBB3-10203
2011-06-09 00:33:27 +02:00
Joas Schilling
c07540163c
[ticket/10068] Style links posted in posts the same way as in signatures.
...
Firefox4 is going to have some restrictions to :visited for security purpose
(see http://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ for more information)
In phpBB links inside posts therefor can not be displayed with the dotted line
anymore. So when we change this anyway we can just make links in signature and
posts look the same.
PHPBB3-10068
2011-06-06 16:54:40 +02:00
Oleg Pudeyev
c93164db58
[ticket/217] Use positive assertions in tests.
...
PHPBB3-217
2011-06-06 21:16:47 +08:00
Oleg Pudeyev
2d1e426ba7
[ticket/217] Silence errors in tests, not code.
...
Use a mock user object for testing bbcode.
PHPBB3-217
2011-06-06 21:14:10 +08:00
Andreas Fischer
759f8d5c2c
Merge remote-tracking branch 'naderman/ticket/10067' into develop-olympus
...
* naderman/ticket/10067:
[ticket/10067] Add separator to h_radio to place options on individual lines
2011-06-06 10:58:05 +02:00
rxu
d44b6ba5ca
[ticket/217] Use positive parameter statement for bbcode_init()
...
PHPBB3-217
2011-06-06 00:53:54 +08:00
rxu
6585d938d2
[ticket/217] Adjust patch, add tests
...
PHPBB3-217
2011-06-06 00:53:53 +08:00
rxu
16ab0d8c26
[ticket/217] Multiline [url] not converted
...
This is the second attempt parse multiline URL text, see the ticket comments.
PHPBB3-217
2011-06-06 00:53:11 +08:00
Nils Adermann
26e052bb26
[ticket/10067] Add separator to h_radio to place options on individual lines
...
The previous mechanism for account activation resulted in two h_radio calls
with identical id attributes for two elements.
PHPBB3/10067
2011-06-05 09:52:17 +02:00
Nils Adermann
893d0ae96f
Merge branch 'ticket/bantu/10042' into develop-olympus
...
* ticket/bantu/10042:
[ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required.
[ticket/10042] GD CAPTCHA: Round offset to the next pixel.
[ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
2011-06-05 03:22:09 +02:00
Nils Adermann
ffc137986f
Merge branch 'ticket/bantu/9922' into develop-olympus
...
* ticket/bantu/9922:
[ticket/9922] Link post subject to the post's anchor in subsilver2.
2011-06-05 03:00:56 +02:00
Nils Adermann
a9f4e00234
Merge branch 'ticket/p/10067' into develop-olympus
...
* ticket/p/10067:
[ticket/10067] Clarify language for user activation options in ACP.
2011-06-05 02:49:35 +02:00
Nils Adermann
27e1f1319f
Merge branch 'ticket/nickvergessen/10158' into develop-olympus
...
* ticket/nickvergessen/10158:
[ticket/10158] Remove some code duplication from generating the message.
[ticket/10158] Only view "Return to" links if they are useful.
[ticket/10158] Add return-link to folder, when the user replied from a folder.
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
2011-06-05 01:58:37 +02:00
Nils Adermann
6b6705b852
[ticket/10158] Remove some code duplication from generating the message.
...
PHPBB3-10158
2011-06-05 01:58:03 +02:00
Nils Adermann
b1ae6f6407
Merge branch 'ticket/bantu/10195' into develop-olympus
...
* ticket/bantu/10195:
[ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.
2011-06-05 01:30:26 +02:00
Nils Adermann
f11ef89c65
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
...
PHPBB3-8138
2011-06-03 19:06:12 +02:00
Nils Adermann
4ddd116cd4
[ticket/8138] Add autocomplete="off" to a user and forum ACP.
...
PHPBB3-8138
2011-06-03 18:59:24 +02:00
Andreas Fischer
116744d4e5
Merge remote-tracking branch 'naderman/ticket/10149' into develop-olympus
...
* naderman/ticket/10149:
[ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar
2011-06-03 12:53:50 +02:00
Andreas Fischer
7a2fb9f123
Merge remote-tracking branch 'naderman/ticket/9950' into develop-olympus
...
* naderman/ticket/9950:
[ticket/9950] Use actual language instead of user's language in overall header
2011-06-03 10:58:18 +02:00
Nils Adermann
a2b6605ce8
[ticket/10005] Add description to test cases
...
PHPBB3-10005
2011-06-03 03:12:13 +02:00
Nils Adermann
57eb02bf2c
[ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar
...
PHPBB3-10149
2011-06-03 02:39:00 +02:00
Andreas Fischer
b1a4de3166
Merge remote-tracking branch 'naderman/ticket/9685' into develop-olympus
...
* naderman/ticket/9685:
[ticket/9685] Test for databases that are able to nest transactions
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
2011-06-02 23:30:09 +02:00
Nils Adermann
6e8b59dce3
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
...
Without sid a GET form logs a user out if they have cookies disabled.
PHPBB3-7057
2011-06-02 10:10:42 +02:00
Nils Adermann
d270f736e3
[ticket/7057] Remove trailing whitespace in functions.php
...
PHPBB3-7057
2011-06-02 10:09:40 +02:00
Nils Adermann
7b10f859de
[ticket/10005] Add validation of dropdown custom profile field values
...
PHPBB3-10005
2011-06-02 08:49:59 +02:00
Nils Adermann
324c913ac9
[ticket/9950] Use actual language instead of user's language in overall header
...
PHPBB3-9950
2011-06-02 06:24:28 +02:00
Nils Adermann
f0287f7e57
[ticket/9685] Test for databases that are able to nest transactions
...
If a database is unable to nest transactions the dbal should implement
sql_buffer_nested_transactions to signal that buffering of the outer
results and closing of the outer transaction is required to open the
inner transaction.
PHPBB3-9685
2011-06-02 06:09:21 +02:00
Nils Adermann
2159e4f285
Merge branch 'ticket/p/10039' into develop-olympus
...
* ticket/p/10039:
[ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.
2011-06-02 04:52:30 +02:00
Nils Adermann
ebe83769e6
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
...
PHPBB3-9685
2011-06-02 01:52:25 +02:00
Andreas Fischer
83dfe0d22c
[ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.
...
There is no support for IPv6 addresses in the blacklists we check right now.
PHPBB3-10195
2011-05-26 10:56:46 +02:00
Andreas Fischer
7da88f9103
Merge remote-tracking branch 'erikfrerejean/ticket/10192' into develop-olympus
...
* erikfrerejean/ticket/10192:
[ticket/10192] Add missing semicolon
2011-05-23 23:59:45 +02:00
Andreas Fischer
e0ce73e3b8
Merge remote-tracking branch 'p/ticket/9630' into develop-olympus
...
* p/ticket/9630:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
2011-05-23 23:56:31 +02:00
Joas Schilling
67449f8f1b
[ticket/10158] Only view "Return to" links if they are useful.
...
PHPBB3-10158
2011-05-23 12:03:04 +02:00
Erik Frèrejean
b5e5ed0033
[ticket/10192] Add missing semicolon
...
if the index has to be recreated it will run into the private message
table query.
PHPBB3-10192
2011-05-23 11:00:58 +02:00
Andreas Fischer
e4681f0929
Merge remote-tracking branch 'p/ticket/10191' into develop-olympus
...
* p/ticket/10191:
[ticket/10191] Use ob_get_level in exit_handler for output buffering check.
2011-05-23 10:18:49 +02:00
Andreas Fischer
00a4ace573
Merge remote-tracking branch 'p/ticket/10188' into develop-olympus
...
* p/ticket/10188:
[ticket/10188] Use ob_get_level in msg_handler for output buffering check.
2011-05-23 10:14:40 +02:00
Oleg Pudeyev
44cc8153cd
[ticket/10191] Use ob_get_level in exit_handler for output buffering check.
...
Calling flush() when output buffering is enabled causes output to be
duplicated. Besides phpBB enabling output buffering for gzip compression,
output buffering may be enabled externally to phpBB via output_handler
or output_buffering directives in php.ini.
Use ob_get_level to determine whether output buffering is active and
call ob_flush in that case.
PHPBB3-10191
2011-05-22 07:16:40 -04:00
Oleg Pudeyev
9b62500a10
[ticket/10188] Use ob_get_level in msg_handler for output buffering check.
...
Output buffering may be enabled via various approaches, among them:
* output_buffering in php.ini;
* output_handler in php.ini enables output_buffering;
* ob_start call.
ob_get_level allows us to query php runtime for the actual output buffering
status.
PHPBB3-10188
2011-05-22 06:48:59 -04:00
Patrick Webster
94c28efe07
[ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.
...
PHPBB3-10039
2011-05-13 19:43:17 -04:00
Oleg Pudeyev
5e81b058cf
Merge remote-tracking branch 'bantu/ticket/10146' into develop-olympus
...
* bantu/ticket/10146:
[ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).
2011-05-13 19:32:35 -04:00
Andreas Fischer
46110d8cef
Merge remote-tracking branch 'p/ticket/10186' into develop-olympus
...
* p/ticket/10186:
[ticket/10186] UCP signature panel displays when not authed for signatures
2011-05-13 01:29:00 +02:00
RMcGirr83
f6fa52540c
[ticket/10186] UCP signature panel displays when not authed for signatures
...
The signature panel link was displayed even when a user did not have the
auths to create/edit their signature. Clicking on the link gave a
trigger_error of "Not authorised to have a signature". Hide the link
when user does not have permissions to edit their signature.
PHPBB3-10186
2011-05-12 19:25:20 -04:00
Oleg Pudeyev
0d407f10d0
Merge remote-tracking branch 'bantu/ticket/10126' into develop-olympus
...
* bantu/ticket/10126:
[ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.
2011-05-10 23:42:22 -04:00
Oleg Pudeyev
f670aefd36
Merge remote-tracking branch 'bantu/ticket/10170' into develop-olympus
...
* bantu/ticket/10170:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
2011-05-10 22:06:23 -04:00
Andreas Fischer
5a4a1e3c25
[ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.
...
Make what we want to achieve clear by using "and not" instead of "xor".
PHPBB3-10126
2011-05-11 03:56:15 +02:00
Andreas Fischer
eded608a53
[ticket/10170] Fix broken recaptcha verification host.
...
PHPBB3-10170
2011-05-11 03:26:36 +02:00
Andreas Fischer
2c0c8a580f
[ticket/10170] Include www in hostname in language strings.
...
PHPBB3-10170
2011-05-11 03:14:14 +02:00
Erik Frèrejean
46fcf9c8e4
[ticket/10170] Update language entries
...
Update the language entries to reflect the reCaptcha
API change.
PHPBB3-10170
2011-05-10 23:34:38 +02:00
Erik Frèrejean
ca981b6d18
[ticket/10170] reCaptcha API has been moved.
...
The reCaptcha API has been moved from recaptcha.net to
google.com/recaptcha.
PHPBB3-10170
2011-05-10 23:31:41 +02:00
Oleg Pudeyev
7faabfb532
Merge remote-tracking branch 'bantu/ticket/10154' into develop-olympus
...
* bantu/ticket/10154:
[ticket/10154] Move "copy permissions from" to below "parent" on forum creation
2011-05-09 22:35:19 -04:00
Oleg Pudeyev
820ed7a17d
Merge remote-tracking branch 'bantu/ticket/9999' into develop-olympus
...
* bantu/ticket/9999:
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
[ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable.
2011-05-09 22:24:10 -04:00
Andreas Fischer
ccb78f74a4
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
...
PHPBB3-9999
2011-05-09 23:20:17 +02:00
Andreas Fischer
4038091382
[ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable.
...
L_FORUM_FOLDER_ALT was supposed to be a language variable but the language
variable is never looked up but directly passed as L_FORUM_FOLDER_ALT instead.
Also, the expected functionality is correctly implemented by
FORUM_FOLDER_IMG_ALT.
PHPBB3-9999
2011-05-09 23:11:56 +02:00
Andreas Fischer
2d35e60443
[ticket/10154] Move "copy permissions from" to below "parent" on forum creation
...
Move "copy permissions from" to below "parent forum" in forum creation form.
PHPBB3-10154
2011-05-09 22:53:08 +02:00
Joas Schilling
437013194a
[ticket/10158] Add return-link to folder, when the user replied from a folder.
...
PHPBB3-10158
2011-05-09 12:46:34 +02:00
Andreas Fischer
52316bb3f5
Merge remote-tracking branch 'p/ticket/10178' into develop-olympus
...
* p/ticket/10178:
[ticket/10178] Add path to find command to build packages on FreeBSD.
2011-05-08 16:34:23 +02:00
Andreas Fischer
4d1f6352e6
Merge remote-tracking branch 'p/ticket/10177' into develop-olympus
...
* p/ticket/10177:
[ticket/10177] Add `-f -` to tar command to build packages with bsdtar.
2011-05-08 16:34:21 +02:00
Oleg Pudeyev
d987c0a118
[ticket/10178] Add path to find command to build packages on FreeBSD.
...
PHPBB3-10178
2011-05-07 22:31:44 -04:00
Oleg Pudeyev
129f70bf95
[ticket/10177] Add -f - to tar command to build packages with bsdtar.
...
PHPBB3-10177
2011-05-07 22:31:33 -04:00
Andreas Fischer
963a67332a
[ticket/9922] Link post subject to the post's anchor in subsilver2.
...
Link post subject to the post's anchor in subsilver2 to expose full URL to post
which is otherwise only hidden behind the small post icon.
PHPBB3-9922
2011-05-05 19:53:10 +02:00
Joas Schilling
0d234cabf4
[ticket/10171] Fix displaying the "PM marking colours" in Firefox4.
...
PHPBB3-10171
2011-05-05 15:57:59 +02:00
Nils Adermann
e7dd37910c
Merge branch 'ticket/p/10003' into develop-olympus
...
* ticket/p/10003:
[ticket/10003] Delete EOL at EOF for the benefit of 3.0 modifications.
[ticket/10003] Ported 1802b9ff92 to db_tools.
[ticket/10003] Ported 5553cfc2ed to db_tools.
[ticket/10003] Ported 023760c8b2 to db_tools.
[ticket/10003] Ported 54c22ae52a to db_tools.
[ticket/10003] Ported 96a30afcca to db_tools.
[ticket/10003] Ported d7d96223e7 to db_tools.
2011-05-05 14:44:49 +02:00
Joas Schilling
65d956bd81
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
...
PHPBB3-10158
2011-05-05 10:49:54 +02:00
Oleg Pudeyev
3a70cb478c
Merge remote-tracking branch 'erikfrerejean/ticket/9954' into develop-olympus
...
* erikfrerejean/ticket/9954:
[ticket/9954] Remove unneeded never permission
2011-05-03 00:24:44 -04:00
Oleg Pudeyev
c651948cb3
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
...
PHPBB3-9630
2011-05-02 23:54:35 -04:00
rxu
5254ec2795
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
...
PHPBB3-6712
2011-05-01 13:38:39 +08:00
Oleg Pudeyev
aa7be58d41
Merge branch 'erikfrerejean/ticket/9961' into develop-olympus
...
* erikfrerejean/ticket/9961:
[ticket/9961] Create log entries when users are activated.
2011-04-30 17:41:04 -04:00
Oleg Pudeyev
8155bc5a9d
[ticket/10067] Clarify language for user activation options in ACP.
...
PHPBB3-10067
2011-04-30 15:39:19 -04:00
Oleg Pudeyev
1e2c19f4b4
[ticket/10003] Delete EOL at EOF for the benefit of 3.0 modifications.
...
PHPBB3-10003
2011-04-29 02:16:02 -04:00
Oleg Pudeyev
85549fad83
[ticket/10003] Ported 1802b9ff92 to db_tools.
...
Most of it was already in db_tools, these changes could have applied to
code that did not exist in db_tools at the time of the commit.
PHPBB3-10003
2011-04-29 02:10:42 -04:00
Oleg Pudeyev
55ff5da70b
[ticket/10003] Ported 5553cfc2ed to db_tools.
...
The diff in database_update was only partially relevant.
PHPBB3-10003
2011-04-29 02:10:42 -04:00
Oleg Pudeyev
761e3dd36f
[ticket/10003] Ported 023760c8b2 to db_tools.
...
This was painful. Git wanted to patch hunks in wrong places.
Hopefully I got it right.
PHPBB3-10003
2011-04-29 02:10:42 -04:00
Oleg Pudeyev
9f34aa0b79
[ticket/10003] Ported 54c22ae52a to db_tools.
...
This diff applied cleanly.
PHPBB3-10003
2011-04-29 02:10:42 -04:00
Oleg Pudeyev
3cb1b90ca6
[ticket/10003] Ported 96a30afcca to db_tools.
...
This change is somewhat questionable, maybe it should be reviewed.
PHPBB3-10003
2011-04-29 02:10:41 -04:00
Oleg Pudeyev
e6eb11bb11
[ticket/10003] Ported d7d96223e7 to db_tools.
...
PHPBB3-10003
2011-04-29 02:10:41 -04:00
Igor Wiedler
850741ee16
Merge remote branch 'bantu/ticket/10145' into develop-olympus
...
* bantu/ticket/10145:
[ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
2011-04-26 21:49:21 +02:00
Andreas Fischer
569a4b2091
Merge remote branch 'p/ticket/7941' into develop-olympus
...
* p/ticket/7941:
[ticket/7941] Added @return to generate_board_url docstring.
2011-04-26 19:35:49 +02:00
Andreas Fischer
a3a70e13b5
[ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
...
PHPBB3-10145
2011-04-26 12:35:44 +02:00
Andreas Fischer
8a97722464
Merge branch 'ticket/p/10147' into develop-olympus
...
* ticket/p/10147:
[ticket/10147] Corrected a typo in includes/functions_template.php.
2011-04-23 21:51:49 +02:00
Oleg Pudeyev
a8ecd30fe1
[ticket/10147] Corrected a typo in includes/functions_template.php.
...
PHPBB3-10147
2011-04-23 15:36:45 -04:00
Andreas Fischer
bc48fe1704
Merge branch 'ticket/p/10141' into develop-olympus
...
* ticket/p/10141:
[ticket/10141] Save a hash lookup when value is not in cache.
[ticket/10141] Split double-assignment into conditional and unconditional part.
[ticket/10141] Use a cache in $auth->_fill_acl() for better performance.
2011-04-22 11:16:32 +02:00
Andreas Fischer
9cb6a69861
[ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).
...
PHPBB3-10146
2011-04-22 11:01:07 +02:00
Oleg Pudeyev
0a8893498d
Merge branch 'ticket/bantu/10137' into develop-olympus
...
* ticket/bantu/10137:
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
2011-04-22 00:16:21 -04:00
Oleg Pudeyev
ff5274181c
Merge branch 'ticket/bantu/10105' into develop-olympus
2011-04-22 00:03:02 -04:00
Oleg Pudeyev
f49656986c
[ticket/10141] Save a hash lookup when value is not in cache.
...
PHPBB3-10141
2011-04-21 23:15:51 -04:00
Andreas Fischer
8c3cfbb40e
[ticket/10105] Update AIM express link.
...
PHPBB3-10105
2011-04-22 00:42:49 +02:00
Andreas Fischer
78fa3a3b03
[ticket/10105] Update AIM application download link.
...
PHPBB3-10105
2011-04-22 00:41:55 +02:00
Andreas Fischer
6ee6245e5b
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
...
PHPBB3-10137
2011-04-22 00:30:13 +02:00
Andreas Fischer
b1367bce48
[ticket/10141] Split double-assignment into conditional and unconditional part.
...
PHPBB3-10141
2011-04-22 00:20:09 +02:00
Bart van Bragt
11dd4b54fa
[ticket/10141] Use a cache in $auth->_fill_acl() for better performance.
...
Many sequences being converted are the same. Use a local cache to
convert each sequence once, speeding up the function.
PHPBB3-10141
2011-04-21 04:21:09 -04:00
Andreas Fischer
d1f1d8ade7
[ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR.
...
The value in $_SERVER['REMOTE_ADDR'] is either validated to be a valid IP
address or is replaced by our default value. Valid IP addresses do not contain
HTML special characters, thus the htmlspecialchars() call is unnecessary.
PHPBB3-9802
2011-04-19 14:10:23 +02:00
Andreas Fischer
5ca7121ed2
[ticket/9802] Only check for IPv4-mapped address when address is IPv6.
...
PHPBB3-9802
2011-04-19 14:08:23 +02:00
Andreas Fischer
bef2540d9c
[ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR.
...
When $ip is empty() it was assigned to $this->ip.
PHPBB3-9802
2011-04-19 13:46:00 +02:00
Andreas Fischer
fd80535859
[ticket/9802] Remove redundant character class definition from preg_replace.
...
PHPBB3-9802
2011-04-19 13:22:48 +02:00
Andreas Fischer
ee6167879e
[ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '.
...
PHPBB3-9802
2011-04-19 13:22:23 +02:00
Erik Frèrejean
1d2201902f
[ticket/9961] Create log entries when users are activated.
...
* Create log entries when a user activates own account without
also changing their password.
* Additionally create admin log entries when an administrator activates
user accounts.
PHPBB3-9961
2011-04-19 13:11:20 +02:00
Oleg Pudeyev
682814180c
[ticket/7941] Added @return to generate_board_url docstring.
...
PHPBB3-7941
2011-04-17 18:46:03 -04:00
Oleg Pudeyev
32bc980ca0
Merge branch 'ticket/nickvergessen/10109' into develop-olympus
...
* ticket/nickvergessen/10109:
[ticket/10109] Fix "Undefined Index" errors when copying a topic.
2011-04-17 03:20:22 -04:00
Oleg Pudeyev
76bc4c24a5
Merge branch 'ticket/rxu/10117' into develop-olympus
...
* ticket/rxu/10117:
[ticket/10117] Add one more missed 'u' modifier, add code comment
[ticket/10117] Make smilies to be correctly parsed within unicode text.
2011-04-17 00:31:24 -04:00
Oleg Pudeyev
d4e938b25b
Merge branch 'ticket/rxu/10115' into develop-olympus
...
* ticket/rxu/10115:
[ticket/10115] Switch UTF-8 mode on for the rest of BBCodes
[ticket/10115] Make some text oriented BBCodes to properly handle unicode.
2011-04-17 00:12:40 -04:00
Oleg Pudeyev
bdb84452f5
Merge branch 'ticket/bantu/10128' into develop-olympus
...
* ticket/bantu/10128:
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
2011-04-10 19:52:06 -04:00
Oleg Pudeyev
5f05899588
Merge branch 'ticket/bantu/10123' into develop-olympus
...
* ticket/bantu/10123:
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
2011-04-10 19:52:04 -04:00
Andreas Fischer
259929ad4e
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
...
The user_ban() function is shared by the MCP and the ACP.
Mark trigger_error() calls as errors by passing E_USER_WARNING to make the
error message appear on red background (instead of green background) in the
ACP.
PHPBB3-10128
2011-04-11 00:29:48 +02:00
Oleg Pudeyev
d3b5df2548
Merge branch 'ticket/erikfrerejean/9581' into develop-olympus
...
* ticket/erikfrerejean/9581:
[ticket/9581] Fix missing index
[ticket/9581] Slightly tweaked queries
[ticket/9581] Make banlist table select optional
[ticket/9581] Mass e-mail to banned users
2011-04-10 11:58:29 -04:00
Andreas Fischer
5798c8f02e
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
...
PHPBB3-10123
2011-04-08 12:31:56 +02:00
Andreas Fischer
c910ce1cc6
Merge branch 'ticket/nickvergessen/10084' into develop-olympus
...
* ticket/nickvergessen/10084:
[ticket/10084] Add smilie/icon errors out when file is missing
2011-04-08 12:23:24 +02:00
Joas Schilling
851bb9fcd8
[ticket/10084] Add smilie/icon errors out when file is missing
...
PHPBB3-10084
2011-04-07 20:36:11 +02:00
Joas Schilling
a72fe8acaf
[ticket/10109] Fix "Undefined Index" errors when copying a topic.
...
PHPBB3-10109
2011-04-07 14:53:47 +02:00
Andreas Fischer
df622a1fab
Merge branch 'ticket/nickvergessen/10121' into develop-olympus
...
* ticket/nickvergessen/10121:
[ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.php
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
2011-04-05 00:31:33 +02:00
Joas Schilling
f96cb431a9
[ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.php
...
PHPBB3-10121
2011-04-03 22:14:26 +02:00
Joas Schilling
59d75c1ae6
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
...
PHPBB3-10121
2011-04-03 22:11:13 +02:00
rxu
b8adad0d48
[ticket/10117] Add one more missed 'u' modifier, add code comment
...
PHPBB3-10117
2011-04-03 15:28:00 +08:00
rxu
6ddb92c41e
[ticket/10115] Switch UTF-8 mode on for the rest of BBCodes
...
PHPBB3-10115
2011-04-03 08:33:33 +08:00
rxu
d1bd5962c7
[ticket/6712] Pass $post_data by the value instead of by the reference.
...
PHPBB3-6712
2011-04-03 01:00:21 +08:00
rxu
25ae46b8df
[ticket/10117] Make smilies to be correctly parsed within unicode text.
...
PHPBB3-10117
2011-04-03 00:53:00 +08:00
rxu
646d3e10d2
[ticket/10115] Make some text oriented BBCodes to properly handle unicode.
...
[quote], [b], [i], [size], [color], [u], [list] are affected.
PHPBB3-10115
2011-04-02 19:19:30 +08:00
Andreas Fischer
f392f55d9b
Merge branch 'ticket/bantu/9751' into develop-olympus
...
* ticket/bantu/9751:
[ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.
[ticket/9751] Compare $password with empty string instead of casting it to bool
[ticket/9751] Use a switch/case block without break for password complexity.
[ticket/9751] Password requirement "Must contain letters and numbers" fails
2011-04-01 15:11:10 +02:00
Andreas Fischer
4dce53628c
[ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.
...
Add shortcut logic for pass_complex because this is the default value phpBB
ships with and there is nothing to do in that function in that case.
PHPBB3-9751
2011-04-01 15:10:29 +02:00
Andreas Fischer
7cc32d3843
[ticket/9751] Compare $password with empty string instead of casting it to bool
...
PHPBB3-9751
2011-04-01 15:10:29 +02:00
Andreas Fischer
dba8cf12fd
[ticket/9751] Use a switch/case block without break for password complexity.
...
PHPBB3-9751
2011-04-01 15:10:29 +02:00
rxu
a835189823
[ticket/9751] Password requirement "Must contain letters and numbers" fails
...
PHPBB3-9751
2011-04-01 15:10:29 +02:00
Igor Wiedler
564ce6c7f6
Merge remote branch 'callumacrae/ticket/10112' into develop-olympus
...
* callumacrae/ticket/10112:
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
2011-03-31 20:31:58 +02:00
Igor Wiedler
ec5ca9df6b
Merge branch 'ticket/haklop/10110' into develop-olympus
...
* ticket/haklop/10110:
[ticket/10110] Remove tab from empty lines
[ticket/10110] Enable the serialization and add a constant for defined the database
[ticket/10110] Update comments with a link to the phpredis extension
[ticket/10110] Add Redis ACM backend
2011-03-31 20:23:30 +02:00
Eric
ddda094d3a
[ticket/10110] Remove tab from empty lines
...
PHPBB3-10110
2011-03-31 20:16:53 +02:00
Eric
9891f5a8d2
[ticket/10110] Enable the serialization and add a constant for
...
defined the database
PHPBB3-10110
2011-03-31 20:16:53 +02:00
Eric
f18d93756c
[ticket/10110] Update comments with a link to the phpredis extension
...
PHPBB3-10110
2011-03-31 20:16:53 +02:00
Eric
fad7333e72
[ticket/10110] Add Redis ACM backend
...
PHPBB3-10110
2011-03-31 20:16:52 +02:00
Callum Macrae
657971754b
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
...
As per the coding guidlines, sizeof() should be used instead of count().
PHPBB3-10112
2011-03-30 11:30:27 +01:00
Erik Frèrejean
83ca730544
[ticket/9581] Fix missing index
...
Add `u.user_lang` to the select statement to prevent "undefined
index" errors.
PHPBB3-9581
2011-03-24 10:44:36 +01:00
Andreas Fischer
6ac93d8a00
Merge branch 'ticket/jellydoughnut/9946' into develop-olympus
...
* ticket/jellydoughnut/9946:
[ticket/9946] Allow storage of data >4kB on Oracle again
2011-03-24 09:22:12 +01:00
Oleg Pudeyev
df6ce22fa3
Merge branch 'ticket/bantu/10082' into develop-olympus
...
* ticket/bantu/10082:
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
2011-03-23 20:30:23 -04:00
Oleg Pudeyev
c53c255c64
Merge branch 'ticket/igorw/10107' into develop-olympus
...
* ticket/igorw/10107:
[ticket/10107] Add cache to the enumeration, make statement more generic
[ticket/10107] Make it clear that provided httpd samples are not perfect
[ticket/10107] Add a webserver section to docs/INSTALL.html
2011-03-23 20:12:14 -04:00
Igor Wiedler
0793b49212
[ticket/10107] Add cache to the enumeration, make statement more generic
...
PHPBB3-10107
2011-03-24 00:40:56 +01:00
Igor Wiedler
03017a8946
[ticket/10107] Make it clear that provided httpd samples are not perfect
...
PHPBB3-10107
2011-03-24 00:35:05 +01:00
Igor Wiedler
2f6b046f4b
Merge remote branch 'nickvergessen/ticket/10033' into develop-olympus
...
* nickvergessen/ticket/10033:
[ticket/10033] "Disallow usernames" does not check already disallowed names.
2011-03-23 23:21:23 +01:00
Igor Wiedler
ae8131077e
[ticket/10107] Add a webserver section to docs/INSTALL.html
...
Explain what to do with lighttpd and nginx after installing phpBB on
one of those webservers.
PHPBB3-10107
2011-03-23 23:13:52 +01:00
Joas Schilling
1564c01c38
[ticket/10033] "Disallow usernames" does not check already disallowed names.
...
PHPBB3-10033
2011-03-23 22:48:22 +01:00
Oleg Pudeyev
200c7e3c44
Merge branch 'ticket/igorw/10101' into develop-olympus
...
* ticket/igorw/10101:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
2011-03-22 21:25:00 -04:00
Igor Wiedler
51fb493edc
Merge remote branch 'bantu/ticket/10021' into develop-olympus
...
* bantu/ticket/10021:
[ticket/10021] Add comment explaining why we can check -1 as an error value.
[ticket/10021] Check whether gmmktime() returns false before putting it in SQL.
2011-03-20 23:06:10 +01:00
Igor Wiedler
4c3cc152c8
[ticket/10101] Add test case for native phpass hashes
...
PHPBB3-10101
2011-03-20 22:52:31 +01:00
Igor Wiedler
5586bcf813
Merge remote branch 'bantu/ticket/10102' into develop-olympus
...
* bantu/ticket/10102:
[ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
2011-03-20 22:42:43 +01:00
Igor Wiedler
cd9355e4dd
Merge remote branch 'igorw/ticket/9806' into develop-olympus
...
* igorw/ticket/9806:
[ticket/9806] Script for merging pull requests
2011-03-20 22:31:14 +01:00
Andreas Fischer
d36f78b9f1
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
...
This fixes session unit tests on PostgreSQL in particular.
PHPBB3-10082
2011-03-19 23:20:41 +01:00
Andreas Fischer
087e7642e7
[ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
...
There is no member.S_PENDING_SET variable.
This fixes an XHTML error when managing groups with both approved and pending
users from the UCP.
PHPBB3-10102
2011-03-19 14:56:56 +01:00
Andreas Fischer
c24408f6ed
[ticket/10021] Add comment explaining why we can check -1 as an error value.
...
PHPBB3-10021
2011-03-18 02:51:43 +01:00
Igor Wiedler
a3e8f74f72
Merge remote branch 'bantu/ticket/10100' into develop-olympus
...
* bantu/ticket/10100:
[ticket/10100] Update rand_seed_last_update before rand_seed in unique_id().
2011-03-18 00:06:44 +01:00
Igor Wiedler
f8384b7302
[ticket/10101] Add support for native phpass hashes
...
phpass (the hashing library we use) adds a hash identifier to every
hash. By default this identifier is '$P$'. For some reason we have
changed it to '$H$'.
This patch allows both of them to be used for authentication, so that a
third party system could create users with '$P$' hashes.
PHPBB3-10101
2011-03-17 23:59:38 +01:00
Andreas Fischer
48ba841be0
[ticket/10100] Update rand_seed_last_update before rand_seed in unique_id().
...
Update $config['rand_seed_last_update'] before updating $config['rand_seed'] in
unique_id() to mitigate a race condition and unnecessary updates on heavily
busy boards.
PHPBB3-10100
2011-03-17 23:07:35 +01:00
Andreas Fischer
784132d7e8
Merge branch 'ticket/naderman/9685' into develop-olympus
...
* ticket/naderman/9685:
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
2011-03-15 01:59:47 +01:00
Nils Adermann
91b3195255
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
...
To have a generic solution there is now a sql_buffer_nested_transaction()
which indicates that the given SQL driver requires buffering to run a
transaction while iterating over another result set.
PHPBB3-9685
2011-03-15 01:41:16 +01:00
Andreas Fischer
c75b299eb1
Merge branch 'ticket/p/10096' into develop-olympus
...
* ticket/p/10096:
[ticket/10096] Fixed whitespace in functions.php.
2011-03-14 13:58:21 +01:00
Andreas Fischer
4f1056ad72
Merge branch 'ticket/p/10092' into develop-olympus
...
* ticket/p/10092:
[ticket/10092] Ignore overlength comment lines in commit-msg hook.
2011-03-14 13:58:19 +01:00
Andreas Fischer
4dd7b4cb8f
Merge branch 'ticket/p/10078' into develop-olympus
...
* ticket/p/10078:
[ticket/10078] Avoid \n in strings given to echo for portability.
2011-03-14 13:58:17 +01:00
Oleg Pudeyev
64657ee366
[ticket/10096] Fixed whitespace in functions.php.
...
PHPBB3-10096
2011-03-13 23:12:52 -04:00
Igor Wiedler
1d2634f0ee
[ticket/9806] Script for merging pull requests
...
PHPBB3-9806
2011-03-13 16:15:24 +01:00
Oleg Pudeyev
4d231112b6
Merge branch 'ticket/bantu/8802' into develop-olympus
...
* ticket/bantu/8802:
[ticket/8802] Make FORUMS_MARKED more generic as it is also used for subforums.
[ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.
2011-03-12 23:32:43 -05:00
Oleg Pudeyev
3dd5c95b6c
Merge branch 'ticket/erikfrerejean/9948' into develop-olympus
...
* ticket/erikfrerejean/9948:
[ticket/9948] Inline quicktime files won't show
2011-03-12 19:13:55 -05:00
Igor Wiedler
388171b482
Merge branch 'ticket/bantu/10088' into develop-olympus
...
* ticket/bantu/10088:
[ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.
2011-03-12 18:23:31 +01:00
Igor Wiedler
bc42cbd94b
Merge branch 'ticket/bantu/10046' into develop-olympus
...
* ticket/bantu/10046:
[ticket/10046] Do not link bots to cron.php.
[ticket/10046] No longer change $phpbb_root_path to an absolute path for cron.
[ticket/10046] Call flush() in cron.php
[ticket/10046] Remove calls to register_shutdown_function() in cron.php
2011-03-12 18:11:47 +01:00
Andreas Fischer
7a39bdef89
[ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.
...
PHPBB3-10088
2011-03-12 15:26:09 +01:00
Oleg Pudeyev
9a48045254
[ticket/10046] Do not link bots to cron.php.
...
Bots, generally speaking, will not request cron.php immediately,
thus telling them to request it is pointless.
PHPBB3-10046
2011-03-12 14:57:34 +01:00
Andreas Fischer
a8f2e79fbc
[ticket/10046] No longer change $phpbb_root_path to an absolute path for cron.
...
This is no longer required because we no longer call
register_shutdown_function() which made this change necessary.
PHPBB3-10046
2011-03-12 14:57:26 +01:00
Andreas Fischer
79d209824f
[ticket/10046] Call flush() in cron.php
...
PHPBB3-10046
2011-03-12 14:56:47 +01:00
Andreas Fischer
ec15ac92f3
[ticket/10046] Remove calls to register_shutdown_function() in cron.php
...
After reading some PHP source as well as the PHP manual we have arrived at the
following two situations with one conclusion:
* SAPI supports flush():
o call to flush() is enough to stop the page from displaying as loading
o and thus register_shutdown_function is unnecessary
* SAPI does not support flush():
o neither a call to flush() nor the beginning of shutdown phase, which calls
registered shutdown functions can flush anything to the client
o and thus register_shutdown_function is unnecessary
Thanks to lacton for reporting the initial issue.
Thanks to nn- and naderman for doing all the dirty works.
PHPBB3-10046
2011-03-12 14:56:46 +01:00
Oleg Pudeyev
2f57bfb6f2
Merge branch 'ticket/bantu/9970' into develop-olympus
...
* ticket/bantu/9970:
[ticket/9970] Rename validate_language() to validate_language_iso_name().
[ticket/9970] Do not allow switching to languages not installed on reg. page.
[ticket/9970] Check whether language pack is installed.
[ticket/9970] User language input is checked for existance
2011-03-11 21:55:40 -05:00
Oleg Pudeyev
81d281f9e5
Merge branch 'ticket/erikfrerejean/10090' into develop-olympus
...
* ticket/erikfrerejean/10090:
[ticket/10090] Add phpBB/cache/queue.php.lock to the gitignore
2011-03-11 19:44:39 -05:00
Oleg Pudeyev
94e09ac041
[ticket/10078] Avoid \n in strings given to echo for portability.
...
Also preserve whitespace (including newlines) when printing the
lines that exceed 80 character limit.
PHPBB3-10078
2011-03-11 19:30:40 -05:00
Oleg Pudeyev
7cf134c73d
[ticket/10092] Ignore overlength comment lines in commit-msg hook.
...
PHPBB3-10092
2011-03-11 19:26:07 -05:00
Andreas Fischer
33c38b37d8
Merge branch 'ticket/p/10016' into develop-olympus
...
* ticket/p/10016:
[ticket/10016] Add comment for text casting (for PostgreSQL 7.x)
[ticket/10016] Leave Firebird unchanged.
[ticket/10016] Fixed varchar to decimal cast on postgresql 7.x.
2011-03-11 01:45:45 +01:00
Erik Frèrejean
2fb9bfe3b3
[ticket/10090] Add phpBB/cache/queue.php.lock to the gitignore
...
PHPBB3-10090
2011-03-10 22:48:12 +01:00
Andreas Fischer
67fa589ba2
[ticket/8802] Make FORUMS_MARKED more generic as it is also used for subforums.
...
PHPBB3-8802
2011-03-10 16:47:00 +01:00
Andreas Fischer
dfbd8f7de9
[ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.
...
Clicking "Mark forums read" when not browsing on the index page only marks
all subforums (and sub-sub forums etc.) read, topics in the current forum have
to marked seperately by clicking the "Mark topics read" link.
Let's indicate this circumstance by using the word "subforums".
PHPBB3-8802
2011-03-10 16:28:46 +01:00
Oleg Pudeyev
aa8f4000d3
Merge branch 'ticket/rxu/10035' into develop-olympus
...
* ticket/rxu/10035:
[ticket/10035] ACP template edit feature allows to read any files on webserver.
2011-03-10 05:22:37 -05:00
Andreas Fischer
c78637da1a
Merge branch 'ticket/p/10057' into develop-olympus
...
* ticket/p/10057:
[ticket/10057] Fixes for a bunch of small problems.
[ticket/10057] Handle the case of missing interbase extension better.
[ticket/10057] Fixed wrong usage of sql_error again, in firebird.
[ticket/10057] Fixed usage of sql_error again.
[ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
[ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
[ticket/10057] Skip ibase_service_attach if firebird connection failed.
[ticket/10057] Check for interbase function existence.
[ticket/10057] Split statements in firebird dbal for readability.
[ticket/10057] Include error collector class file in postgres dbal.
[ticket/10057] Moved error collector class into its own file.
[ticket/10057] Use a class for error collection.
[ticket/10057] More informative error messages in postgres dbal.
[ticket/10057] No negative array indexing.
[ticket/10057] Report postgres db connection errors.
2011-03-09 19:46:03 +01:00
Oleg Pudeyev
87e3560c30
[ticket/10057] Fixes for a bunch of small problems.
...
PHPBB3-10057
2011-03-08 19:48:56 -05:00
Andreas Fischer
34929033b4
Merge branch 'ticket/p/10069' into develop-olympus
...
* ticket/p/10069:
[ticket/10069] Improvements to sample nginx configuration.
2011-03-07 22:01:03 +01:00
Andreas Fischer
1277d04659
Merge branch 'ticket/bantu/10079' into develop-olympus
...
* ticket/bantu/10079:
[ticket/10079] Add gallery avatars to .gitignore.
2011-03-07 22:00:22 +01:00
Nils Adermann
5646d65712
Merge branch 'ticket/aptx/10081' into develop-olympus
...
* ticket/aptx/10081:
[ticket/10081] remove $phpEx.
[ticket/10081] Cleanup Template Tests.
2011-03-07 19:10:02 +01:00
Marek A. Ruszczynski
b835f364f5
[ticket/10081] remove $phpEx.
...
PHPBB3-10081
2011-03-07 18:50:18 +01:00
Marek A. Ruszczynski
7147382e9e
[ticket/10081] Cleanup Template Tests.
...
There are no incomplete template tests anymore.
PHPBB3-10081
2011-03-07 18:26:46 +01:00
Josh Woody
f6c6de4539
[ticket/9946] Allow storage of data >4kB on Oracle again
...
This fixes the fix to PHPBB3-9132, which introduced a fatal error on Oracle.
PHPBB3-9946
2011-03-07 10:31:25 -06:00
Andreas Fischer
a229dd9896
[ticket/10079] Add gallery avatars to .gitignore.
...
PHPBB3-10079
2011-03-07 16:43:39 +01:00
Andreas Fischer
21c5e6f149
Merge branch 'ticket/naderman/10040' into develop-olympus
...
* ticket/naderman/10040:
[ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.
2011-03-07 16:32:42 +01:00
Nils Adermann
dec9d24392
[ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.
...
PHPBB3-10040
2011-03-07 16:25:52 +01:00
rxu
9a9b156a8e
[ticket/10035] ACP template edit feature allows to read any files on webserver.
...
... and to upload/execute any script on it. Use preg_replace to filter filename
PHPBB3-10035
2011-03-07 21:22:33 +07:00
Oleg Pudeyev
020d06cdaa
[ticket/10057] Handle the case of missing interbase extension better.
...
PHPBB3-10057
2011-03-07 09:09:40 -05:00
Oleg Pudeyev
7acbf98692
[ticket/10057] Fixed wrong usage of sql_error again, in firebird.
...
This necessitates adding connect_error property to firebird.
PHPBB3-10057
2011-03-07 09:04:01 -05:00
Oleg Pudeyev
e5aa2c9ac1
[ticket/10057] Fixed usage of sql_error again.
...
PHPBB3-10057
2011-03-07 08:52:59 -05:00
Oleg Pudeyev
40468a5adc
[ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
...
PHPBB3-10057
2011-03-07 08:46:49 -05:00
Andreas Fischer
65580f7901
[ticket/10021] Check whether gmmktime() returns false before putting it in SQL.
...
This prevents SQL errors when large dates are entered.
PHPBB3-10021
2011-03-07 13:41:24 +01:00
Oleg Pudeyev
98388b2921
[ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
...
pg_last_error does not work if no connection was ever established.
Therefore we must keep track of connection errors in postgres
dbal ourselves.
PHPBB3-10057
2011-03-06 23:17:01 -05:00
Oleg Pudeyev
edc1deaa3a
[ticket/10057] Skip ibase_service_attach if firebird connection failed.
...
ibase_errmsg works for the most recent call. If the connection
fails, any error message is clobbered by ibase_service_attach call.
PHPBB3-10057
2011-03-06 23:13:19 -05:00
Oleg Pudeyev
4d92f9bb2e
[ticket/10057] Check for interbase function existence.
...
Calling nonexistent functions with @ destroys the script with
no feedback as to the cause of the error. Check whether
interbase functions exist before calling them.
PHPBB3-10057
2011-03-06 23:10:09 -05:00
Oleg Pudeyev
af43ed655b
[ticket/10057] Split statements in firebird dbal for readability.
...
PHPBB3-10057
2011-03-06 23:10:09 -05:00
Oleg Pudeyev
22004fa7d6
[ticket/10057] Include error collector class file in postgres dbal.
...
This change is in its own commit because it will be reverted for 3.1.
PHPBB3-10057
2011-03-06 20:51:09 -05:00
Oleg Pudeyev
24834543ee
[ticket/10057] Moved error collector class into its own file.
...
This will make it autoloadable in 3.1. This commit breaks 3.0
since no code includes the error collector. Such include code
will be in its own commit since it will need to be reverted in 3.1.
PHPBB3-10057
2011-03-06 20:16:17 -05:00
Oleg Pudeyev
17693c2802
[ticket/10057] Use a class for error collection.
...
Replaced error collection functions with a class for a cleaner
implementation.
PHPBB3-10057
2011-03-06 20:16:17 -05:00
Oleg Pudeyev
a4100fe709
[ticket/10057] More informative error messages in postgres dbal.
...
When pg_connect/pg_pconnect do not exist, mention that they come
with pgsql extension.
PHPBB3-10057
2011-03-06 20:16:17 -05:00
Oleg Pudeyev
fc5be6928f
[ticket/10057] No negative array indexing.
...
PHP manual does not say that negative array indices are allowed,
so it's best to assume they are not guaranteed to work the way
one would expect.
PHPBB3-10057
2011-03-06 20:16:17 -05:00
Oleg Pudeyev
d69a7c620a
[ticket/10057] Report postgres db connection errors.
...
Addresses two issues:
1. When pgsql extension is missing, @pg_connect would silently
abort execution. Check for pg_connect existence before calling it,
same with pg_pconnect.
2. When connection fails, the error reported by php is discarded.
User is shown the failure message without the reason for failure,
making debugging difficult. Collect the error (if any) via a
temporarily installed error handler, and display it if connection
failed.
PHPBB3-10057
2011-03-06 20:16:16 -05:00
Andreas Fischer
ac90190682
[ticket/9970] Rename validate_language() to validate_language_iso_name().
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Andreas Fischer
0f16fd3519
[ticket/9970] Do not allow switching to languages not installed on reg. page.
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Andreas Fischer
405ef39828
[ticket/9970] Check whether language pack is installed.
...
PHPBB3-9970
2011-03-07 00:41:24 +01:00
Josh Woody
f7723b3e95
[ticket/9970] User language input is checked for existance
...
Users could select a language which did not exist in the database by altering
form fields because there was no back-end verification.
PHPBB3-9970
2011-03-07 00:41:14 +01:00
Oleg Pudeyev
b343920071
[ticket/10069] Improvements to sample nginx configuration.
...
Most of these were contributed by burningbunny:
https://github.com/burningbunny
PHPBB3-10069
2011-03-06 18:22:13 -05:00
Oleg Pudeyev
f08cbc73de
Merge branch 'ticket/bantu/10075' into develop-olympus
...
* ticket/bantu/10075:
[ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
2011-03-06 14:53:47 -05:00
Andreas Fischer
7027489c8e
Merge branch 'ticket/p/10059' into develop-olympus
...
* ticket/p/10059:
[ticket/10059] Fix two misspellings of consistent.
2011-03-06 15:06:58 +01:00
Andreas Fischer
12721f654e
Merge branch 'ticket/p/9824' into develop-olympus
...
* ticket/p/9824:
[ticket/9824] Accept commit messages with less than perfect headings.
[ticket/9824] Allow empty lines after ticket reference.
[ticket/9824] Use printf instead of echo to render \n.
[ticket/9824] Handle empty commit messages in commit-msg hook.
[ticket/9824] Add space after [ticket/12345] in prepared commit message.
[ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.
2011-03-06 14:55:57 +01:00
Andreas Fischer
18daf6345f
[ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required.
...
PHPBB3-10042
2011-03-05 22:59:36 +01:00
Andreas Fischer
c6c2a23ecb
[ticket/10042] GD CAPTCHA: Round offset to the next pixel.
...
PHPBB3-10042
2011-03-05 22:59:23 +01:00
Andreas Fischer
9cdeb51a52
[ticket/10016] Add comment for text casting (for PostgreSQL 7.x)
...
PHPBB3-10016
2011-03-05 22:55:58 +01:00
Andreas Fischer
841061426d
[ticket/10016] Leave Firebird unchanged.
...
PHPBB3-10016
2011-03-05 22:48:24 +01:00
Andreas Fischer
5ab4dc2983
[ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
...
PHPBB3-10042
2011-03-05 22:16:50 +01:00
Andreas Fischer
32af9e8865
[ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
...
Remove:
- A_Jelly_Doughnut
- dhn
- TerraFrost
Add:
- nn-
Move:
- Brainy
Rename:
- Brainy -> ckwalsh
PHPBB3-10075
2011-03-04 16:54:24 +01:00
Erik Frèrejean
df76799d4b
[ticket/9581] Slightly tweaked queries
...
Changed the queries based upon comments by Oleg and Nick, this
should return the expected result in every case.
PHPBB3-9581
2011-03-04 12:14:00 +01:00
Erik Frèrejean
1dd25ce62d
[ticket/9581] Make banlist table select optional
...
Per Nick, only set the `BANLIST_TABLE` in the select statement
if the `$sql_ban_where` variable is set.
PHPBB3-9581
2011-03-04 11:10:09 +01:00
Erik Frèrejean
1b60613319
[ticket/9581] Mass e-mail to banned users
...
Implement the suggestion made by Adam in the ticket, this will add
an additional checkbox to the mass e-mail page. By checking this
the mass e-mail shall also be send to banned users. By default
banned users however are excluded from the mass e-mail.
PHPBB3-9581
2011-03-04 11:10:08 +01:00
Oleg Pudeyev
afae883619
Merge branch 'ticket/nickvergessen/9911' into develop-olympus
...
* ticket/nickvergessen/9911:
[ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
2011-03-02 22:07:56 -05:00
Oleg Pudeyev
57ab0816e2
Merge branch 'ticket/nickvergessen/9915' into develop-olympus
...
* ticket/nickvergessen/9915:
[ticket/9915] "Length of ban:" is not displayed in ACP
2011-03-02 20:46:28 -05:00
Joas Schilling
1b97506ec5
Merge branch 'ticket/samt/10072' into develop-olympus
...
* ticket/samt/10072:
[ticket/10072] Added the POST_NUMBER template var
2011-03-03 00:14:24 +01:00
Sam Thompson
4c565774bf
[ticket/10072] Added the POST_NUMBER template var
...
PHPBB3-10072
2011-03-02 23:41:11 +01:00
Oleg Pudeyev
e552287128
[ticket/9824] Accept commit messages with less than perfect headings.
...
Some commit messages exist only temporarily, because they are given
on commits that are intended to be squashed. Accept such commit
messages with a warning.
PHPBB3-9824
2011-03-01 20:59:04 -05:00
Oleg Pudeyev
d7a38fd7ef
[ticket/9824] Allow empty lines after ticket reference.
...
PHPBB3-9824
2011-03-01 20:59:04 -05:00
Oleg Pudeyev
b90e01392c
[ticket/9824] Use printf instead of echo to render \n.
...
On FreeBSD `echo "\n"` prints \n verbatim. Use printf instead.
PHPBB3-9824
2011-03-01 20:59:04 -05:00
Oleg Pudeyev
c489b189df
[ticket/9824] Handle empty commit messages in commit-msg hook.
...
Git already handles the case of commit message being empty by
aborting the commit and displaying a reasonably helpful message.
If there is no commit message, the hook will exit with success
exit code to let git do its thing.
PHPBB3-9824
2011-03-01 20:59:04 -05:00
Oleg Pudeyev
36e96bbc6a
[ticket/10059] Fix two misspellings of consistent.
...
PHPBB3-10059
2011-03-01 19:53:12 -05:00
Andreas Fischer
9bed2b119c
[ticket/9824] Add space after [ticket/12345] in prepared commit message.
...
PHPBB3-9824
2011-03-02 00:24:34 +01:00
Andreas Fischer
16a46e6a24
[ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.
...
PHPBB3-9824
2011-03-02 00:04:45 +01:00
Joas Schilling
51b985399d
[ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
...
IE handles onchange after the next click on the page, instead of directly like Firefox, Opera and Safari do. Changing it to onclick works.
PHPBB3-9911
2011-03-01 17:03:06 +01:00
Joas Schilling
25c738ccdb
[ticket/9915] "Length of ban:" is not displayed in ACP
...
Regression from PHPBB3-9695, innerHTML does not work on input-fields, so we
need to go back to "value", which we had before.
PHPBB3-9915
2011-03-01 16:48:04 +01:00
Igor Wiedler
bda64edae8
Merge branch 'ticket/nickvergessen/10024' into develop-olympus
...
* ticket/nickvergessen/10024:
[ticket/10024] Populate unread information to template for styling issues.
2011-02-28 01:03:44 +01:00
Philippe Chevrier
ffe691db10
[ticket/10024] Populate unread information to template for styling issues.
...
PHPBB3-10024
2011-02-28 00:00:56 +01:00
Igor Wiedler
23475abab3
Merge branch 'ticket/raimon/9980' into develop-olympus
...
* ticket/raimon/9980:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
2011-02-27 23:18:10 +01:00
Nils Adermann
dc112092e0
Merge branch 'ticket/naderman/9984' into develop-olympus
...
* ticket/naderman/9984:
[ticket/9984] Add a phing target that does not create packages.
2011-02-27 23:04:54 +01:00
Nils Adermann
dd1c12c758
[ticket/9984] Add a phing target that does not create packages.
...
PHPBB3-9984
2011-02-27 23:01:14 +01:00
Igor Wiedler
80a335f538
Merge branch 'task/session-tests' into develop-olympus
...
* task/session-tests:
[task/session-tests] Make result check independent of returned row order.
[task/session-tests] By default the cache check now skips over db server info
[task/session-tests] Correctly display message on session continue test failure
[task/session-tests] Make the session id replacement of dataset values clearer
2011-02-27 22:48:22 +01:00
Igor Wiedler
2163059632
Merge branch 'ticket/bantu/10009' into develop-olympus
...
* ticket/bantu/10009:
[ticket/10009] Entries are always posts, update fields accordingly.
[ticket/10009] Always show 'published' data in feed item statistics.
[ticket/10009] Make atom:update output unconditional and before atom:published
[ticket/10009] Send atom:updated whenever possible
[ticket/10009] Differentiate published from updated in Atom feed
2011-02-27 22:27:21 +01:00
Nils Adermann
921603b09e
[task/session-tests] Make result check independent of returned row order.
...
PHPBB3-9732
2011-02-27 22:20:36 +01:00
Nils Adermann
7255ef4f6d
[task/session-tests] By default the cache check now skips over db server info
...
PHPBB3-9732
2011-02-27 22:17:03 +01:00
Nils Adermann
bbf3864cb4
[task/session-tests] Correctly display message on session continue test failure
...
PHPBB3-9732
2011-02-27 22:16:39 +01:00
Nils Adermann
3d65c3c104
[task/session-tests] Make the session id replacement of dataset values clearer
...
PHPBB3-9732
2011-02-27 22:06:01 +01:00
Andreas Fischer
b1d6c0a7a1
Merge branch 'ticket/nickvergessen/10036' into develop-olympus
...
* ticket/nickvergessen/10036:
[ticket/10036] Use image from configuration file for displaying online-status.
2011-02-26 18:17:39 +01:00
Oleg Pudeyev
14fc25b252
Merge branch 'ticket/bantu/9912' into develop-olympus
...
* ticket/bantu/9912:
[ticket/9912] Fix error in logic. Do not strip SID when user is not a bot.
2011-02-26 08:05:43 -05:00
Andreas Fischer
3b15fe0a5b
[ticket/9912] Fix error in logic. Do not strip SID when user is not a bot.
...
This also moves the code up to the point where we know that the user is a bot.
Regression from d07e152ea7
PHPBB3-9912
2011-02-25 22:24:34 -05:00
Andreas Fischer
0c23d6c069
Merge branch 'ticket/igorw/10060' into develop-olympus
...
* ticket/igorw/10060:
[ticket/10060] Fix test suite under MySQL
2011-02-25 16:58:58 +01:00
Igor Wiedler
c8ad006b71
[ticket/10060] Fix test suite under MySQL
...
Regression from PHPBB3-10043, a typo caused the database tests to fail
under MySQL.
PHPBB3-10060
2011-02-25 16:37:20 +01:00
Oleg Pudeyev
904bcb86a0
Merge branch 'ticket/callumacrae/7834' into develop-olympus
...
* ticket/callumacrae/7834:
[ticket/7834] Topic time didn't update when first post was deleted
2011-02-24 20:56:42 -05:00
Oleg Pudeyev
e6ed55a9c1
Merge branch 'ticket/callumacrae/9872' into develop-olympus
...
* ticket/callumacrae/9872:
[ticket/9872] Removed some useless code that broke delete_posts
2011-02-24 20:48:17 -05:00
Oleg Pudeyev
47dc492839
Merge branch 'ticket/callumacrae/9997' into develop-olympus
...
* ticket/callumacrae/9997:
[ticket/9997] Fixed an inconsistency in the Moderator Control Panel
2011-02-24 20:43:11 -05:00
Oleg Pudeyev
441755bf17
Merge branch 'ticket/nickvergessen/9874' into develop-olympus
...
* ticket/nickvergessen/9874:
[ticket/9874] view_log() performs unneeded count query over all log entries.
2011-02-24 20:30:52 -05:00
Joas Schilling
a25238e0c1
[ticket/9874] view_log() performs unneeded count query over all log entries.
...
PHPBB3-9874
2011-02-25 00:04:48 +01:00
Igor Wiedler
5a5560d200
Merge branch 'ticket/p/10058' into develop-olympus
...
* ticket/p/10058:
[ticket/10058] Initialize $phpbb_root_path in mysql_upgrader.php.
2011-02-24 23:44:58 +01:00
Callum Macrae
9399c7c46b
[ticket/7834] Topic time didn't update when first post was deleted
...
When the first post of a topic was deleted, the topic time didn't
update - it should have changed to the time of the next post.
This commit simply applies lefty74's patch posted in the ticket. It gets
the post time of the next post from the database, and updates the thread
accordingly.
This patch is not my work at all and all credits go to lefty74, I just
transferred it onto GitHub
PHPBB3-7834
2011-02-24 22:36:35 +00:00
Oleg Pudeyev
c4b3d3a089
[ticket/10058] Initialize $phpbb_root_path in mysql_upgrader.php.
...
Since knowledge base instructions tell users to place this script
in the root of the forum, use './' as phpbb root path. Actual
initialization code copied from check_flash_bbcodes.php.
PHPBB3-10058
2011-02-24 17:31:44 -05:00
Callum Macrae
e4497f4a15
[ticket/9997] Fixed an inconsistency in the Moderator Control Panel
...
The order of the Approve / Disapprove buttons was inconsistent in the
Moderator Control Panel - while on the main page and the moderation
queue itself the Approve button was to the right of the Disapprove
button, in the post details the Approve button was to the left of the
Disapprove button.
This very simple edit simply switches the position of these two buttons
in the post details page in the mcp.
PHPBB3-9995
2011-02-24 20:06:34 +00:00
Callum Macrae
e6219c83c7
[ticket/9872] Removed some useless code that broke delete_posts
...
When in the ACP, there is the option to delete a user and all their
posts. This would then call the user_delete function and define $mode as
'remove'.
On lines 485-521 was some code that would delete their topics, then
after that there would be a call to delete_posts - which would also
delete their topics. It would not update the board statistics, and the
thread count would remain the same, even though several had been
deleted. It stopped delete_topics functioning correctly, so
delete_topics would not update the board statistics either.
My solution to this is to delete lines 485-521 and allow delete_posts
to call delete_topics, thus updating the thread count in the statistics.
PHPBB3-9872
2011-02-24 14:53:44 +00:00
Joas Schilling
a875075cc8
[ticket/10036] Use image from configuration file for displaying online-status.
...
PHPBB3-10036
2011-02-24 12:57:28 +01:00
Andreas Fischer
5e2bbdb22b
Merge branch 'ticket/p/10041' into develop-olympus
...
* ticket/p/10041:
[ticket/10041] Use send_status_line more in download/file.php
2011-02-24 10:35:27 +01:00
Andreas Fischer
b10654e9a5
Merge branch 'ticket/p/10056' into develop-olympus
...
* ticket/p/10056:
[ticket/10056] Corrected a typo in Firebird name.
2011-02-24 10:35:09 +01:00
Oleg Pudeyev
df92b7bdf2
Merge branch 'ticket/erikfrerejean/7778' into develop-olympus
...
* ticket/erikfrerejean/7778:
[ticket/7778] Update all the schema files
[ticket/7778] Add the column change to `mysql_upgrader.php`
[ticket/7778] BBCode single limit
2011-02-23 22:02:39 -05:00
Erik Frèrejean
5dee60e54e
[ticket/7778] Update all the schema files
...
Correct all the schema files to contain the new field type
PHPBB3-7778
2011-02-23 21:15:40 -05:00
Erik Frèrejean
1b88f5a316
[ticket/7778] Add the column change to mysql_upgrader.php
...
PHPBB3-7778
2011-02-23 21:15:40 -05:00
Erik Frèrejean
a7bc76d246
[ticket/7778] BBCode single limit
...
There are currently two hard limits for the number of BBCodes
allowed. One is enforced by the type of the `bbcode_id` column,
the other by an hard limit in `acp/acp_bbcode.php`. However this
limit can never be reached due to the size of the database column.
Suggested fix involves adding a new constant to define the max.
number of BBCodes (as with smilies) and chaning the database
column from a tinyint to a smallint to actually allow 1511 BBCodes
PHPBB3-7778
2011-02-23 21:15:40 -05:00
Oleg Pudeyev
a0f6e185ca
[ticket/10056] Corrected a typo in Firebird name.
...
PHPBB3-10056
2011-02-23 20:16:23 -05:00
Oleg Pudeyev
786078d423
[ticket/10041] Use send_status_line more in download/file.php
...
PHPBB3-10041
2011-02-23 20:16:16 -05:00
Nils Adermann
510248da28
Merge branch 'ticket/naderman/10052' into develop-olympus
...
* ticket/naderman/10052:
[ticket/10052] Add comments to the session testable factory.
[ticket/10052] Correct session tests, and separate session factory from tests
2011-02-23 22:41:42 +01:00
Nils Adermann
cb56ab2dbd
[ticket/10052] Add comments to the session testable factory.
...
PHPBB3-10052
2011-02-23 22:17:12 +01:00
Nils Adermann
11262afa93
[ticket/10052] Correct session tests, and separate session factory from tests
...
PHPBB3-10052
2011-02-23 18:33:20 +01:00
Oleg Pudeyev
15a5d2c4bf
Merge branch 'ticket/nickvergessen/9675' into develop-olympus
...
* ticket/nickvergessen/9675:
[ticket/9675] Correctly check whether the style/component is still in use.
[ticket/9675] Put the code into methods to avoid code duplication.
[ticket/9675] Adjust the language-string to reflect the changes.
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
2011-02-21 20:47:31 -05:00
Andreas Fischer
d11a0097d0
[ticket/10009] Entries are always posts, update fields accordingly.
...
PHPBB3-10009
2011-02-21 20:24:04 +01:00
Andreas Fischer
366107a54c
[ticket/10009] Always show 'published' data in feed item statistics.
...
PHPBB3-10009
2011-02-21 20:23:51 +01:00
Kevin Locke
361f6fc16c
[ticket/10009] Make atom:update output unconditional and before atom:published
...
PHPBB3-10009
2011-02-21 20:23:39 +01:00
Kevin Locke
df93856ac4
[ticket/10009] Send atom:updated whenever possible
...
For posts/topics which have not been edited/updated, use the creation
date to populate atom:updated, as suggested by bantu. This should
increase compatibility with user agents which expect an atom:updated
element.
PHPBB3-10009
2011-02-21 20:22:48 +01:00
Kevin Locke
24520f26ad
[ticket/10009] Differentiate published from updated in Atom feed
...
Change the handling of dates to differentiate between the date when an
entry was published and the date on which it was last updated.
Incorporate this information into the Atom feed by using <published> and
<updated> appropriately according to sections 4.2.9 and 4.2.15 of the
spec.
PHPBB3-10009
2011-02-21 20:19:17 +01:00
Andreas Fischer
69449417ba
Merge branch 'ticket/p/10049' into develop-olympus
...
* ticket/p/10049:
[ticket/10049] Mark session init test incomplete for now.
[ticket/10049] Mark session continue test incomplete for now.
[ticket/10049] Globalize $_SID.
[ticket/10049] Chase assertResultEquals rename.
[ticket/10049] Fixed requires in session tests and mock.
[ticket/10049] Renamed session test files to proper file names.
2011-02-20 18:32:33 +01:00
Oleg Pudeyev
53a6cd607e
Merge branch 'ticket/bantu/10047' into develop-olympus
...
* ticket/bantu/10047:
[ticket/10047] Do not put session id in URL on posting.php when cookies are on.
2011-02-20 11:40:01 -05:00
Oleg Pudeyev
6902ecf6a9
[ticket/10049] Mark session init test incomplete for now.
...
This test passes by itself but fails when run as part of the
compete suite. Mark it incomplete to avoid breaking the suite.
PHPBB3-10049
2011-02-20 08:53:15 -05:00
Oleg Pudeyev
c1e198e721
[ticket/10049] Mark session continue test incomplete for now.
...
I am unable to find any code revision in which this test worked.
Thus to not break the entire suite I mark it incomplete.
PHPBB3-10049
2011-02-20 08:45:59 -05:00
Oleg Pudeyev
f3ab9da0e9
[ticket/10049] Globalize $_SID.
...
PHPBB3-10049
2011-02-19 20:54:34 -05:00
Oleg Pudeyev
26b922ac3f
[ticket/10049] Chase assertResultEquals rename.
...
cd694e9b9d renamed
assertResultEquals to assertSqlResultEquals. However, since the
session tests were never executed calls in them were never
updated.
Parameter order also changed; chase that too.
PHPBB3-10049
2011-02-19 20:54:08 -05:00
Oleg Pudeyev
0cf741f343
[ticket/10049] Fixed requires in session tests and mock.
...
PHPBB3-10049
2011-02-19 20:40:32 -05:00
Oleg Pudeyev
1abf7ad809
[ticket/10049] Renamed session test files to proper file names.
...
phpunit.xml.dist specifies that only files ending in _test.php
are test files; with the old names session tests were not run
as a result.
PHPBB3-10049
2011-02-19 20:30:46 -05:00
Andreas Fischer
aba31aeff9
[ticket/10047] Do not put session id in URL on posting.php when cookies are on.
...
PHPBB3-10047
2011-02-19 14:30:39 +01:00
Oleg Pudeyev
676daf3076
Merge branch 'ticket/nickvergessen/9944' into develop-olympus
...
* ticket/nickvergessen/9944:
[ticket/9944] Add empty line before the while() so you can better read the code
[ticket/9944] Extension groups naming don't use users' language in ACP
2011-02-17 17:03:08 -05:00
Andreas Fischer
622da172d2
Merge branch 'ticket/p/10044' into develop-olympus
...
* ticket/p/10044:
[ticket/10044] Updated invocation documentation.
[ticket/10044] Stop when failed to retrieve network/collaborators.
[ticket/10044] Added -h to setup_github_network.php.
[ticket/10044] Error handling for remote requests in setup_github_network.php
[ticket/10044] Made setup_github_network.php runnable as a script
2011-02-17 14:56:30 +01:00
Oleg Pudeyev
5af3cfe9ca
[ticket/10044] Updated invocation documentation.
...
PHPBB3-10044
2011-02-16 21:13:35 -05:00
Nils Adermann
f3a3ec438f
Merge branch 'task/refactor-db-testcase' into develop-olympus
...
* task/refactor-db-testcase:
[task/refactor-db-testcase] Further improve error messages.
[task/refactor-db-testcase] Do not show db password on connect error
[task/refactor-db-testcase] Improve error message of db tests
[task/refactor-db-testcase] Refactor phpbb_database_test_case
2011-02-16 11:53:54 +01:00
Oleg Pudeyev
bd8e5ff79e
[task/refactor-db-testcase] Further improve error messages.
...
PHPBB3-10043
2011-02-15 21:08:33 -05:00
Oleg Pudeyev
ed53cef0aa
[ticket/10044] Stop when failed to retrieve network/collaborators.
...
PHPBB3-10044
2011-02-15 05:20:30 -05:00
Oleg Pudeyev
bf137b7005
[ticket/10044] Added -h to setup_github_network.php.
...
PHPBB3-10044
2011-02-15 05:20:30 -05:00
Oleg Pudeyev
30c46a6e0c
[ticket/10044] Error handling for remote requests in setup_github_network.php
...
PHPBB3-10044
2011-02-15 05:20:30 -05:00
Oleg Pudeyev
0f3378ca28
[ticket/10044] Made setup_github_network.php runnable as a script
...
PHPBB3-10044
2011-02-15 04:45:54 -05:00
Joas Schilling
bcbbeacaf8
[ticket/9944] Add empty line before the while() so you can better read the code
...
PHPBB3-9944
2011-02-14 16:40:12 +01:00
Igor Wiedler
d3718bf5d4
[task/refactor-db-testcase] Do not show db password on connect error
...
PHPBB3-10043
2011-02-14 15:25:05 +01:00
Igor Wiedler
17b17bc939
[task/refactor-db-testcase] Improve error message of db tests
...
If database tests cannot be run the error message is ambigous. This
commit makes it clearer:
- whether the supplied dbms is supported by us
- which dbms are supported by us
- whether the required PDO extension is loaded
PHPBB3-10043
2011-02-14 14:48:42 +01:00
Igor Wiedler
6c7f49f561
[task/refactor-db-testcase] Refactor phpbb_database_test_case
...
Move most of the methods to a separate connection manager class. The
test case creates a manager to handle database creation, schema loading
and more. Most of the methods could be simplified because they can
access shared pdo, config and dbms data.
PHPBB3-10043
2011-02-14 00:24:55 +01:00
Igor Wiedler
ecb29e6027
Merge branch 'ticket/hammerhead/8904' into develop-olympus
...
* ticket/hammerhead/8904:
[ticket/8904] Show default value for numeric custom profile fields when editing
2011-02-13 18:33:15 +01:00
Niklas Schmidtmer
c717e44094
[ticket/8904] Show default value for numeric custom profile fields when editing
...
When displaying the default value for a numeric custom profile field, only use
request_var to obtain the value on creation. When editing, it will always
override the actual value with an empty string, as this is request_var's default
return value.
PHPBB3-8904
2011-02-13 18:32:11 +01:00
Igor Wiedler
42707053a2
Merge branch 'ticket/bantu/10038' into develop-olympus
...
* ticket/bantu/10038:
[ticket/10038] Use request_var() in the avatar code path of download/file.php
2011-02-12 19:51:21 +01:00
Andreas Fischer
23d2798b6d
[ticket/10038] Use request_var() in the avatar code path of download/file.php
...
There is no reason not to use request_var() here because it is available anyway
since 3afd2c6948 .
This change especially prevents submitting an array which might then throw an
error in one of the string functions substr() or strpos() later on.
PHPBB3-10038
2011-02-12 19:22:51 +01:00
Igor Wiedler
0588ba25cb
Merge branch 'ticket/bantu/9805' into develop-olympus
...
* ticket/bantu/9805:
[ticket/9805] Setup security repository for developers.
[ticket/9805] Move check lower down.
[ticket/9805] Better support for already existing repositories.
[ticket/9805] Add dry-run option.
[ticket/9805] Use getopt(), add a few options, extend show_usage().
[ticket/9805] Script for easily cloning a whole github network.
2011-02-12 14:55:40 +01:00
Andreas Fischer
5c009997b2
Merge branch 'ticket/p/10029' into develop-olympus
...
* ticket/p/10029:
[ticket/10029] Use $_SERVER['SERVER_PROTOCOL'] for determining HTTP version.
2011-02-10 00:20:34 +01:00
Oleg Pudeyev
0e861ac3ab
[ticket/10029] Use $_SERVER['SERVER_PROTOCOL'] for determining HTTP version.
...
PHPBB3-10029
2011-02-09 02:19:50 -05:00
Joas Schilling
65020fd5c1
[ticket/9675] Correctly check whether the style/component is still in use.
...
And don't allow to delete it in that case.
PHPBB3-9675
2011-02-08 14:57:43 +01:00
Joas Schilling
0e02f5cb0b
[ticket/9675] Put the code into methods to avoid code duplication.
...
PHPBB3-9675
2011-02-08 14:57:42 +01:00
Joas Schilling
18fedfce17
[ticket/9675] Adjust the language-string to reflect the changes.
...
PHPBB3-9675
2011-02-08 14:57:29 +01:00
Joas Schilling
ffcd307746
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
...
PHPBB3-9675
2011-02-08 14:27:27 +01:00
Andreas Fischer
df78a3a62d
Merge branch 'ticket/nickvergessen/9949' into develop-olympus
...
* ticket/nickvergessen/9949:
[ticket/9949] Unit tests for user::lang()
[ticket/9949] $user->lang() uses last int-value to get the key not first
2011-02-07 16:30:43 +01:00
Andreas Fischer
3c04e6db97
[ticket/9949] Unit tests for user::lang()
...
PHPBB3-9949
2011-02-07 16:29:53 +01:00
Andreas Fischer
36a4c410ce
Merge branch 'ticket/nickvergessen/9966' into develop-olympus
...
* ticket/nickvergessen/9966:
[ticket/9966] Language download in ACP creates index.html and misses captcha_*
2011-02-04 17:36:14 +01:00
Andreas Fischer
181f2551cf
Merge branch 'ticket/p/10020' into develop-olympus
...
* ticket/p/10020:
[ticket/10020] Fix 32-bit php braindamage around INT_MIN.
[ticket/10020] Replaced (int) 0x80000000 with portable equivalent.
2011-02-04 00:05:52 +01:00
Oleg Pudeyev
d13efa41c5
[ticket/10020] Fix 32-bit php braindamage around INT_MIN.
...
On 32-bit php, -2147483648, despite fitting in the int type,
is for some reason made into a floating-point value. Use an
explicit cast to make it an integer.
PHPBB3-10020
2011-02-04 00:02:38 +01:00
Oleg Pudeyev
15992ceff9
[ticket/10020] Replaced (int) 0x80000000 with portable equivalent.
...
PHPBB3-10020
2011-02-04 00:01:49 +01:00
Andreas Fischer
50bdb5da89
[ticket/9805] Setup security repository for developers.
...
PHPBB3-9805
2011-02-03 11:12:48 +01:00
Andreas Fischer
67fe441f7e
[ticket/9805] Move check lower down.
...
PHPBB3-9805
2011-02-03 11:12:48 +01:00
Andreas Fischer
e1ae8c6a71
[ticket/9805] Better support for already existing repositories.
...
PHPBB3-9805
2011-02-03 11:12:48 +01:00
Andreas Fischer
8eee36dc0f
[ticket/9805] Add dry-run option.
...
PHPBB3-9805
2011-02-03 11:12:48 +01:00
Andreas Fischer
57bd0c74e5
[ticket/9805] Use getopt(), add a few options, extend show_usage().
...
PHPBB3-9805
2011-02-03 11:12:41 +01:00
Andreas Fischer
b414a4d107
Merge branch 'ticket/p/10014' into develop-olympus
...
* ticket/p/10014:
[ticket/10014] Clearly indicate fatal errors in file acm.
2011-02-01 07:41:21 +01:00
Andreas Fischer
e685c1c005
Merge branch 'ticket/erikfrerejean/10011' into develop-olympus
...
* ticket/erikfrerejean/10011:
[ticket/10011] Tests don't work on PHP < 5.3
2011-01-31 13:18:37 +01:00
Erik Frèrejean
14891cdf4e
[ticket/10011] Tests don't work on PHP < 5.3
...
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP < 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.
PHPBB3-10011
2011-01-31 12:58:18 +01:00
Andreas Fischer
c3a4312650
Merge branch 'ticket/nickvergessen/9985' into develop-olympus
...
* ticket/nickvergessen/9985:
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
2011-01-30 00:55:07 +01:00
Joas Schilling
b32bf5aa35
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
...
PHPBB3-9985
2011-01-30 00:49:53 +01:00
Andreas Fischer
01fb5532cf
Merge branch 'ticket/nickvergessen/9989' into develop-olympus
...
* ticket/nickvergessen/9989:
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
2011-01-30 00:12:52 +01:00
Joas Schilling
92f99c97f4
[ticket/9949] $user->lang() uses last int-value to get the key not first
...
The comment in the code says: "We now get the first number passed and will
select the key based upon this number". But the loop over the arguments is not
left and therefore it uses the last int-value not the first one.
PHPBB3-9949
2011-01-29 17:22:55 +01:00
Joas Schilling
72fbd4dffa
[ticket/9966] Language download in ACP creates index.html and misses captcha_*
...
The language pack download page includes index.html files instead of index.htm. It also does not include the new captcha_*.php files which are included since 3.0.6.
PHPBB3-9966
2011-01-29 17:08:20 +01:00
Joas Schilling
90f5e4e2b1
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
...
PHPBB3-9989
2011-01-29 16:13:36 +01:00
Oleg Pudeyev
56c202127c
[ticket/10016] Fixed varchar to decimal cast on postgresql 7.x.
...
PHPBB3-10016
2011-01-28 21:06:49 -05:00
Oleg Pudeyev
5e97dd74c7
[ticket/10014] Clearly indicate fatal errors in file acm.
...
If acm_file cannot open the cache file for writing, it prints a message
to that effect and calls die(). The message itself does not indicate that
it is a fatal error, and someone seeing the message might expect that
inability to write to cache is not fatal.
Make it clear that the error is fatal by printing the word "Fatal" before
the message.
PHPBB3-10014
2011-01-28 15:31:41 -05:00
Oleg Pudeyev
9dfb059e2e
Merge branch 'ticket/bantu/9166' into develop-olympus
...
* ticket/bantu/9166:
[ticket/9166] Fixed CSS element order in subsilver.
[ticket/9166] Fixed CSS element order in prosilver.
2011-01-27 22:26:12 -05:00
Schnorrer42
ee478ec4f4
[ticket/9166] Fixed CSS element order in subsilver.
...
PHPBB3-9166
2011-01-28 03:21:54 +01:00
Schnorrer42
03f117ea30
[ticket/9166] Fixed CSS element order in prosilver.
...
PHPBB3-9166
2011-01-28 03:21:35 +01:00
Joas Schilling
4890006cbb
[ticket/9944] Extension groups naming don't use users' language in ACP
...
Only happens on boards which were installed with 3.0.8
PHPBB3-9944
2011-01-27 17:24:03 +01:00
Oleg Pudeyev
afc856417f
Merge branch 'ticket/bantu/10007' into develop-olympus
...
* ticket/bantu/10007:
[ticket/10007] Add directive 'internal' to blocked folders in nginx config.
2011-01-26 05:45:16 -05:00
Andreas Fischer
a970219d61
[ticket/10007] Add directive 'internal' to blocked folders in nginx config.
...
The "deny" and "access" directives are IP-based in general. Both directives
only support IPv6 from nginx 0.8.22 onwards, on older versions of nginx those
directives have no effect on IPv6 requests. Thus they do not block access for
IPv6 requests.
Adding the "internal" directive blocks external access in general (both IPv4
and IPv6) and makes the web server return a status code 404 (Not Found)
response.
See:
http://nginx.org/en/CHANGES
http://wiki.nginx.org/HttpCoreModule#internal
PHPBB3-10007
2011-01-24 17:35:10 +01:00
Nils Adermann
e1e84f9bd0
Merge branch 'task/naderman/session-tests' into develop-olympus
...
* task/naderman/session-tests:
[task/session-tests] Renamed assertSqlResultEquals and fixed its param order
[task/session-tests] Test additional combinations of session_begin.
[task/session-tests] Added tests for the session class.
2011-01-23 18:39:47 +01:00
Nils Adermann
4229490725
Merge branch 'ticket/rxu/8779' into develop-olympus
...
* ticket/rxu/8779:
[ticket/8779] Slow search for 'View unread posts'
2011-01-23 18:34:50 +01:00
rxu
ab9d4b3b63
[ticket/8779] Slow search for 'View unread posts'
...
Adjust SQL query to speedup search for unread posts (thanks naderman).
PHPBB3-8779
2011-01-24 00:01:18 +07:00
Nils Adermann
cd694e9b9d
[task/session-tests] Renamed assertSqlResultEquals and fixed its param order
...
PHPBB3-9732
2011-01-21 21:32:31 +01:00
Nils Adermann
8538561b31
[task/session-tests] Test additional combinations of session_begin.
...
PHPBB3-9732
2011-01-20 22:49:38 +01:00
Nils Adermann
74f537e89d
[task/session-tests] Added tests for the session class.
...
Two first simple tests to check functionality of session_begin and
session_create.
Added a mock class for the cache as well as a subclass of session
which has its cookie handling function mocked out to avoid header
sending problems.
PHPBB3-9732
2011-01-20 22:47:48 +01:00
Nils Adermann
ba5c7d8e63
Merge branch 'ticket/bantu/9859' into develop-olympus
...
* ticket/bantu/9859:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
2011-01-16 22:25:49 +01:00
Igor Wiedler
e9c584af6a
Merge branch 'ticket/bantu/9933' into develop-olympus
...
* ticket/bantu/9933:
[ticket/9933] Remove empty word check.
[ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().
[ticket/9933] Adjust word censor regex for non-unicode mode.
2011-01-16 20:25:06 +01:00
rxu
2b37a4fe56
[ticket/9933] Remove empty word check.
...
PHPBB3-9933
2011-01-16 20:14:35 +01:00
Andreas Fischer
97be6e7946
[ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().
...
Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true.
In unit tests we can now pass in $use_unicode as false and also test the code
path that is taken when PCRE does not support unicode.
PHPBB3-9933
2011-01-16 20:13:05 +01:00
rxu
8c1866bc0c
[ticket/9933] Adjust word censor regex for non-unicode mode.
...
PHPBB3-9933
2011-01-16 19:55:10 +01:00
Andreas Fischer
60eff4e59a
[ticket/9859] Remove the years from the copyright statements in docs files.
...
PHPBB3-9859
2011-01-16 18:50:53 +01:00
Andreas Fischer
180e97abdc
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
...
PHPBB3-9859
2011-01-16 18:50:11 +01:00
Andreas Fischer
732fd5980e
[ticket/9859] Remove the meta copyright tag as well.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Andreas Fischer
c617400f95
[ticket/9859] Remove the credit line comment from all html files.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Andreas Fischer
2a703b4055
[ticket/9859] Remove years in credit line from some more files.
...
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/ ">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Andreas Fischer
be3a0b269a
[ticket/9805] Script for easily cloning a whole github network.
...
PHPBB3-9805
2011-01-15 16:53:34 +01:00
Nils Adermann
1359cf6547
Merge branch 'ticket/igorw/9990' into develop-olympus
...
* ticket/igorw/9990:
[ticket/9990] Add docs for running slow tests
[ticket/9990] Integrate utf normalizer tests into test suite
2011-01-12 02:59:32 +01:00
Igor Wiedler
42cf9a9895
[ticket/9990] Add docs for running slow tests
...
PHPBB3-9990
2011-01-12 02:22:37 +01:00
Igor Wiedler
e00c5544d2
[ticket/9990] Integrate utf normalizer tests into test suite
...
PHPBB3-9990
2011-01-11 01:06:01 +01:00
Igor Wiedler
c9b9016ca8
Merge branch 'ticket/bantu/9764' into develop-olympus
2011-01-10 23:42:41 +01:00
Igor Wiedler
d7299f5071
Merge branch 'ticket/igorw/9987' into develop-olympus
2011-01-10 00:26:39 +01:00
Igor Wiedler
01fe91c5c4
[ticket/9987] Rename test files to include a _test suffix
...
PHPBB3-9987
2011-01-10 00:18:37 +01:00
Igor Wiedler
0a945100fd
Merge branch 'ticket/igorw/9981' into develop-olympus
...
* ticket/igorw/9981:
[ticket/9981] Fix unit test dependencies
2011-01-09 23:11:47 +01:00
Raimon
6a7c853828
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
...
PHPBB3-9980
2011-01-08 01:33:35 +01:00
Igor Wiedler
69616db1ed
[ticket/9981] Fix unit test dependencies
...
PHPBB3-9981
2011-01-07 22:45:39 +01:00
Andreas Fischer
a469e80493
Merge branch 'ticket/rxu/9933' into develop-olympus
...
* ticket/rxu/9933:
[ticket/9933] Create unit test for word censor regular expression.
[ticket/9933] Move word censor regex into separate function in functions.php
[ticket/9933] Wrong handling consecutive multiple asterisks in word censor
2011-01-07 15:41:12 +01:00
rxu
95cf47c4ef
[ticket/9933] Create unit test for word censor regular expression.
...
PHPBB3-9933
2011-01-07 15:32:42 +01:00
rxu
951b7b22e0
[ticket/9933] Move word censor regex into separate function in functions.php
...
PHPBB3-9933
2011-01-07 15:32:34 +01:00
rxu
9a25e4ad89
[ticket/9933] Wrong handling consecutive multiple asterisks in word censor
...
Fix consecutive asterisks issue in word censor.
PHPBB3-9933
2011-01-07 20:51:43 +07:00
Nils Adermann
7a2348bf7f
Merge branch 'task/naderman/phpdoc' into develop-olympus
...
* task/naderman/phpdoc:
[task/phpdoc] Make phpdoctor output quiet instead of verbose.
2011-01-07 14:22:15 +01:00
Nils Adermann
c3fe0d99f9
[task/phpdoc] Make phpdoctor output quiet instead of verbose.
...
PHPBB3-9943
2011-01-07 14:15:45 +01:00
Nils Adermann
480978db41
Merge branch 'task/naderman/phpdoc' into develop-olympus
...
* task/naderman/phpdoc:
[task/phpdoc] Switching from phpDocumentor to phpdoctor.
2011-01-07 02:27:57 +01:00
Nils Adermann
a1731d5e6e
[task/phpdoc] Switching from phpDocumentor to phpdoctor.
...
You can get phpdoctor from https://github.com/peej/phpdoctor
PHPBB3-9943
2011-01-07 02:25:06 +01:00
Igor Wiedler
5b752a2fed
Merge branch 'task/phpunit-xml' into develop-olympus
2011-01-07 01:15:06 +01:00
Nils Adermann
b48b909773
[task/phpunit-xml] Manually blacklisting a few PHPUnit classes from backups.
...
The blacklisting of these static variables is necessary because code coverage
will otherwise consume too much memory. The problem did not exist in earlier
PHPUnit versions because all classes beginning with PHPUnit are automatically
blacklisted, and code coverage as well as a few other internal classes were
still internal parts of PHPunit. These were now moved to PHP_ namespace,
causing the problem with backupStaticAttributes.
PHPBB3-9967
2011-01-07 01:07:30 +01:00
Nils Adermann
b4f95deefc
[task/phpunit-xml] Only blacklist the tests directory and do not whitelist.
...
It would be ideal if we could whitelist the entire phpBB directory or at least
includes, but at present that still breaks because of classes with the same
name.
PHPBB3-9967
2011-01-07 00:30:38 +01:00
Nils Adermann
b720edb05b
[task/phpunit-xml] Force error reporting level E_ALL | ~E_DEPRECATED.
...
PHPBB3-9967
2011-01-07 00:19:00 +01:00
Andreas Fischer
d968d35271
Merge branch 'ticket/bantu/9589' into develop-olympus
...
* ticket/bantu/9589:
[ticket/9589] nginx.conf.sample -> nginx.sample.conf
2011-01-05 00:41:37 +01:00
Andreas Fischer
cdeffdd59f
[ticket/9589] nginx.conf.sample -> nginx.sample.conf
...
PHPBB3-9589
2011-01-05 00:40:07 +01:00
Igor Wiedler
9a52bd0301
[task/phpunit-xml] Use phpunit.xml for test suite
...
PHPBB3-9967
2011-01-04 22:54:01 +01:00
Andreas Fischer
c54683be8c
Merge branch 'ticket/bantu/9859' into develop-olympus
...
* ticket/bantu/9859:
[ticket/9859] Remove years from the credit line.
2010-12-29 22:56:55 +01:00
Andreas Fischer
54ef781d72
Merge branch 'ticket/bantu/9348' into develop-olympus
...
* ticket/bantu/9348:
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
2010-12-29 22:56:48 +01:00
Andreas Fischer
410f1fdbc0
Merge branch 'ticket/noxwizard/9953' into develop-olympus
...
* ticket/noxwizard/9953:
[ticket/9953] Set focus to password on re-authentication
2010-12-29 22:56:40 +01:00
Andreas Fischer
7442cd214c
Merge branch 'ticket/noxwizard/9905' into develop-olympus
...
* ticket/noxwizard/9905:
[ticket/9905] Add SQLite to the DSN description
2010-12-29 22:56:30 +01:00
Richard Foote
90c8803d59
[ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.
...
Call phpbb_set_encoding() on 'default_dateformat' to properly re-encode
non-ascii characters that might be in default_dateformat.
E.g. "d M Y à H:i"
PHPBB3-9348
2010-12-28 21:33:34 +01:00
Patrick Webster
7f0f08bcc4
[ticket/9953] Set focus to password on re-authentication
...
Sets the login focus to the password field when prompting for admin
re-authentication, rather than the username field.
PHPBB3-9953
2010-12-28 21:26:55 +01:00
Patrick Webster
4c076bfdc1
[ticket/9905] Add SQLite to the DSN description
...
The installer's DSN field has additional meanings for ODBC, PostgreSQL, and
SQLite, but only the first two are mentioned. SQLite uses it for the file path.
PHPBB3-9905
2010-12-28 21:21:16 +01:00
Andreas Fischer
c298c9d6d0
Merge branch 'ticket/igorw/9937' into develop-olympus
...
* ticket/igorw/9937:
[ticket/9937] Make sure feed icon only shows for FORUM_POST
2010-12-21 22:50:39 +01:00
Igor Wiedler
cdbb609c20
[ticket/9937] Make sure feed icon only shows for FORUM_POST
...
This is cleaner, since feed.php only supports FORUM_POST.
PHPBB3-9937
2010-12-21 22:44:10 +01:00
Igor Wiedler
ea3d755962
Merge branch 'ticket/rmcgirr83/9937' into develop-olympus
...
* ticket/rmcgirr83/9937:
[ticket/9937] The feed icon displays on External links...which we don't want
2010-12-21 20:59:52 +01:00
RMcGirr83
3f27cb2ea7
[ticket/9937] The feed icon displays on External links...which we don't want
...
PHPBB3-9937
2010-12-21 20:44:20 +01:00
Igor Wiedler
c1d6aceb03
Merge branch 'ticket/marc1706/9925' into develop-olympus
...
* ticket/marc1706/9925:
[ticket/9925] prosilver logo margin bug in IE 6-7-8
2010-12-21 20:30:24 +01:00
Erik Frèrejean
8a07e8a4f8
[ticket/9954] Remove unneeded never permission
...
The `ROLE_USER_NOAVATAR` role gets a *never* permission assigned
for the two "u_masspm*" permissions. Due to this, this role changes
behaviour it isn't intended to change. It should assign "no" as is
done in the `ROLE_USER_LIMITED` role.
PHPBB3-9954
2010-12-21 15:08:07 +01:00
Marc Alexander
d1cf7ff24a
[ticket/9925] prosilver logo margin bug in IE 6-7-8
...
PHPBB3-9925
2010-12-19 17:31:02 +01:00
Andreas Fischer
fc9516a2e3
[ticket/9859] Remove years from the credit line.
...
PHPBB3-9859
2010-12-16 01:19:40 +01:00
Erik Frèrejean
e4488fe788
[ticket/9948] Inline quicktime files won't show
...
When attaching a quicktime file and placing it
inline the movie won't be shown due to the size
the movie box is being given.
PHPBB3-9948
2010-12-15 09:39:28 +01:00
Nils Adermann
5e258a0a90
Merge branch 'ticket/igorw/9924' into develop-olympus
...
* ticket/igorw/9924:
[ticket/9924] Pass template instance into $template->display hook
2010-12-13 17:21:57 +01:00
Nils Adermann
5d8ddc7480
Merge branch 'ticket/adamreyher/9928' into develop-olympus
...
* ticket/adamreyher/9928:
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
2010-12-13 17:09:56 +01:00
Andreas Fischer
b1c594229e
Merge branch 'task/naderman/phpdoc' into develop-olympus
...
* task/naderman/phpdoc:
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
2010-12-13 15:08:24 +01:00
Andreas Fischer
7c9002398a
Merge branch 'feature/ChrisTX/acm-wincache' into develop-olympus
...
* feature/ChrisTX/acm-wincache:
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
2010-12-13 15:05:22 +01:00
Andreas Fischer
2c25a4bbb2
Merge branch 'ticket/rxu/9851' into develop-olympus
...
* ticket/rxu/9851:
[ticket/9851] "Search new posts" should require login.
2010-12-13 15:03:54 +01:00
rxu
b88582199d
[ticket/9851] "Search new posts" should require login.
...
The newposts search uses user_lastvisit, so it should require user to log in.
PHPBB3-9851
2010-12-13 14:58:43 +01:00
Nils Adermann
03c52e79b9
[task/phpdoc] Added a phpdoc task to the build process
...
PHPBB3-9943
2010-12-13 14:24:33 +01:00
Nils Adermann
41184e5d76
[task/phpdoc] Added a configuration file for phpDocumentor.
...
PHPBB3-9943
2010-12-13 14:22:45 +01:00
ChrisTX
d7287ec633
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
...
PHPBB3-9942
2010-12-13 00:14:57 +01:00
Chris Smith
500f0c05db
Merge branch 'ticket/igorw/9939' into develop-olympus
...
* ticket/igorw/9939:
[ticket/9939] Fix JavaScript error in admin recaptcha template
2010-12-05 13:45:24 +00:00
Igor Wiedler
7dd06e8113
[ticket/9939] Fix JavaScript error in admin recaptcha template
...
PHPBB3-9939
2010-12-05 14:35:19 +01:00
Igor Wiedler
f6a48b495e
Merge branch 'ticket/adamreyher/9575' into develop-olympus
...
* ticket/adamreyher/9575:
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/9575] Change 'administrate' to 'administer'
2010-12-05 14:10:49 +01:00
Igor Wiedler
0491bfbc2d
[ticket/9575] Also change 'administrate' to 'administer' in templates
...
PHPBB3-9575
2010-12-05 14:09:39 +01:00
Igor Wiedler
5a4938c270
Merge branch 'ticket/rmgcirr83/8736' into develop-olympus
...
* ticket/rmgcirr83/8736:
[ticket/8736] guest can have 255 chars long username
2010-12-05 13:51:09 +01:00
RMcGirr83
7a3d6a8168
[ticket/8736] guest can have 255 chars long username
...
when you post as a guest (anonymous) you can fill the field username with 255
chars. that will destroy the prosilver and subsilver2 style at viewtopic.
settings for username in ACP: 6-16 Chars
PHPBB3-8736
2010-12-04 20:04:10 +01:00
Adam Reyher
e6a6f00562
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
...
PHPBB3-9928
2010-12-03 02:15:50 +01:00
Andreas Fischer
e80253209f
Merge branch 'ticket/nickvergessen/9930' into develop-olympus
...
* ticket/nickvergessen/9930:
[ticket/9930] Redirect failes with open_basedir enabled.
2010-12-03 01:41:43 +01:00
Andreas Fischer
b86289fdd3
Merge branch 'ticket/igorw/9910' into develop-olympus
...
* ticket/igorw/9910:
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
2010-12-03 01:40:38 +01:00
Andreas Fischer
59d4e905ba
Merge branch 'ticket/igorw/9932' into develop-olympus
...
* ticket/igorw/9932:
[ticket/9932] Add the Bing bot when converting
2010-12-03 01:38:34 +01:00
Andreas Fischer
bbde10b410
Merge branch 'ticket/mungo/9921' into develop-olympus
...
* ticket/mungo/9921:
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
2010-12-03 01:37:27 +01:00
Adam Reyher
8b3d068e83
[ticket/9575] Change 'administrate' to 'administer'
...
PHPBB3-9575
2010-12-01 14:14:46 -05:00
Ingo Migliarina
b017f54ac9
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
...
PHPBB3-9921
2010-12-01 18:39:50 +01:00
Igor Wiedler
84c59a1c20
Merge branch 'task/github-readme' into develop-olympus
2010-11-29 20:16:36 +01:00
Igor Wiedler
90ff30b7a0
[task/github-readme] Add README file for GitHub
...
PHPBB3-9788
2010-11-29 20:15:58 +01:00
Richard Foote
23765fa668
[ticket/9932] Add the Bing bot when converting
...
PHPBB3-9932
2010-11-29 08:33:10 +01:00
Joas Schilling
5ec1c88795
[ticket/9930] Redirect failes with open_basedir enabled.
...
Open_basedir does not allow file_exists() for "." and directories without a
trayling-slash. Therefor we must append it on the check.
PHPBB3-9930
2010-11-25 23:29:12 +01:00
Igor Wiedler
053cf790a9
[ticket/9924] Pass template instance into $template->display hook
...
PHPBB3-9924
2010-11-23 16:09:09 +01:00
Igor Wiedler
f204ce6825
Merge branch 'ticket/rmcgirr83/9897' into develop-olympus
2010-11-21 23:48:17 +01:00
RMcGirr83
7e934c6362
[ticket/9897] A few language fixes
...
PHPBB3-9897
2010-11-21 23:46:09 +01:00
Igor Wiedler
217e77d16b
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
...
PHPBB3-9910
2010-11-21 23:18:09 +01:00
Nils Adermann
d2778e67ea
Merge branch 'prep-release-3.0.8' into develop-olympus
...
* prep-release-3.0.8:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2010-11-20 17:55:56 +01:00
Nils Adermann
af4c2a3eb1
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
2010-11-19 13:22:36 +01:00
Nils Adermann
2831a3a9a9
Merge branch 'ticket/9903' into prep-release-3.0.8
...
* ticket/9903:
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
2010-11-19 11:33:14 +01:00
Igor Wiedler
49b639dd95
[ticket/9903] Script for detecting potentially malicious flash bbcodes
...
PHPBB3-9903
2010-11-19 11:31:00 +01:00
Nils Adermann
bce138ca14
Merge branch 'ticket/igorw/9904' into prep-release-3.0.8
...
* ticket/igorw/9904:
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
2010-11-19 11:27:57 +01:00
Chris Sfanos
e043dc316a
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
...
PHPBB3-9904
2010-11-19 11:27:16 +01:00
Andreas Fischer
fbca4e9c7b
Merge branch 'prep-release-3.0.8' into develop-olympus
...
* prep-release-3.0.8:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
[ticket/9509] Fix a typo and wrong period placement
2010-11-18 14:04:57 +01:00
Andreas Fischer
d917b2d737
Merge branch 'ticket/igorw/9509' into prep-release-3.0.8
...
* ticket/igorw/9509:
[ticket/9509] Fix a typo and wrong period placement
2010-11-18 14:01:38 +01:00
Andreas Fischer
bb9c8ca563
Merge branch 'ticket/rmcgirr83/9899' into prep-release-3.0.8
...
* ticket/rmcgirr83/9899:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
2010-11-18 14:01:27 +01:00
RMcGirr83
6c45754a43
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
...
Change recaptcha theme from default to 'clean' in the ACP to better match
the administration control panel.
Follow up to d6aa25ede1 .
PHPBB3-9899
2010-11-18 13:59:49 +01:00
Igor Wiedler
859149f5c3
[ticket/9509] Fix a typo and wrong period placement
...
Thanks to Michael C. for spotting this.
PHPBB3-9509
2010-11-18 13:55:39 +01:00
Ruslan Uzdenov
291a1fff1f
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
...
Fix XSS in Flash-BBcode by validating that the supplied argument is a URL.
PHPBB3-9903
2010-11-18 13:37:56 +01:00
Nils Adermann
b02cec86d4
[develop-olympus] Revert accidental revert of db update lang fix and version
...
Really not my day, is it?
2010-11-11 12:13:51 +01:00
Nils Adermann
396af3853f
[develop-olympus] Remove accidentally added trailing newlines.
2010-11-11 12:07:45 +01:00
Nils Adermann
87aa611a8e
[develop-olympus] Incrementing the version number to 3.0.9-dev.
2010-11-11 11:49:17 +01:00
Nils Adermann
7b4cdc94a8
[develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes.
2010-11-10 19:01:54 +01:00
Nils Adermann
cdb57aaa64
Merge branch 'ticket/nickvergessen/9140' into develop-olympus
...
* ticket/nickvergessen/9140:
[ticket/9140] Check current board version in incremental update packages
2010-11-10 19:00:45 +01:00
Nils Adermann
cb94085323
Merge branch 'ticket/nickvergessen/9891' into develop-olympus
...
* ticket/nickvergessen/9891:
[ticket/9891] Updater drops language-selection after database-update
2010-11-10 19:00:32 +01:00
Joas Schilling
4340e5a217
[ticket/9140] Check current board version in incremental update packages
...
We need to use $this->current_version in this case instead of
$config['version']. Otherwise the message will be displayed after the database
got updated from database_update.php. Using PHPBB_VERSION from
includes/constants.php is not the right selection either, because than the
message is displayed after the files got updated and are checked one last time.
PHPBB3-9140
2010-11-10 18:26:02 +01:00
Joas Schilling
9d55794e33
[ticket/9891] Updater drops language-selection after database-update
...
PHPBB3-9891
2010-11-10 17:56:05 +01:00
Nils Adermann
88602d138c
[develop-olympus] Updating changelog with latest changes for 3.0.8-RC1
2010-11-10 16:29:34 +01:00
Nils Adermann
2ed9b3e1d5
Merge branch 'ticket/nickvergessen/9886' into develop-olympus
...
* ticket/nickvergessen/9886:
[ticket/9886] Update fails on PostgreSQL because of an error in _add_module
2010-11-10 16:16:16 +01:00
Nils Adermann
1b12884c7d
Merge branch 'ticket/igorw/9884' into develop-olympus
...
* ticket/igorw/9884:
[ticket/9884] Reduce queue interval to 60 seconds, email package size to 20
2010-11-10 15:56:53 +01:00
Igor Wiedler
c9c19874d6
[ticket/9884] Reduce queue interval to 60 seconds, email package size to 20
...
PHPBB3-9884
2010-11-10 15:50:53 +01:00
Joas Schilling
d722eeb64b
[ticket/9886] Update fails on PostgreSQL because of an error in _add_module
...
PHPBB3-9886
2010-11-09 07:56:37 +01:00
Andreas Fischer
05dce726d0
Merge branch 'ticket/nickvergessen/9888' into develop-olympus
...
* ticket/nickvergessen/9888:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
2010-11-08 23:41:19 +01:00
Nils Adermann
1a637a3860
Merge branch 'ticket/bantu/9885' into develop-olympus
...
* ticket/bantu/9885:
[ticket/9885] Fix extension group name updater. Loop through all languages.
2010-11-08 23:22:23 +01:00
Joas Schilling
b88f35caef
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
...
Added a check whether the user already exists before we try to add it.
PHPBB3-9888
2010-11-08 23:22:06 +01:00
Nils Adermann
794c0f6b68
[develop-olympus] Bumping version number for 3.0.8-RC1.
2010-11-08 23:21:27 +01:00
Andreas Fischer
f7e37dae86
[ticket/9885] Fix extension group name updater. Loop through all languages.
...
Fix a regression introduced by 58dc5a191c .
The problem is that $user->add_lang() includes language strings from the board
root folder instead of the update folder. Because the database updater is run
first, the root folder files have not been upgrade yet. Thus, the language
strings we're looking for cannot be found.
Since the language strings we are looking for have been moved from the
install.php language file to acp/attachments.php it should be possible to
always find them in either file. When there is an acp/attachments.php file in
the update package, it can also be used.
We now also loop through all the installed languages as well, because the board
could have been installed in a language other than the admin's current
language.
PHPBB3-9885
PHPBB3-7717
2010-11-08 14:19:53 +01:00
Andreas Fischer
e71911a8d2
Merge branch 'ticket/sa007/9847' into develop-olympus
...
* ticket/sa007/9847:
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
2010-11-08 12:48:19 +01:00
SA007
fd03ecad01
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
...
The word "gauge" was misspelled as "guage".
The word "judgement" is preferred over "judgment" in british english.
PHPBB3-9847
2010-11-08 12:32:19 +01:00
Chris Smith
6f3b06e2b5
Merge branch 'ticket/sa007/9883' into develop-olympus
...
* ticket/sa007/9883:
[ticket/9883] Change an American English spelling to British English.
2010-11-08 01:43:54 +00:00
SA007
babfd0075d
[ticket/9883] Change an American English spelling to British English.
...
PHPBB3-9883
2010-11-08 01:29:46 +00:00
Andreas Fischer
0e731ca5dd
Merge branch 'task/naderman/phing-build' into develop-olympus
...
* task/naderman/phing-build:
[task/phing-build] Correct the path for update package patch files.
2010-11-08 00:17:47 +01:00
Nils Adermann
2847b2125e
[task/phing-build] Correct the path for update package patch files.
...
PHPBB3-9849
2010-11-08 00:13:23 +01:00
Andreas Fischer
6c04e7ed80
Merge branch 'ticket/bantu/9880' into develop-olympus
...
* ticket/bantu/9880:
[ticket/9880] Change "antibot" to "anti-spambot".
[ticket/9880] Changing the term 'CAPTCHA' to something more obvious.
2010-11-07 14:57:07 +01:00
Andreas Fischer
81ca3d202e
[ticket/9880] Change "antibot" to "anti-spambot".
...
PHPBB3-9880
2010-11-07 13:17:27 +01:00
Andreas Fischer
371e54e054
Merge branch 'ticket/paul999/9696' into develop-olympus
...
* ticket/paul999/9696:
[ticket/9696] Surpress is_dir() notice when using SQLite with open_basedir.
2010-11-07 13:12:16 +01:00
Paul Sohier
5cdf27edef
[ticket/9696] Surpress is_dir() notice when using SQLite with open_basedir.
...
PHPBB3-9696
2010-11-07 12:50:32 +01:00
Andreas Fischer
2e5217f773
Merge branch 'task/naderman/phing-build' into develop-olympus
...
* task/naderman/phing-build:
[task/phing-build] Automatically trigger build_diff
[task/phing-build] Added a build.xml configuration for phing.
2010-11-07 12:33:40 +01:00
Chris Smith
7b1d9fbbe2
[ticket/9880] Changing the term 'CAPTCHA' to something more obvious.
...
PHPBB3-9880
2010-11-07 05:28:29 +00:00
Nils Adermann
225482c06a
Merge branch 'ticket/cs278/9752' into develop-olympus
...
* ticket/cs278/9752:
[ticket/9752] Mark unused language variable as such.
[ticket/9752] Change reference to 'confirmation code' to be more generic.
2010-11-07 03:27:44 +01:00
Chris Smith
dd1532a72c
[ticket/9752] Mark unused language variable as such.
...
PHPBB3-9752
2010-11-07 02:16:56 +00:00
576de284a7
[ticket/9752] Change reference to 'confirmation code' to be more generic.
...
Related to 71b35a924f
PHPBB3-9752
2010-11-07 02:15:33 +00:00
Nils Adermann
48e6126094
Merge remote branches 'github-bantu/ticket/9879' and 'github-cs278/ticket/9095' into develop-olympus
...
* github-bantu/ticket/9879:
[ticket/9879] Fix markup and use Q&A instead of Q & A for consistency.
[ticket/9879] Spelling, punctuation and grammar update for the Q&A CAPTCHA.
* github-cs278/ticket/9095:
[ticket/9095] Update CAPTCHA related strings to reflect CAPTCHAs plugins.
2010-11-07 03:10:57 +01:00
71b35a924f
[ticket/9095] Update CAPTCHA related strings to reflect CAPTCHAs plugins.
...
With the addition of CAPTCHA plugins in 3.0.6 a number of language
strings need updating to account for non visual based CAPTCHAs.
PHPBB3-9095
2010-11-07 01:52:53 +00:00
Nils Adermann
e1aff2841b
[task/phing-build] Automatically trigger build_diff
...
The build_diff script generates MOD format change descriptions for
language and style files. It is automatically triggered by phin with
the correct version numbers now so it does not need to be changed
anymore.
PHPBB3-9849
2010-11-07 02:14:49 +01:00
Andreas Fischer
5d9a9d6874
[ticket/9879] Fix markup and use Q&A instead of Q & A for consistency.
...
PHPBB3-9879
2010-11-07 00:35:11 +01:00
2299c40137
[ticket/9879] Spelling, punctuation and grammar update for the Q&A CAPTCHA.
...
Fixed spelling, punctuation and grammar as well as removed registration
specific language from plugin as it can be/is used for form submissions other
than registration.
PHPBB3-9879
2010-11-07 00:13:01 +01:00
Nils Adermann
f7180f4430
Merge branch 'ticket/bantu/9075' into develop-olympus
...
* ticket/bantu/9075:
[ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
2010-11-07 00:03:15 +01:00
Andreas Fischer
516282dfa9
Merge branch 'ticket/bantu/9835' into develop-olympus
...
* ticket/bantu/9835:
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
2010-11-06 18:53:32 +01:00
Andreas Fischer
414d8a41e5
Merge branch 'ticket/bantu/9827' into develop-olympus
...
* ticket/bantu/9827:
[ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
2010-11-06 18:51:52 +01:00
Andreas Fischer
46dbdfdef4
Merge branch 'ticket/igorw/9850' into develop-olympus
...
* ticket/igorw/9850:
[ticket/9850] Display upgrade instructions for feature release in acp
2010-11-06 18:47:19 +01:00
Adam Reyher
3b7414fca8
[ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
...
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
2010-11-05 17:07:18 +01:00
Andreas Fischer
e3b460a518
Merge branch 'task/naderman/mssql-db-tests' into develop-olympus
...
* task/naderman/mssql-db-tests:
[task/mssql-db-tests] Remove MS SQL helper values from SELECT LIMIT results.
[task/mssql-db-tests] Split up database tests into SELECT and write operations
[task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.
[task/mssql-db-tests] sql_query_limit must return all results when total = 0
[task/mssql-db-tests] Add support for odbc & sqlsrv PDO test connections
[task/mssql-db-tests] Refactored getConnection into multiple smaller parts.
[task/mssql-db-tests] Allow test configuration with environment variables.
[task/mssql-db-tests] No longer display an error when skipping db tests.
[task/mssql-db-tests] Use a simple getter for test case helpers.
2010-11-03 11:32:13 +01:00
Igor Wiedler
857271ebbd
[ticket/9850] Display upgrade instructions for feature release in acp
...
PHPBB3-9850
2010-11-02 23:53:14 +01:00
Andreas Fischer
ec3dac0595
[ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
...
When an administrator set a numbers field to default to 'not specified', a SQL
error was caused on the registration page because it was tried to insert an
empty string into an integer column.
Because the column already supports NULL values, empty strings are now
converted to NULL for custom profile fields of the type 'Numbers' before
insertion into the data table.
PHPBB3-9075
2010-10-30 12:42:23 +02:00
a009614afb
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
...
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
2010-10-28 22:35:53 +02:00
Andreas Fischer
ac26bb458f
[ticket/9764] Allow $config['mime_triggers'] to be an empty string.
...
explode('|', '') and explode('|', NULL) both return array(0 => '') which can
cause filespec::check_content() to reject everything starting with a '<'
character in case $config['mime_triggers'] is an empty string or not set.
fileupload::set_disallowed_content() now filters out empty strings by calling
array_diff() on the passed array, so setting $config['mime_triggers'] to an
empty string will turn off mime checking completely.
On the other side we want to fail safe if $config['mime_triggers'] is not set
at all. To do this, the array fileupload::$disallowed_content now contains some
default strings to be filtered out.
PHPBB3-9764
2010-10-28 22:00:04 +02:00
Andreas Fischer
6ff403c9f8
Merge branch 'ticket/cs278/9061' into develop-olympus
...
* ticket/cs278/9061:
[ticket/9061] Simplify conditional statements by reworking the logic.
[ticket/9061] Fixed a race condition in queue locking.
2010-10-27 13:06:21 +02:00
Chris Smith
9819700247
[ticket/9061] Simplify conditional statements by reworking the logic.
...
PHPBB3-9061
2010-10-27 11:31:42 +01:00
Oleg Pudeyev
01ef46a510
[ticket/9061] Fixed a race condition in queue locking.
...
Changed queue locking to cover all queue file operations,
in particular the check for queue file existince and
inclusion of queue file must be done under one lock.
Also refactored queue locking and unlocking into separate
methods.
PHPBB3-9061
2010-10-27 11:31:27 +01:00
Igor Wiedler
832b09d60d
Merge branches 'ticket/bantu/9101', 'ticket/bantu/9595' and 'ticket/bantu/9853' into develop-olympus
...
* ticket/bantu/9101:
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
* ticket/bantu/9595:
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
* ticket/bantu/9853:
[ticket/9853] Change recaptcha theme from default to 'clean'.
2010-10-25 22:08:37 +02:00
Andreas Fischer
52546e8d15
Merge branch 'ticket/naderman/9686' into develop-olympus
...
* ticket/naderman/9686:
[ticket/9686] Fix mssqlnative database data export
2010-10-25 21:54:49 +02:00
Andreas Fischer
a5bc7c90f5
Merge branch 'ticket/rxu/9478' into develop-olympus
...
* ticket/rxu/9478:
[ticket/9478] Validate maximum number of allowed recipients per PM value.
2010-10-25 21:52:50 +02:00
rxu
257e264af7
[ticket/9478] Validate maximum number of allowed recipients per PM value.
...
Do not allow to enter the value larger than it's allowed by MySQL mediumnt(8).
PHPBB3-9478
2010-10-25 21:47:13 +02:00
Nils Adermann
76e8a9466e
[task/mssql-db-tests] Remove MS SQL helper values from SELECT LIMIT results.
...
PHPBB3-9868
2010-10-25 19:43:39 +02:00
Nils Adermann
fa8dca2400
[task/mssql-db-tests] Split up database tests into SELECT and write operations
...
SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is
tested using the config table fixture.
PHPBB3-9868
2010-10-25 19:43:39 +02:00
Nils Adermann
9b4da98653
[task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.
...
PHPBB3-9868
2010-10-25 19:43:39 +02:00
Nils Adermann
ee0993a8a6
[task/mssql-db-tests] sql_query_limit must return all results when total = 0
...
PHPBB3-9868
2010-10-25 19:43:39 +02:00
Nils Adermann
801f66b4a2
[task/mssql-db-tests] Add support for odbc & sqlsrv PDO test connections
...
PHPBB3-9868
2010-10-25 19:43:18 +02:00
Nils Adermann
832035f744
[task/mssql-db-tests] Refactored getConnection into multiple smaller parts.
...
This is a first step to simplify the extraction of database specific code
parts into separate classes.
PHPBB3-9868
2010-10-25 19:40:11 +02:00
Nils Adermann
a397f81a2b
[task/mssql-db-tests] Allow test configuration with environment variables.
...
To allow execution of the tests with different configurations without having
to use the test_config.php file, environment variables of the form
PHPBB_TEST_<name> can now be used, e.g. PHPBB_TEST_DBMS to set the variables
otherwise expected in test_config.php
PHPBB3-9868
2010-10-25 19:39:12 +02:00
Nils Adermann
9dbbfea5fd
[task/mssql-db-tests] No longer display an error when skipping db tests.
...
Tests are run with sqlite by default now anyway, so in the majority of cases
the error message explaining how to set up database test running will not be
displayed anyway. Database tests are now generally simply skipped if no
configuration can be found. The RUNNING_TESTS.txt file explains how to set
them up however, and more info is available on the wiki.
The get_database_config method was moved from test_case_helpers to
database_test_case because it has no general purpose.
PHPBB3-9868
2010-10-25 19:38:58 +02:00
Nils Adermann
ee846c461c
[task/mssql-db-tests] Use a simple getter for test case helpers.
...
Calling initialisation to then use the member directly seems more
complicated than just having a method that returns the instance or
creates it if necessary.
PHPBB3-9868
2010-10-25 19:38:35 +02:00
Nils Adermann
5c5b0fc4be
[ticket/9686] Fix mssqlnative database data export
...
We require version 1.1 of the sqlsrv extension anyway so the regular
sqlsrv_num_rows can be used instead of buffering the result. The result
buffer (class result_mssqlnative) should never automatically free the
resource it receives - we consistently close resources using sql_freeresult().
PHPBB3-9686
2010-10-25 03:33:37 +02:00
Nils Adermann
e87a8ef02c
Merge branch 'ticket/igorw/9807' into develop-olympus
...
* ticket/igorw/9807:
[ticket/9807] Update existing module permissions in database
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
2010-10-23 14:08:38 +02:00
Andreas Fischer
294c2c63c0
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
...
PHPBB3-9595
2010-10-21 20:31:00 +02:00
Igor Wiedler
b9afa26280
[ticket/9807] Update existing module permissions in database
...
PHPBB3-9807
2010-10-21 10:22:03 +02:00
Igor Wiedler
d503272645
Merge branch 'ticket/bantu/9857' into develop-olympus
...
* ticket/bantu/9857:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
2010-10-19 14:03:44 +02:00
Igor Wiedler
5f0f8c25be
Merge branch 'ticket/igorw/9509' into develop-olympus
...
* ticket/igorw/9509:
[ticket/9509] Remove section 8 from index
[ticket/9509] Close anchor tag in coding guidelines
[ticket/9509] The VCS is now git
2010-10-19 13:55:18 +02:00
Igor Wiedler
c4dfe24fec
[ticket/9509] Remove section 8 from index
...
Thanks Andreas.
PHPBB3-9509
2010-10-19 13:52:00 +02:00
Igor Wiedler
5ad5930c8f
[ticket/9509] Close anchor tag in coding guidelines
...
Thanks Andreas.
PHPBB3-9509
2010-10-19 13:45:50 +02:00
Andreas Fischer
435636e626
Merge branch 'ticket/jellydoughnut/9854' into develop-olympus
...
* ticket/jellydoughnut/9854:
[ticket/9854] Revise docs/auth_api.html to add more methods
2010-10-19 12:32:09 +02:00
Josh Woody
9950fa34c6
[ticket/9854] Revise docs/auth_api.html to add more methods
...
Notably, the auth_admin class is still missing documentation.
PHPBB3-9854
2010-10-19 12:31:18 +02:00
Andreas Fischer
b27b69cf37
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
...
PHPBB3-9857
2010-10-19 12:22:07 +02:00
rxu
4091f873ea
[ticket/6712] Bump does not create new topic icon on index.
...
Handle the topic bumping process more properly.
PHPBB3-6712
2010-10-18 21:25:52 +08:00
Nils Adermann
b6a60d4d64
[ticket/9509] The VCS is now git
...
Partially cherry-picked from 163a0974 .
PHPBB3-9509
2010-10-18 13:17:16 +02:00
Andreas Fischer
acabe5a013
Merge branch 'ticket/rxu/9840' into develop-olympus
...
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
2010-10-18 11:50:51 +02:00
Andreas Fischer
6236cfc9fa
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
...
Remove misleading 'below' from RECAPTCHA_EXPLAIN because recaptcha is actually
displayed to the side.
PHPBB3-9101
2010-10-18 11:24:04 +02:00
Andreas Fischer
d6aa25ede1
[ticket/9853] Change recaptcha theme from default to 'clean'.
...
Change recaptcha theme to 'clean' to better coordinate with the color schemes
of prosilver and subsilver2. The default red theme doesn't really fit prosilver
and subsilver2.
PHPBB3-9853
2010-10-18 10:59:00 +02:00
Igor Wiedler
6eb061ef0c
Merge branch 'ticket/naderman/9855' into develop-olympus
...
* ticket/naderman/9855:
[ticket/9855] Do not include the PHPUnit Framework manually on 3.5+.
[ticket/9855] Make tests run under PHPUnit 3.5.
2010-10-17 23:36:09 +02:00
Nils Adermann
d56bf3b060
[ticket/9855] Do not include the PHPUnit Framework manually on 3.5+.
...
PHPBB3-9855
2010-10-17 23:32:57 +02:00
Nils Adermann
e195c91b1d
[ticket/9855] Make tests run under PHPUnit 3.5.
...
PHPBB3-9855
2010-10-17 23:10:49 +02:00
Igor Wiedler
642f940bc8
Merge branch 'ticket/bantu/9848' into develop-olympus
...
* ticket/bantu/9848:
[ticket/9848] Add avatars, attachments and store files to .gitignore.
2010-10-17 21:43:29 +02:00
Igor Wiedler
1722c1c819
Merge branch 'ticket/bantu/9841' into develop-olympus
...
* ticket/bantu/9841:
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
2010-10-17 21:38:38 +02:00
Igor Wiedler
2e26f86f02
Merge branch 'ticket/bantu/9822' into develop-olympus
...
* ticket/bantu/9822:
[ticket/9822] Correct some style related ACP explain statements.
2010-10-17 21:35:41 +02:00
Igor Wiedler
8ac0efce65
Merge branch 'ticket/bantu/9698' into develop-olympus
...
* ticket/bantu/9698:
[ticket/9698] Add .htaccess to the includes subdirectory.
2010-10-17 21:34:31 +02:00
Igor Wiedler
f6db95914b
Merge branch 'ticket/bantu/9664' into develop-olympus
...
* ticket/bantu/9664:
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
2010-10-17 21:33:45 +02:00
Igor Wiedler
2895ade566
Merge branch 'ticket/bantu/7538' into develop-olympus
...
* ticket/bantu/7538:
[ticket/7538] Limit user_login_attempts to prevent SQL errors.
2010-10-17 21:32:20 +02:00
Igor Wiedler
6582455e5d
Merge branch 'ticket/bantu/7417' into develop-olympus
...
* ticket/bantu/7417:
[ticket/7417] Also focus search keywords and username in subsilver2.
[ticket/7417] Focus username field when prosilver login page is loaded.
[ticket/7417] Focus search keywords field when prosilver search page is loaded.
2010-10-17 21:30:40 +02:00
Andreas Fischer
0aecbfa806
Merge branch 'ticket/cs278/7332' into develop-olympus
...
* ticket/cs278/7332:
[ticket/7332] Fix post details expand link rendering on Webkit.
2010-10-17 18:33:29 +02:00
Andreas Fischer
003fe87080
Merge branch 'ticket/igorw/9162' into develop-olympus
...
* ticket/igorw/9162:
[ticket/9162] Prevent notice on unset poll title
2010-10-17 18:30:59 +02:00
Chris Smith
e2d57fb4da
[ticket/7332] Fix post details expand link rendering on Webkit.
...
PHPBB3-7332
2010-10-17 12:25:20 +01:00
Nils Adermann
5d9aef4794
[task/phing-build] Added a build.xml configuration for phing.
...
The current state of the phing build script allowed the removal of
some code from the old packaging process written entirely in PHP.
Further simplifcations of the PHP code and additions to the phing
build file will follow.
PHPBB3-9849
2010-10-17 01:19:23 +02:00
rxu
880bace355
[ticket/9840] Display view unread posts link for guests.
...
Display view unread posts link for guests if applicable.
PHPBB3-9840
2010-10-16 20:46:38 +08:00
Igor Wiedler
07a8d5a3dd
[ticket/9162] Prevent notice on unset poll title
...
Regression from a81c857c96
PHPBB3-9162
2010-10-16 13:55:17 +02:00
Oleg Pudeyev
940191973f
[ticket/7417] Also focus search keywords and username in subsilver2.
...
PHPBB3-7417
2010-10-16 12:24:54 +02:00
Oleg Pudeyev
6e9cf09adb
[ticket/7417] Focus username field when prosilver login page is loaded.
...
PHPBB3-7417
2010-10-16 12:24:48 +02:00
Oleg Pudeyev
105de6b637
[ticket/7417] Focus search keywords field when prosilver search page is loaded.
...
PHPBB3-7417
2010-10-16 12:24:37 +02:00
Andreas Fischer
931bd25e34
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
...
This has confused people that are less familiar with phpBB or web applications
in general. "Save draft" should make it clear that a draft is being saved, but
it is still short enough to be used in a button.
PHPBB3-9841
2010-10-15 19:42:29 +02:00
Andreas Fischer
2c4c1f9257
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
...
PHPBB3-9664
2010-10-15 19:14:20 +02:00
Andreas Fischer
0452da2bf1
[ticket/7538] Limit user_login_attempts to prevent SQL errors.
...
PHPBB3-7538
2010-10-15 19:00:14 +02:00
Andreas Fischer
32ee8955b2
[ticket/9848] Add avatars, attachments and store files to .gitignore.
...
PHPBB3-9848
2010-10-15 18:08:43 +02:00
Andreas Fischer
59e62d271c
[ticket/9822] Correct some style related ACP explain statements.
...
Remove "Additionally, if you have permission you can elect to remove the set
from the filesystem." because that functionality is not implemented.
Also remove unnecessary "When the imageset is deleted it is gone for good."
statement, "It is recommended that you first export your set for possible
future use." should be clear enough.
PHPBB3-9822
2010-10-15 17:57:43 +02:00
Andreas Fischer
d485664404
[ticket/9698] Add .htaccess to the includes subdirectory.
...
Add .htaccess to the includes folder to prevent full path disclosure when
running PHP 5.3. When the error_reporting setting in php.ini contains the
E_DEPRECATED error level, the PHP parser throws an error message containing
the local filesystem path when accessing one of the captcha plugins directly.
This is because the captcha plugins return explicit references for PHP 4
compatibility.
PHPBB3-9698
2010-10-15 16:47:21 +02:00
Andreas Fischer
b8f37a5024
Merge branch 'ticket/igorw/9816' into develop-olympus
...
* ticket/igorw/9816:
[ticket/9816] Remove config.php from repository
Conflicts:
.gitignore
2010-10-15 15:39:36 +02:00
Andreas Fischer
7ac8838b69
Merge branch 'ticket/igorw/9830' into develop-olympus
...
* ticket/igorw/9830:
[ticket/9830] Redirect to install directly when config.php does not exist.
2010-10-15 15:33:27 +02:00
Igor Wiedler
c439cdc618
Merge branch 'ticket/marc1706/9810' into develop-olympus
...
* ticket/marc1706/9810:
[ticket/9810] Hide "Select All" of code bbcode on print page
2010-10-04 20:27:00 +02:00
Igor Wiedler
8e7f2e179e
Merge branch 'ticket/bantu/9829' into develop-olympus
...
* ticket/bantu/9829:
[ticket/9829] Fix error in recaptcha validation.
2010-10-04 17:17:09 +02:00
Andreas Fischer
e081531a21
Merge branch 'ticket/igorw/9804' into develop-olympus
...
* ticket/igorw/9804:
[ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS
2010-09-24 12:07:26 +02:00
Igor Wiedler
f6700815a8
[ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS
...
PHPBB3-9804
2010-09-21 00:53:30 +02:00
Cristian Rodriguez
68b35b5845
[ticket/9829] Fix error in recaptcha validation.
...
The recaptcha plugin falsely accepted error responses by recaptcha as valid
solutions.
PHPBB3-9829
2010-09-19 16:29:12 +02:00
Igor Wiedler
41245f9f7a
Merge branch 'ticket/bantu/9091' into develop-olympus
...
* ticket/bantu/9091:
[ticket/9091] Extract IPv4 address from addresses mapped into IPv6.
2010-09-16 23:38:50 +02:00
Igor Wiedler
ed783506c6
Merge branch 'ticket/bantu/9825' into develop-olympus
...
* ticket/bantu/9825:
[ticket/9825] Add unit test config and db to gitignore
[ticket/9825] Unit tests: Use sqlite when possible and no test_config exists.
2010-09-16 23:17:29 +02:00
Igor Wiedler
81d3f382a9
[ticket/9825] Add unit test config and db to gitignore
...
PHPBB3-9825
2010-09-16 23:16:30 +02:00
Igor Wiedler
46810f8747
Merge branch 'ticket/bantu/9644' into develop-olympus
...
* ticket/bantu/9644:
[ticket/9644] Check $mode before calling user_notification() from submit_post()
2010-09-16 22:42:07 +02:00
Igor Wiedler
9015e03d05
Merge branch 'ticket/bantu/9613' into develop-olympus
...
* ticket/bantu/9613:
[ticket/9613] Slightly update language strings.
[ticket/9613] Fix missing database part for unread posts search load switch.
[ticket/9613] Implement a load switch for unread posts search feature.
2010-09-16 22:34:48 +02:00
Igor Wiedler
3465c5e48d
Merge branch 'ticket/bantu/9785' into develop-olympus
...
* ticket/bantu/9785:
[ticket/9785] Allow users to request new passwords when board is disabled.
2010-09-16 22:29:18 +02:00
Igor Wiedler
6b5d5e1f63
Merge branch 'ticket/bantu/9609' into develop-olympus
...
* ticket/bantu/9609:
[ticket/9609] Change header() calls setting HTTP status to send_status_line().
2010-09-16 22:24:49 +02:00
Igor Wiedler
6bfae1cd1a
[ticket/9830] Redirect to install directly when config.php does not exist.
...
PHPBB3-9830
2010-09-16 22:00:17 +02:00
Andreas Fischer
ac753fa853
[ticket/9825] Unit tests: Use sqlite when possible and no test_config exists.
...
PHPBB3-9825
2010-09-16 00:03:52 +02:00
Andreas Fischer
d874c32374
Merge branch 'ticket/evil3/9592' into develop-olympus
...
* ticket/evil3/9592:
[ticket/9592] Slight adjustments to simplify db test cases
[ticket/9592] Remove test cases for empty IN()
[ticket/9592] Test suite does not run on SQlite
2010-09-15 16:01:12 +02:00
Igor Wiedler
a4742f795e
[ticket/9592] Slight adjustments to simplify db test cases
...
PHPBB3-9592
2010-09-15 09:50:04 +02:00
Andreas Fischer
20460dc12c
Merge branch 'ticket/nickvergessen/9162' into develop-olympus
...
* ticket/nickvergessen/9162:
[ticket/9162] BBCode in poll options is broken, when posting without question.
2010-09-14 16:47:46 +02:00
Andreas Fischer
b4b3efa45b
Merge branch 'ticket/nickvergessen/9820' into develop-olympus
...
* ticket/nickvergessen/9820:
[ticket/9820] phpBB Debug Error when trying to post a new topic.
2010-09-14 16:29:21 +02:00
Joas Schilling
ffd9437948
[ticket/9820] phpBB Debug Error when trying to post a new topic.
...
Regression from aa4519fb44
PHPBB3-9820
PHPBB3-7260
2010-09-14 15:43:05 +02:00
Joas Schilling
a81c857c96
[ticket/9162] BBCode in poll options is broken, when posting without question.
...
PHPBB3-9162
2010-09-14 13:20:38 +02:00
Igor Wiedler
05c88bb00d
Merge branch 'ticket/bantu/9804' into develop-olympus
...
* ticket/bantu/9804:
[ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3.
2010-09-12 20:36:34 +02:00
Andreas Fischer
4776952959
[ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3.
...
PHPBB3-9804
2010-09-12 19:19:30 +02:00
Igor Wiedler
161be96c66
Merge branch 'ticket/bantu/9748' into develop-olympus
...
* ticket/bantu/9748:
[ticket/9748] Replace <br /> before converting < and > to their entities.
2010-09-12 14:59:59 +02:00
Igor Wiedler
20505ff326
[ticket/9816] Remove config.php from repository
...
PHPBB3-9816
2010-09-12 14:21:25 +02:00
Igor Wiedler
e08395745b
Merge branch 'ticket/bantu/9503' into develop-olympus
...
* ticket/bantu/9503:
[ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.
2010-09-12 13:40:02 +02:00
Igor Wiedler
e51e7701cd
Merge branch 'ticket/bantu/9754' into develop-olympus
...
* ticket/bantu/9754:
[ticket/9754] Populate S_USER_POSTED variable with correct value in search.php
2010-09-12 13:11:21 +02:00
Igor Wiedler
566ddf8a4b
[ticket/9592] Remove test cases for empty IN()
...
They failed under SQLite because SQLite accepts empty IN() syntax.
PHPBB3-9592
2010-09-12 00:51:27 +02:00
Igor Wiedler
4fd45adfc5
[ticket/9592] Test suite does not run on SQlite
...
PHPBB3-9592
2010-09-11 23:34:14 +02:00
Andreas Fischer
bef108a5cc
[ticket/9609] Change header() calls setting HTTP status to send_status_line().
...
PHPBB3-9609
2010-09-11 22:01:31 +02:00
Marc Alexander
a235f770f6
[ticket/9810] Hide "Select All" of code bbcode on print page
...
PHPBB3-9810
2010-09-10 05:34:57 -07:00
Igor Wiedler
fecca4ef21
Merge branch 'ticket/cs278/8935' into develop-olympus
...
* ticket/cs278/8935:
[ticket/8935] Prevent setting maximum avatar dimensions less than the minimums.
2010-09-10 10:31:07 +02:00
Chris Smith
264ef66c5c
[ticket/8935] Prevent setting maximum avatar dimensions less than the minimums.
...
This change actually applies to any configruation setting that is a pair
of values one representing the maximum and one minimum. This change enforces
that the maximum value cannot be less than the minimum value.
PHPBB3-8935
2010-09-09 23:42:20 +01:00
Igor Wiedler
2e891c5eba
Merge branch 'task/cs278/git-tools' into develop-olympus
...
* task/cs278/git-tools:
[task/git-tools] Change the GNU --lines argument to the POSIX -l
[task/git-tools] Solve dependency on the GNU wc --max-line-length option
2010-09-09 00:20:38 +02:00
Chris Smith
e08e1e0d9a
[task/git-tools] Change the GNU --lines argument to the POSIX -l
...
Changed to awk which handles the formatting differences between the
two versions of wc -- BSD version prefixes the output with spaces,
the GNU version does not.
PHPBB3-9808
2010-09-08 22:53:37 +01:00
Chris Smith
8ce2f63d73
[task/git-tools] Solve dependency on the GNU wc --max-line-length option
...
PHPBB3-9808
2010-09-07 23:35:47 +01:00
Igor Wiedler
a27811b1d4
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
...
PHPBB3-9807
2010-09-07 22:27:41 +02:00
Chris Smith
1b3b79b694
Merge branch 'ticket/evil3/8944' into develop-olympus
...
* ticket/evil3/8944:
[ticket/8944] Patch db_tools to support index length for MySQL4
[ticket/8944] Add index length to CREATE INDEX for MySQL4 in database_update
2010-09-05 02:41:34 +01:00
Chris Smith
7de1fc40b3
Merge branch 'ticket/evil3/9800' into develop-olympus
...
* ticket/evil3/9800:
[ticket/9800] Update tracker URL in docs/README.html
2010-09-05 02:14:46 +01:00
Igor Wiedler
e7b86871f0
[ticket/8944] Patch db_tools to support index length for MySQL4
2010-09-05 03:14:27 +02:00
Chris Smith
1b7c840bc8
Merge branch 'ticket/evil3/9039' into develop-olympus
...
* ticket/evil3/9039:
[ticket/9039] Make mssqlnative.php non-executable
2010-09-05 02:07:14 +01:00
Igor Wiedler
58bdd91d61
[ticket/9039] Make mssqlnative.php non-executable
...
PHPBB3-9039
2010-09-03 22:43:29 +02:00
Igor Wiedler
bb191a1d69
[ticket/8944] Add index length to CREATE INDEX for MySQL4 in database_update
...
Fixes following SQL error when updating the database to 3.0.6.
BLOB column 'post_username' used in key specification without a key length
PHPBB3-8944
2010-09-03 22:26:06 +02:00
Igor Wiedler
fdd04eef49
[ticket/9800] Update tracker URL in docs/README.html
...
PHPBB3-9800
2010-09-02 20:15:33 +02:00
Andreas Fischer
ba0072080d
Merge branch 'ticket/jellydoughnut/9662' into develop-olympus
...
* ticket/jellydoughnut/9662:
[ticket/9662] Search flood interval no longer applies to non-keyword searches
2010-09-02 17:32:15 +02:00
Chris Smith
ebb4a50d9b
Merge branch 'ticket/bantu/9615' into develop-olympus
...
* ticket/bantu/9615:
[ticket/9615] magic_quotes_gpc: call stripslashes() before utf8_basename()
2010-08-30 14:55:50 +01:00
Nils Adermann
bb4eb41088
Merge branch 'ticket/bantu/9793' into develop-olympus
...
* ticket/bantu/9793:
[ticket/9793] Make sure send_status_line() is defined when in avatar mode.
2010-08-30 00:19:31 +02:00
Andreas Fischer
f9764c684f
[ticket/9613] Slightly update language strings.
...
PHPBB3-9613
2010-08-29 16:50:57 +02:00
rxu
b83163634f
[ticket/9613] Fix missing database part for unread posts search load switch.
...
A record for load_unreads_search parameter had to be added to CONFIG_TABLE.
PHPBB3-9613
2010-08-29 16:09:41 +02:00
rxu
f1d5005797
[ticket/9613] Implement a load switch for unread posts search feature.
...
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
2010-08-29 16:09:09 +02:00
Andreas Fischer
dbe8fb6488
Merge branch 'ticket/rxu/9117' into develop-olympus
...
* ticket/rxu/9117:
[ticket/9117] Wrong redirection after login.
2010-08-28 23:25:30 +02:00
Andreas Fischer
098ff47602
Merge branch 'ticket/cs278/7369' into develop-olympus
...
* ticket/cs278/7369:
[ticket/7369] CPF date should always render the users selection.
2010-08-28 23:25:21 +02:00
Andreas Fischer
250c04c8d5
Merge branch 'ticket/nickvergessen/7296' into develop-olympus
...
* ticket/nickvergessen/7296:
[ticket/7296] Exporting styles to tar creates corrupted archives.
2010-08-28 23:25:14 +02:00
Andreas Fischer
dfd3c4a5df
Merge branch 'ticket/nickvergessen/9519' into develop-olympus
...
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
2010-08-28 23:25:05 +02:00
Andreas Fischer
3c02a1cff7
Merge branch 'ticket/jellydoughnut/9772' into develop-olympus
...
* ticket/jellydoughnut/9772:
[ticket/9772] Unify permissions for sending email when board_email_form is off
2010-08-28 23:24:55 +02:00
rxu
c71236ff4d
[ticket/9117] Wrong redirection after login.
...
Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so
the last value override the previous one.
PHPBB3-9117
2010-08-28 23:16:00 +02:00
Josh Woody
2a59e6d486
[ticket/9772] Unify permissions for sending email when board_email_form is off
...
Sending email via memberlist.php was limited to users having u_sendemail. When
board_email_form is disabled, no such requirement was enforced. This is now
changed.
PHPBB3-9772
2010-08-28 15:49:47 -05:00
Andreas Fischer
3afd2c6948
[ticket/9793] Make sure send_status_line() is defined when in avatar mode.
...
When download/file.php is in avatar mode set_modified_headers() can be called,
which then calls send_status_line() which is not available because
includes/functions.php is not included in avatar mode.
We also load includes/functions.php in the bootstrap now to solve this problem.
Regression from c1a4cb1d01 .
PHPBB3-9793
PHPBB3-7782
2010-08-27 15:36:26 +02:00
Chris Smith
50c6af0216
[ticket/7369] CPF date should always render the users selection.
...
CPF render code was incorrectly adding the users timezone offset instead
of removing it to compensate for the addition made in user::format_date().
PHPBB3-7369
2010-08-23 06:24:13 +01:00
Andreas Fischer
cd46b39967
Merge branch 'ticket/jellydoughnut/9646' into develop-olympus
...
* ticket/jellydoughnut/9646:
[ticket/9646] Honor CSS comments in @import statements
2010-08-22 21:50:17 +02:00
Chris Smith
e4a1f08364
Merge branch 'ticket/nickvergessen/7260' into develop-olympus
...
* ticket/nickvergessen/7260:
[ticket/7260] Don't delete poll if one exists and editing user lacks permission
2010-08-22 19:39:46 +01:00
Joas Schilling
aa4519fb44
[ticket/7260] Don't delete poll if one exists and editing user lacks permission
...
PHPBB3-7260
2010-08-22 19:30:43 +01:00
Andreas Fischer
889eace41c
[ticket/9785] Allow users to request new passwords when board is disabled.
...
PHPBB3-9785
2010-08-22 20:26:18 +02:00
Joas Schilling
3cbcff56b2
[ticket/7296] Exporting styles to tar creates corrupted archives.
...
Add the folders to the archive before putting the files inside, seems to break
the tar-archives.
PHPBB3-7296
2010-08-22 11:16:19 -04:00
Andreas Fischer
9731f2492f
Merge branch 'ticket/nickvergessen/7716' into develop-olympus
...
* ticket/nickvergessen/7716:
[ticket/7716] Data too long for column 'message_subject'
2010-08-21 21:27:07 +02:00
Andreas Fischer
32bffe1a32
Revert "[ticket/7716] Data too long for column 'message_subject'"
...
This reverts commit 91a60aa878 .
2010-08-21 21:25:34 +02:00
Andreas Fischer
7474b69175
Merge branch 'ticket/nickvergessen/7716' into develop-olympus
...
* ticket/nickvergessen/7716:
[ticket/7716] Data too long for column 'message_subject'
2010-08-21 21:19:12 +02:00
Joas Schilling
2455a744e6
[ticket/7716] Data too long for column 'message_subject'
...
PHPBB3-7716
2010-08-21 15:14:16 -04:00
Andreas Fischer
81db8a8644
Merge branch 'ticket/nickvergessen/9104' into develop-olympus
...
* ticket/nickvergessen/9104:
[ticket/9104] Safari does not display box headers correctly in the ACP.
2010-08-21 20:32:45 +02:00
Andreas Fischer
4222510e9c
Merge branch 'ticket/cs278/7332' into develop-olympus
...
* ticket/cs278/7332:
[ticket/7332] Redirect users back to post details when performing actions.
[ticket/7332] Collapse post details content down to a maximum of 300px heigh
2010-08-21 20:30:33 +02:00
Josh Woody
c3a5fd30ee
[ticket/9646] Honor CSS comments in @import statements
...
Add a basic CSS comment parser that allows comments to prevent loading an
@import statement. For simplicity, only whitespace is allowed between /* and
the @import. Also adjust regex to not parse improper quotation marks.
PHPBB3-9646
PHPBB3-8169
2010-08-20 16:02:58 -05:00
Andreas Fischer
bcf4f4fbdf
Merge branch 'ticket/cs278/7972' into develop-olympus
...
* ticket/cs278/7972:
[ticket/7972] Copying topics in the MCP now indexes the new topic.
2010-08-20 22:25:20 +02:00
Andreas Fischer
34c3732856
Merge branch 'ticket/nickvergessen/9635' into develop-olympus
...
* ticket/nickvergessen/9635:
[ticket/9635] Useless parameter $data['post_time'] in function submit_post.
2010-08-20 22:15:15 +02:00
Andreas Fischer
31144ed4c5
Merge branch 'ticket/nickvergessen/9782' into develop-olympus
...
* ticket/nickvergessen/9782:
[ticket/9782] Board disable radio set on when server load high
2010-08-20 22:11:04 +02:00
Chris Smith
de8c334aeb
Merge branch 'ticket/bantu/9780' into develop-olympus
...
* ticket/bantu/9780:
[ticket/9780] Adding unit tests for gen_rand_string().
[ticket/9780] Add length check back to gen_rand_string().
2010-08-20 20:56:17 +01:00
Andreas Fischer
e09d6c6d71
[ticket/9780] Adding unit tests for gen_rand_string().
...
PHPBB3-9780
2010-08-20 21:36:56 +02:00
Josh Woody
c901a9eb70
[ticket/9662] Search flood interval no longer applies to non-keyword searches
...
The search interval was not consistently applied to "special" searches like
"unread posts" and "view your topics." Now the special searches are always
exempt from the flood interval.
PHPBB3-9662
2010-08-20 14:22:56 -05:00
Joas Schilling
d533121741
[ticket/9780] Add length check back to gen_rand_string().
...
PHPBB3-9780
2010-08-20 20:11:36 +02:00
Chris Smith
b73d45ffc8
[ticket/7972] Copying topics in the MCP now indexes the new topic.
...
PHPBB3-7972
2010-08-20 13:59:21 -04:00
Joas Schilling
932b35ab7a
[ticket/9782] Board disable radio set on when server load high
...
PHPBB3-9782
2010-08-20 13:41:06 -04:00
Joas Schilling
cc9a1952d9
[ticket/9635] Useless parameter $data['post_time'] in function submit_post.
...
PHPBB3-9635
2010-08-19 23:48:25 -04:00
Joas Schilling
5e330044b8
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
In the ACM-Modules we need to check whether the function is loaded, before we
use it, as this is not the case from download/file.php in avatar-mode.
PHPBB3-9519
2010-08-19 12:30:24 -04:00
Chris Smith
0ee49ca432
Merge branch 'ticket/bantu/9777' into develop-olympus
...
* ticket/bantu/9777:
[ticket/9777] Print error message in pre-commit hook when php is not installed.
2010-08-19 17:26:35 +01:00
Joas Schilling
44125f5533
[ticket/9104] Safari does not display box headers correctly in the ACP.
...
PHPBB3-9104
2010-08-19 12:22:18 -04:00
Josh Woody
3eb01d50cb
Merge branch 'ticket/bantu/9702' into develop-olympus
...
* ticket/bantu/9702:
[ticket/9702] Take user's timezone settings into account when banning Until ->
2010-08-19 10:56:34 -05:00
Josh Woody
f0aaecd6cc
Merge branch 'ticket/bantu/9599' into develop-olympus
...
* ticket/bantu/9599:
[ticket/9599] Reimplement phpbb_checkdnsrr() function.
[ticket/9599] Adding tests for phpbb_checkdnsrr().
[ticket/9599] Adding network function tests.
2010-08-19 10:53:10 -05:00
Josh Woody
6343e67fab
Merge branch 'ticket/bantu/9534' into develop-olympus
...
* ticket/bantu/9534:
[ticket/9534] Update function documentation for user_ipwhois().
[ticket/9534] Adding support for IPv6 addresses in user_ipwhois().
2010-08-19 10:48:41 -05:00
Oleg Pudeyev
90d8fc7e86
[ticket/9777] Print error message in pre-commit hook when php is not installed.
...
PHPBB3-9777
2010-08-19 17:44:54 +02:00
Josh Woody
5eb175cefd
Merge branch 'ticket/bantu/9694' into develop-olympus
...
* ticket/bantu/9694:
[ticket/9694] Call error_reporting() in download/file.php when in avatar mode.
[ticket/9694] Make sure string offset 0 exists to avoid E_NOTICE message.
2010-08-19 10:26:49 -05:00
Josh Woody
68744484c8
Merge branch 'ticket/bantu/9167' into develop-olympus
...
* ticket/bantu/9167:
[ticket/9167] Detect and remove any dead left over shadow topics on update.
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
Conflicts:
phpBB/install/database_update.php
2010-08-19 10:09:32 -05:00
Joas Schilling
91a60aa878
[ticket/7716] Data too long for column 'message_subject'
...
PHPBB3-7716
2010-08-19 11:00:42 -04:00
Josh Woody
25c579c00d
Merge branch 'ticket/bantu/9612' into develop-olympus
...
* ticket/bantu/9612:
[ticket/9612] Introduce new function gen_rand_string_friendly().
2010-08-19 09:11:36 -05:00
Josh Woody
46d2d97a37
Merge branch 'ticket/bantu/9611' into develop-olympus
...
* ticket/bantu/9611:
[ticket/9611] Make length of activation keys variable between 6 and 10.
2010-08-19 09:03:45 -05:00
Joas Schilling
89b35f7ab9
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
PHPBB3-9519
2010-08-13 17:10:35 +02:00
Joas Schilling
884cc2ac9b
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
includes/functions_convert.php and install/install_convert.php tested by Dicky.
PHPBB3-9519
2010-08-13 16:40:56 +02:00
Joas Schilling
4c95ed0eeb
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.
PHPBB3-9519
2010-08-10 16:11:39 +02:00
Andreas Fischer
64e6faa877
Merge branch 'ticket/cs278/9771' into develop-olympus
...
* ticket/cs278/9771:
[ticket/9771] Remove query string parameters that have no name.
2010-08-10 16:05:45 +02:00
Andreas Fischer
59a0bcd38f
Merge branch 'ticket/cs278/9761' into develop-olympus
...
* ticket/cs278/9761:
[ticket/9761] Reworded quote nesting depth ACP option to match the behaviour
2010-08-10 16:05:18 +02:00
Andreas Fischer
d66aadc33f
Merge branch 'ticket/cs278/9760' into develop-olympus
...
* ticket/cs278/9760:
[ticket/9760] Remove unrestricted wildcards from search terms.
2010-08-10 16:04:49 +02:00
Andreas Fischer
19599b4c69
Merge branch 'ticket/nickvergessen/9743' into develop-olympus
...
* ticket/nickvergessen/9743:
[ticket/9743] Fix background of top2-class in prosilver for RTL-languages.
2010-08-10 16:03:56 +02:00
Andreas Fischer
19d9d12339
Merge branch 'ticket/rxu/6747' into develop-olympus
...
* ticket/rxu/6747:
[ticket/9747] Improve word censor.
2010-08-10 16:00:28 +02:00
Andreas Fischer
1778b53f12
Merge branch 'task/cs278/git-tools' into develop-olympus
...
* task/cs278/git-tools:
[task/git-tools] Ignore git commit message comments
[task/git-tools] Adjust the hook to enforce that a ticket is always mentioned
[task/git-tools] Vastly expanded commit-msg hook.
[task/git-tools] Beginnings of a syntax checking hook.
[task/git-tools] Append ticket identifier to commit message prior to editing.
[task/git-tools] add install and uninstall scripts for hooks
[task/git-tools] move ticket id appending to commit-msg hook
[task/git-tools] append ticket id to git log message
2010-08-10 15:50:53 +02:00
Chris Smith
e17ffa01e6
[task/git-tools] Ignore git commit message comments
...
Git commit message comments can be contained anywhere in the message and
this change ignores where they appear.
PHPBB3-9768
2010-08-10 14:48:46 +01:00
Chris Smith
a9046e5608
[task/git-tools] Adjust the hook to enforce that a ticket is always mentioned
...
PHPBB3-9768
2010-08-10 14:48:46 +01:00
Chris Smith
db13dc2d43
[task/git-tools] Vastly expanded commit-msg hook.
...
This updated hook supports validates each line of the commit message
confirms to the phpBB standards [1], there are two git config options
which adjust the behaviour of the hook. They are:
* phpbb.hooks.commit-msg.fatal: Set to false for the hook to allow
commits with malformed structure, useful if you'll be squashing
or editing the commits later. True is the default value.
* phpbb.hooks.commit-msg.debug: Any integer value greater than 0 will
increase the debugging verbosity of the hook, the default value is 0.
[1] http://wiki.phpbb.com/display/DEV/Git
PHPBB3-9768
2010-08-10 14:48:46 +01:00
Chris Smith
66e58234ec
[task/git-tools] Beginnings of a syntax checking hook.
...
Currently this hook checks line length is less than or equal to 80 characters.
PHPBB3-9768
2010-08-10 14:48:45 +01:00
Chris Smith
bfa7b28734
[task/git-tools] Append ticket identifier to commit message prior to editing.
...
PHPBB3-9770
2010-08-10 14:48:40 +01:00
Chris Smith
b7a1add009
[ticket/7332] Redirect users back to post details when performing actions.
...
Moderators are redirected to the index page of the MCP after locking a post,
a better location would be to direct them back to the post details.
PHPBB3-7332
2010-08-08 22:54:21 +01:00
Chris Smith
42e7c8a440
[ticket/7332] Collapse post details content down to a maximum of 300px heigh
...
The MCP post details can be difficult to use if the post is particularly long
this change shrinks the post area to a maximum of 300 pixels, like the topic
review, making it easier to access the functions beneath the post content.
PHPBB3-7332
2010-08-08 22:49:48 +01:00
Chris Smith
013f0b62b8
[ticket/9771] Remove query string parameters that have no name.
...
PHPBB3-9771
2010-08-08 16:14:05 +01:00
Chris Smith
76348ce43f
[ticket/9760] Remove unrestricted wildcards from search terms.
...
Wildcards without any further result restrictions will cause phpBB to search
for everything, potentially allowing a DoS attack against the DB server by any
user who can use the search system.
PHPBB3-9760
2010-08-08 14:02:34 +01:00
Andreas Fischer
dd63f57344
[ticket/9615] magic_quotes_gpc: call stripslashes() before utf8_basename()
...
When magic_quotes_gpc is 'On' it also affects the $_FILES array and a filename
like 'bantu"s testfile.txt' will be returned as 'bantu\"s testfile.txt'.
Because utf8_basename() also strips off anything before the last backslash
the filename was returned as '"s testfile.txt'.
Calling stripslashes() before utf8_basename() solves the problem.
PHPBB3-9615
2010-08-04 12:35:19 +02:00
Andreas Fischer
24e23755cf
[ticket/9599] Reimplement phpbb_checkdnsrr() function.
...
Use gethostbyname(), checkdnsrr(), dns_get_record() or nslookup via exec().
PHPBB3-9599
2010-08-03 10:50:41 +02:00
Andreas Fischer
4707b0c18e
[ticket/9599] Adding tests for phpbb_checkdnsrr().
...
Tests for existing and non-existing records of the types:
MX, A, AAAA, NS, CNAME, TXT
PHPBB3-9599
2010-08-03 10:50:41 +02:00
Andreas Fischer
3e111bb41a
[ticket/9599] Adding network function tests.
...
PHPBB3-9599
2010-08-03 10:50:41 +02:00
Joas Schilling
8045f63b41
[ticket/9743] Fix background of top2-class in prosilver for RTL-languages.
...
PHPBB3-9743
2010-08-02 11:35:38 +02:00
Andreas Fischer
e1328e87ce
Merge branch 'ticket/jellydoughnut/9757' into develop-olympus
...
* ticket/jellydoughnut/9757:
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
2010-07-31 02:11:33 +02:00
Andreas Fischer
f179987f64
Merge branch 'ticket/jellydoughnut/9499' into develop-olympus
...
* ticket/jellydoughnut/9499:
[ticket/9499] Unify definition of dE() and other javascript functions
2010-07-31 02:10:00 +02:00
Andreas Fischer
ccb4182d29
Merge branch 'ticket/kellanved/9521' into develop-olympus
...
* ticket/kellanved/9521:
[ticket/9521] Fix error reporting for the native SQL Server plugin.
2010-07-31 02:08:40 +02:00
Andreas Fischer
4d61788843
Merge branch 'ticket/jellydoughnut/9679' into develop-olympus
...
* ticket/jellydoughnut/9679:
[ticket/9679] phpBB offers to notify poster even if notification is disabled
2010-07-31 02:07:25 +02:00
Andreas Fischer
d0d9122165
Merge branch 'ticket/jellydoughnut/9722' into develop-olympus
...
* ticket/jellydoughnut/9722:
[ticket/9722] Adjust "New Topic" title attribute for consistency in prosilver
2010-07-31 02:06:44 +02:00
Andreas Fischer
4de440826d
Merge branch 'ticket/jellydoughnut/9749' into develop-olympus
...
* ticket/jellydoughnut/9749:
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
2010-07-31 02:06:12 +02:00
Andreas Fischer
c8bb9a2d37
Merge branch 'ticket/jellydoughnut/9559' into develop-olympus
...
* ticket/jellydoughnut/9559:
[ticket/9559] Do not override queue package size in the case of an overflow
2010-07-31 02:04:54 +02:00
Henry Sudhof
47557fd4d2
[ticket/9521] Fix error reporting for the native SQL Server plugin.
...
The native SQL Server plugin used to return an error string when calling
sql_error. However, some error condition checks are done using is_array.
This patch wraps the error into an array to follow the error logic used
elsewhere.
PHPBB3-9521
2010-07-31 01:48:13 +02:00
Josh Woody
15d7010d46
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
...
The template variable {HISTORY_TITLE} was always being set to the empty string.
It is now filled with the title of the currently displayed message. It is not
showed in prosilver or subsilver2 for aesthetic reasons (title is already
prominent)
PHPBB3-9757
2010-07-29 13:19:19 -05:00
Josh Woody
ac56b71c3e
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
...
The Fulltext_mysql class had different behavior when a dash was entered in the
search query than the fulltext_native class. Specifically, a dash was
automatically turned into boolean NOT even when the user wanted to search for
legitimate hyphenated words like farty-pants
PHPBB3-9749
2010-07-29 10:13:17 -05:00
Josh Woody
8ea0309ed1
[ticket/9679] phpBB offers to notify poster even if notification is disabled
...
The "notify user" check box would not do anything if checked in this case, but
it was still presented. The checkbox is now only shown if there are
notification options enabled.
PHPBB3-9679
2010-07-29 10:01:35 -05:00
Andreas Fischer
18079d01b3
Merge branch 'task/evil3/set-permissions' into develop-olympus
...
* task/evil3/set-permissions:
[task/set-permissions] shell script to set file permissions
2010-07-29 14:57:53 +02:00
Andreas Fischer
843d6e53fb
[ticket/9754] Populate S_USER_POSTED variable with correct value in search.php
...
PHPBB3-9754
2010-07-26 23:58:10 +02:00
Josh Woody
4880305436
[ticket/9499] Unify definition of dE() and other javascript functions
...
dE() was defined differently in the ACP and in prosilver. Other javascript
in editor.js files has also been unified (taking the prosilver implementation
as cannonical)
PHPBB3-9499
2010-07-26 13:29:53 -05:00
rxu
4d0a53b5ee
[ticket/9747] Improve word censor.
...
Better handling of the asterisk inside censor pattern like 'bad*word' etc.
PHPBB3-9747
2010-07-25 16:57:00 +08:00
Richard Foote
66fc086742
[ticket/9748] Replace <br /> before converting < and > to their entities.
...
PHPBB3-9748
2010-07-24 11:48:47 +02:00
Andreas Fischer
95e0340daf
[ticket/9644] Check $mode before calling user_notification() from submit_post()
...
PHPBB3-9644
2010-07-23 20:30:21 +02:00
Andreas Fischer
2f67eafd34
[ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.
...
Show 'No subject specified' in 'Posts awaiting approval' if post subject is
empty.
PHPBB3-9503
2010-07-23 19:50:17 +02:00
Andreas Fischer
aca0e024fa
[ticket/9702] Take user's timezone settings into account when banning Until ->
...
PHPBB3-9702
2010-07-23 18:41:49 +02:00
Andreas Fischer
e5d5d58172
[ticket/9091] Extract IPv4 address from addresses mapped into IPv6.
...
PHPBB3-9091
2010-07-23 12:48:01 +02:00
Josh Woody
2f312b2175
[ticket/9559] Do not override queue package size in the case of an overflow
...
This reverts r8025 to includes/functions_messenger.php. That code caused
problems on hosters with email limits less than package_size*2.5. And it isn't
desirable in general to over-ride the admin's configuration options.
PHPBB3-9559
2010-07-22 10:44:31 -05:00
Josh Woody
c284ffade9
[ticket/9722] Adjust "New Topic" title attribute for consistency in prosilver
...
Title attribute was being applied to a <div> at the top of the page and to an
<a> at the bottom of the page. Now both being applied to the <div>.
PHPBB3-9722
2010-07-21 22:42:44 -05:00
Andreas Fischer
fc25fe694a
Merge branch 'ticket/bantu/9068' into develop-olympus
...
* ticket/bantu/9068:
[ticket/9068] Added a missing comma in acp load settings explanation text.
2010-07-22 01:41:02 +02:00
Andreas Fischer
0f5814ac4f
Merge branch 'ticket/bantu/9744' into develop-olympus
...
* ticket/bantu/9744:
[ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
2010-07-22 01:40:44 +02:00
Andreas Fischer
fada2ad261
Merge branch 'ticket/t-backoff/9099' into develop-olympus
...
* ticket/t-backoff/9099:
[ticket/9099] Add missing commas in acp language.
2010-07-22 01:40:19 +02:00
Andreas Fischer
cfe0b5356f
Merge branch 'ticket/jellydoughnut/9727' into develop-olympus
...
* ticket/jellydoughnut/9727:
[ticket/9727] Smiley Path replacement in feeds is too generic
2010-07-22 01:39:18 +02:00
Nick Anderegg
afff4f7923
[ticket/9068] Added a missing comma in acp load settings explanation text.
...
PHPBB3-9068
2010-07-22 01:36:08 +02:00
Andreas Fischer
72dddf3aa3
[ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
...
PHPBB3-9744
2010-07-22 00:31:13 +02:00
Tabitha Backoff
875fcda506
[ticket/9099] Add missing commas in acp language.
...
PHPBB3-9099
2010-07-21 17:37:14 +02:00
Josh Woody
16c95b4f83
[ticket/9727] Smiley Path replacement in feeds is too generic
...
The smiley path replacement in the feeds was too broad: any post content
containing "./" was changed to the fully qualified board URL. This broke CSS
for example.
PHPBB3-9727
2010-07-18 11:51:13 -05:00
Andreas Fischer
0dc05a2d84
Merge branch 'ticket/kellanved/9504' into develop-olympus
...
* ticket/kellanved/9504:
[ticket/9504] Allow whitespaces in gallery avatars
2010-07-15 23:15:41 +02:00
Andreas Fischer
cb043b0e61
Merge branch 'ticket/rxu/9658' into develop-olympus
...
* ticket/rxu/9658:
[ticket/9658] Optimize topic splitting.
2010-07-15 23:15:36 +02:00
rxu
1363ee109b
[ticket/9658] Optimize topic splitting.
...
Split topics takes too long in some cases because of wrong variables or arrays
values types adjustment. Cast values representing topic and forum ids as int.
PHPBB3-9658
2010-07-15 23:10:22 +02:00
Henry Sudhof
8690d25b4f
[ticket/9504] Allow whitespaces in gallery avatars
...
Gallery avatars are discovered on the server filesystem; to allow linking to
the images, the filenames are urlencoded before being written to the database.
However, getimagesize needs the decoded filename as input.
PHPBB3-9504
2010-07-15 13:05:56 +02:00
Andreas Fischer
e7e98f1de5
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
...
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
2010-07-14 20:55:49 +02:00
Joas Schilling
954b3c3484
[ticket/7720] Fix alternative image-description for unread posts.
...
Changed the wrong word "new" to "unread" as that is, what we show with the
red-icons, not whether the post is new or not. Language variables were
kept for backwards compatibility.
PHPBB3-7720
2010-07-14 20:55:07 +02:00
Patrick W
54713dcdc7
[ticket/9761] Reworded quote nesting depth ACP option to match the behaviour
...
The nesting depth applies per quote block, not per post which the previous
label and description indicated.
PHPBB3-9761
2010-07-12 02:04:29 +01:00
Igor Wiedler
14e5da90c3
[task/git-tools] add install and uninstall scripts for hooks
...
PHPBB3-9769
2010-07-12 02:04:29 +01:00
Igor Wiedler
6b2f4b6a85
[task/git-tools] move ticket id appending to commit-msg hook
...
PHPBB3-9770
2010-07-12 02:04:29 +01:00
Igor Wiedler
f0509e4620
[task/git-tools] append ticket id to git log message
...
PHPBB3-9770
2010-07-12 02:04:29 +01:00
Andreas Fischer
da256b33d9
Merge branch 'ticket/ckwalsh/9715' into develop-olympus
...
* ticket/ckwalsh/9715:
[ticket/9715] Better email regex
[ticket/9715] Extend email unit tests
2010-07-12 01:56:00 +02:00
Andreas Fischer
d869fc9804
Merge branch 'ticket/bantu/9714' into develop-olympus
...
* ticket/bantu/9714:
[ticket/9714] Use correct variable name in email regular expression tests.
2010-07-12 01:55:52 +02:00
Andreas Fischer
88f6caf012
Merge branch 'ticket/naderman/9701' into develop-olympus
...
* ticket/naderman/9701:
[ticket/9701] Prevent notices from being hidden by template tests
2010-07-12 01:53:58 +02:00
Andreas Fischer
eb7254a0c4
Merge branch 'ticket/naderman/9140' into develop-olympus
...
* ticket/naderman/9140:
[ticket/9140] Check current board version in incremental update packages
2010-07-12 01:38:39 +02:00
Gabriel Vazquez
2ba6360e43
[ticket/9140] Check current board version in incremental update packages
...
Since we do not want to limit the updater functionality we only display
a prominent warning when the current board version does not match the
version the update files are meant to update from.
PHPBB3-9140
2010-07-12 01:37:05 +02:00
Cullen Walsh
593e193bdc
[ticket/9715] Better email regex
...
Using email regex created by James Watts and Francisco Jose Martin Moreno.
This passes many more tests for RFC valid emails.
PHPBB3-9715
2010-07-11 16:22:26 -07:00
Cullen Walsh
a0b9f7806a
[ticket/9715] Extend email unit tests
...
Adding more email tests for a wider range of valid email formats.
PHPBB3-9715
2010-07-11 16:20:27 -07:00
Andreas Fischer
6724b79967
Merge branch 'ticket/nickvergessen/9531' into develop-olympus
...
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
2010-07-12 00:04:33 +02:00
Joas Schilling
5d9948e39c
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
...
When quoting from the topic-review the statement "Author wrote:" is missing. The fix for this was not complete: Now it's backwards compatibile and uses the LA_ for the language variables.
PHPBB3-9531
2010-07-11 10:18:45 +02:00
Andreas Fischer
062d8fda04
Merge branch 'ticket/adamreyher/9012' into develop-olympus
...
* ticket/adamreyher/9012:
[ticket/9012] Adjust shadow topic title to the title at the time it was moved.
2010-07-11 02:53:06 +02:00
Adam Reyher
b939ce5940
[ticket/9012] Adjust shadow topic title to the title at the time it was moved.
...
Moved topics which have their title changed in the new forum will now show the
old title in the original viewforum instead of the new title.
PHPBB3-9012
2010-07-11 02:44:07 +02:00
Andreas Fischer
2d9aa45aef
Merge branch 'ticket/jellydoughnut/9637' into develop-olympus
...
* ticket/jellydoughnut/9637:
[ticket/9637] Do not cache SQL server version in all cases
2010-07-11 01:44:59 +02:00
Josh Woody
9c61455d26
[ticket/9637] Do not cache SQL server version in all cases
...
Because the existing cache is global, there is no way to differentiate between
each of two databases which may be two different DBAL objects pointing to
servers with wildly different versions of an RDBMS. phpBB only has this
situation in the UCF, thus only one file changed outside the DBAL. I have
added a second optional parameter, $use_cache to each of the implementations
of dbal::sql_server_info()
PHPBB3-9637
2010-07-11 01:41:38 +02:00
Andreas Fischer
08a34ebe94
Merge branch 'ticket/jellydoughnut/9629' into develop-olympus
...
* ticket/jellydoughnut/9629:
[ticket/9629] Allow style.php to retrieve its session ID from cookies
2010-07-11 01:41:22 +02:00
Josh Woody
c40b2c7601
[ticket/9629] Allow style.php to retrieve its session ID from cookies
...
style.php takes a session ID to ensure it gets the right language for a user,
but that session ID is always passed in GET. This allows change allows the SID
to be read from the cookie, and theoretically makes it friendlier for caching
engines like Varnish.
PHPBB3-9629
2010-07-11 01:35:01 +02:00
Andreas Fischer
c0183cabd0
[ticket/9534] Update function documentation for user_ipwhois().
...
PHPBB3-9534
2010-07-11 01:19:42 +02:00
Andreas Fischer
ed44235d26
[ticket/9534] Adding support for IPv6 addresses in user_ipwhois().
...
whois.arin.net does currently not refer to other servers (using ReferralServer)
when queried for an IPv6 address. whois.sixxs.net however works in this case.
This also adds '.' to the hostname to make sure we're querying the dns root.
PHPBB3-9534
2010-07-11 01:19:27 +02:00
Andreas Fischer
e46745ed34
Merge branch 'ticket/nickvergessen/9678' into develop-olympus
...
* ticket/nickvergessen/9678:
[ticket/9678] Flash attachments are not displayed in subsilver2.
2010-07-10 21:22:33 +02:00
Andreas Fischer
e629929958
Merge branch 'ticket/nickvergessen/9677' into develop-olympus
...
* ticket/nickvergessen/9677:
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
2010-07-10 21:22:31 +02:00
Andreas Fischer
0c2512bea2
Merge branch 'ticket/jellydoughnut/9650' into develop-olympus
...
* ticket/jellydoughnut/9650:
[ticket/9650] Do not allow banning the anonymous user by username
2010-07-10 21:22:16 +02:00
Nils Adermann
bbc3105466
[ticket/9701] Prevent notices from being hidden by template tests
...
The template tests disable NOTICEs for the duration of template execution since
the current version of the template engine does not generate sufficiently clean
code. The error level is reset aftwards, however that part is skipped when
trigger_error is called which is converted into a regular exception by PHPUnit
and passed down until caught. Such exceptions are now caught to reset the error
level, and then the exception is rethrown.
This uncovered another issue in the template tests which only passed because
NOTICEs were unintentionally disabled at this point. assign_display is also
required to operate without NOTICEs. The respective code has been added around
its callee as well. However no handling of exceptions takes place there. If
another test checking for errors in that function is ever added similar catch
logic will have to be added there.
PHPBB3-9701
2010-07-08 22:46:28 +02:00
Joas Schilling
df99bdbd53
[ticket/9678] Flash attachments are not displayed in subsilver2.
...
PHPBB3-9678
2010-07-08 21:22:54 +02:00
Joas Schilling
fc89d5d7db
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
...
PHPBB3-9677
2010-07-08 21:13:17 +02:00
Andreas Fischer
c6c4d01fe9
[ticket/9714] Use correct variable name in email regular expression tests.
...
PHPBB3-9714
2010-07-08 20:26:50 +02:00
Josh Woody
ae967d16f1
[ticket/9650] Do not allow banning the anonymous user by username
...
Banning anonymous can result in bad things, like not being able to log in. However, it was possible until now.
PHPBB3-9650
2010-07-08 13:24:45 -05:00
Andreas Fischer
6da582e8be
Merge branch 'ticket/p/9570' into develop-olympus
...
* ticket/p/9570:
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
2010-07-08 20:02:34 +02:00
Andreas Fischer
29716cd5d5
Merge branch 'ticket/p/9589' into develop-olympus
...
* ticket/p/9589:
[ticket/9589] Added sample nginx configuration file for phpbb.
2010-07-08 20:01:22 +02:00
Andreas Fischer
7a0b554724
Merge branch 'ticket/p/9593' into develop-olympus
...
* ticket/p/9593:
[ticket/9593] A readme file for unit tests and running unit tests.
2010-07-08 20:00:26 +02:00
Andreas Fischer
c3db21bfa2
Merge branch 'ticket/bantu/9451' into develop-olympus
...
* ticket/bantu/9451:
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
2010-07-08 19:52:29 +02:00
Andreas Fischer
f92c96d424
Merge branch 'ticket/jellydoughnut/9690' into develop-olympus
...
* ticket/jellydoughnut/9690:
[ticket/9690] Add forthcoming Bing Bot to list of recognized bots
2010-07-08 19:49:22 +02:00
Andreas Fischer
c86f9eb25a
Merge branch 'ticket/evil3/9704' into develop-olympus
...
* ticket/evil3/9704:
[ticket/9704] Fix minor typo in coding guidelines.
2010-07-08 19:44:39 +02:00
Igor Wiedler
58cb46d344
[ticket/9704] Fix minor typo in coding guidelines.
...
PHPBB3-9704
2010-07-08 09:15:03 +02:00
Andreas Fischer
c79df9700d
Merge branch 'ticket/nickvergessen/9578' into develop-olympus
...
* ticket/nickvergessen/9578:
[ticket/9578] ACP Posting tab is missing "Post settings" module.
2010-07-08 02:20:25 +02:00
Andreas Fischer
c592cab989
Merge branch 'ticket/nickvergessen/9628' into develop-olympus
...
* ticket/nickvergessen/9628:
[ticket/9628] _add_module 'after'-parameter does not work correctly.
2010-07-08 02:20:05 +02:00
Andreas Fischer
f22f89888d
Merge branch 'ticket/jellydoughnut/9695' into develop-olympus
...
* ticket/jellydoughnut/9695:
[ticket/9695] Correct the improper display of user input in mcp_ban.php
2010-07-08 01:41:16 +02:00
Andreas Fischer
c091a04a55
Merge branch 'ticket/nickvergessen/9697' into develop-olympus
...
* ticket/nickvergessen/9697:
[ticket/9697] Backlink broken when the select parent forum does not exist.
2010-07-08 01:29:47 +02:00
Andreas Fischer
e3fe4d7b56
Merge branch 'ticket/jellydoughnut/9703' into develop-olympus
...
* ticket/jellydoughnut/9703:
[ticket/9703] Correct database leak where deleting user did not rm some PM data
2010-07-08 01:24:18 +02:00
Andreas Fischer
ef753d046d
Merge branch 'ticket/cs278/9712' into develop-olympus
...
* ticket/cs278/9712:
[ticket/9712] Future dates can be formatted as 'less than one minute ago'
2010-07-08 01:21:55 +02:00
Chris Smith
9764a32138
[ticket/9712] Future dates can be formatted as 'less than one minute ago'
...
PHPBB3-9712
2010-07-07 23:04:46 +01:00
Josh Woody
d00f2ec183
[ticket/9690] Add forthcoming Bing Bot to list of recognized bots
...
Microsoft will rename MSN Bot to Bing Bot later this year, and change its user agent. This updates phpBB to be aware of Bing Bot
PHPBB3-9690
2010-07-07 15:51:31 -05:00
Thatbitextra
e130a6bad9
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
...
Avoid unnecessary overhead in avatar_process_user() by optionally passing in
the value of $can_upload.
PHPBB3-9451
2010-07-07 16:45:00 +02:00
Oleg Pudeyev
030f9c03c6
[ticket/9593] A readme file for unit tests and running unit tests.
...
Added a readme file explaining prerequisites for unit tests, and how to run
unit tests.
PHPBB3-9593
2010-07-07 16:10:13 +02:00
Andreas Fischer
4ac5d5e352
Merge branch 'ticket/naderman/9659' into develop-olympus
...
* ticket/naderman/9659:
[ticket/9659] Signature options in set_user_options
2010-07-07 12:09:04 +02:00
Richard Foote
b64f456c40
[ticket/9659] Signature options in set_user_options
...
The phpBB3 defaults are being used.
PHPBB3-9659
2010-07-06 14:43:50 +02:00
Oleg Pudeyev
097854ca85
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
...
PHPBB3-9570
2010-07-06 13:14:04 +02:00
Josh Woody
24cc3fd0f9
[ticket/9703] Correct database leak where deleting user did not rm some PM data
...
Users' PM rules and PM folders were being left intact when deleting them.
PHPBB3-9703
2010-07-03 21:21:22 -05:00
Joas Schilling
0db657381b
[ticket/9697] Backlink broken when the select parent forum does not exist.
...
PHPBB3-9697
2010-07-02 12:28:06 +02:00
Josh Woody
0e93d8386b
[ticket/9695] Correct the improper display of user input in mcp_ban.php
...
Correct the improper display of "ban_reason" and "ban_give_reason" in mcp_ban.php
PHPBB3-9695
2010-07-01 17:48:32 -05:00
Andreas Fischer
881c74688b
[ticket/9694] Call error_reporting() in download/file.php when in avatar mode.
...
PHPBB3-9694
2010-07-01 23:30:48 +02:00
Andreas Fischer
32882fd798
[ticket/9694] Make sure string offset 0 exists to avoid E_NOTICE message.
...
PHPBB3-9694
2010-07-01 23:29:25 +02:00
Igor Wiedler
38cc9ce72f
[task/set-permissions] shell script to set file permissions
...
PHPBB3-9689
2010-06-28 18:12:56 +02:00
Andreas Fischer
b7ae0fe4e9
Merge branch 'ticket/bantu/9655' into develop-olympus
...
* ticket/bantu/9655:
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
2010-06-20 22:46:23 +02:00
Andreas Fischer
352c69f7b2
Merge branch 'ticket/bantu/9665' into develop-olympus
...
* ticket/bantu/9665:
[ticket/9665] Allow preview of signature when it is the string "0".
2010-06-20 22:46:14 +02:00
Andreas Fischer
d537dc60ce
Merge branch 'ticket/bantu/9656' into develop-olympus
...
* ticket/bantu/9656:
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
2010-06-20 22:45:55 +02:00
Andreas Fischer
b91950d413
Merge branch 'ticket/bantu/9653' into develop-olympus
...
* ticket/bantu/9653:
[ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures
2010-06-20 22:45:47 +02:00
Andreas Fischer
3496948b94
Merge branch 'ticket/bantu/9643' into develop-olympus
...
* ticket/bantu/9643:
[ticket/9643] Only split $port from $sqlserver, if it's not an IPv6 address.
2010-06-20 22:45:28 +02:00
Andreas Fischer
6b1f7a2d9d
Merge branch 'ticket/bantu/9112' into develop-olympus
...
* ticket/bantu/9112:
[ticket/9112] Make sure current user can see most active forum/topic.
2010-06-20 22:45:16 +02:00
Andreas Fischer
ac45f07402
[ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures
...
PHPBB3-9653
2010-06-20 21:48:07 +02:00
Andreas Fischer
52c3b51c95
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
...
PHPBB3-9656
2010-06-20 21:43:56 +02:00
Andreas Fischer
6221ba4dd1
[ticket/9665] Allow preview of signature when it is the string "0".
...
Since only the SIGNATURE_PREVIEW parameter is evaluated in the templates
<!-- IF SIGNATURE_PREVIEW --> will not allow the signature to be "0".
<!-- IF SIGNATURE_PREVIEW != '' --> however does allow "0".
PHPBB3-9665
2010-06-20 13:38:36 +02:00
Andreas Fischer
6d248097e5
Merge branch 'ticket/jellydoughnut/9132' into develop-olympus
...
* ticket/jellydoughnut/9132:
[ticket/9132] Oracle CLOB support is broken, preventing storage of long strings
2010-06-17 19:15:17 +02:00
Andreas Fischer
4eac7dca6d
Merge branch 'ticket/rxu/9606' into develop-olympus
...
* ticket/rxu/9606:
[ticket/9606] Optimize unread search option.
2010-06-17 19:10:59 +02:00
Andreas Fischer
876a6e4686
Merge branch 'ticket/bantu/9626' into develop-olympus
...
* ticket/bantu/9626:
[ticket/9626] Adding tests for the URL regular expression.
[ticket/9626] Add missing class prefix.
[ticket/9626] A few tests for the email regular expression.
[ticket/9626] More IPv6 regex tests.
[ticket/9626] Adding tests for the IPv4 regular expression.
[ticket/9626] Adding tests for regular expressions.
2010-06-17 18:50:41 +02:00
Andreas Fischer
26057fe3ff
Merge branch 'ticket/bantu/9587' into develop-olympus
...
* ticket/bantu/9587:
[ticket/9587] Replace '0px' with '0'.
2010-06-17 18:35:53 +02:00
Andreas Fischer
4bc2158235
[ticket/9587] Replace '0px' with '0'.
...
This has been introduced by merge of c7a25c58b8 , which was not supposed to be merged. 1b2a65333b5be1f6086bbd1d438e061041bd2b75 was supposed to be merged instead.
PHPBB3-9587
2010-06-17 17:01:13 +02:00
Andreas Fischer
f9105084b0
Merge branch 'ticket/nickvergessen/9605' into develop-olympus
...
* ticket/nickvergessen/9605:
[ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
2010-06-17 16:47:48 +02:00
Andreas Fischer
9975d24b9d
Merge branch 'ticket/nickvergessen/9605' into develop-olympus
...
* ticket/nickvergessen/9605:
[ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
2010-06-17 16:31:38 +02:00
Andreas Fischer
84e58260ae
Merge branch 'ticket/nickvergessen/9587' into develop-olympus
...
* ticket/nickvergessen/9587:
[ticket/9587] Prosilver overrides reCaptcha class.
2010-06-17 16:27:25 +02:00
Andreas Fischer
8d18b98e15
Merge branch 'feature/bantu/dbal-tests' into develop-olympus
...
* feature/bantu/dbal-tests:
[feature/dbal-tests] Follow the coding guidelines and ...
[feature/dbal-tests] Update data
[feature/dbal-tests] Multi insert
[feature/dbal-tests] Delete data
[feature/dbal-tests] Insert data
[feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""
2010-06-17 16:17:06 +02:00
Joas Schilling
ef69f22698
[feature/dbal-tests] Follow the coding guidelines and ...
...
resolved a bug caused by a missing order-by.
PHPBB3-9625
2010-06-17 16:06:17 +02:00
Joas Schilling
e3420de295
[feature/dbal-tests] Update data
...
PHPBB3-9625
2010-06-17 16:06:10 +02:00
Joas Schilling
d9c2e6cbcf
[feature/dbal-tests] Multi insert
...
PHPBB3-9625
2010-06-17 16:06:10 +02:00
Joas Schilling
c4b0814c62
[feature/dbal-tests] Delete data
...
PHPBB3-9625
2010-06-17 16:06:10 +02:00
Joas Schilling
539ae0ffaf
[feature/dbal-tests] Insert data
...
PHPBB3-9625
2010-06-17 16:06:10 +02:00
Joas Schilling
b03a7a2c83
[feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""
...
PHPBB3-9625
2010-06-17 16:06:10 +02:00
Joas Schilling
82db1c9c50
[ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
...
Compare the topic_type on their real value, to ensure there is no MOD causing problems, because of a new topic-type.
PHPBB3-9605
2010-06-17 15:56:25 +02:00
Andreas Fischer
e66c089626
[ticket/9112] Make sure current user can see most active forum/topic.
...
PHPBB3-9112
2010-06-15 20:20:02 +02:00
Andreas Fischer
6c7d16894b
Merge branch 'ticket/jellydoughnut/9633' into develop-olympus
2010-06-15 14:28:00 +02:00
Andreas Fischer
7c789795fb
Merge branch 'ticket/jellydoughnut/9623' into develop-olympus
2010-06-15 13:41:02 +02:00
Josh Woody
d6551b1233
[ticket/9623] Proper UTF8 encoding for usernames in pruning section
...
The username textboxes were not being properly encoded in UTF8.
PHPBB3-9623
2010-06-15 13:39:58 +02:00
Andreas Fischer
46cae83264
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
...
PHPBB3-9655
2010-06-14 22:27:23 +02:00
Josh Woody
e942af5331
[ticket/9132] Oracle CLOB support is broken, preventing storage of long strings
...
This reverts Oracle support to the state it was in prior to phpBB 3.0.6. That is, storage of long strings works again (e.g. posts > 4 KB), but the database backup/restore functionality is broken. We feel that the ability to store long strings is more important than the DB restore, since Oracle 10g itself provides tools for backing up databases.
PHPBB3-9132
2010-06-13 19:18:35 -05:00
Andreas Fischer
38fc35a497
[ticket/9167] Detect and remove any dead left over shadow topics on update.
...
PHPBB3-9167
2010-06-11 21:52:04 +02:00
Andreas Fischer
30891ffb46
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
...
including posts.
The function delete_topic_shadows() had to be reimplemented.
It was there but it was completly broken and hasn't been used at all.
PHPBB3-9167
2010-06-11 21:50:08 +02:00
Oleg Pudeyev
bb32daab63
[ticket/9589] Added sample nginx configuration file for phpbb.
...
PHPBB3-9589
2010-06-10 15:58:49 +02:00
Andreas Fischer
879bc89524
[ticket/9643] Only split $port from $sqlserver, if it's not an IPv6 address.
...
PHPBB3-9643
2010-06-08 19:27:55 +02:00
Josh Woody
b4df815547
[ticket/9633] Newly Registered Group Colour not used in "Our Newest Member"
...
Due to an oversight, the default group was not properly checked in the user_add function. This fix corrects the check. No other changes are needed because they go direct to the database, this one used an array in memory.
PHPBB3-9633
2010-06-01 00:19:43 -05:00
Nils Adermann
a5b238019b
Merge branch 'feature/notify_status' into develop-olympus
...
* feature/notify_status:
[ticket/9179] Remove unnecessary newline.
2010-05-30 15:20:37 +02:00
Andreas Fischer
491fc0516e
[ticket/9179] Remove unnecessary newline.
...
cc8d22bed6 added one empty line too much.
PHPBB3-9179
2010-05-30 15:20:15 +02:00
Nils Adermann
c38cb1761c
Merge branch 'ticket/nickvergessen/9147' into develop-olympus
...
* ticket/nickvergessen/9147:
[ticket/9147] "Change topic type"-option "Normal" always selected.
2010-05-30 15:05:06 +02:00
Nils Adermann
8f91e6ce8b
Merge branch 'ticket/nickvergessen/9135' into develop-olympus
...
* ticket/nickvergessen/9135:
[ticket/9135] Fix report-icon for moderators in PM folders.
2010-05-30 14:58:30 +02:00
Nils Adermann
a6b07eef5a
Merge branch 'ticket/nickvergessen/9094' into develop-olympus
...
* ticket/nickvergessen/9094:
[ticket/9094] Hide "Copy permissions" message, when permissions were copied.
2010-05-30 14:54:22 +02:00
Nils Adermann
760957e7e7
Merge branch 'ticket/nickvergessen/8936' into develop-olympus
...
* ticket/nickvergessen/8936:
[ticket/8936] Subsilver2 missing reply-to-all feature.
2010-05-30 14:26:17 +02:00
Nils Adermann
b7afeadd6d
Merge branch 'ticket/bantu/8792' into develop-olympus
...
* ticket/bantu/8792:
[ticket/8792] Add LDAP_SEARCH_FAILED string for when ldap_search() fails.
2010-05-30 14:19:58 +02:00
Nils Adermann
26c2efc083
Merge branch 'ticket/p/7782' into develop-olympus
...
* ticket/p/7782:
[ticket/7782] Return 404 HTTP status code for nonexistent attachments.
[ticket/7782] Added spaces.
[ticket/7782] Added phpdoc comment for send_status_line function.
[ticket/7782] Send status line using refactored download/file.php logic.
2010-05-29 23:23:08 +02:00
Joas Schilling
801a44b3f0
[ticket/9147] "Change topic type"-option "Normal" always selected.
...
PHPBB3-9147
2010-05-28 14:25:56 +02:00
Joas Schilling
4637709f0a
[ticket/9628] _add_module 'after'-parameter does not work correctly.
...
The modules were grouped by left_id so num_modules is always one (hopefully), but the number of rows is the actual value we'd like to know. Removing the GROUP BY resolves the issue.
PHPBB3-9628
2010-05-28 13:13:53 +02:00
Joas Schilling
160d1bfd07
[ticket/9578] ACP Posting tab is missing "Post settings" module.
...
PHPBB3-9578
2010-05-28 13:03:56 +02:00
Joas Schilling
4746a60d22
[ticket/9094] Hide "Copy permissions" message, when permissions were copied.
...
When creating a forum, you afterwards read "Forum created successfully. Now you are able to set permissions for this forum.", also when you already copied the permissions from another forum.
PHPBB3-9094
2010-05-27 15:17:03 +02:00
Joas Schilling
9e24993855
[ticket/9135] Fix report-icon for moderators in PM folders.
...
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users.
PHPBB3-9135
2010-05-26 01:38:19 +02:00
Andreas Fischer
aaaa4f9abe
[ticket/9626] Adding tests for the URL regular expression.
...
PHPBB3-9626
2010-05-25 12:08:52 +02:00
Andreas Fischer
646b16f5db
[ticket/9626] Add missing class prefix.
...
PHPBB3-9626
2010-05-25 12:08:51 +02:00
Andreas Fischer
6a5ad05d8a
[ticket/9626] A few tests for the email regular expression.
...
PHPBB3-9626
2010-05-25 12:08:51 +02:00
Andreas Fischer
12e92fc45e
[ticket/9626] More IPv6 regex tests.
...
PHPBB3-9626
2010-05-25 12:08:51 +02:00
Andreas Fischer
1c59f3dbd0
[ticket/9626] Adding tests for the IPv4 regular expression.
...
PHPBB3-9626
2010-05-25 12:08:51 +02:00
Andreas Fischer
222173adae
[ticket/9626] Adding tests for regular expressions.
...
Adding tests for the IPv6 regular expression returned by get_preg_expression()
PHPBB3-9626
2010-05-25 12:08:51 +02:00
Joas Schilling
c7a25c58b8
[ticket/9587] Prosilver overrides reCaptcha class.
...
PHPBB3-9587
2010-05-24 23:59:28 +02:00
Joas Schilling
b6df5bdb14
[ticket/8936] Subsilver2 missing reply-to-all feature.
...
PHPBB3-8936
2010-05-24 23:32:18 +02:00
Joas Schilling
877d852a52
[ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
...
Just added a check whether the type is announcement or higher.
PHPBB3-9605
2010-05-24 20:12:34 +02:00
Oleg Pudeyev
c185e45e09
[ticket/7782] Return 404 HTTP status code for nonexistent attachments.
...
PHPBB3-7782
2010-05-17 14:14:53 -04:00
rxu
d819ee343a
[ticket/9606] Optimize unread search option.
...
Get rid of redundant SQL query in search.php that should increase performance slightly.
PHPBB3-9606
2010-05-17 21:14:02 +08:00
Andreas Fischer
c2b29c317f
[ticket/9612] Introduce new function gen_rand_string_friendly().
...
Introduce new function gen_rand_string_friendly() for user friendly random
strings like passwords and captcha codes. Strings generated by
gen_rand_string_friendly() will not contain the characters 0 and O.
By adding a new function we can increase the entropy of strings
generated by gen_rand_string() by putting 0 and O back in.
PHPBB3-9612
2010-05-17 09:44:48 +02:00
Andreas Fischer
af21e38c1d
[ticket/9611] Make length of activation keys variable between 6 and 10.
...
PHPBB3-9611
2010-05-17 08:54:51 +02:00
Oleg Pudeyev
d721e94b88
[ticket/7782] Added spaces.
...
PHPBB3-7782
2010-05-17 02:01:13 -04:00
Oleg Pudeyev
691f682fc2
[ticket/7782] Added phpdoc comment for send_status_line function.
...
PHPBB3-7782
2010-05-16 19:52:01 -04:00
Oleg Pudeyev
c1a4cb1d01
[ticket/7782] Send status line using refactored download/file.php logic.
...
PHPBB3-7782
2010-05-16 18:24:26 -04:00
Andreas Fischer
327f9afbc0
[ticket/8792] Add LDAP_SEARCH_FAILED string for when ldap_search() fails.
...
No longer use LDAP_NO_SERVER_CONNECTION in case ldap_search() fails.
Add and use LDAP_SEARCH_FAILED instead, so users can tell the difference
between ldap_connect() failing and ldap_search() failing.
PHPBB3-8792
2010-05-16 23:05:13 +02:00
Joas Schilling
6d7e30ae99
[develop-olympus] Move rxu and nickvergessen to Developers
2010-05-16 20:06:11 +02:00
Nils Adermann
0bf2c3eed5
Merge branch 'feature/notify_status' into develop-olympus
...
* feature/notify_status:
[feature/notify_status] Define'd constants for notify_status
2010-05-16 19:51:25 +02:00
Mark
cc8d22bed6
[feature/notify_status] Define'd constants for notify_status
...
define'd constants NOTIFY_YES, NOTIFY_NO to replace magic numbers in
forums_watch table and topics_watch table
PHPBB3-9179
2010-05-16 19:50:35 +02:00
Nils Adermann
e36da18b1c
Merge branch 'ticket/p/7782' into develop-olympus
...
* ticket/p/7782:
[ticket/7782] Send 404 HTTP code when a nonexistent user/forum/topic is requested.
2010-05-16 19:25:41 +02:00
Oleg Pudeyev
82ce29ac58
[ticket/7782] Send 404 HTTP code when a nonexistent user/forum/topic is requested.
...
PHPBB3-7782
2010-05-16 19:23:54 +02:00
Nils Adermann
321f7a9946
Merge branch 'ticket/nickvergessen/9530' into develop-olympus
...
* ticket/nickvergessen/9530:
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
2010-05-16 19:17:25 +02:00
Joas Schilling
a11fa9c738
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
...
PHPBB3-9530
2010-05-16 19:14:57 +02:00
Joas Schilling
d147bdcd73
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
...
PHPBB3-9530
2010-05-16 19:14:36 +02:00
Nils Adermann
b1f9b39475
Merge branch 'ticket/nickvergessen/9531' into develop-olympus
...
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
2010-05-16 19:13:32 +02:00
Joas Schilling
fe9c5019b6
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
...
PHPBB3-9531
2010-05-16 19:13:22 +02:00
Nils Adermann
b308cfe5ea
Merge branch 'ticket/bantu/9547' into develop-olympus
...
* ticket/bantu/9547:
[ticket/9547] Use separate constants for display/enable active topics.
2010-05-16 18:58:15 +02:00
Andreas Fischer
d555e83b80
[ticket/9547] Use separate constants for display/enable active topics.
...
Split S_DISPLAY_ACTIVE_TOPICS into S_DISPLAY_ACTIVE_TOPICS and
S_ENABLE_ACTIVE_TOPICS so we have correct default values when changing the
forum type.
PHPBB3-9547
2010-05-16 18:54:48 +02:00
Nils Adermann
7499c7c884
Merge branch 'ticket/nickvergessen/9535' into develop-olympus
...
* ticket/nickvergessen/9535:
[ticket/9535] Also fix the margin in the install_update.html
[ticket/9535] Fix some more rtl margin issues.
[ticket/9535] Correctly set margin of textarea in ACP > Users signature for RTL languages.
2010-05-16 18:51:09 +02:00
Joas Schilling
9fa8bb82e4
[ticket/9535] Also fix the margin in the install_update.html
...
PHPBB3-9535
2010-05-16 18:50:48 +02:00
Joas Schilling
0da86964d5
[ticket/9535] Fix some more rtl margin issues.
...
PHPBB3-9535
2010-05-16 18:50:25 +02:00
Joas Schilling
41498fe3ee
[ticket/9535] Correctly set margin of textarea in ACP > Users signature for RTL languages.
...
PHPBB3-9535
2010-05-16 18:49:17 +02:00
Nils Adermann
8ade14a036
Merge branch 'ticket/nickvergessen/9548' into develop-olympus
...
* ticket/nickvergessen/9548:
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
2010-05-16 18:42:46 +02:00
Nils Adermann
273d926b08
Merge branch 'ticket/aptx/9525' into develop-olympus
...
* ticket/aptx/9525:
[ticket/9524] IPv6 regex does not match all valid IPv6 addresses starting with ::
2010-05-16 18:38:28 +02:00
Marek A. Ruszczyński
1d2b4ffc65
[ticket/9524] IPv6 regex does not match all valid IPv6 addresses starting with ::
...
:: can replace 1 or more groups (not 2 or more)
PHPBB3-9524
2010-05-16 18:36:21 +02:00
Josh Woody
e6b9178c44
[ticket/9510] Unable to copy permissions from and to forums you cannot see
...
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed.
PHPBB3-9510
2010-05-16 18:20:54 +02:00
Josh Woody
ed0a26ab16
[ticket/9510] Unable to copy permissions from and to forums you cannot see
...
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed.
PHPBB3-9510
2010-05-16 18:19:28 +02:00
Nils Adermann
63d172e379
Merge branch 'ticket/bantu/9545' into develop-olympus
...
* ticket/bantu/9545:
[ticket/9545] Initial forum should display active topics by default.
2010-05-16 17:50:36 +02:00
Andreas Fischer
36c1986986
[ticket/9545] Initial forum should display active topics by default.
...
The initial forum 'Your first forum' should show topics
(especially the 'Welcome to phpBB3' topic) in the active topics list after
installing phpBB because this is the default setting for new forums
(but not categories).
The default database column value for forum_flags is 32 =
FORUM_FLAG_POST_REVIEW, we therefore have to explicitly set forum_flags to
FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS = 48 for this forum.
PHPBB3-9545
2010-05-16 17:49:06 +02:00
Nils Adermann
2a806ddbaf
Merge branch 'ticket/nickvergessen/9546' into develop-olympus
...
* ticket/nickvergessen/9546:
[ticket/9546] Also delete bookmarks, when a topic is deleted.
2010-05-16 17:47:38 +02:00
Joas Schilling
d8b4c0db0c
[ticket/9546] Also delete bookmarks, when a topic is deleted.
...
PHPBB3-9546
2010-05-16 17:47:05 +02:00
Nils Adermann
ffe17fa426
Merge branch 'ticket/rxu/9567' into develop-olympus
...
* ticket/rxu/9567:
[ticket/9567] Newly registered users group description rewording.
2010-05-16 17:32:46 +02:00
Nils Adermann
a625e4b48a
Merge branch 'ticket/nickvergessen/9529' into develop-olympus
...
* ticket/nickvergessen/9529:
[ticket/9529] Topic review is not showing all selected posts.
2010-05-16 17:11:47 +02:00
Joas Schilling
a3874c2cd6
[ticket/9529] Topic review is not showing all selected posts.
...
PHPBB3-9529
2010-05-16 17:09:25 +02:00
Nils Adermann
355d4b8ff8
Merge branch 'ticket/nickvergessen/9528' into develop-olympus
...
* ticket/nickvergessen/9528:
[ticket/9528] Also fall back to bbcode-less quotes for PMs, when bbcodes are disabled.
2010-05-16 17:06:50 +02:00
Joas Schilling
18e0b07487
[ticket/9528] Also fall back to bbcode-less quotes for PMs, when bbcodes are disabled.
...
PHPBB3-9528
2010-05-16 17:06:28 +02:00
Nils Adermann
1326264823
Merge branch 'ticket/nickvergessen/9146' into develop-olympus
...
* ticket/nickvergessen/9146:
[ticket/9146] Fix double occurring tabindex="6" in prosilver's QR
2010-05-16 17:00:26 +02:00
Joas Schilling
97d180ab66
[ticket/9146] Fix double occurring tabindex="6" in prosilver's QR
...
PHPBB3-9146
2010-05-16 16:59:48 +02:00
Nils Adermann
0f35101c49
Merge branch 'ticket/nickvergessen/9119' into develop-olympus
...
* ticket/nickvergessen/9119:
[ticket/9119] Respect language selection on automated update.
2010-05-16 16:56:29 +02:00
Joas Schilling
d8b5594c14
[ticket/9119] Respect language selection on automated update.
...
PHPBB3-9119
2010-05-16 16:54:29 +02:00
Nils Adermann
e477b3acc8
Merge branch 'ticket/nickvergessen/8894' into develop-olympus
...
* ticket/nickvergessen/8894:
[ticket/8894] Fix JavaScript-Error and hide Quote-Button on topic review if BBCodes are not allowed.
2010-05-16 16:49:39 +02:00
Joas Schilling
e3ba934cd7
[ticket/8894] Fix JavaScript-Error and hide Quote-Button on topic review if BBCodes are not allowed.
...
PHPBB3-8894
2010-05-16 16:49:00 +02:00
Nils Adermann
478708346e
Merge branch 'ticket/bantu/9174' into develop-olympus
...
* ticket/bantu/9174:
[ticket/9173] No longer limit scope of numbers we store in the config table on
2010-05-14 02:46:56 +02:00
Nils Adermann
fa5845e8c5
Merge branch 'ticket/nickvergessen/7717' into develop-olympus
...
* ticket/nickvergessen/7717:
[ticket/7717] Localise default extension groups for attachments
2010-05-14 02:44:19 +02:00
Joas Schilling
58dc5a191c
[ticket/7717] Localise default extension groups for attachments
...
PHPBB3-7717
2010-05-14 02:42:21 +02:00
Nils Adermann
be1c550344
Merge branch 'ticket/bantu/9598' into develop-olympus
...
* ticket/bantu/9598:
[ticket/9598] checkdnsrr() is now available on Windows with PHP 5.3 or later. Change if block order to always call checkdnsrr() if the function is available.
2010-05-14 02:39:17 +02:00
Andreas Fischer
99482e9555
[ticket/9598] checkdnsrr() is now available on Windows with PHP 5.3 or later. Change if block order to always call checkdnsrr() if the function is available.
...
PHPBB3-9598
2010-05-14 02:39:04 +02:00
Nils Adermann
39770de921
Merge branch 'ticket/bantu/9536' into develop-olympus
...
* ticket/bantu/9536:
[ticket/9536] Small improvement for query against user/session tables when managing users from the ACP.
2010-05-14 02:33:52 +02:00
Andreas Fischer
032a9f58f9
[ticket/9173] No longer limit scope of numbers we store in the config table on
...
PostgreSQL and Firebird when using set_config_count().
Since we're using a VARCHAR(255) column to store the numbers we have to CAST
the varchar string to a type we can do maths on. Using int4 or integer as the
type however limits the scope to 4-byte-integer = 32-bit. Using DECIMAL(255, 0)
allows the 'full' scope of decimals in varchar(255).
PHPBB3-9173
2010-05-14 02:33:31 +02:00
Andreas Fischer
823f2571f5
[ticket/9536] Small improvement for query against user/session tables when managing users from the ACP.
...
There can be multiple entries in the session table for one user_id. We only need and also only fetch one. Using LIMIT 1 should therefore increase performance slightly. This is especially true when editing the anonymous user account because the session table can have many entries for the user_id ANONYMOUS.
PHPBB3-9536
2010-05-14 02:31:44 +02:00
Nils Adermann
928fbb0126
Merge branch 'ticket/bantu/9526' into develop-olympus
...
* ticket/bantu/9526:
[ticket/9526] If an admin changes a user's 'user_allow_viewonline' flag to 'hide me' the admin usually wants that user to be hidden immediately. We therefore have to update his session if one exists.
2010-05-14 02:28:59 +02:00
Andreas Fischer
cb642cff11
[ticket/9526] If an admin changes a user's 'user_allow_viewonline' flag to 'hide me' the admin usually wants that user to be hidden immediately. We therefore have to update his session if one exists.
...
In the UCP this is not necessary, because there is code in $user->setup() that updates the session table on the next page reload.
Since we cannot tell if the user generally wants to be hidden or the user only wants to be hidden for one session, we only update the session table when setting the flag to 'hide me', but not 'show me' - equivalent to how it works in the UCP.
If the user is a bot we however also update the session when setting the flag to 'show me' because bots cannot login at all.
PHPBB3-9526
2010-05-14 02:27:37 +02:00
Nils Adermann
c7e8e7e0bc
Merge branch 'ticket/bantu/9518' into develop-olympus
...
* ticket/bantu/9518:
[ticket/9518] Correctly create new connection on PostgreSQL when new connection is forced.
2010-05-14 02:23:13 +02:00
Andreas Fischer
970848409d
[ticket/9518] Correctly create new connection on PostgreSQL when new connection is forced.
...
pg_connect() takes an integer as the second parameter, but we were passing a boolean parameter. The function especially requires passing the PGSQL_CONNECT_FORCE_NEW constant if a new connection is to be forced. Passing 0 as the second parameter for 'do not force a new connection' doesn't work as expected, hence we're calling the function without a second parameter in this case.
PHPBB3-9518
2010-05-14 02:22:24 +02:00
Nils Adermann
8196d7d711
Merge branch 'ticket/bantu/9514' into develop-olympus
...
* ticket/bantu/9514:
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
2010-05-14 02:17:45 +02:00
Nils Adermann
528816dcbd
Merge branch 'ticket/bantu/9176' into develop-olympus
...
* ticket/bantu/9176:
[ticket/9176] Take current board timezone settings into account when setting board date format.
2010-05-14 02:14:48 +02:00
Andreas Fischer
9ce0873bd1
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
...
PHPBB3-9514
2010-05-14 02:10:50 +02:00
Nils Adermann
b3bbe57603
Merge branch 'ticket/p/6726' into develop-olympus
...
* ticket/p/6726:
[ticket/6726] Added localhost/127.0.0.1 note to database server hostname explanation in install language.
2010-05-14 01:41:31 +02:00
Oleg Pudeyev
3a515bffb9
[ticket/6726] Added localhost/127.0.0.1 note to database server hostname explanation in install language.
...
When using PostgreSQL adapter and connecting to local database server,
use localhost to connect via UNIX domain socket and 127.0.0.1 to connect
via TCP.
PHPBB3-6726
2010-05-14 01:41:10 +02:00
Nils Adermann
5fb945c220
Merge branch 'feature/bantu/remote_upload-filesize' into develop-olympus
...
* feature/bantu/remote_upload-filesize:
[feature/remote_upload-filesize] Also check HTTP content-length before actually starting the file transfer.
[feature/remote_upload-filesize] When transferring files from a remote webserver, abort the transfer as soon as the allowed filesize has been exceeded.
2010-05-14 01:19:49 +02:00
Andreas Fischer
e4398ef42e
[feature/remote_upload-filesize] Also check HTTP content-length before actually starting the file transfer.
...
PHPBB3-9517
2010-05-14 01:19:34 +02:00
Andreas Fischer
d19565756a
[feature/remote_upload-filesize] When transferring files from a remote webserver, abort the transfer as soon as the allowed filesize has been exceeded.
...
PHPBB3-9517
2010-05-14 01:19:34 +02:00
Andreas Fischer
3e9d15a25d
[ticket/9176] Take current board timezone settings into account when setting board date format.
...
PHPBB3-9176
2010-05-13 14:25:44 +02:00
Nils Adermann
91399fd357
Merge branch 'feature/webpi' into develop-olympus
...
* feature/webpi:
[feature/webpi] Validate inline with MSSQL password policy.
2010-05-03 19:43:57 +02:00
Nils Adermann
ad93eaaaf3
Merge branch 'ticket/cs278/9582' into develop-olympus
...
* ticket/cs278/9582:
[ticket/9582] MSSQL native backups can now be restored.
[ticket/9582] Advanced search cannot be accessed using MSSQL native.
[ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native.
[ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
2010-05-03 19:41:04 +02:00
Chris Smith
11d097fc1a
[ticket/9582] MSSQL native backups can now be restored.
...
PHPBB3-9583
PHPBB3-9582
2010-05-03 19:40:45 +02:00
e95faaeb68
[ticket/9582] Advanced search cannot be accessed using MSSQL native.
...
PHPBB3-9562
PHPBB3-9582
2010-05-03 19:40:39 +02:00
a20576fdd4
[ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native.
...
PHPBB3-9564
PHPBB3-9582
2010-05-03 19:40:33 +02:00
5739426136
[ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.
...
PHPBB3-9566
PHPBB3-9582
2010-05-03 19:40:26 +02:00
171807213f
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
...
PHPBB3-9565
PHPBB3-9582
2010-05-03 19:38:42 +02:00
Nils Adermann
38ba3dcdd9
Merge branch 'ticket/cs278/9520' into develop-olympus
...
* ticket/cs278/9520:
[ticket/9520] Additionally filter requests for {common,config}.php
[ticket/9520] New web.config file as suggested by Microsoft using request filter
[ticket/9520] Removed per directory web.config files.
[ticket/9520] Add suggested web.config for root files as suggested by Microsoft.
[ticket/9520] Add some default web.config files for IIS.
2010-05-03 19:36:18 +02:00
Chris Smith
43f47dba4c
[ticket/9520] Additionally filter requests for {common,config}.php
...
PHPBB3-9520
2010-05-03 19:32:29 +02:00
Chris Smith
8612fc23d4
[ticket/9520] New web.config file as suggested by Microsoft using request filter
...
PHPBB3-9520
2010-05-03 19:31:54 +02:00
Chris Smith
e11e53e11b
[ticket/9520] Removed per directory web.config files.
...
These use the IIS rewriter to reject requests, Microsoft have suggested
we just use a single web.config with the builtin request filter.
PHPBB3-9520
2010-05-03 19:31:40 +02:00
Chris Smith
9ac7c492ed
[ticket/9520] Add suggested web.config for root files as suggested by Microsoft.
...
PHPBB3-9520
2010-05-03 19:31:18 +02:00
Chris Smith
cdd9ecdd68
[ticket/9520] Add some default web.config files for IIS.
...
These deny access to the various directories written to by phpBB.
PHPBB3-9520
2010-05-03 19:30:52 +02:00
Nils Adermann
fd23bccd4d
[develop-olympus] Basic gitignore file for cache files and backups.
2010-05-02 23:44:42 +02:00
Nils Adermann
e09ab8a4c5
Merge branch 'ticket/bantu/9170' into develop-olympus
...
* ticket/bantu/9170:
[ticket/9170] Unable to get image size in img bbcode when URL has multiple parameters.
2010-05-02 23:43:46 +02:00
Andreas Fischer
abacc2d07d
[ticket/9170] Unable to get image size in img bbcode when URL has multiple parameters.
...
Since we htmlspecialchars() all input we have to htmlspecialchars_decode() before passing the URL along to getimagesize().
PHPBB3-9170
2010-05-02 23:43:32 +02:00
rxu
b3028567c8
[ticket/9567] Newly registered users group description rewording.
...
Reword 'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN' language entry to make it more linguistically correct.
PHPBB3-9567
2010-05-02 14:50:33 +08:00
Nils Adermann
cb3cf71805
Merge branch 'feature/cs278/git-tools' into develop-olympus
...
* feature/cs278/git-tools:
[git-tools] Use @ instead of : in sed command in pre-commit hook for wider compatibility.
[git-tools] Adjusted pre-commit hook to run under freebsd /bin/sh.
[git-tools] Changed pre-commit hook to use sh instead of bash
2010-04-28 12:31:24 +02:00
Joas Schilling
5f4c6e9c91
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
...
PHPBB3-9548
2010-04-18 15:13:53 +02:00
Chris Smith
b22a651c5c
[feature/webpi] Validate inline with MSSQL password policy.
2010-04-15 23:00:27 +01:00
Chris Smith
f6dd150ed8
Merge branch 'p/git-tools' into git-tools
2010-04-13 21:46:19 +01:00
Oleg Pudeyev
9674214b2f
[git-tools] Use @ instead of : in sed command in pre-commit hook for wider compatibility.
2010-04-13 21:44:18 +01:00
Oleg Pudeyev
9afe2c9b6e
[git-tools] Adjusted pre-commit hook to run under freebsd /bin/sh.
2010-04-13 21:44:12 +01:00
Oleg Pudeyev
5a3ec9901d
[git-tools] Changed pre-commit hook to use sh instead of bash
2010-04-13 21:44:03 +01:00
Nils Adermann
03d50a2e83
Merge branch 'feature/cs278/webpi' into develop-olympus
...
* feature/cs278/webpi:
[feature/webpi] Web PI supports UNIX line endings so we'll remove them
[feature/webpi] Hopefully finally fix this
[feature/webpi] Fix messed up line endings
[feature/webpi] Add WebPI support to the build script.
[feature/webpi] Package files for Microsoft Web Platform Installer
[feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test.
[feature/dbal-tests] Fix mysql (not mysqli) dbal test.
2010-04-09 09:10:12 +02:00
Chris Smith
cc127d8217
[feature/webpi] Web PI supports UNIX line endings so we'll remove them
2010-04-08 17:23:15 +01:00
Chris Smith
a2fe71a6d3
[feature/webpi] Hopefully finally fix this
2010-04-08 17:01:10 +01:00
Chris Smith
f9946de5b3
[feature/webpi] Fix messed up line endings
2010-04-08 16:56:24 +01:00
Chris Smith
839f464b78
[feature/webpi] Add WebPI support to the build script.
2010-04-08 17:29:05 +02:00
Chris Smith
02aed4b66f
[feature/webpi] Package files for Microsoft Web Platform Installer
2010-04-08 17:28:47 +02:00
Andreas Fischer
eaa591046f
[feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test.
2010-04-08 17:26:39 +02:00
Andreas Fischer
584206b8ae
[feature/dbal-tests] Fix mysql (not mysqli) dbal test.
...
Correctly determine MySQL version from the database.
2010-04-08 17:26:38 +02:00
Nils Adermann
925a135613
Merge branch 'bug/cs278/59465' into develop-olympus
...
* bug/cs278/59465:
[bug/59465] Remove start=0 from topic pagination links.
[bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.
2010-04-04 15:32:36 +02:00
Nils Adermann
560a1b3ad4
Merge branch 'bug/nickvergessen/9047' into develop-olympus
...
* bug/nickvergessen/9047:
[bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-04 15:31:38 +02:00
Nils Adermann
1af1a96501
Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into develop-olympus
...
* feature/nickvergessen/unapproved-posts-in-feed:
[feature/unapproved-posts-in-feed] Little changelog correction
[feature/unapproved-posts-in-feed] Increase performance of is_moderator_approve_forum() as per bantu
[feature/unapproved-posts-in-feed] View note for moderators on unapproved posts/topics with unapproved posts in ATOM Feed
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-04 15:29:45 +02:00
Nils Adermann
feb3987802
Merge branch 'bug/nickvergessen/9512' into develop-olympus
...
* bug/nickvergessen/9512:
[bug/9512] Fix dead link in MCP on reports for global announcements in prosilver. (Bug #9512 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-04 15:26:50 +02:00
Nils Adermann
5b5463a981
Merge branch 'bug/nickvergessen/58745' into develop-olympus
...
* bug/nickvergessen/58745:
[bug/58745] Correct changelog message
[bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-04 15:21:27 +02:00
Nils Adermann
f07c9fab2b
Merge branch 'bug/nickvergessen/58695' into develop-olympus
...
* bug/nickvergessen/58695:
[bug/58695] Use method to get forums where user is moderator, thanks to bantu for the hint
[bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-04 15:17:48 +02:00
Nils Adermann
fa9510be23
Merge branch 'feature/evil3/git-tools' into develop-olympus
...
* feature/evil3/git-tools:
[git-tools] add note about PHP_BIN using env
[git-tools] do not display stderr
[git-tools] Prepend the branch to the commit message for all branches.
[git-tools] Use env to find the correct paths to binaries.
[git-tools] Display what parse errors were found.
[git-tools] This script requires bash to run, so point directly to bash.
[git-tools] Improvements for the pre-commit hook
[git-tools] Improvements on prepare-commt-msg hook
[git-tools] Some pre-commit enhancements, abolish tempfile
[git-tools] use mktemp in pre-commit (thanks nn-)
[git-tools] pre-commit hook for syntax checking
2010-04-04 15:04:28 +02:00
Joas Schilling
39f26c5cfd
[bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047 )
2010-04-04 12:23:07 +02:00
Joas Schilling
5f044a015e
[bug/9512] Fix dead link in MCP on reports for global announcements in prosilver. (Bug #9512 )
2010-04-04 02:03:23 +02:00
Joas Schilling
19c7ea3c16
[feature/unapproved-posts-in-feed] Little changelog correction
2010-04-04 01:49:56 +02:00
Joas Schilling
9b596faa39
[feature/unapproved-posts-in-feed] Increase performance of is_moderator_approve_forum() as per bantu
2010-04-04 01:35:55 +02:00
Joas Schilling
46f85329da
[feature/unapproved-posts-in-feed] View note for moderators on unapproved posts/topics with unapproved posts in ATOM Feed
2010-04-04 01:34:47 +02:00
Igor Wiedler
11de6a46b1
[git-tools] add note about PHP_BIN using env
2010-04-03 22:06:25 +02:00
Igor Wiedler
8091e31666
[git-tools] do not display stderr
2010-04-03 21:53:09 +02:00
Joas Schilling
738914ac83
[bug/58745] Correct changelog message
2010-04-03 13:11:23 +02:00
Joas Schilling
492d86000e
[bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745 )
2010-04-03 13:05:44 +02:00
Joas Schilling
0d4daeb615
[bug/58695] Use method to get forums where user is moderator, thanks to bantu for the hint
2010-04-03 12:56:52 +02:00
Joas Schilling
8d0c0dcbcd
[bug/58695] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695 )
2010-04-03 12:55:31 +02:00
Igor Wiedler
e3ebdbd79b
Merge branch 'develop-olympus' into git-tools
2010-04-03 10:47:07 +02:00
Chris Smith
3e5236dcd6
[git-tools] Prepend the branch to the commit message for all branches.
2010-04-03 02:13:48 +01:00
Chris Smith
b6920b7ca8
[git-tools] Use env to find the correct paths to binaries.
2010-04-03 02:12:21 +01:00
Chris Smith
5568b2134b
[git-tools] Display what parse errors were found.
2010-04-03 01:53:12 +01:00
Chris Smith
a06ec8c7fd
[git-tools] This script requires bash to run, so point directly to bash.
2010-04-03 01:51:37 +01:00
Nils Adermann
43774ef423
Merge branch 'feature/dbal-tests' into develop-olympus
...
* feature/dbal-tests:
[feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test.
[feature/dbal-tests] Fix mysql (not mysqli) dbal test.
2010-04-02 18:29:08 +02:00
Andreas Fischer
4a2a84d7a2
[feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test.
2010-04-02 18:28:40 +02:00
Andreas Fischer
e9de68f9a3
[feature/dbal-tests] Fix mysql (not mysqli) dbal test.
...
Correctly determine MySQL version from the database.
2010-04-02 18:28:06 +02:00
Nils Adermann
a2545d1203
Merge branch 'bug/bantu/9108' into develop-olympus
...
* bug/bantu/9108:
[bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-01 21:27:19 +02:00
Nils Adermann
6d9d2b6be6
Merge branch 'feature/dbal-tests' into develop-olympus
...
* feature/dbal-tests:
[feature/dbal-tests] Only output the missing config error message once.
[feature/dbal-tests] Make the PDO prefix depend on the dbms.
[feature/dbal-tests] Fix whitespace and line endings.
[feature/dbal-tests] Make some tests for build_array_data on SELECT
[feature/dbal-tests] Make some tests for return_on_error on SELECT-queries
[feature/dbal-tests] Tests for $db->sql_query_limit()
[feature/dbal-tests] Load phpbb-schema after creating the connection to the database
[feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.
[feature/dbal-tests] Added database test & refactored test framework
2010-04-01 19:16:45 +02:00
Nils Adermann
2bbfa9c29f
[feature/dbal-tests] Only output the missing config error message once.
...
The error message was also not properly escaping the variables, thus
producing an incorrect example configuration file.
2010-04-01 19:15:34 +02:00
Nils Adermann
53ab8886b1
[feature/dbal-tests] Make the PDO prefix depend on the dbms.
...
The database base test will need a few more changes to run on all the
databases we support. But those really need to be made on a system where
they run and can be tested. Patches welcome!
2010-04-01 19:08:11 +02:00
Nils Adermann
23beaceadd
[feature/dbal-tests] Fix whitespace and line endings.
2010-04-01 18:59:26 +02:00
Nils Adermann
f97d0e0195
Merge branch 'bug/nickvergessen/59135' into develop-olympus
...
* bug/nickvergessen/59135:
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-01 18:55:16 +02:00
Andreas Fischer
2b696cc632
[bug/9108] Fix table binding issues with PostgreSQL in board-wide feed. (Old Bug #58425 )
...
The order in the FROM clause is important.
The posts table has to be the last one in the chain, so it can be correctly bound with the forums table in the LEFT JOIN.
This only affects the overall feed (board-wide feed). All the other feeds are unaffected.
2010-04-01 13:14:58 +02:00
Nils Adermann
e35392cb4f
Merge branch 'bug/kellanved/59425' into develop-olympus
...
* bug/kellanved/59425:
[bug/59425] Correctly check for double inclusion in captcha garbage collection
2010-03-28 15:09:09 +02:00
Nils Adermann
b111e4d927
Merge branch 'bug/kellanved/58465' into develop-olympus
...
* bug/kellanved/58465:
[bug/58465] The redirect hidden field is now XHTML conform
2010-03-28 15:09:05 +02:00
U-H-PC\H
9be61f9e53
[bug/59425] Correctly check for double inclusion in captcha garbage collection
...
The check to avoid the double inclusion of the captcha factory class in the
garbage collection code was faulty, checking for "captcha_factory" instead of "phpbb_captcha_factory".
TerryE pointed the problem out, thanks!
2010-03-28 14:37:31 +02:00
U-H-PC\H
6cfb4c82dd
[bug/58465] The redirect hidden field is now XHTML conform
...
The result of build_url was falsely un-entitized.
2010-03-28 14:17:42 +02:00
Igor Wiedler
472739bcbc
Merge branch 'develop-olympus' into git-tools
2010-03-28 14:12:36 +02:00
Joas Schilling
53d316dc9e
[feature/dbal-tests] Make some tests for build_array_data on SELECT
2010-03-27 10:42:09 +01:00
Joas Schilling
147d6fd590
[feature/dbal-tests] Make some tests for return_on_error on SELECT-queries
2010-03-26 23:27:49 +01:00
Joas Schilling
c6442ce640
[feature/dbal-tests] Tests for $db->sql_query_limit()
2010-03-26 21:02:56 +01:00
Nils Adermann
d79cff235c
Merge remote branch 'github-nickvergessen/develop-olympus' into develop-olympus
...
* github-nickvergessen/develop-olympus:
[develop-olympus] Make this test run on windows with backslash-paths.
2010-03-26 18:27:39 +01:00
Nils Adermann
4515a45e0c
Merge branch 'bug/jellydoughnut/56965' into develop-olympus
...
* bug/jellydoughnut/56965:
[bug/56965] Redirect fails with directory traversal
2010-03-26 18:24:47 +01:00
Joas Schilling
a7581085e0
[feature/dbal-tests] Load phpbb-schema after creating the connection to the database
2010-03-26 17:37:01 +01:00
Joas Schilling
af654814f6
[feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.
2010-03-26 16:41:19 +01:00
Joas Schilling
94bc65e203
[feature/dbal-tests] Added database test & refactored test framework
...
There is now a phpbb_database_test_case which can be used as a base class for tests that require database access. You have to set up a test_config.php file in your tests/ directory containing host, user, pass etc.
Extra test functionality has been moved to phpbb_test_case_helpers to provide the same functionality in database tests and regular tests without duplicating the code. This is achieved through delegation of method calls.
2010-03-26 16:39:37 +01:00
Joas Schilling
c71b1245ec
[develop-olympus] Make this test run on windows with backslash-paths.
2010-03-26 14:46:18 +01:00
Josh Woody
eca2db4afe
[bug/56965] Redirect fails with directory traversal
...
Correct invalid r10536 with a boolean flag. Note that this fix for the bug will not actually correct the redirects, it will only prevent phpBB from redirecting outside $phpbb_root_path when redirect()'s third argument is not provided.
2010-03-22 21:16:11 -05:00
Igor Wiedler
a5057c9f25
Merge branch 'develop-olympus' into git-tools
2010-03-22 22:54:24 +01:00
Nils Adermann
b3ff3be0dc
Merge branch 'bug/cs278/58685' into develop-olympus
...
* bug/cs278/58685:
[bug/58685] Correct spelling errors in append_sid() comments.
2010-03-18 22:13:25 +01:00
Nils Adermann
c6870ac3fe
Merge branch 'bug/cs278/58025' into develop-olympus
...
* bug/cs278/58025:
[bug/58025] Search robots are now redirected if they send a SID in the request
Conflicts:
phpBB/docs/CHANGELOG.html
2010-03-18 22:10:31 +01:00
Chris Smith
b64686073a
[bug/58685] Correct spelling errors in append_sid() comments.
2010-03-18 21:07:19 +00:00
Chris Smith
492063cec6
[bug/59465] Remove start=0 from topic pagination links.
...
Patch once again by nn-.
2010-03-18 20:28:59 +00:00
Chris Smith
a3a8fb989c
[bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.
...
Having start=0 makes search engines index the page twice once with and
once without the start=0 parameter. This results in duplicate results
in the search results. Patch contributed by nn-.
2010-03-18 17:22:30 +00:00
Nils Adermann
5193160546
Merge branch 'feature/arstechnica/memcache-multi-server' into develop-olympus
...
* feature/arstechnica/memcache-multi-server:
[feature/arstechnica/memcache-multi-server] Add memcache-multi-server to the changelog.
2010-03-18 17:09:52 +01:00
Nils Adermann
f7c41e1db7
[feature/arstechnica/memcache-multi-server] Add memcache-multi-server to the changelog.
2010-03-18 17:09:18 +01:00
Nils Adermann
da5c36fdeb
Merge branch 'feature/arstechnica/memcache-multi-server' into develop-olympus
...
* feature/arstechnica/memcache-multi-server:
[feature/memcache-multi-server] Changing format for multiple memcache hosts. Fixing code style issues in changes.
[feature/memcache-multi-server] Adding support for multiple memcache servers to acm_memcache.php
2010-03-18 17:04:14 +01:00
mrkurt
c57c1f3fc6
[feature/memcache-multi-server] Changing format for multiple memcache hosts. Fixing code style issues in changes.
...
Host and ports are now represented like this in config:
host1/port1,host2/port2,host3/port3
2010-03-18 17:01:50 +01:00
mrkurt
559313eda6
[feature/memcache-multi-server] Adding support for multiple memcache servers to acm_memcache.php
...
You can define multiple memcache servers in your config using this format:
host::port,host::port,host::port
Example:
@define(PHPBB_ACM_MEMCACHE, '127.0.0.1::11211,10.0.0.2::11211,memcache1::11211'
2010-03-18 17:01:21 +01:00
Igor Wiedler
ae48c8ee9e
[git-tools] Improvements for the pre-commit hook
...
One major issue with the pre-hook so far was partially staged files,
because it used filenames for php lint. These changes will make the hook read the file contents from the index instead.
Great thanks to David Soria Parra.
2010-03-17 23:07:57 +01:00
Nils Adermann
10f81ee79f
Merge branch 'bug/jellydoughnut/58415' into develop-olympus
...
* bug/jellydoughnut/58415:
Allow setting parent forums regardless of permission settings. (Bug #58415 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-03-17 18:05:17 +01:00
Josh Woody
144effd74c
Allow setting parent forums regardless of permission settings. (Bug #58415 )
2010-03-17 10:04:07 -05:00
Igor Wiedler
6a9304021f
[git-tools] Improvements on prepare-commt-msg hook
...
prepare-commit-hook now uses `git symbolic-ref HEAD` instead of reading
$GIT_DIR/HEAD directly. This seems to be a more portable solution.
Thanks to Chris (cs278/ToonArmy) for the suggestion.
2010-03-13 13:10:14 +01:00
Joas Schilling
4349bec316
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135 )
...
introduced in r10496 and r10360/r10361
2010-03-13 11:37:06 +01:00
Chris Smith
d07e152ea7
[bug/58025] Search robots are now redirected if they send a SID in the request
...
Previously search robots could stumble upon a board link somewhere on the web
containing a SID they'd follow it and end up indexing that page with the SID
in the request URI, this fix prevents that by redirecting them to the same URI
just without the SID.
2010-03-13 02:15:39 +00:00
Igor Wiedler
f9192bed79
[git-tools] Some pre-commit enhancements, abolish tempfile
2010-03-11 19:44:21 +01:00
Igor Wiedler
6df10358aa
[git-tools] use mktemp in pre-commit (thanks nn-)
2010-03-10 21:37:55 +01:00
Igor Wiedler
3dd9040cc1
Merge branch 'develop-olympus' into git-tools
2010-03-10 20:12:10 +01:00
Igor Wiedler
db8c557e4c
[git-tools] pre-commit hook for syntax checking
...
This pre-commit hook utilises PHP's command-line -l (lint) option, which
checks for syntax errors. In case of an error the commit is rejected and
the error displayed.
Testing is welcome.
2010-03-10 20:07:10 +01:00
Nils Adermann
60bd1edcb5
[develop-olympus] Backported 3.1 unit tests to 3.0.
...
Start adding unit tests for bugs you fix! Tests for anything are
welcome really. We have to work on these a lot.
2010-03-10 16:24:19 +01:00
Nils Adermann
d9567f121b
Merge branch 'develop-olympus' of git://github.com/evil3/phpbb3 into develop-olympus
2010-03-08 01:07:27 +01:00
Igor Wiedler
0a6db697e6
Add feature/ support to branchname hook
...
The previously introduced branchname hook now will also use feature/
branch names, in addition to the existing bug/.
2010-03-08 01:04:33 +01:00
Nils Adermann
9f8d258de4
Merge branch 'develop-olympus' of git://github.com/evil3/phpbb3 into develop-olympus
2010-03-08 00:50:48 +01:00
Igor Wiedler
d0d1ab5471
Adding a branchname prepare-commit-msg hook
...
Git supports several hooks, some of which are client-side. The
prepare-commit-msg hook is run right after a `git commit` call, before
the editor is opened. This allows the initial message to be altered.
This hook will check if the current branch name begins with `bug/`, in
which case it will prepend `[$branchname]` to the commit message. This
makes it easier to create proper commit messages.
http://wiki.phpbb.com/Git#Commit_Messages
For more information refer to the hook source.
2010-03-08 00:41:42 +01:00
Nils Adermann
23141a2c51
Merge branch 'bug/dpward/58755' into develop-olympus
2010-03-07 21:56:48 +01:00
Nils Adermann
62e0c325b4
Merge branch 'bug/evil3/12531' into develop-olympus
2010-03-07 21:56:07 +01:00
Nils Adermann
c52a7e9a08
Adding the bugfix for #58755 to the changelog.
2010-03-07 21:54:56 +01:00
David Ward
865123ffda
[bug/58755] Fix a redirection bug that can occur after login
...
This issue affects any forum (i.e. https://myforum/phpBB3/ ) where:
- the forum is located in a directory underneath the web root (i.e., NOT https://myforum/ )
- a user accesses the forum with a URI pointing to a directory rather than a script (i.e., NOT https://myforum/phpBB3/index.php )
- the URI used ends in a slash (i.e., NOT https://myforum/phpBB3 )
If these conditions are met, after successful login the user is redirected to an invalid URI (i.e., https://myforum/phpBB3/phpBB3?sid= ).
This change fixes extract_current_page() to handle the case correctly where the URI ends in a slash and is not the web root. So after successful login, the redirection back to the main page will work (i.e., https://myforum/phpBB3/?sid= )
2010-03-07 13:56:24 -05:00
Igor Wiedler
5cfa354433
[bug/12531] proposed solution for bug #12531
2010-03-06 17:57:27 +01:00
Nils Adermann
568fb83373
Merge branch 'master' into develop-olympus
2010-03-06 02:29:04 +01:00
Nils Adermann
5d1d32a65b
Merge branch 'bug/evil3/51555' into develop-olympus
2010-03-06 02:13:31 +01:00
Igor Wiedler
9d005973b0
[bug/51555] proposed fix for bug #51555
2010-03-06 01:39:44 +01:00
Cullen Walsh
0307d1f4aa
Oops, forgot the changelog for #57105
2010-03-06 01:36:23 +01:00
Nils Adermann
c4e02a1916
Merge commit 'release-3.0.7-PL1'
2010-03-06 01:20:12 +01:00
Nils Adermann
2e1cd98a5a
exclude the image file with text in the name from having newlines fixed
2010-03-05 22:22:39 +01:00
Nils Adermann
39490abfff
Incrementing the version number to 3.0.7-PL1
2010-03-05 21:09:37 +01:00
Nils Adermann
c8fd9f4266
Mark the bugfix #58595 as a security fix
2010-03-05 21:00:13 +01:00
Andreas Fischer
b1ab74b043
Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.
2010-03-05 20:59:20 +01:00
Nils Adermann
07fd270530
Merge branch 'bug/bantu/58595' into develop-olympus
2010-03-05 20:56:45 +01:00
Nils Adermann
f0a82396d4
Mark the bugfix #58595 as a security fix
2010-03-05 20:56:06 +01:00
Andreas Fischer
7f991e8480
Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.
2010-03-05 18:51:30 +01:00
Nils Adermann
ac32927566
Merge remote branch 'github-ckwalsh/bug/57105' into bug/ckwalsh/57105
2010-03-02 22:27:45 +01:00
Cullen Walsh
b853845069
Oops, forgot the changelog for #57105
2010-03-02 13:01:05 -08:00
Nils Adermann
be78817d27
Merge remote branch 'github-ckwalsh/bug/57105' into bug/ckwalsh/57105
2010-03-02 21:41:24 +01:00
Cullen Walsh
965ab55394
Parse urls in signature taking into account the allow_sig_links config option introduced in phpBB 3.0.6, per bug #57105
2010-03-02 12:22:11 -08:00
Nils Adermann
f493509eb2
Merge branch 'bug/aptx/54945' into develop-olympus
2010-03-02 21:15:13 +01:00
Marek A. Ruszczyński
93a2407f65
Bug #54945 again: MySQL 4 does not support aggregation in ORDER BY.
...
Moved the MIN(smiley_order) to the SELECT column list now, so it can be
used for sorting on MySQL 4, but also still works on MSSQL, which the
bug was originally about.
2010-03-02 21:12:35 +01:00
Chris Smith
5003595ed6
Missed one half of bug #54855 whoops
2010-03-02 21:07:07 +01:00
Nils Adermann
72e2af08e1
Merge remote branch 'github-cs278/bug/54855' into bug/cs278/54855
2010-03-02 20:46:19 +01:00
Nils Adermann
24fda6671d
Merging master after 3.0.7 release into develop-olympus to make sure there are no inconsistencies.
2010-03-02 20:33:50 +01:00
Chris Smith
2f6c8a0164
Missed one half of bug #54855 whoops
2010-03-02 19:30:37 +00:00
Nils Adermann
ca8cc03763
Merge commit 'release-3.0.7'
2010-03-02 01:09:13 +01:00
Nils Adermann
35a62ed008
Merge commit 'release-3.0.7-RC2'
2010-03-02 01:09:11 +01:00
Nils Adermann
3b46681652
Merge commit 'release-3.0.7-RC1'
2010-03-02 01:09:02 +01:00
Nils Adermann
6606e4bffe
Merge commit 'release-3.0.6'
2010-03-02 01:05:41 +01:00
Nils Adermann
723e38ece2
Merge commit 'release-3.0.6-RC4'
2010-03-02 01:05:41 +01:00
Nils Adermann
6ebc26e330
Merge commit 'release-3.0.6-RC3'
2010-03-02 01:05:41 +01:00
Nils Adermann
f0eb18fffd
Merge commit 'release-3.0.6-RC2'
2010-03-02 01:05:40 +01:00
Nils Adermann
021c186be9
Merge commit 'release-3.0.6-RC1'
2010-03-02 01:05:40 +01:00
Nils Adermann
4f9c3b8f5c
Merge commit 'release-3.0.5'
2010-03-02 01:05:40 +01:00
Nils Adermann
a45bca7c49
Merge commit 'release-3.0.5-RC1'
2010-03-02 01:05:39 +01:00
Nils Adermann
1f3498c0d6
Merge commit 'release-3.0.4'
2010-03-02 01:05:39 +01:00
Nils Adermann
a0b5877217
Merge commit 'release-3.0.4-RC1'
2010-03-02 01:05:39 +01:00
Nils Adermann
6482e72e7c
Merge commit 'release-3.0.3'
2010-03-02 01:05:39 +01:00
Nils Adermann
25052e1f67
Merge commit 'release-3.0.3-RC1'
2010-03-02 01:05:39 +01:00
Nils Adermann
4cc06650d4
Merge commit 'release-3.0.2'
2010-03-02 01:05:39 +01:00
Nils Adermann
92271af9cd
Merge commit 'release-3.0.2-RC2'
2010-03-02 01:05:38 +01:00
Nils Adermann
ee781806eb
Merge commit 'release-3.0.2-RC1'
2010-03-02 01:05:38 +01:00
Nils Adermann
5324afeffd
Merge commit 'release-3.0.1'
2010-03-02 01:05:38 +01:00
Nils Adermann
0434ccf303
Merge commit 'release-3.0.1-RC1'
2010-03-02 01:05:38 +01:00
Nils Adermann
2ba97da524
Merge commit 'release-3.0.0'
2010-03-02 01:05:37 +01:00
Nils Adermann
aa4495b8ad
Merge commit 'release-3.0-RC8'
2010-03-02 01:05:37 +01:00
Nils Adermann
8a3c323933
Merge commit 'release-3.0-RC7'
2010-03-02 01:05:37 +01:00
Nils Adermann
54f94e0d42
Merge commit 'release-3.0-RC6'
2010-03-02 01:05:37 +01:00
Nils Adermann
1a09d0e238
Merge commit 'release-3.0-RC5'
2010-03-02 01:05:36 +01:00
Nils Adermann
75e7ffc317
Merge commit 'release-3.0-RC4'
2010-03-02 01:05:36 +01:00
Nils Adermann
1ceddd9eec
Merge commit 'release-3.0-RC3'
2010-03-02 01:05:36 +01:00
Nils Adermann
0e0c8d7819
Merge commit 'release-3.0-RC2'
2010-03-02 01:05:35 +01:00
Nils Adermann
bae824e818
Merge commit 'release-3.0-RC1'
2010-03-02 01:05:35 +01:00
Nils Adermann
517f253532
Merge commit 'release-3.0-B5'
2010-03-02 01:05:34 +01:00
Nils Adermann
89b37954f9
Merge commit 'release-3.0-B4'
2010-03-02 01:05:34 +01:00
Nils Adermann
07633a66e8
Merge commit 'release-3.0-B3'
2010-03-02 01:05:34 +01:00
Nils Adermann
ee82970d96
Merge commit 'release-3.0-B2'
2010-03-02 01:05:33 +01:00
Nils Adermann
f7a28642fe
Tagging the "Run, bugs, run! Bertie is coming!" 3.0.7 release.
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_7@10557 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 22:24:04 +00:00
Yuriy Rusko
d62068cfad
#58285 - Language pack fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10556 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 21:01:16 +00:00
Nils Adermann
872ad322ec
Increment version number to 3.0.7
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10555 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 19:30:58 +00:00
Nils Adermann
a6f2f7e9a9
Merge r10487 into 3.0.7: Make those warnings more consistent.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10554 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 19:20:23 +00:00
Nils Adermann
c089fe8e39
Prepare 3.0.7 release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10553 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 00:41:56 +00:00
Nils Adermann
cb2d1bd4fc
Merge r10551 into 3.0.7: Make the new {INTTEXT} work on pcre installations without utf8 support, it only matches ascii characters & numbers there. [Bug #58055 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10552 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-28 00:00:39 +00:00
Nils Adermann
5bd9d461e0
Make the new {INTTEXT} work on pcre installations without utf8 support, it only matches ascii characters & numbers there. [Bug #58055 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10551 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 23:57:13 +00:00
Nils Adermann
33de245e64
Merge r10549 into 3.0.7: After generating all packages go through the full installs and make sure the files do not contain any errors [Bug #58255 ]
...
3.0.7-RC2 contains an image file missing one byte (icon_textbox_search.gif) you can take it from an previous phpBB3 release, it was not changed.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10550 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 22:08:43 +00:00
Nils Adermann
e5c6cac09a
After generating all packages go through the full installs and make sure the files do not contain any errors [Bug #58255 ]
...
3.0.7-RC2 contains an image file missing one byte (icon_textbox_search.gif) you can take it from an previous phpBB3 release, it was not changed.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10549 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 21:19:43 +00:00
Nils Adermann
bba33ead30
Updating the create_schema_files.php file to reflect the minor mssql schema change introduced in r10489 (implementing mssql native driver support - Bug #57055 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10548 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 18:04:32 +00:00
Henry Sudhof
1d098379d9
#58055 again
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10547 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 11:10:34 +00:00
Henry Sudhof
c115ad2b8f
#58055 again
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10546 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 11:09:23 +00:00
Henry Sudhof
df3ac64083
okay, minus should work now #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10545 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 20:43:54 +00:00
Henry Sudhof
204b5f579e
okay, minus should work now #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10544 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 20:32:00 +00:00
Henry Sudhof
9e389e8a5b
possible cause of #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10543 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 08:36:53 +00:00
Henry Sudhof
f03e986f81
possible cause of #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10542 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 08:35:41 +00:00
Henry Sudhof
df24e4feaf
only whitespaces, not newlines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10541 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 21:50:00 +00:00
Henry Sudhof
c2f2bff2ae
only whitespaces, not newlines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10540 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 21:48:21 +00:00
Andreas Fischer
cdc96b0c7d
Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. Patch by nn-
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 10:51:35 +00:00
Andreas Fischer
27fa1a69e8
Merge r10537 into 3.0.7. branch
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10538 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 10:42:25 +00:00
Andreas Fischer
e57981d1f5
Fix Bug #57875 - We have to add the paragraph tags there. Patch by HardStyle, Regression from r10096.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10537 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 10:33:06 +00:00
Josh Woody
9e64c3bd84
Bug #56965 - Allow redirect() to redirect across directories.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10536 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 00:18:30 +00:00
Nils Adermann
05b5dc3167
Tagging the 3.0.7-RC2 release.
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_7-RC2@10535 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-24 01:21:06 +00:00
Nils Adermann
f9a01af732
prepare build script for RC2
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10534 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-24 00:45:47 +00:00
Nils Adermann
82219d51c2
Merge r10528 into 3.0.7: Update: Store expected resulting file contents in cache and do not suggest further merges if the contents match, also fixes infinite merge loop [Bug #54075 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10533 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-24 00:08:13 +00:00
Nils Adermann
4c2421dc1e
Previous version bump commit r10506 was missing schema_data.sql so that has been updated to 3.0.7-RC2 as well now
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10532 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 23:59:08 +00:00
Nils Adermann
775f8981f8
Merging r10514 into 3.0.7: Bugs #53925 and #52085 - Language fixes related to the quick reply settings
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10531 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 23:50:36 +00:00
Nils Adermann
8f5155d272
Quick reply enable button was merged into 3.0.7: r10491, r10492 and r10529
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10530 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 23:49:15 +00:00
Nils Adermann
3a48b03547
Merging r10491 and r10492: Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10529 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 23:46:43 +00:00
Nils Adermann
47ce0f2a93
Update: Store expected resulting file contents in cache and do not suggest further merges if the contents match, also fixes infinite merge loop [Bug #54075 ]
...
If you were trying to update from 3.0.5 to 3.0.6 but were presented with a dialogue
suggesting to merge the same file over and over take the install/install_update.php
from 3.0.7-RC2 or current svn, and replace your 3.0.5 one with it. It works fine in
3.0.5.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10528 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 23:35:48 +00:00
Andreas Fischer
d3459b3f49
Merge r10526 into 3.0.7 branch.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10527 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 19:07:25 +00:00
Andreas Fischer
2ec1d92388
Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10526 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 18:52:06 +00:00
Nils Adermann
2c3c97b8ee
merge r10513 into 3.0 branch: propdel
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10525 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 16:18:57 +00:00
Nils Adermann
63e07777cd
Merge r10515 into 3.0.7 branch
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10524 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 16:12:51 +00:00
Nils Adermann
bffd7eb6a7
Merge r10522 into 3.0.7 branch
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10523 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 16:09:02 +00:00
Nils Adermann
83cf74de2b
Fixing the code changes from diff building script: When an edit was detected as replacing an empty line by diff it would get dropped from the code changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10522 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-23 15:07:58 +00:00
Andreas Fischer
4f439593ce
Merge r10520 into 3.0.7 branch.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10521 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-22 19:37:09 +00:00
Andreas Fischer
e8f01ff74b
We have to use a 'snapshot' of the function there, because it might not be available yet. - Bug #57755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10520 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-22 19:33:27 +00:00
Chris Smith
87bc1c6760
sneak attack merge r10518
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10519 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-22 00:59:27 +00:00
Chris Smith
e01171ca85
General errors can't be logged if there isn't a database connection, introduced in r9924 #57975
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10518 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-22 00:57:01 +00:00
Henry Sudhof
9aa4a822ef
Enter stage left: the INTTEXT token (merge)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10517 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-21 11:35:45 +00:00
Henry Sudhof
22621e0439
Enter stage left: the INTTEXT token
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-21 11:33:29 +00:00
Nils Adermann
6b99b85c8f
BBCode parser now uses the user object for all settings rather than taking some from the template object [Bug #57365 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10515 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-21 01:31:10 +00:00
Yuriy Rusko
a4727a0f81
Bugs #53925 and #52085 - Language fixes related to the quick reply settings
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10514 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 22:36:22 +00:00
Henry Sudhof
aa2d9e6765
propdel
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10513 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 20:44:06 +00:00
Henry Sudhof
d7f4922993
merging TEXT warn from 3_0_0
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10512 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 16:44:00 +00:00
Henry Sudhof
14e21a1a38
warn users about TEXT
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 16:18:28 +00:00
Chris Smith
a63ceb28e2
merge in r10509
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10510 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 00:15:35 +00:00
Chris Smith
14b5aab07f
Firebird based board can now access their global announcements, took a while to discover this one. #57525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10509 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 00:02:56 +00:00
Josh Woody
d49806a043
#57715 - Correct behavior of "force_approved_state" when value is false.
...
(Merging r10507 into branches/phpBB-3_0_0)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10508 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 04:57:23 +00:00
Josh Woody
fff87d544d
#57715 - Correct behavior of "force_approved_state" when value is false.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10507 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 04:56:06 +00:00
Andreas Fischer
5ae48dd873
Bump version to 3.0.7-RC2.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10506 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 02:14:02 +00:00
Andreas Fischer
19da9ac065
Merge r10503, r10504 into 3.0.7 branch.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10505 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 02:13:15 +00:00
Andreas Fischer
576722cead
Adding 3.0.7-RC2 to database updater
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10504 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 02:06:20 +00:00
Andreas Fischer
c02fedb6c7
Revising r10499, #57755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10503 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 02:01:32 +00:00
Andreas Fischer
dccd529498
Merge r10497 and r10499 into 3.0.7 - #57755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10502 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 01:40:51 +00:00
Andreas Fischer
b68d23347a
Merge r10488 into 3.0.7 branch. #57505
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10501 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 01:31:06 +00:00
Andreas Fischer
9bcb25cd10
We can put the fix for #57505 into 3.0.7 because we have to regenerate the packages with the template changes anyway.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10500 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 01:23:31 +00:00
Andreas Fischer
30b83896a1
Fix Bug #57755 - Make user_email_hash() function independent from system's architecture.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10499 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 01:17:30 +00:00
Joas Schilling
0ddc370386
Merge r10496 - Bug #57795 - [Fix] Restrict search for language/../iso.txt to folders.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10498 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 18:40:22 +00:00
Andreas Fischer
68cac354aa
Add 3.0.7-RC1 to the updater.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10497 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 12:58:52 +00:00
Joas Schilling
c0e9bc5126
Bug #57795 - [Fix] Restrict search for language/../iso.txt to folders.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10496 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 12:49:05 +00:00
Andreas Fischer
6a9e5ea78f
Merge r10493, r10494 - #57825
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10495 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 10:03:29 +00:00
Andreas Fischer
e1ae09a787
Let's fix #57825 in 3.0.7. - r10493
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10494 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 09:59:04 +00:00
Andreas Fischer
68393ecc1c
Fix Bug #57825 - Small language correction for the FAQ page.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10493 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-16 20:42:55 +00:00
Andreas Fischer
a0531a990b
r10491 - Also in the Post Settings section. Thanks leviatan21
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10492 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-16 10:42:24 +00:00
Andreas Fischer
c6e176d88e
Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10491 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-15 15:04:44 +00:00
Nils Adermann
7332b3b741
Forgot to properly update the file header of mssqlnative.php, revising r10489 [Bug #57055 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10490 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-11 00:05:32 +00:00
Nils Adermann
1802b9ff92
Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055 ]
...
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which
you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the
ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-11 00:02:51 +00:00
Andreas Fischer
6c321c53a1
Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-09 14:10:42 +00:00
Andreas Fischer
964e9cf3ef
Make those warnings more consistent.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10487 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-08 23:58:37 +00:00
Andreas Fischer
8682f644e5
Merge r10484 and r10485 into 3.0.7 branch.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10486 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-08 16:54:39 +00:00
Andreas Fischer
e3b07a88f4
Let's adjust those to the format of the other entries.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10485 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-08 16:49:21 +00:00
Andreas Fischer
037aea067b
Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a column alias.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10484 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-08 16:43:39 +00:00
Josh Woody
f631d62508
Fix #57395 , a regression from r10427
...
(merging r10482 into branch_3_0_7)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10483 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-07 01:06:37 +00:00
Josh Woody
d26f66703b
Fix #57395 , a regression from r10427
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10482 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-07 01:04:10 +00:00
Andreas Fischer
64b4a8bd44
No longer needed, as of r10480.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10481 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-07 00:50:21 +00:00
Andreas Fischer
4bb3266cc6
Bug #57345 - No longer return the character O in generated random strings and passwords.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10480 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-07 00:27:00 +00:00
Andreas Fischer
c0836e8835
Bug #13181 - Honor minimum and maximum password length in generated passwords as much as we can.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10479 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-07 00:20:46 +00:00
Andreas Fischer
aec50a4328
Fix Bug #57385
...
Correctly sort database backup file list by date on database restore page.
Take admin's time zone settings into account when listing database backup files.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10478 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-06 21:19:40 +00:00
Andreas Fischer
52c13bc741
Add 'Changes since 3.0.7' section to Changelog.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10477 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-06 21:07:25 +00:00
Josh Woody
4a17abbcc4
Merge r10473 into the 3.0.7 branch.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10476 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 01:07:30 +00:00
Josh Woody
dec3e2f728
Merge r10472 and r10474 into the 3.0.7 branch
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10475 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 01:06:25 +00:00
Josh Woody
8adf583bdf
Bug #38765 - Unify BBCode selection across browsers (also needs fixing in subsilver2)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10474 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 01:04:52 +00:00
Josh Woody
99c608e88c
Bug #57265 - Convertors cannot read configuration files
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10473 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 00:40:19 +00:00
Josh Woody
63be6762f3
Bug #38765 - Unify BBCode selection across browsers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10472 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 00:04:25 +00:00
Nils Adermann
67e8cbdd00
Tagging the 3.0.7-RC1 release.
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_7-RC1@10471 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-02 01:32:43 +00:00
Chris Smith
6b519c8bdf
Slight performance optimisation for r9624 refs #54265
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10470 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 22:14:04 +00:00
Nils Adermann
f90bab90c7
Change version number to 3.0.8-dev in preparation for development on next release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10469 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 01:18:21 +00:00
Nils Adermann
5a429ee61e
Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development on next release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 01:14:06 +00:00
Nils Adermann
20301d6b9f
Change version numbers to 3.0.7 and 3.0.7-RC1 for a QA release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10467 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 00:49:35 +00:00
Nils Adermann
f68f33780d
Creating branch for 3.0.7 release.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10466 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 00:18:01 +00:00
Nils Adermann
9487673f9c
Adding the phpBB build script. This is the latest version of the script Meik has been using for releases of phpBB. I've made a few smaller changes to make its output work on the CLI and for it to work when located inside a working directory. Various notices/warnings etc. have been fixed, too. We probably want to make some more major changes to the script, at the moment it seems a little difficult to follow exactly what it does.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10465 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 00:03:26 +00:00
Nils Adermann
926d0f980e
fix_files script must have been broken by svn:eol-style quite a while ago, now uses tr rather than sed to replace carriage returns
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10464 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-31 21:50:10 +00:00
Chris Smith
edd57359c8
Hopefully nobody will notice me sneaking this one in:
...
Fix javascript bug in the smilies ACP. #55725
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10463 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-31 14:47:34 +00:00
Andreas Fischer
2906a24122
Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10462 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-28 23:15:25 +00:00
Nils Adermann
c0cd713f4c
Updated AUTHORS file, hope I didn't get any names wrong ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10461 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-28 21:19:43 +00:00
Nils Adermann
6e31ce8573
Do not store email templates in database. [Bug #54505 ]
...
To explain what this is about, first a short phpBB code history lesson: ;-)
r9823 originally introduced the usage of our template class for emails. The
messenger class uses set_custom_template() to initialise the template object
which neither disables storedb nor inheritance. These two values are set in
$user->theme rather than inside a particular template instance (quite a design
failure if I may add). Thus the html page that is displayed to the user also
determines these settings for the email templates. This obviously causes
problems because both emails and other custom templates can quite simply not
be stored in the database because the db table only stores the filename, not
the path and requires a template id.
r9839 then generally disabled storedb and template inheritance for custom
templates to fix Bug #40515 . This works for custom templates, but not for
emails where lots of template objects are created. In such a situation the
last call to set(_custom)_template() would now determine the values of storedb
and inheritance in _tpl_load. So any page sending emails would neither load
its template from the database nor use template inheritance. The same revision
also introduced orig_tpl_* variables in set_template() which on their own are
very much pointless, but could allow resetting the storedb and inheritance
values if they were used to reset $user->theme just before template execution
in _tpl_load.
In r10150 these orig_tpl_* variables are correctly used to access information
about the template of the page being displayed - contrary to the last template
used - from within the bbcode, fixing Bug #51285 . However r10150 also introduces
a pointless $template_mode parameter for set_custom_template(). $template_mode
is really just a boolean flag (value you can be 'template' or an arbitrary other
value) that if it set circumvents the unsetting of storedb and template
inheritance. The very code that had been added to prevent issues with emails and
custom templates. Fixing the problem introduced by r8839 but at the same time
reintroducing the much greater problem from the original implementation of email
templates.
And now an explanation of what I did:
Based on this I have now changed the set_custom_template method to always
disable storedb. It can now properly use inheritance, you simply tell it the
path where the parent template can be found, by default the path is false which
will turn inheritance off. To make this work the template class now always
overwrites $user->theme storedb and inheritance variabbles with orig_tpl_* just
before rendering a template in _tpl_load. This way they are guaranteed to always
contain the value they had at the time set_template/set_custom_template were
called. This fixes [Bug #54505 ].
In summary, using global state is simply a horrible idea in object oriented
programming. Always Pass values, that an object depends on, as parameters - never
through magic global variables. Following this principle will safe you from a lot
of headaches.
Please test this patch as much as possible to make sure templates still work
properly for you, focus on multiple languages, missing language files, and
custom templates in systems that make use of the template class outside of
phpBB itself.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10460 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 16:52:46 +00:00
Henry Sudhof
81e62b4da8
okay, now the confirm_id is no longer enough to get a new row into the qa table
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10459 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 15:34:21 +00:00
Josh Woody
8fa06090c4
Add a warning for users of old PHP versions about ending support.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10458 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 15:26:07 +00:00
Henry Sudhof
62d7e3c634
erm, that wouldn't work
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10457 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 14:58:55 +00:00
Ruslan Uzdenov
5df687f820
Fix bugs #55485 and #55545 - styles adjustment to correctly display an order of rtl/ltr mixed content.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10456 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 14:11:00 +00:00
Joas Schilling
283ad368eb
Bug #54745 - Fix language string for PM-Reports refering to post-data.
...
Authorised by: jelly_doughnut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 14:06:00 +00:00
Henry Sudhof
8a9c7c92be
tuning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10454 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 14:01:20 +00:00
Henry Sudhof
3e224cf856
debug code, begone
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10453 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 11:41:43 +00:00
Henry Sudhof
ac27e1961a
doc
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10452 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 11:11:15 +00:00
Henry Sudhof
345de34ac1
tuning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10451 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 11:07:47 +00:00
Henry Sudhof
b4c87cc504
ACP usability
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10450 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 10:57:00 +00:00
Josh Woody
b4d6b1e980
Further fixes for r10447 and r10448. Correctly account for custom language directories (caught by naderman)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10449 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 04:11:58 +00:00
Josh Woody
a314b2807f
Remove needless check (revising r10447)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10448 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 03:43:02 +00:00
Josh Woody
ff1aa876b5
Fall back to board default language email template if the file does not exist user's preferred language ( #35595 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10447 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 03:30:43 +00:00
Nils Adermann
870921c872
Database updater now separates ADD COLUMN from SET NOT NULL and SET DEFAULT, when using PostgreSQL <= 7.4 [Bug #54435 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10446 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 02:06:37 +00:00
Andreas Fischer
5306a586b1
Revert r9564, Fix #54445 , Related to #44665 .
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10445 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 18:42:04 +00:00
Cullen Walsh
bdd81806f2
Ignore that last commit message in r10443.
...
Update user's last visit field correctly when changing activation status (Bug #56185 )
Regression introduced by r10103 for Bug #44975
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10444 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 18:24:57 +00:00
Cullen Walsh
fe98d43bb5
[Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335 )
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10443 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 18:19:18 +00:00
Josh Woody
4eda4855ef
Deprecate $allow_reply parameter to truncate_string() (Bug #56675 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10442 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 18:02:37 +00:00
Joas Schilling
7a1b507fa6
Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 15:57:10 +00:00
Joas Schilling
c5e01c9508
Bug #49945 - [Fix] Correctly hover list menu in UCP and MCP for rtl languages.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10440 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 15:43:05 +00:00
Joas Schilling
60e68b1b58
Bug #33745 - [Fix] Correctly orientate quoted text image on RTL languages.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10439 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 15:36:39 +00:00
Cullen Walsh
fb96fcd90a
[Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335 )
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10438 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 09:11:16 +00:00
Joas Schilling
92e7b1e3df
Fix: "typo" on r10436
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10437 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-24 22:35:58 +00:00
Joas Schilling
7d6718630b
[Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10436 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-24 22:30:43 +00:00
Andreas Fischer
71366a2ad2
Let's remove this warning again, since it for example also works quite well with the topic_id.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10435 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-24 16:06:23 +00:00
Andreas Fischer
c496d2561e
acl_get() of course requires the forum_id there.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10434 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-24 16:03:32 +00:00
Ruslan Uzdenov
b44288e0cf
Fix bug #55045 - Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10433 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-24 16:00:18 +00:00
Andreas Fischer
04ce664604
Trigger error right away if user has exceeded login attempts instead of asking for the authentication data over and over again without accepting it even if it is correct.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10432 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-20 01:05:36 +00:00
Andreas Fischer
f98ca7ce48
Make sure captcha factory is there. Make sure language array is there.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10431 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-20 00:20:46 +00:00
Andreas Fischer
77af6caed7
[Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10430 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-19 19:08:51 +00:00
Ruslan Uzdenov
ff0b94f238
Fix bug #56075 - "Bump Topic" link not showing when bump interval is 0
...
Authorised by: Jelly_Doughnut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10429 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-19 13:33:07 +00:00
Cullen Walsh
f40418296a
Bug #56285 - Properly calculate posts in a topic in the MCP
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10428 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-19 00:14:31 +00:00
Josh Woody
ad14664a3a
- Bug #56255 - Moving topics to a forum where you are on queue
...
- Allow some error handling in compress class by returning false if file does not exist.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10427 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-18 16:41:21 +00:00
Ruslan Uzdenov
cb389894e9
Fix bug #51585 - Search loginbox or auth message differs
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10426 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-18 15:50:13 +00:00
Chris Smith
6924580e7d
Friends and foes will not show up as private message rule options if their respective UCP modules are disabled. #51155
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10425 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-18 00:11:20 +00:00
Chris Smith
53a51744c0
Minor language change #56745
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10424 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 19:14:01 +00:00
Chris Smith
e2deb29d59
Include live data in the statistics #53795
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10423 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 18:02:04 +00:00
Chris Smith
bdf60ab2c1
The easy solution to all my problems with SQLite is this. :( #56105
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10422 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:41:21 +00:00
Henry Sudhof
5cce7d0bae
#56455 - remove extra space in template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10421 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:27:19 +00:00
Chris Smith
af6c5dd41d
Load reCAPTCHA over https when using a secure connection to the board. #55755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10420 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:25:14 +00:00
Henry Sudhof
2fd7cd661b
update log
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10419 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:23:47 +00:00
Henry Sudhof
0480a4e91e
spaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10418 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:16:08 +00:00
Henry Sudhof
f9692abe92
Invalidate captcha after reg
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10417 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 17:04:56 +00:00
Chris Smith
b9ef9b8786
- Forgot to fix jQuery code in r10409 #54395
...
- Also changed using jQuery instead of the $ shortcut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10416 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:58:38 +00:00
Henry Sudhof
1d0197a3dd
Invalidate captcha after reg
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10415 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:55:17 +00:00
Ruslan Uzdenov
f7575b3a0c
Fix bug #56555 - Quick reply + posting permission
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10414 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:49:23 +00:00
Henry Sudhof
f7f3471e3f
spaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10413 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:48:58 +00:00
Henry Sudhof
b4d8a0e538
spaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10412 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:48:46 +00:00
Henry Sudhof
ef2cd7b6c9
Always require a fresh solved captcha, don't accept a stored solution.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10411 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:46:41 +00:00
Henry Sudhof
9532ba3c3d
Mirror login captcha option on captcha settings
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10410 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:37:58 +00:00
Chris Smith
1f59edf140
Don't submit when pressing enter on preview button. Regression from r10069 #54395
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10409 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:32:10 +00:00
Joas Schilling
f8178778f8
Bug #56235 - Do not unsubscribe users from topics replying with quickreply.
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10408 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:30:33 +00:00
Joas Schilling
9dde6d8583
Fix r10391 - Bug #56025 - Pagination of User Notes in MCP uses two different config values.
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10407 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-17 16:27:59 +00:00
Henry Sudhof
0139246ccb
make userdata available
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10406 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-14 22:55:38 +00:00
Andreas Fischer
0f5856ce5b
No longer include subforums in forum feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10405 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 21:15:32 +00:00
Andreas Fischer
7462724a24
m_approve array can be empty
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10404 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 01:18:33 +00:00
Andreas Fischer
35dc866cf5
Exclude moved topics.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10403 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 00:53:16 +00:00
Andreas Fischer
085f89e1c1
min() is actually pointless there.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10402 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 00:45:56 +00:00
Andreas Fischer
aa14d12abb
Actually use the new method.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10401 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 00:24:39 +00:00
Andreas Fischer
2be2a2eb63
Improve overall feed performance
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10400 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-12 00:12:06 +00:00
Andreas Fischer
f4aa5b7ac7
Safe us some more calls to $db->sql_escape().
...
Authorised by: naderman :-P
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10399 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-11 23:26:56 +00:00
Andreas Fischer
e5c228d564
Make sure ORDER BY is SELECTed
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10398 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-08 22:38:02 +00:00
Andreas Fischer
fffe436914
We have to prefetch post ids from other tables where possible.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10397 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-08 22:30:30 +00:00
Chris Smith
4a80b883ab
Oops thanks rxu, fixes r10309 refs #54465
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10396 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-07 09:09:39 +00:00
Andreas Fischer
9dc5c9271a
Fix Bug #56125 - XHTML mistakes in Coding Guidelines. Patch by leviatan21.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10395 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-01 23:39:31 +00:00
Andreas Fischer
a16c624d26
Small text corrections. r10393
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10394 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-31 17:32:49 +00:00
Andreas Fischer
771774f09a
Remove complex query, add true sorting for viewprofile group list. Related to #31845
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10393 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-31 17:07:34 +00:00
Andreas Fischer
a096b3d981
Fix Bug #31845 - List hidden groups on viewprofile where the viewing user is also a member.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10392 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-31 16:31:57 +00:00
Joas Schilling
267692ad5c
Bug #56025 - Pagination of User Notes in MCP uses two different config values.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10391 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-30 13:12:02 +00:00
Chris Smith
5c3788b9c0
Add warnings about plaintext passwords
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10390 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-30 02:25:58 +00:00
Andreas Fischer
ac94d2dea3
Reflect feed configuration parameter changes in questionnaire.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10389 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-29 14:33:22 +00:00
Andreas Fischer
4729046bf4
#54235
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10388 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-29 02:37:16 +00:00
Andreas Fischer
d67d6ed26a
Fix Bug #30315 - No longer use group colours for usernames on print view. Colour could be white. Patch by Pasqualle.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-29 02:11:16 +00:00
Andreas Fischer
33fde908ee
Fix Bug #55895 - Missing CSS background parameter, thanks Planet Styles.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10386 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-28 17:10:44 +00:00
Andreas Fischer
5537c3c736
Adjust case and some language.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10385 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 18:03:44 +00:00
Andreas Fischer
665359e929
Fix Bug #55935 , r10382
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10384 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 16:52:27 +00:00
Andreas Fischer
ab4f3157ac
Small changelog corrections.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10383 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 02:34:57 +00:00
Andreas Fischer
ad7e3ccf4c
Integrate active topics feed. Some language adjustments and rearrangements.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 00:48:52 +00:00
Andreas Fischer
d7261a5425
Reduce amount of forums by selecting postable forums only.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10381 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-25 16:34:27 +00:00
Andreas Fischer
f94b24bc62
Draft for active topics feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10380 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-25 16:27:11 +00:00
Andreas Fischer
faf95e858f
Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfield() on cached queries.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10379 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-25 15:55:35 +00:00
Marek A. R
f601599e63
Fix for #54945
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10378 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-24 00:47:00 +00:00
Nils Adermann
dd02aed6e1
Improved search query performance through sorting words by their occurance. [Bug #21555 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10377 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 19:38:09 +00:00
Andreas Fischer
38d0f0f2d9
Fix language in r10375. #55785
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10376 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 15:10:45 +00:00
Andreas Fischer
409dfe5256
Fix Bug #55785 - Correct call to mysql_pconnect().
...
Note: As pointed out by gn#36, phpBB doesn't use persistent connections at all.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10375 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 15:07:52 +00:00
Andreas Fischer
035fe74264
Let's try this. Split feed user interface into sections. This partly reverts r10366.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10374 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 03:26:38 +00:00
Andreas Fischer
749fe6f9d0
Turn all forums feed off by default.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10373 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:59:44 +00:00
Nils Adermann
a7ecefd89d
... wrong file, fixing previous commit r10370
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10372 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:58:53 +00:00
Andreas Fischer
736f26dea1
Reflect changes in schema data. This should also close #55775 ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10371 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:55:28 +00:00
Nils Adermann
9ad40c8821
Send statistics now check for IPv6 and send private network status as a boolean
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10370 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:53:56 +00:00
Andreas Fischer
04945c5432
Also change All Topics strings for the time being.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10369 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:51:49 +00:00
Andreas Fischer
ce07fd5086
Change forums feed language strings to reflect what it is.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10368 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:41:54 +00:00
Andreas Fischer
54c97ee608
Rearrange items. Move post based feeds up.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10367 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:32:39 +00:00
Andreas Fischer
a4cee51de5
Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall_topics_limit.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10366 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 02:30:37 +00:00
Nils Adermann
42c5be5dac
Just a little reminder for when we decide to update the confusables one day
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10365 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 01:31:19 +00:00
Andreas Fischer
cc43a90996
Forgot to add this to the commit list.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10364 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 19:26:25 +00:00
Andreas Fischer
d0c596a5ea
Add ability to disable overall (aka board-wide) feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 19:21:41 +00:00
Andreas Fischer
bc0cc313df
Bump database updater version to 3.0.7-dev
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10362 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 18:13:17 +00:00
Andreas Fischer
ba1d50559f
Fix r10360, Bug #55665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10361 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 16:56:55 +00:00
Joas Schilling
1261e21eac
Bug #55665 - Restrict search for styles/../style.cfg to folders.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10360 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-21 22:29:28 +00:00
Andreas Fischer
64898803af
Automatically lookup num_items in the config array if it is a string.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10359 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 19:46:48 +00:00
Andreas Fischer
d7e8e4d9cb
Cleanup. Remove unused methods and logic.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10358 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 19:40:13 +00:00
Andreas Fischer
757afe0b76
Abstract class for post based feeds. Separate overall, forum and topic feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10357 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 19:23:06 +00:00
Andreas Fischer
773f3727de
Let forums feed use the new methods.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10356 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 15:18:32 +00:00
Andreas Fischer
2f0d9f7d3d
Abstract class for topic based feeds.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10355 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 15:09:27 +00:00
Andreas Fischer
183045072f
Cache forever, destroy on change.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10354 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 14:31:37 +00:00
Andreas Fischer
d64516057f
Also improve topics feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10353 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 14:22:51 +00:00
Andreas Fischer
7ac774432e
Improve news feed. It basically only runs two queries now for the main content.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10352 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 13:52:56 +00:00
Andreas Fischer
28c33de6d9
Provide some more generic methods.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10351 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 13:18:04 +00:00
Andreas Fischer
7d406a36cd
All topics feed now returns newest board topics. Reduce required queries and complexity.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10350 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-20 00:05:47 +00:00
Andreas Fischer
2eb337ba41
Topic has to be approved.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10349 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-19 23:47:35 +00:00
Andreas Fischer
9d436a33f6
Some corrections for r10347 and r10345.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10348 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-17 01:06:01 +00:00
Andreas Fischer
437c66e8c8
#54275 - Let's use a method for that. Also return ->lang['GUEST'] instead of ['username'].
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10347 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-17 00:55:55 +00:00
Andreas Fischer
4e49152529
Use correct limit config parameter in the News feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10346 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-17 00:41:30 +00:00
Andreas Fischer
69c07b8330
News feed: Correctly handle global announcements.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10345 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-17 00:39:41 +00:00
Andreas Fischer
6cc60ee8c2
Improve 'All forums' feed: Remove limit, display all forums. Join all queries to one.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10344 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-17 00:12:51 +00:00
Andreas Fischer
d5c16e4c8f
I've got to take this back. Revert r10316 partly.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10343 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-16 18:13:41 +00:00
Ruslan Uzdenov
4168104fcc
Adjustment of r10337 to properly fix the bug #23935
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10341 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-16 08:04:41 +00:00
Chris Smith
792a1ea3a7
Alter ACP user quick tools interface to reduce confusion with the delete operation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10340 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-14 22:28:20 +00:00
Ruslan Uzdenov
e94224ecc7
Correctly get unread status information for global announcements in search results.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10339 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-14 17:43:37 +00:00
Andreas Fischer
2ac753b725
"0" is a valid title.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10338 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-14 12:59:07 +00:00
Ruslan Uzdenov
c3e65a957b
Bug #23935 - help_faq , explanation of "How do I show an image below my username?" is wrong.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10337 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-14 02:43:10 +00:00
Andreas Fischer
1f2f658920
title already censored lower down.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10336 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 23:58:51 +00:00
Henry Sudhof
4dae08997a
whitespaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10335 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 15:10:06 +00:00
Henry Sudhof
67a9a7b074
#54905 - use LA for the javascript variable, remove comma
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10334 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 15:05:39 +00:00
Henry Sudhof
9fc3a40c5e
#54145 - move redirect parameter back to POST to avoid mod_security triggers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10333 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:59:45 +00:00
Henry Sudhof
d096696ef2
#54145 - move redirect parameter back to POST to avoid mod_security triggers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:59:03 +00:00
Henry Sudhof
321ec3644e
#54965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10331 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:23:40 +00:00
Henry Sudhof
85977941b3
#54135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10330 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:05:22 +00:00
Henry Sudhof
d779e1267d
#50985 - fix XML export of private messages sent to deleted users
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10329 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:03:45 +00:00
Andreas Fischer
b6f9a1a6e8
Topic/Forum Feed: Also throw NO_FEED if forum has been excluded from feeds.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10328 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 13:02:37 +00:00
Andreas Fischer
07c990302c
We don't need this anymore.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10327 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-12 21:27:05 +00:00
Chris Smith
5bdb6b733c
IE6 must die, thanks Raimon. #54115
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10326 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-12 15:07:34 +00:00
Joas Schilling
f593ae1f35
[Fix] Use correct BBCode parseoptions in signatures when previewing PMs.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10325 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-12 00:06:01 +00:00
Chris Smith
d7a6e63a9a
Correctly check for empty strings in custom profile fields. #55335
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10324 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 22:55:15 +00:00
Chris Smith
44b9dfaff5
permit current year in ACP - UCP changed in r8807 #55115
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10323 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 22:39:13 +00:00
Chris Smith
f150bb8281
Do not permit unauthorised users to delete private messages from folder listing. #54355
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10322 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 22:27:00 +00:00
Chris Smith
c9b343b2c8
#54855
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10321 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 21:23:36 +00:00
Chris Smith
8362c3b6b7
Missing PM report language entries added. #55095
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10320 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 21:01:31 +00:00
Chris Smith
e2fe61b7df
Restore user language choice to compiled stylesheets. Broken by r10008 #54035
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10319 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 20:49:53 +00:00
Andreas Fischer
d3cd9ce01e
#54345 - Passworded forums
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10318 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 16:41:37 +00:00
Andreas Fischer
afa8dcb42a
Bug #54345 - Do not deliver topics from unreadable forums in the news feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10317 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 16:18:56 +00:00
Andreas Fischer
c207c530b7
Bring back caching.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10316 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 14:46:06 +00:00
Andreas Fischer
9189b8203a
Add another layer of abstraction.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10315 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-11 13:42:38 +00:00
Andreas Fischer
b63cad6b89
Remove some unnecessary code and join two queries.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10314 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-10 16:59:25 +00:00
Andreas Fischer
3f35de4c63
Database input, already specialchared.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10313 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-10 03:05:33 +00:00
Andreas Fischer
56cc34602b
Correctly use RFC 3339 date in ATOM feeds. Bug #55005
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10312 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-10 01:12:54 +00:00
Chris Smith
b577dece44
Tiny typo
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10311 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-09 22:55:41 +00:00
Chris Smith
aec3c26894
Log activation through inactive users ACP. #30145
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10310 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-09 22:55:10 +00:00
Chris Smith
3665540ffb
Check for required eAccelerator functions #54465
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10309 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-09 22:16:53 +00:00
Andreas Fischer
25545c06b2
Let's add some more checks. #54295
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10308 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-09 21:33:25 +00:00
Chris Smith
aedff9c97a
Fix potential data corruption issues with memcache ACM
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10307 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 22:55:33 +00:00
Chris Smith
5a2eb175bb
One issue solved possily others, so not closing yet. #55245
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10306 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 22:45:39 +00:00
Andreas Fischer
9d5ac32d8e
Add some castings there. Slightly related: Bug #55155
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10305 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 17:09:48 +00:00
Andreas Fischer
ccc774412e
Optimize SQL queries 'a little'.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10304 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 03:53:41 +00:00
Andreas Fischer
57f71690e3
Meh. One whitespace too much.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10303 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 02:46:54 +00:00
Andreas Fischer
0fbea43f4b
Fix Bug #55005 - Correctly take post time instead of topic time for the overall forum feed statistics row.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10302 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 01:53:26 +00:00
Andreas Fischer
b5dcc21280
Make things easier. #54295 , r10296
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10301 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 01:23:40 +00:00
Andreas Fischer
db46647c9e
Fix Bug #54815 - Only replace table prefix if table name is surrounded by whitespace.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10300 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-07 12:56:17 +00:00
Nils Adermann
fe6958d54f
PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quotes_runtime(0) quiet. [Bug #54495 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10299 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-06 02:30:24 +00:00
Andreas Fischer
a5c9a2f36e
Since dl() is deprecated and disabled by default in PHP 5.3, calling it will result in a fatal error for an undefined function and because of the error suppression in a blank page. Checking if dl() exists should allow most boards to continue right away. - Bug #54665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10298 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-04 11:50:03 +00:00
Andreas Fischer
57ddd53d59
#54295 - Thanks Paul.J.Murphy
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10297 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-01 12:54:25 +00:00
Andreas Fischer
1de328e2fe
Fix Bug #54295 - Cleanly handle forum/topic not found in ATOM Feeds. Also related: Bug #54735
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10296 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-01 12:25:34 +00:00
Andreas Fischer
cf9e42ffd8
Fix Bug #53025 - Correctly show topic ATOM feed link when only post id is specified.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10295 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-30 00:06:15 +00:00
Andreas Fischer
edc475b83f
Oops. #54705 , r10293.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10294 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-28 21:24:40 +00:00
Andreas Fischer
85f062c7d9
Fix Bug #54705 - Tiny XHTML mistake
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10293 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-28 21:14:44 +00:00
Joas Schilling
313648f07b
Bug #54325 - Fulltext-MySQL search for keywords and username at the same time. (Regression from r9931)
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10292 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-26 19:23:33 +00:00
Ruslan Uzdenov
5a8fb00ff9
Bug #54265 - Regression: Word Censors and Cases
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10291 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-26 17:41:47 +00:00
Andreas Fischer
40bc220a41
Adjust logic to what the comment says.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10290 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-25 13:12:32 +00:00
Andreas Fischer
00859fa47c
We've got to use array_merge() as long as we want to be able to write to $global_vars. r10281 didn't change this, btw. ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10289 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 18:47:42 +00:00
Joas Schilling
02235a87cd
Bug #54275 - Do not link to user profile in ATOM feed entry if post has been made by the guest user.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10288 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 18:28:46 +00:00
Joas Schilling
4f0db631d9
Bug #54285 - Correctly exclude subforums from ATOM Feeds.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10287 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 18:26:15 +00:00
Andreas Fischer
f864e75174
Nitpicks. r10283, r10285
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10286 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 17:58:22 +00:00
Andreas Fischer
2d83f5be70
Bug #53565 - Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10285 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 16:00:18 +00:00
Andreas Fischer
a019b15746
Fix Bug #54375 - Show correct HTML title when reporting private messages.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10284 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-24 14:27:17 +00:00
Henry Sudhof
efc1f8139b
#54245
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10283 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-21 09:16:08 +00:00
Henry Sudhof
10bc773979
#54245
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10282 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-21 09:14:07 +00:00
Andreas Fischer
f5cbd9ea0e
Implement suggestion as per Bug #53305 - Send time of last item instead of current time in ATOM Feeds.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10281 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-20 21:14:34 +00:00
Andreas Fischer
4701b446f5
Fix Bug #54055 - Typo in search synonyms list
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10280 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-19 13:22:55 +00:00
Andreas Fischer
c80f98ea10
Fix Bug #54125 - Correctly reset login keys if passed value is the current user.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10279 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-19 09:54:38 +00:00
Meik Sievertsen
338559baca
Tag phpBB 3.0.6 Release
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_6@10278 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-17 15:33:03 +00:00
Meik Sievertsen
98a2e3b938
merge focus qr code from 3_0_0
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10277 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 17:09:15 +00:00
Meik Sievertsen
72c4b694cf
only change what needs to be changed. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10276 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 11:44:14 +00:00
Henry Sudhof
926ce5abaa
weird, editor is acting up
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 11:21:41 +00:00
Henry Sudhof
6ad759539a
weird, editor is acting up
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10274 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 11:05:45 +00:00
Henry Sudhof
2ef4f51b4c
#53905 - thanks DavidIQ
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10273 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 11:02:28 +00:00
Meik Sievertsen
7bf1e08a35
merge r10271 (late-late fix. :) But good someone at least noticed)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10272 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-16 10:33:51 +00:00
Andreas Fischer
f59a9221e9
Fix Bug #53965 , Regression introduced in r9768 - Hardcode language for the time being.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10271 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-15 22:30:07 +00:00
Meik Sievertsen
46a07c94ba
merge r10269
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10270 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-14 23:00:30 +00:00
Andreas Fischer
e4d1addc2c
Fix Bug #53945 - Typo in r10267.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10269 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-14 21:27:24 +00:00
Meik Sievertsen
0cdf46db0f
merge r10267
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10268 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-14 20:15:50 +00:00
Meik Sievertsen
46112228c0
Tag as 3.0.6
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10267 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-14 20:11:38 +00:00
Joas Schilling
978f707fd1
[Fix] Force full date for board online record date.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10266 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-14 19:12:12 +00:00
Andreas Fischer
a0d7f6ebc4
Fix Bug #51095 - Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10265 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-10 10:23:07 +00:00
Andreas Fischer
1f5e93eab2
Add 3.0.6 to changelog.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10264 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-10 10:14:19 +00:00
Meik Sievertsen
43598d7727
merge r10262
...
Fix for r10255
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10263 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-09 16:49:15 +00:00
Meik Sievertsen
c693127b18
Fix for r10255
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10262 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-09 16:48:13 +00:00
Meik Sievertsen
700347738c
merging r10260
...
Fix sql error in cache_moderators() if using postgresql. (Bug #53765 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10261 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-09 16:29:30 +00:00
Meik Sievertsen
a691f4c8bc
Fix sql error in cache_moderators() if using postgresql. (Bug #53765 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10260 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-09 16:23:15 +00:00
Meik Sievertsen
d5a7d20579
Branch off 3.0.6. This ensures we are able to work on the next release and also decide what will be included as late fixes in RC's.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10259 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-09 14:24:06 +00:00
Meik Sievertsen
b39f618001
Fix Bug #53435 - unneccessary error on forum creation screen, actually, this code is no longer even executed since RC4
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10258 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-08 11:17:32 +00:00
Meik Sievertsen
0382b08fe2
fix whitespaces/tabs in r10256
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10257 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-07 15:11:40 +00:00
Henry Sudhof
b35b4063f4
#53655
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10256 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-07 13:33:19 +00:00
Meik Sievertsen
91721d67fa
simplify the js code a bit and also detect up arrow key for auto completion
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10255 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-06 14:59:02 +00:00
Meik Sievertsen
f0ef35ce6e
update to r10069 (try to detect auto completion on input fields and do not submit form if user uses enter key for auto completion instead of right arrow key)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10254 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-05 14:58:25 +00:00
Meik Sievertsen
9c7109d59e
This is not perfect... i know, but at least it gives out more information than a simple "this topic/post does not exist". ;)
...
Related to r9971
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10253 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-03 15:03:14 +00:00
Meik Sievertsen
b8cac00366
Fix Bug #53545 - javascript error in template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10252 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-03 14:51:07 +00:00
Meik Sievertsen
7d4a25e73f
Fix Bug #53505 (related to Bug #52515 and r10208) - i fixed this the "do not break other things" way, usually the fix would be using !$submit here
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10251 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-03 14:40:25 +00:00
Meik Sievertsen
199bb13660
Tag phpBB Release Candidate 4
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_6-RC4@10250 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-01 19:19:17 +00:00
Meik Sievertsen
b5c4dc3284
check for additional empty config variables...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10249 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-01 15:33:44 +00:00
Meik Sievertsen
5553cfc2ed
Several fixes:
...
Fix Bug #53335
Fix wrong unique index fetch for oracle and sqlite
Fix alter column definition for firebird (although the query will fail in these circumstances [primary key] because firebird (again) does not support simple things... although... mssql/oracle having the same "problems", but there you are able to do more advanced queries)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10248 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-30 19:19:48 +00:00
Meik Sievertsen
c2832affae
Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually consist of not detecting correct parameters and then resulting in partial WHERE statements, where non-detected strings are simply removed. grrrrrr
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10247 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-30 17:21:20 +00:00
Meik Sievertsen
c02f276c5f
saw this bug while debugging... we really really need another layer in 3.1.x (better sooner than later), but retaining backwards compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10246 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-30 16:59:48 +00:00
Meik Sievertsen
cdeca65aec
Fix Jabber SASL PLAIN authentication failures. (Bug #52995 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10245 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-29 15:04:19 +00:00
Meik Sievertsen
2258d85623
Implement suggestion in ticket #52155 - Better way to generate SID-free links in feed.php
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10244 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-29 14:00:43 +00:00
Ruslan Uzdenov
3d3e673396
Fix Bug #53285 introduced in r10018 - Mark the first visible forum on index as unread if there's any unread global announcement
...
Authorised by: Bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10243 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-28 16:49:23 +00:00
Meik Sievertsen
401ee9ce59
now we will have an RC4 we can adjust this one email file to act like all other email files
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10242 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-28 16:18:02 +00:00
Meik Sievertsen
110f81684e
I am very sorry... but the changes require (a hopefully very short) RC4 phase
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10241 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-28 16:05:17 +00:00
Meik Sievertsen
87e717ae87
Fix Bug #53245 - Correct regular expression escaping and only splitting keywords on space and "|"
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10240 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-28 15:10:32 +00:00
Henry Sudhof
df5fa06035
... and finally
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10239 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-27 13:54:03 +00:00
Henry Sudhof
d53f9a22d6
adding normalization - shouldn't change anything
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10238 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-27 12:36:55 +00:00
Henry Sudhof
44719bd041
#53235 - removing accidental commits
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10237 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-27 12:27:46 +00:00
Meik Sievertsen
b23f6c90ba
fix spaces/tabs
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10236 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-27 11:17:53 +00:00
Henry Sudhof
56c8e34145
#53235
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10235 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-27 08:43:00 +00:00
Meik Sievertsen
6ca7b21dc9
Fix Bug #53185 (icon width/height adjustement for icons > 127px also applied on smilies) - related to r10088
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10234 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-26 13:59:02 +00:00
Meik Sievertsen
6d1c40f6e6
Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10233 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-25 09:03:05 +00:00
Chris Smith
d7d810a586
changelog more descriptive for #45805 r9633
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10232 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-24 23:15:10 +00:00
Meik Sievertsen
b850fc4fbe
fix table creation in db_tools.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10231 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-24 14:28:59 +00:00
Meik Sievertsen
131ba8c2ba
two obvious mistakes (thanks Jon :))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10230 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-24 14:28:41 +00:00
Meik Sievertsen
4e8e766ed6
revert r9910 - ticket #1309
...
Reason for revert: http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=1309&start=8#post193395
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10229 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-24 13:04:26 +00:00
Meik Sievertsen
30f3ba83e3
sneaks in and changes the version number. Seems like we see no RC4...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10228 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-22 14:35:56 +00:00
Meik Sievertsen
ba73a77f30
adjust changelog (spelling, etc.) and removed our loved JD's from the patch lines (they are now listed within the AUTHORS file).
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10227 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-21 19:56:40 +00:00
Meik Sievertsen
98bde3441e
add default_lang to statistics
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10226 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-20 11:16:30 +00:00
Meik Sievertsen
cdc780b798
fix bug #53045 the simple way. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10225 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-20 11:04:00 +00:00
Henry Sudhof
69746fe683
#52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10224 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-15 10:52:41 +00:00
Henry Sudhof
2a0a16bca3
#52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10223 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-15 10:51:32 +00:00
Meik Sievertsen
8d12b40fc4
Tag phpBB 3.0.6-RC3
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_6-RC3@10222 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-13 12:27:40 +00:00
Meik Sievertsen
cc0eadb67f
remove unused closing div tag (Bug #52735 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10221 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-12 14:16:09 +00:00
Meik Sievertsen
08437d1538
update constants and schema data from RC2 to RC3
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10220 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-11 09:56:47 +00:00
Meik Sievertsen
ae88f95808
update mysql_upgrader to latest schema
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10219 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-11 09:56:11 +00:00
Meik Sievertsen
d94da30c5d
correctly execute database update step (detect if the version the admin wants to update to is greater than the current version even if phpbb.com says the current version is lower than the update version) which correctly updates the database for those who forgot to enable the PHPBB_QA constant for release candidates.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10218 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-09 11:59:54 +00:00
Meik Sievertsen
9ccd209930
fix bug #52605 - regression from r9811
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10217 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-09 11:12:37 +00:00
Chris Smith
457a195797
Properly fix #40925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10216 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-07 14:54:10 +00:00
Meik Sievertsen
aef6352a35
Bug #52525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10214 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-05 17:54:55 +00:00
Meik Sievertsen
d5fe2e7db7
bugfix for non-existent handles and theme data (we really need to clean this up, template_files feels quite furry)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10213 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-05 16:22:21 +00:00
Meik Sievertsen
e9c1c03ca6
Fix bug #52515 (wrong bbcode uid assigned if error triggered and quote/forward PM) - still not entirely sure if this will break things, but the correct uid should also be assigned if there is an error triggered somewhere, this does not change the content or the actions assigned.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10208 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:03:19 +00:00
Meik Sievertsen
8525e97c28
Bug #52415
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10205 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 11:10:16 +00:00
Meik Sievertsen
53965f0085
Bug #52175
...
atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10204 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 11:08:12 +00:00
Meik Sievertsen
a53c9abf7e
it is not a post but a private message
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10203 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 10:35:20 +00:00
Andreas Fischer
8661541d0d
Some nitpicks before we include this file in a final release.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10202 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-03 13:23:10 +00:00
Meik Sievertsen
8bae495874
revert r10079 (bug #50035 ) to be able to investigate other options of handling this later.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10201 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-03 11:35:39 +00:00
Meik Sievertsen
485576395c
Revert revisions r10176 and r9647 - Bug #45975 , #51505
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10200 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-30 15:07:40 +00:00
Henry Sudhof
3850de87fc
#52245
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10199 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-30 15:00:44 +00:00
Meik Sievertsen
80bc2d8dc9
Disable copy forum permissions screen in forums creation/update workflow - also fixes Bug #52035
...
We will revisit this one later
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10198 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-30 14:51:43 +00:00
Meik Sievertsen
d47c61bbb3
update acp forums copy style to look like the rest of the ACP
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10197 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-30 14:50:49 +00:00
Meik Sievertsen
d657c05ed5
Fix Bug #52125 , regression from r9678 for Bug #46225
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10196 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-29 14:51:58 +00:00
Meik Sievertsen
823cbdc2d9
Fix Bug #52055 - php notices if phpbb.com is not reachable
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10195 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-29 14:48:24 +00:00
Henry Sudhof
5e22b11be1
#52095
...
Authorised by: AcydBurn
That should finally fix the issue for rtl
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10194 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 13:31:30 +00:00
Henry Sudhof
19b417cee9
Fail without notices when no questions are provided
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10193 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 13:08:33 +00:00
Henry Sudhof
4208ed9c57
#52095
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10192 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 10:40:20 +00:00
Henry Sudhof
eb7ac464cf
#52095
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10191 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 10:26:18 +00:00
Meik Sievertsen
ac5995551b
Tag phpBB 3.0.6 Release Candidate 2
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_6-RC2@10190 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 17:05:47 +00:00
Meik Sievertsen
1612be1af3
alt instead of title, fix XHTML issue reported in ticket #51945
...
(i will not announce this change, the code changes package for RC2 and the final release will include it though, the RC1 one will not be updated to reflect this change)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10189 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 16:42:52 +00:00
Meik Sievertsen
96b3361577
add recent important additions/fixes to the changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10188 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 10:27:19 +00:00
Meik Sievertsen
3e0bf1f8a4
prepare for RC2
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10187 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 09:41:49 +00:00
Joas Schilling
de25ce8724
Fix Bug #51835 - editing posts with attachments - regression from r9843 introduced in #48265
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10186 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 08:41:47 +00:00
Meik Sievertsen
023760c8b2
I think i need to check other DBMS more often. :/
...
- fix index check for sqlite, firebird and oracle
- add check for unique index
- fix changing default value for column in mssql (add constraint)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10185 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-24 15:36:05 +00:00
Andreas Fischer
66038cde5b
Fix bug #51905 - Only check whether forum image exists if forum image is specified.
...
Related to bug #39005 .
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10184 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-24 12:37:39 +00:00
Meik Sievertsen
54c22ae52a
remove log_time index (was not used at all)
...
At the same time the database updater now supports checking for existing indexes. The db tools will not have this in 3.0.6 (the db tools have a function to retrieve all indexes) and i need to test the updater on all DBMS today...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10183 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-24 08:53:17 +00:00
Henry Sudhof
c1b898890b
#51805
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10182 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-23 17:41:11 +00:00
Meik Sievertsen
1461beacf6
submit buttons in same style as other submit buttons in ACP
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10181 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-23 17:03:04 +00:00
Meik Sievertsen
35eea4539a
check for m_split and m_merge permission on target topic and topic icon selection (Bug #51675 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10180 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-23 09:41:54 +00:00
Joas Schilling
87eb1d9f20
Fix Bug #51775 - Do not unlock topics with QuickReply
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10179 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-23 08:19:22 +00:00
Meik Sievertsen
782d680b54
Fix getting host for situations where the name/IP is not resolvable. Related to Bug #41025
...
Related revisions: r9387 and r10158
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10178 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-22 15:09:09 +00:00
Meik Sievertsen
90e1187601
Move add_log() call for captcha "configure" page to the captcha plugin, because only the plugin is able to know if the config got updated or not.
...
Note to captcha MOD authors: please check if you have a function acp_page() and if an add_log() call is required for your plugin.
Bug #51695
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10177 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-22 10:03:17 +00:00
Meik Sievertsen
5d52b32a63
regression in r9647 (wrong fix for bug #45975 ) - Bug #51505 (Patch by HardStyle)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10176 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-22 09:55:50 +00:00
Meik Sievertsen
2ba402b06d
And now i feel even more dirty because i had to adjust the oracle hack to allow for queries > 4k to let it recognise concatenated strings and strings having the character ")" in it. I also added fallback code in case our regex splits too much. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10175 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-21 18:02:33 +00:00
Meik Sievertsen
3d5ca6b2b7
Ok, the oracle database backup never actually worked at all. We used the wrong delimiter, did not preserve correct sequence order, did not merge primary keys and uniques... i think no one ever tried to actually restore an oracle backup.
...
Fix all of this.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10174 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-21 17:59:39 +00:00
Henry Sudhof
61c6c07abc
#50485
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10173 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-21 11:36:36 +00:00
Meik Sievertsen
5382eb441d
remove unnecessary query parts... thanks to asinshesq for pointing it out.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10172 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 18:50:35 +00:00
Meik Sievertsen
0e130c107b
forgot to add display active flag to forum data in r10169 for bug #19135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10171 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 17:52:06 +00:00
Meik Sievertsen
8da2b69e2b
note correct username if post/topic get's removed if user is anonymous
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10170 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 17:08:16 +00:00
Meik Sievertsen
4006def79d
set "display active topics" to true by default for new forum creation... regression/addition from/to bug #19135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10169 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 16:46:31 +00:00
Meik Sievertsen
97be42d31c
improve code to detect and solve conflicts for code removed from one version to another.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10168 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 16:20:20 +00:00
Meik Sievertsen
7a244e1d2b
if preserve_cr is true and the file generated no conflict but is obviously not "empty" we tag it as modified because preserve_cr is the default mode for showing modifications (else the user gets a resolvable conflict and may wonder why ;))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10167 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 16:18:41 +00:00
Meik Sievertsen
1b64e41160
although we do not use force_approved_state check it nevertheless for the message displayed to the user - bug #51325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10166 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 12:32:27 +00:00
Joas Schilling
2e40ba022d
Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10165 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-19 12:21:39 +00:00
Meik Sievertsen
b53a0c8041
use existing language key for "private message not found"
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10164 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-19 10:46:19 +00:00
Meik Sievertsen
38c4bcad55
Ok, after 20+ hours i think i fixed all grave issues with the updater
...
- smaller memory footprint
- better checks for already updated files
- even less conflicts
- fixed automatic conflict resolving after successful merges
- no more conflicts for $Id$ changes
- fixed skip_whitespace_changes bug where code blocks were added to diff_op_add whereby the previous or next diff_op_copy already had the change
- correctly display merged files in diff view (previously it happened that the old file was used for comparision, although the new file was different/newer/merged)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10163 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-18 18:18:54 +00:00
Joas Schilling
9c1334cd62
fix r9814 - remove echo "aha"; - Happy birthday naderman
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10162 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-18 14:56:58 +00:00
Joas Schilling
bc677ae3ad
Fix Bug #51375 - Do not show QR in closed topics/forums
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10161 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-18 14:28:45 +00:00
Meik Sievertsen
d1f796bf25
phpBB updater now solves common conflicts on it's own. This further reduces the chance of conflicts.
...
(tested with some heavily modified files who previously generated a lot of conflicts)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10160 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 14:18:57 +00:00
Andreas Fischer
13e8898563
Return integers when get_forum_list() is supposed to only return IDs.
...
This will save us some calls to the sql escape function when used with sql_in_set().
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10159 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 13:44:50 +00:00
Meik Sievertsen
223b9ed0d6
extend r9387 - check for existance of all functions we use...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10158 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 13:39:50 +00:00
Meik Sievertsen
0b0c9544a3
found a much better method to skip whitespace/tab changes. :)
...
This also solves even more unncessary conflicts - Bug #51365
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10157 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 08:14:56 +00:00
Meik Sievertsen
6b5d195a98
correctly display diff for conflicts
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10156 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 08:13:28 +00:00
Meik Sievertsen
8bcfd33539
Remove duplicate S_DISPLAY_GALLERY key from ucp_groups. Regression from r9757
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10155 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 07:52:35 +00:00
Meik Sievertsen
2f808d274b
fix xhtml issue in updater - Bug #51335
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10154 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 14:37:17 +00:00
Meik Sievertsen
8cea32f3bf
fix some XHTML issues in admin style - Bug #51405
...
the acp_logs one is quite nasty, i know - but at least it does not require a new css class
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10153 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 14:30:36 +00:00
Meik Sievertsen
c32d295d97
Bug #51385 - regression from r9252 - only spelling fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10152 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 13:02:13 +00:00
Meik Sievertsen
198989dcfd
add send_statistics feature to changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10151 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 13:01:20 +00:00
Joas Schilling
697fd5a134
Fix #51285 and more issues with template inherence on set_custom_template
...
Conflict introduced with r9839 and r9823
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10150 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 08:11:52 +00:00
Meik Sievertsen
b27e96cf62
move up the feed code because MODs often use this location which results in more unneccessary conflicts.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10149 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-16 07:51:26 +00:00
Meik Sievertsen
c616b2b336
fix coppa setting in convertor (Bug #50735 ) - at the same time increase target phpBB version number for the phpBB2 convertor and convertor version number. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10148 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 19:01:42 +00:00
Meik Sievertsen
36dc2d6e2d
Fix login for passworded forums - Bug #51265
...
Was a regression from r10067 for Bug #50285
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10147 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 13:10:59 +00:00
Meik Sievertsen
1df914d80a
fix uninitialised variable in functions_admin.php (Bug #51295 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10146 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 12:58:23 +00:00
Joas Schilling
b4c7dbcd66
Fix #51305 - User need a_clearlog to delete warnings
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10145 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 09:45:05 +00:00
Henry Sudhof
ffbe4e3b82
sanity check - avoid ugly error messages
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10144 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 09:11:17 +00:00
Henry Sudhof
bf2133d380
#51395 - remove legacy captcha code. authorised by: acyd burn
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10143 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-15 09:08:37 +00:00
Joas Schilling
cb88671638
fix #51235 - regression from 9843 for #48265
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10142 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-13 15:04:21 +00:00
Meik Sievertsen
3b73584430
why am i so dumb sometimes... /me hits myself with the dumbness stick...
...
regression from r10122
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10141 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-13 14:31:32 +00:00
Meik Sievertsen
3ddedd5ff2
Tag 3.0.6-RC1
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_6-RC1@10140 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-12 17:15:03 +00:00
Joas Schilling
c768cff554
fix #49625 r10002 - Do not drop forum_id on mcp_front (un)approval
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10139 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-12 13:17:58 +00:00
Henry Sudhof
bf63d6cf10
rollback; will be in 3.0.7
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10138 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-11 14:38:23 +00:00
Henry Sudhof
96ac8a84e6
#50985 - typo
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10137 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-11 13:56:26 +00:00
Henry Sudhof
e4e59b3b65
#50985
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10136 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-11 13:53:56 +00:00
Andreas Fischer
33e58d8e90
Fix bug #51105 . - Ignore (disable) newly generated forum in forums list. Related to r9896.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10135 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 19:49:19 +00:00
Yuriy Rusko
dd9a5b3da6
Language changes
...
#51065
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10134 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 15:32:16 +00:00
Yuriy Rusko
78fe1375d4
Language changes
...
#51065
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10133 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 15:27:10 +00:00
Meik Sievertsen
735e396152
Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10132 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 13:56:11 +00:00
Meik Sievertsen
94373fd1f8
also collect admins user agent vendor and version (send_statistics)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10131 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 13:30:47 +00:00
Andreas Fischer
a5ec35e185
Fix database updater for PostgreSQL: Data needs to be GROUPed BY left_id, before we can ORDER BY left_id. Introduced in r10072.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10130 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 08:58:24 +00:00
Andreas Fischer
ab971c59be
Fix bug #51075 introduced in r10121.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10129 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-10 08:44:34 +00:00
Andreas Fischer
d20a910b86
Fix bug #50445 - Fix icon alignment for forums with large descriptions in subsilver2.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10128 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 22:32:13 +00:00
Andreas Fischer
edaa46a47d
Fix bug #51035 introduced in r9814.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10127 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 22:00:08 +00:00
Andreas Fischer
8c3d390c61
Related to r9830: Change REPORT_POST to REPORT_PM.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10126 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 21:41:51 +00:00
Joas Schilling
4675bf8179
regarding r10108 - Hide some more search links for #50685
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10125 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 10:46:51 +00:00
Meik Sievertsen
30d402c24b
Send emails for manual user activation if admin activation is enabled not through queue in ACP (Bug #50925 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10124 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 09:08:24 +00:00
Meik Sievertsen
dc4619c889
define $data array at the correct location. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10123 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 08:07:01 +00:00
Meik Sievertsen
a5e4ca259a
Always remove temporary filename (Bug #50965 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10122 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-08 14:02:40 +00:00
Meik Sievertsen
5537393f76
Further adjust unread tracking query, should work now for user last mark times less than forum/topic mark times.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10121 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-08 10:36:22 +00:00
Andreas Fischer
d85493ab16
Rename get_unread_topics_list() to get_unread_topics().
...
Cleanup: Remove some stuff we no longer need.
Related to report #46765
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10120 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-08 08:53:01 +00:00
Joas Schilling
d92cbe7fd1
regarding r10108 - Hide some more search links for #50685
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10119 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-08 07:59:03 +00:00
Meik Sievertsen
bb8e42fa5f
Fix retrieval of unread topics list. The old queries were too heavy, using temporary and filesort and actually only based on topics being retrieved before. Instead now use one query which is also a lot faster and yields the same results.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10118 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 15:48:15 +00:00
Meik Sievertsen
fdf19b0d95
since we now have several search_ids, all with different default results modes we now always add the sr variable to the URL - Bug #50775
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10117 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 12:39:37 +00:00
Meik Sievertsen
02b2cced5a
beautify q&a captcha a bit (only slightly)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10116 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 11:57:58 +00:00
Meik Sievertsen
5f244f64c6
related to Bug #50185 - forgot to add tabindex to submit button on registration
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10115 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 11:57:21 +00:00
Meik Sievertsen
58a3d87744
Fix Bug #50845 (missing info icon in subsilver2)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10114 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 11:42:30 +00:00
Andreas Fischer
1d37a633cd
Adjustments to r10005: Use request_var() to get cookie data.
...
Some more adjustments to get_unread_topics_list()
Related to report: #46765
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10113 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-07 00:38:20 +00:00
Andreas Fischer
df86a1b27c
Some smaller changes to r10041.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10112 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-06 23:59:35 +00:00
Meik Sievertsen
bd212ff730
Adjust r10110 - Also add autowidth class to keywords input field - Bug #50795 related
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10111 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-05 12:21:34 +00:00
Meik Sievertsen
d30ecde618
add inputbox class to input in prosilver - Bug #50795
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10110 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-05 12:12:23 +00:00
Meik Sievertsen
239438a6c9
Fix r10041 - Bug #50765
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10109 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-05 12:06:12 +00:00
Meik Sievertsen
e0bf824501
Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-05 12:03:52 +00:00
Andreas Fischer
fc5a21e16a
Revert r10106 - Index usage is very unlikely because of WHERE IN (). :-|
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10107 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 17:27:13 +00:00
Andreas Fischer
0fe74ebcea
Add INDEX on user_regdate because this is the default ORDER BY in memberlist.php - thanks nickvergessen.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10106 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 15:44:10 +00:00
Meik Sievertsen
31856352be
Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10105 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 15:19:26 +00:00
Meik Sievertsen
d90e775f0e
Let the user notice that downloading the files is not the end of the update process.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10104 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 14:58:44 +00:00
Jim Wigginton
295fb5373a
- fixed bug #44975
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10103 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 14:53:35 +00:00
Meik Sievertsen
186abf0798
phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10102 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 14:50:05 +00:00
Meik Sievertsen
ba2fb956de
spelling
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10101 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 14:49:41 +00:00
Meik Sievertsen
2c997e3ed9
Somehow i must've been blind while adding/changing the links. Consistency!
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10100 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 14:48:35 +00:00
Andreas Fischer
c35cdff241
Also update newest user data if someone is creating a founder with user_add().
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10099 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 12:04:30 +00:00
Meik Sievertsen
2b5f04cf1c
changes for a little internal update test run
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10098 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 10:25:31 +00:00
Meik Sievertsen
f17e49d11b
only whitespace changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10097 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 10:20:47 +00:00
Meik Sievertsen
f2858bc1ca
XHTML compatible viewforum_body.html again (thanks Raimon for pointing this out)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10096 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-04 10:19:04 +00:00
Henry Sudhof
3cfde658f9
#50485
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10095 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 20:06:57 +00:00
Henry Sudhof
4c6360f5b5
#50675 ; also don't reset the captcha on login
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10094 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 13:59:31 +00:00
Andreas Fischer
19086ba572
Some rewording, some typo fixes, some whitespace changes.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10093 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 13:56:03 +00:00
Andreas Fischer
57ed7fd088
Bug #39505 , r9677 - Add integer casting and allow array to be empty. Unset array when no longer needed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10092 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 13:44:16 +00:00
Andreas Fischer
46e66c0401
Some cleanup.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10091 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 12:45:46 +00:00
Meik Sievertsen
5b004f31b5
We only remove board cookies (this is what the feature is supposed to do). This also solves issues with headers having > 20 Set-Cookie calls (which in turn breaks varnish 2.0.4-rc1 too)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10090 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-03 09:25:16 +00:00
Jim Wigginton
c8ce477f90
attributed the fix for bug 43045 to DavidIQ
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10089 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-02 05:20:59 +00:00
Jim Wigginton
73baf42558
Fixed bugs #43145 , #44375 , #44415 and #43045
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10088 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-02 05:12:23 +00:00
Andreas Fischer
6134b641e3
Save some calls here, since page_footer(true) gets called quite often.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10087 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 18:37:51 +00:00
Andreas Fischer
9d3a851ab5
Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones.
...
Bug #11142 , related to r7567. Thanks to dark/Rain and Raimon.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10086 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 18:27:49 +00:00
Meik Sievertsen
604696f9a8
Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha plugins.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10085 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 15:08:04 +00:00
Meik Sievertsen
254dee274c
erm, wrong position
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10084 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 15:07:26 +00:00
Meik Sievertsen
a6dce700ce
Fix IE6 display for very large forum icons - Bug #44695 - Patch by Ishimaru Chiaki
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10083 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 12:32:16 +00:00
Meik Sievertsen
714aa8b09a
Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10082 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 11:39:59 +00:00
Meik Sievertsen
d65ccbde11
adjust inactive users list on ACP index to act like the new inactive users list from r9845
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10081 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-01 11:21:42 +00:00
Joas Schilling
139f1d3530
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10080 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 14:57:04 +00:00
Joas Schilling
d7925595dc
Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts"
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10079 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 13:50:40 +00:00
Meik Sievertsen
5f95f723d7
set to !important because lists with the applied display: list-item will result in forum descriptions shown even if hidden (at least in safari)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10078 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 13:16:10 +00:00
Meik Sievertsen
f035f26606
Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10077 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 12:45:02 +00:00
Meik Sievertsen
7ce940680a
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10076 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 12:29:45 +00:00
Meik Sievertsen
58b8e85c3d
correct method comment
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10075 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 12:07:18 +00:00
Meik Sievertsen
fe6cb1489c
Fix wrong error message for non-writable template file in acp_styles.php - Bug #50045
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10074 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 11:25:28 +00:00
Meik Sievertsen
bef4eb231f
Redirect to group list if confirm box canceled - Bug #50105
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10073 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 11:18:06 +00:00
Meik Sievertsen
0dc8f103c9
ok, now we just define the modules we want to install on update and where they should appear.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10072 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 09:38:53 +00:00
Andreas Fischer
c492016ace
Addition to r10060: Add function documentation.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10071 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 09:31:30 +00:00
Andreas Fischer
bc63b8685c
Addition to r9887: Correctly install 'Copy forum permissions' module.
...
Addition to r10068: Correct mode is send_statistics.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10070 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 08:58:44 +00:00
Meik Sievertsen
bf1621c05d
Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.
...
(we further test this at phpbb.com)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10069 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 17:50:11 +00:00
Meik Sievertsen
3f22f755a3
correct mode is send_statistics, else installs will differ from updates.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10068 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 17:22:21 +00:00
Meik Sievertsen
5e2e08b05d
Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10067 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 17:13:28 +00:00
Joas Schilling
52e9f4d13e
fix r10065 for #50475
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10066 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 12:05:38 +00:00
Joas Schilling
2ad1abe0ee
Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific module is enabled.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 11:56:15 +00:00
Meik Sievertsen
fd24241044
Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10064 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 11:15:24 +00:00
Meik Sievertsen
36b8b94ea6
script to update email hashes (they are not strings btw, but BINT)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10063 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-30 11:10:12 +00:00
Meik Sievertsen
175d708b1d
Use correct language key for mcp user notes for sorting entries - Bug #50385
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10062 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-29 11:13:38 +00:00
Meik Sievertsen
f26b9e42c0
Send service unavailable response code for E_USER_ERROR
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10061 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-28 11:39:45 +00:00
Joas Schilling
c52f05b332
Fix Bug #49195 - Queries on un-indexed column user_email
...
Added function to generate email-hash.
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10060 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-28 09:26:43 +00:00
Henry Sudhof
7cf867419f
forgot to ci this
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10059 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-27 20:48:09 +00:00
Meik Sievertsen
f1bd295ce6
Change of r10055, which itself was:
...
Adjustement for r10050, related to Bug #50185
Instead of S_TAB_INDEX we now use a method suggested by nickvergessen - we simply DEFINE the tabindex for the captcha depending on where it is included.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10058 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-27 09:10:28 +00:00
Ruslan Uzdenov
fa754d1576
One more unread posts search adjustment.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10057 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 13:52:35 +00:00
Meik Sievertsen
c9ecb5dee7
Fix style recompilation now we do not force the SID to be passed anymore. This also fixes the problems users see after updates, where styles are not always instantly updated, as well as helping style authors a lot. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10056 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 12:19:57 +00:00
Meik Sievertsen
48b54bb29e
Adjustement for r10050, related to Bug #50185
...
Use internal S_TAB_INDEX instead of DEFINE
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 10:02:24 +00:00
Meik Sievertsen
b47b35a07d
This is an enhancement for revision r10051 (INC template variable)
...
Within the mentioned revision INC was only able to be applied to defined template variables.
I extended it now to work on all supported variables (template vars, defines, loops, defines in loops)
I also added a DEC template variable to logically complete this.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10054 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 09:48:44 +00:00
Meik Sievertsen
17f40511bf
Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10053 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 09:07:26 +00:00
Meik Sievertsen
19bae65f4c
Fix possible wrong encodings in email template files in messenger. Related to bug #46725
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10052 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 09:04:38 +00:00
Henry Sudhof
03568fd176
Add INC (working name) to template syntax
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10051 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-24 15:12:40 +00:00
Henry Sudhof
d2f72e2b27
new tabindex handling, #50185 ; subsilver doesn't use tabindexes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10050 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-24 14:22:30 +00:00
Andreas Fischer
9382f6ba17
Fix bug #50245 - Check for correct module name when installing the "Send statistics" module.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10049 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-24 00:29:23 +00:00
Andreas Fischer
19f8645118
Missed one file.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10048 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-23 15:11:43 +00:00
Andreas Fischer
1aeec5df03
Some more cleanup. Mostly whitespace changes.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10047 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-23 15:08:37 +00:00
Andreas Fischer
11f73b0f21
#50215
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10046 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-23 14:50:39 +00:00
Ruslan Uzdenov
fffb25ace4
More unread posts search adjustment.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10045 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-23 11:12:22 +00:00
Henry Sudhof
1731e5f623
#50175
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10044 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-22 12:41:33 +00:00
Henry Sudhof
c4e68335b9
#50165
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10043 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-22 12:10:47 +00:00
Jim Wigginton
70c4e48b39
- accidentally undid changes introduced in r9979
...
- removed a few lines from the old log filtering system
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10042 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-22 02:56:05 +00:00
Jim Wigginton
69aa05376b
- replaced the drop down menu log filter thing with log searching
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10041 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-21 21:47:19 +00:00
Andreas Fischer
a3c00e88d9
Use comparison instead of arithmetic.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10040 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-21 10:46:58 +00:00
Andreas Fischer
5d2e4e88ab
Allow "0" as censor word and replacement.
...
Only obtain word censor list if text is not empty.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10039 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-21 09:44:55 +00:00
Meik Sievertsen
14b11152c6
Fix wrong textLength call in Webkit-based browsers - Bug #25825 - patch by Technocrat
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10038 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 15:09:28 +00:00
Meik Sievertsen
3928e61952
Fix r10035
...
[ Sort private messages by message time and not message id. (Bug #50015 ) ]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10037 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 15:06:16 +00:00
Meik Sievertsen
edc5061f1d
Check for valid $template_path in includes/template.php - Bug #50055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10036 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:53:25 +00:00
Meik Sievertsen
74879efcb5
Sort private messages by message time and not message id. (Bug #50015 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10035 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:50:40 +00:00
Henry Sudhof
20ace274d6
#50025
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10034 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:42:38 +00:00
Joas Schilling
497326b043
fix r10025
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10033 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:34:20 +00:00
Andreas Fischer
597c7ae588
Apply template changes of r9965 to subsilver2.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10032 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:07:01 +00:00
Meik Sievertsen
30588c7be7
better icon... hopefully. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10031 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:34:02 +00:00
Meik Sievertsen
ae3555f651
If style authors want to, they can show a feed icon for every forum enabled to show feeds.
...
This is commented out by default
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10030 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:20:37 +00:00
Meik Sievertsen
38fcaaf1d2
instead of only enabling forum feeds in viewforum we set it on every location where forums are shown
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10029 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:19:48 +00:00
Meik Sievertsen
9666983c69
also populate forum_options on conversions
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10028 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:19:12 +00:00
Meik Sievertsen
3c2b339636
properties change? :o
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10027 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:14:18 +00:00
Meik Sievertsen
6d763f7d1e
add feed switch to forumrow, so forums can be styled correctly (with an rss icon for example)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10026 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:04:55 +00:00
Joas Schilling
69a896fcc0
fix r10023
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10025 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 12:02:51 +00:00
Meik Sievertsen
4fb22c972f
fix sql error due to us using STRICT db mode. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10024 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 11:40:36 +00:00
Joas Schilling
b6ba5a89b1
Addition to r9632 for #46785
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10023 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 10:25:13 +00:00
Meik Sievertsen
951459924b
some whitespace changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10022 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 09:31:43 +00:00
Meik Sievertsen
fa213d88e1
Revert r9658
...
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 09:08:53 +00:00
Meik Sievertsen
d8a76b1442
Add some very basic checks to the users ip - related to bug #48995
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10020 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 08:43:10 +00:00
Meik Sievertsen
bec4b11b64
Because we store forwarded_for if the check is activated we need a better check
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10019 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 08:37:06 +00:00
Ruslan Uzdenov
d2d5ecef8d
Better tracking of global announcements
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10018 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 14:51:08 +00:00
Andreas Fischer
54362bbe2b
Adjustment to r9887: Only use one language variable.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10017 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 14:37:49 +00:00
Joas Schilling
4f7cf6af2a
Fix Bug #49945 - Correctly orientate Control-Panel-Navigation background-image on RTL languages.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10016 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 14:03:43 +00:00
Meik Sievertsen
92a1775294
we will use the non-compliant way for mail() until we further inspected PHP's source.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10015 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 13:24:45 +00:00
Meik Sievertsen
9bcc38ea0b
Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10014 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 09:59:24 +00:00
Andreas Fischer
5ecc57b87e
Tiny typo change to r9743, #46425 .
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10013 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 08:22:17 +00:00
Chris Smith
977ba9a68a
A little precaution
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10012 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 01:45:31 +00:00
Chris Smith
20bf778b93
Per RFC2047 section 5 do not use quoted strings for encoded recipient names
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10011 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-18 01:43:51 +00:00
Meik Sievertsen
bfee2c4c67
i know, i know, no need to hrm me. :P - r10009
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10010 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 15:47:07 +00:00
Meik Sievertsen
2c02367dc0
no need to call generate_board_url() twice - r10008
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10009 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 15:45:07 +00:00
Meik Sievertsen
f7009291e2
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
...
This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10008 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 14:45:14 +00:00
Meik Sievertsen
fe01a43d45
Added section about special constants able to be used.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10007 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 14:42:27 +00:00
Ruslan Uzdenov
6262263aef
Fix bug #43295 - Moved topics show unapproved even without permissions in the new forum
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10006 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 13:32:41 +00:00
Ruslan Uzdenov
45f5700384
Add unread posts search support for cookie-based tracking
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10005 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 13:28:28 +00:00
Ruslan Uzdenov
b4297abf2a
Fix bug #49525 - Search for unreads should require login
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10004 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 13:25:04 +00:00
Meik Sievertsen
300f6868af
i am very very sorry for this hackish approach...
...
(ability to skip add_log calls)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10003 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 13:21:44 +00:00
Ruslan Uzdenov
d42e5a71d2
Fix bug #49625 - Performing actions in Main MCP tab does not return correctly
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10002 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 13:09:54 +00:00
Andreas Fischer
b3af455c6a
Some rewording.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10001 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 12:19:44 +00:00
Joas Schilling
f0ebe145e1
Fix r9961 - populate who is online only where required
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10000 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-17 09:45:22 +00:00
Henry Sudhof
76fd6026bc
erm, on the contrary; can that reset call
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9999 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 21:21:04 +00:00
Henry Sudhof
ba3e0831ea
erm, on the contrary; can that reset call
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9998 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 21:11:17 +00:00
Henry Sudhof
6cc55a3436
don't pick a new question without an explicit reset call
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9997 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 21:07:11 +00:00
Henry Sudhof
3896638727
append_sid
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9996 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 20:49:22 +00:00
Chris Smith
4f2504bd56
Clarify r9994 #49335
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9995 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 23:13:47 +00:00
Chris Smith
e63b12c4b1
Prevent style switcher from blocking the tab key. #49335
...
Tested under FF 3.0/3.5/Opera/Chrome on Linux
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9994 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 20:44:53 +00:00
Chris Smith
0393a6232b
- #49775
...
- Some coding guidelines fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9993 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 19:56:45 +00:00
Henry Sudhof
bc57fdc01c
#49755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9992 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 16:10:13 +00:00
Joas Schilling
ee1ae00e03
r9961 - also set item name in page_header parameter for better implementation of #31975
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9991 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 14:18:19 +00:00
Joas Schilling
74ee1405f3
Fix Bug #49615 - Unapproved topic icon has incorrect forum (introduced in r9635 fixing #46865 )
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9990 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 10:49:01 +00:00
Joas Schilling
079244a39d
Fix Bug #49725 introduced in r9814
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9989 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 10:45:32 +00:00
Andreas Fischer
36e18c7bd3
Fix bug #49705
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9988 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 00:53:22 +00:00
Henry Sudhof
8b4c84484a
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9987 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 16:22:59 +00:00
Henry Sudhof
32a08531a9
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9986 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 15:59:08 +00:00
Henry Sudhof
57420e4dc9
we are not supposed to know that yet
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9985 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 15:56:35 +00:00
Henry Sudhof
e1fa222dc5
we are not supposed to know that yet
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9984 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 15:55:50 +00:00
Henry Sudhof
84154098e7
#47795
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9983 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 15:51:34 +00:00
Meik Sievertsen
b3eb3543bb
XHTML fixes by Raimon
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9982 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 14:14:59 +00:00
Meik Sievertsen
605639166f
add missing space
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9981 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 14:14:44 +00:00
Meik Sievertsen
f4557ed74c
the form actually is no longer required - in tests we had a form to submit the reply/reply to all, but this only worked with JS, so i decided to use a link.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9980 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 14:14:28 +00:00
Andreas Fischer
a6bf9b4e4a
Some things I missed in r9887.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9979 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 11:15:44 +00:00
Andreas Fischer
1683559e19
More r9896 cleanup.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9978 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 10:43:31 +00:00
Joas Schilling
412bb22acb
fix #49685 introduced in r9896
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9977 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 10:19:37 +00:00
Henry Sudhof
7c6229784b
add back links
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9976 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 10:11:34 +00:00
Henry Sudhof
918e667587
#49675 #49655 - ATTENTION: small captcha API change
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9975 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 10:00:30 +00:00
Henry Sudhof
52250a33b4
other icon
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9974 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 09:06:34 +00:00
Henry Sudhof
63cbd43b5e
That's not supported by php4 and part of the full 3.1 system anyway
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9973 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 08:49:46 +00:00
Henry Sudhof
27d717a80d
fix QR flicker
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9972 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 08:42:46 +00:00
Jim Wigginton
ebf3651e3e
- Unapproved topics can no longer be replied to (Bug #44005 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9971 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-13 21:17:16 +00:00
Meik Sievertsen
b4baa6a094
Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9970 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-13 15:25:20 +00:00
Nils Adermann
4525d1cb73
- links to send statistics after install and update
...
- link back to ACP main from send statistics
- improved language / better explanation (incl. Bug #48555 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-13 14:51:47 +00:00
Henry Sudhof
929fd29ce1
some fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9968 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 22:03:14 +00:00
Henry Sudhof
af213166f3
some fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9967 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 19:57:34 +00:00
Henry Sudhof
490a377ba7
filename
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9966 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:12:03 +00:00
Meik Sievertsen
09ad10a734
ok, i am very sorry, but this needs to be fixed.
...
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored.
Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator.
Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:00:47 +00:00
Andreas Fischer
45964352e3
Typo in r9963.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9964 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 12:34:12 +00:00
Henry Sudhof
8014c49f68
entries
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9963 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 12:10:23 +00:00
Henry Sudhof
e8908364e5
wording
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9962 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 12:07:49 +00:00
Henry Sudhof
2d0d35db48
populate who is online only where required
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 10:30:37 +00:00
Henry Sudhof
91b91494e2
#49465
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9960 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 09:25:57 +00:00
Meik Sievertsen
5dd85e2323
Fix r9955 for Bug #49435
...
(Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before])
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9959 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 09:22:04 +00:00
Henry Sudhof
dedddfabed
change item to item_id; related to #49485
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9958 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 09:19:47 +00:00
Meik Sievertsen
be963ed938
allow custom template path for email files
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9957 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 16:24:18 +00:00
Meik Sievertsen
96a30afcca
do not change column if column already exists.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9956 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 14:49:58 +00:00
Meik Sievertsen
ff458a5b4e
Update search index if only post subject changed. (Bug #49435 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9955 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 13:35:15 +00:00
Meik Sievertsen
9dc2095b52
let the link wrap for tiny resolutions
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9954 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 13:07:40 +00:00
Meik Sievertsen
926b38c4d5
use [] style we use for links occurring after text in acp_main too. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9953 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 12:58:00 +00:00
Henry Sudhof
cb74521e64
less obstrusive version info
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9952 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 12:49:38 +00:00
Jim Wigginton
d85e79719d
fixed bug 44805 - extra initInsertions() calls needed
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 22:09:10 +00:00
Jim Wigginton
5078b5e4cc
- filtered logs weren't correctly paginated
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9950 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 16:04:44 +00:00
Joas Schilling
12f1fd2c2f
Fix Bug #49385 introduced with r9666 for #15085
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9949 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 15:32:37 +00:00
Andreas Fischer
e5fadfd42b
Bugs #15809 , #49215 - Allow updater to work correctly with PHP filename extensions other than .php.
...
Related revisions: r9935, r9936
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9948 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 12:12:45 +00:00
Ruslan Uzdenov
10cdf3506c
Function approve_post adjustment (migrating to sync())
...
Authorised by: Kellanved
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9947 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 12:09:18 +00:00
Ruslan Uzdenov
3036fbc66f
Fix bug #47705 - Out of range value for column 'topic_replies_real'
...
Authorised by: Kellanved
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9946 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 12:07:01 +00:00
Henry Sudhof
2a276bf7de
#49345
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9945 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 11:52:10 +00:00
Meik Sievertsen
dea4eb6a0b
check for not set values in acp_board to correctly grab those input elements not populated if empty (checkboxes and multiple select fields)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9944 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 11:17:24 +00:00
Meik Sievertsen
d327154a5a
ok, r9704 was correct - i used a wrong code base within my tests. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9943 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 11:14:21 +00:00
Henry Sudhof
2547955b61
class name
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9942 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 09:46:38 +00:00
Meik Sievertsen
d5c6d1d434
reverted all changes made to this code block, especially the one mentioned in r9704 with reference to wrong bug report "undoing change from #9575 , as it broke the board disabled message". The board disabled message still works fine. If there are any problems with the code and settings within the ACP, please tell me and i will check them.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9941 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 09:13:28 +00:00
Henry Sudhof
bc8e507c64
include vs include_once
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9940 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 15:37:27 +00:00
Andreas Fischer
04263dfa31
Coding guidelines: Tiny whitespace change for an unreleased file.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9939 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 14:31:24 +00:00
Andreas Fischer
af67047008
Remove some left over code introduced in r9575, reverted in r9704.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9938 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 13:53:17 +00:00
Henry Sudhof
d2c818ffb9
add transactions to sync(); not one big one to avoid nesting.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9937 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 13:02:14 +00:00
Andreas Fischer
090ab9bf05
Bug #49215 again.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9936 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 12:50:25 +00:00
Andreas Fischer
8dcad17d1b
Fix bug #49215 - Use $phpEx variable instead of hardcoded '.php'
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9935 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-07 12:10:34 +00:00
Meik Sievertsen
d79c81449a
pm class is not supposed to be in there, also results in white background
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9934 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-06 13:32:14 +00:00
Yuriy Rusko
380b11fe22
More language changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9933 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-06 09:12:21 +00:00
Yuriy Rusko
a7509b226a
#36475
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9932 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-06 05:17:25 +00:00
Joas Schilling
ee65d2147b
fix r9713 for #36565
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9931 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 15:28:46 +00:00
Meik Sievertsen
d0e9e4189c
Fix Bug #46285 (drop index patch by Paul) - i hope the re-addition of the FULLTEXT index works. :o
...
If someone wants to try? :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9930 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 14:50:39 +00:00
Meik Sievertsen
2c6e4d7e80
fix r9927 - of course isset()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9929 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 13:11:27 +00:00
Andreas Fischer
4e11711674
Fix Bug #48955 - Correctly extract column default value when exporting PostgreSQL tables.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9928 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 13:05:55 +00:00
Meik Sievertsen
f3a2c096e7
submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9927 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 13:01:03 +00:00
Ruslan Uzdenov
914687075d
Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9926 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 12:51:48 +00:00
Meik Sievertsen
58c0bd804f
update mysql_upgrader
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9925 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 12:47:56 +00:00
Henry Sudhof
4e9ce7060e
log general errors in cron, images and when debug is enabled
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9924 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 12:02:18 +00:00
Henry Sudhof
b6690e51f9
and for pseudocron too (to conisder: log db errors to debug faulty cron jobs)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9923 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 15:57:38 +00:00
Henry Sudhof
769bc7174f
use new flag to place captcha errors in the error log (if debug is set)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9922 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 15:36:39 +00:00
Henry Sudhof
81998a5104
use new flag to place captcha errors in the error log (if debug is set)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9921 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 15:34:45 +00:00
Henry Sudhof
ccbbaba91d
add the option to place image debugging information to the log
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9920 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 15:34:04 +00:00
Meik Sievertsen
6cd6a907c7
Separate PM Reply and PM Reply to all in prosilver.
...
Style changes by dhn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 14:15:13 +00:00
Meik Sievertsen
0e98a3aee8
Even if the recipient of a PM is now inactive (for whatever reason) still display the information in PM recipient lists and do not hide it
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9918 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 13:08:26 +00:00
Joas Schilling
c8daec7c82
Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend)
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9917 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-04 10:04:54 +00:00
Henry Sudhof
1f871950d8
#48985
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9916 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-03 15:46:56 +00:00
Henry Sudhof
d376811e7f
require link hash for switchperm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9915 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-03 13:32:52 +00:00
Marek A. R
c748d865b2
#48965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9914 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-02 16:44:45 +00:00
Henry Sudhof
66c81cdac4
switch to full editor
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9913 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-02 11:35:42 +00:00
Yuriy Rusko
554c341c3f
Language changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9912 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 21:14:33 +00:00
Meik Sievertsen
93536d87c9
forgot this in r9909
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9911 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 17:09:43 +00:00
Ruslan Uzdenov
d78703d73b
Fix bug #1309 - Multiline [url] not Converted
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9910 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 16:28:02 +00:00
Meik Sievertsen
b7a0ef7e7a
return errors if return_on_error is true for multi_insert (Patch by bantu)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9909 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 16:08:05 +00:00
Andreas Fischer
44a15b8635
Tiny adjustments related to r9900 and r9897.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9908 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 15:46:23 +00:00
Meik Sievertsen
73a6f7263b
Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9907 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 13:52:37 +00:00
Meik Sievertsen
7940674962
change preferred to recommended in install.html file
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9906 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 12:36:05 +00:00
Meik Sievertsen
2958890439
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 12:28:50 +00:00
Ruslan Uzdenov
6bc7e15162
Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg image
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9904 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 12:13:16 +00:00
Joas Schilling
530f4963cb
Fix Bug #37585 - Correctly log action when users request to join a group
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9903 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 11:43:39 +00:00
Meik Sievertsen
ac857b2e0a
some encoding fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9902 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 11:07:48 +00:00
Meik Sievertsen
3461eaf828
Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9901 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 11:01:18 +00:00
Meik Sievertsen
17c50b91a5
adjust authors file... add contributions and new dev
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9900 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-01 10:40:00 +00:00
Andreas Fischer
154f143a8c
Fix bug #48695 - Do not try to create thumbnails for images we cannot open properly.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9899 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-31 15:49:14 +00:00
Henry Sudhof
a718e22a31
check changed to allow for undefined lang entries. Proposed by a_jelly_donut
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9898 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-31 14:05:24 +00:00
Henry Sudhof
edc82a6ce7
Well
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9897 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-31 13:11:44 +00:00
Henry Sudhof
312f2c87ed
Add box if users decided not to select a forum to copy permissions from on forum creation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-31 12:46:15 +00:00
Meik Sievertsen
e6f133dc55
Revert r9878 - QR was already disabled by default, for admin convenience we enable the global setting but no local setting, which results in OFF by default
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9895 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-31 08:16:36 +00:00
Meik Sievertsen
686f84a8fc
Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to re-cache if we think acl options got changed (which we did)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9894 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-30 14:35:29 +00:00
Joas Schilling
4616cdb066
Fix bug #48885 , introduced in r9843
...
Authorised by: kellanved
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9893 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-30 13:47:27 +00:00
Joas Schilling
e1db7e08dc
Fix Bug #47295 - Min/max characters per posts also affects polls option
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9892 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-30 13:39:38 +00:00
Andreas Fischer
49625a2aec
Props.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9891 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-29 22:59:51 +00:00
Meik Sievertsen
7ebf9fa986
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9890 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-29 09:37:21 +00:00
Meik Sievertsen
01fe852ad8
Slightly adjust version check on index page to be a bit more descriptive
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9889 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-29 09:26:50 +00:00
Andreas Fischer
a1807c8ddd
Fix r9887. Remove duplicate content.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9888 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 22:18:39 +00:00
Andreas Fischer
1b8a1f73d7
[Feature] Ability to copy permissions from one forum to several other forums.
...
[Fix] Add log entry when copying forum permissions.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 22:09:46 +00:00
Andreas Fischer
b4f3a0eb2d
Fix r9696, #45115 . Move column change to the correct version.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9886 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 21:33:31 +00:00
Andreas Fischer
8880e86f7b
Fix tiny typo in r9884, #46765 . Thanks rxu.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9885 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 20:29:34 +00:00
Andreas Fischer
da0da0dd89
Move get_unread_topics_list() up in functions.php, added some documentation. Related to #46765
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9884 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 15:30:47 +00:00
Andreas Fischer
e2d24413b6
More small adjustments to get_unread_topics_list(). #46765
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9883 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 14:56:39 +00:00
Ruslan Uzdenov
d2420fe555
Fix r9855 for #46765
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9882 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 14:34:12 +00:00
Marek A. R
2532b579ce
- Use nonbreakable space.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9881 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 14:12:34 +00:00
Marek A. R
da169625a6
- Display version check on ACP main page.
...
- Cache version check.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9880 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 13:58:01 +00:00
Ruslan Uzdenov
6510aef869
Fix bug #48345 - Adding users to group - default rank does not changing correctly
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9879 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 11:47:32 +00:00
Henry Sudhof
fecc3383a2
disable QR by default
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9878 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 11:26:55 +00:00
Henry Sudhof
fc4aaa3f5a
#48735
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9877 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-28 07:05:17 +00:00
Meik Sievertsen
78b1c4caaa
Do not send private message back to sender if sender is in the same group the private message was sent to.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9876 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 15:05:59 +00:00
Henry Sudhof
919d42d02d
add EDIT_QUESTION
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9875 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 13:40:43 +00:00
Henry Sudhof
f0820bc442
typo
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9874 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 13:19:06 +00:00
Chris Smith
9795ceef14
Display the filter settings in the ACP log viewer when no entries are found.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9873 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 12:58:15 +00:00
Chris Smith
986576e245
Fix an SQL error
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9872 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 12:57:29 +00:00
Chris Smith
d2aca86b4a
Fix a bug in r9781 #48595
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9871 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 12:43:57 +00:00
Andreas Fischer
a96986744d
Directly send UTF8 data instead of entities.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9870 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 12:18:09 +00:00
Henry Sudhof
a0acfb6a3f
Minor captcha API change - disable display of plugin by returning false in get_template.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9869 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 11:39:28 +00:00
Meik Sievertsen
4066849b72
i hope this resolves the duplicate issues in feed readers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9868 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 10:46:56 +00:00
Andreas Fischer
3d8d213e8f
Cast some array values and properties to integer.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9867 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 10:24:42 +00:00
Meik Sievertsen
0cb565dc0c
do not cache results from registered users...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9866 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 09:56:31 +00:00
Henry Sudhof
63dc25e5b4
#48685
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9865 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-27 06:15:47 +00:00
Nils Adermann
e7b3a68259
geez, maybe we should stop displaying text and this would become easier
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9864 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 20:22:41 +00:00
Chris Smith
18ce333e31
Fix r9862 #36685 this is pre-pub as well O_O
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9863 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 18:31:31 +00:00
Chris Smith
1a863c9581
Alter r9860 #36685
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9862 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 18:24:53 +00:00
Chris Smith
b6ebd2e497
XHTML mistakes in the updater. #46585
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9861 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 17:58:10 +00:00
Chris Smith
19bff35057
#36685
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9860 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 17:01:07 +00:00
Chris Smith
63f5cff824
Preserve post options when refusing to save the post as a draft. #39115
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9859 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 16:16:30 +00:00
Chris Smith
68e2102f20
Make some adjustments to the log filter. r9781, r9800
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9858 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 14:54:02 +00:00
Nils Adermann
1a0bd316e4
correctly add the install_id to the data
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9857 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 11:34:11 +00:00
Nils Adermann
4faf662623
made a mistake when turning stats into a whitelist
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9856 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 11:33:48 +00:00
Ruslan Uzdenov
ba37fa4f49
Fix r9755 for #46765
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9855 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 10:16:52 +00:00
Nils Adermann
801ac58bcf
I manage to get a one line commit wrong ...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9854 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 18:06:25 +00:00
Nils Adermann
5d0616af0f
missing lang var for PM reports
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9853 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 18:01:15 +00:00
Andreas Fischer
268fc1bc56
r9849, r9851 - Do it right ... hopefully
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9852 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 14:48:25 +00:00
Andreas Fischer
aec3a9964f
Fix r9849.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9851 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 14:32:27 +00:00
Nils Adermann
1dcd7d2da8
Correctly propagate umlauts over search result pages [Bug #33755 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9850 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 12:35:46 +00:00
Henry Sudhof
bac1e57c18
details
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9849 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 11:49:14 +00:00
Chris Smith
e4b60c6d8a
Add some docs for dynamic includes adding in r9570
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9848 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 10:23:05 +00:00
Chris Smith
b902fc20ae
Small change to r9839
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9847 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-25 10:16:13 +00:00
Ruslan Uzdenov
4fcd83fa7d
Fix bug #38055 - Post reply button shown in locked forum
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9846 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 12:05:17 +00:00
Meik Sievertsen
4739c7ba39
[Feature] Added new functionality to inactive users module:
...
- Ability to set users per page.
- Ability to sort by posts/number of reminders/last reminded date.
- Show number of posts and ability to search posts.
- Show number of reminders sent to user.
- Show date of last reminder sent to user.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9845 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 11:13:32 +00:00
Joas Schilling
c84d5074c1
Fix Bug #47475 - Remove redundant code in prosilver search_results.html
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9844 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 09:05:48 +00:00
Joas Schilling
780854818b
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9843 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 09:01:29 +00:00
Joas Schilling
433f03107d
Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.php - Patch by leviatan21
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9842 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 08:56:06 +00:00
Joas Schilling
f84cbee47c
Fix bug #18005 - Do not add style-parameter to URL again, after admin re-authentification - Patch by leviatan21
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9841 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 08:52:56 +00:00
Joas Schilling
224aa404f6
Fix bug #47825 - Banning an already banned user states to be successful, but has no effect - Patch by Pyramide
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9840 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 08:49:51 +00:00
Joas Schilling
89332c00b7
Fix Bug #40515 - Fix set_custom_template for database-stored styles
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9839 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 08:47:10 +00:00
Henry Sudhof
83ee6bb505
primitive one-level nesting
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9838 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-23 10:19:38 +00:00
Henry Sudhof
24e9d1e53f
handle newlines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9837 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 22:02:10 +00:00
Henry Sudhof
41fa3b71e6
fall back to bbcode-less quotes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9836 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 16:42:30 +00:00
Henry Sudhof
be51bbe42b
fall back to bbcode-less quotes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9835 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 16:39:26 +00:00
Nils Adermann
e90f25e9b4
geez I'm blind - use the right template and lang vars
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9834 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 15:50:31 +00:00
Nils Adermann
03d7465d08
use « instead of ON string
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9833 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 15:47:00 +00:00
Nils Adermann
a2f7072196
missing language variable
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9832 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 15:45:46 +00:00
Nils Adermann
87dc01de25
incorrect loop var in template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9831 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 15:44:43 +00:00
Nils Adermann
00e81e704d
fix mcp sorting for pm_reports, and some minor language changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9830 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 13:33:54 +00:00
Nils Adermann
54f78a50bc
insert pm_reports module with correct basename on update
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9829 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 13:09:22 +00:00
Joas Schilling
818b252f20
fix r9758
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9828 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 11:47:37 +00:00
Henry Sudhof
2dfd327828
index for GC
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9827 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 10:57:56 +00:00
Henry Sudhof
c04626fa4d
index for GC
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9826 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 10:42:01 +00:00
Nils Adermann
43d30134cb
removed spaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9825 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 10:09:25 +00:00
Henry Sudhof
5d7dfaebe1
layout
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9824 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 10:08:14 +00:00
Meik Sievertsen
cef8c2d87e
Parse email text files with the template engine.
...
Did not check if this influences styles template cache list/purge/etc.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9823 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 09:07:24 +00:00
Andreas Fischer
16e393b61d
Also fix bug #46295 in ftp_fsock class.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9822 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 03:02:45 +00:00
Andreas Fischer
2a84b76f30
Fix two potential problems with the ftp_fsock class.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9821 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 02:57:36 +00:00
Andreas Fischer
81e67fbef1
Fix bug #46295 - Be less strict with FTP daemons when getting directory filelists.
...
Authorised by: bantu ;-)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9820 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 01:26:09 +00:00
Andreas Fischer
2bb2e4a43b
Do not try to enter passive mode before logging in.
...
Return error if ftp_nlist() returned error.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9819 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 01:01:55 +00:00
Nils Adermann
8e8c40bc75
- Added install_id to data collector
...
- config variable whitelist, so sensitive MOD info is not transmitted, currently mostly bool/int values - should we reduce the amount of data?
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9818 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 00:11:46 +00:00
Nils Adermann
cbed011ee3
Adding info on the VCS to coding guidelines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9817 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 22:51:39 +00:00
Andreas Fischer
22900ba529
Props
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9816 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 21:21:11 +00:00
Nils Adermann
3875d11626
and add the properties ...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9815 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 21:11:45 +00:00
Nils Adermann
6e4a7c03d1
Users can report PMs to moderators which are then visible in a new MCP module
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 20:59:11 +00:00
Nils Adermann
0ee8d7ab15
increase default maximum pass chars to 100
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9813 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 20:30:50 +00:00
Andreas Fischer
3b0de7e488
Properties ...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9812 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 15:51:55 +00:00
Meik Sievertsen
b613781d3a
Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9811 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 10:58:31 +00:00
Henry Sudhof
269c2c2944
fix back link
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9810 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 10:52:38 +00:00
Henry Sudhof
3a38727661
copy regiustration attempt setting to acp_captcha - although the setting is pointless
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9809 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-21 10:26:18 +00:00
Henry Sudhof
783da3064a
rename variables to avoid name clashes in aggregating plugins
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9808 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 18:27:26 +00:00
Henry Sudhof
2dbf5fd1a2
cleaning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9807 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 12:47:45 +00:00
Henry Sudhof
354cab397f
cleaning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9806 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 12:46:24 +00:00
Henry Sudhof
8d28978d85
cleaning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9805 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 11:07:10 +00:00
Henry Sudhof
46d8bcff7e
cleaning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9804 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 10:47:28 +00:00
Henry Sudhof
04b948c5fd
cleaning
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9803 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 10:42:27 +00:00
Henry Sudhof
112f4a9be1
fixing back links
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9802 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 10:22:54 +00:00
Henry Sudhof
ff60fc9c1e
fixing back links
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9801 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 10:22:13 +00:00
Jim Wigginton
b3767cd143
- added filtration ability to MCP
...
- added missing lang variable
- fixed a pagination bug in filtration routines
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9800 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-20 00:57:18 +00:00
Andreas Fischer
e7a17a3429
Set some svn properties. Cleanup.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 22:21:50 +00:00
Meik Sievertsen
76508b59d7
QR changes to let the options actually work (we use checkboxes and isset())
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9798 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 11:41:57 +00:00
Chris Smith
21094ac790
Copy poll options properly when copying topic. #39065
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9797 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 11:34:01 +00:00
Chris Smith
8dbdaff6d3
Display required fields notice on registration above the custom profile fields. #39665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9796 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 11:07:32 +00:00
Henry Sudhof
e4ab8fc736
change lang string
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9795 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:54:26 +00:00
Henry Sudhof
a8c759a033
First round of fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9794 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:51:50 +00:00
Henry Sudhof
45e127fc64
First round of fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9793 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:51:25 +00:00
Henry Sudhof
117aa0fc98
First round of fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9792 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:46:32 +00:00
Henry Sudhof
5a1fa3b565
First round of fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9791 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:45:23 +00:00
Chris Smith
aee21acf48
Cache get_username_string() function calls on viewtopic.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9790 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 09:41:09 +00:00
Chris Smith
208f74970b
Allow changing forum from drop down under certain circumstances. #37525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9789 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 01:00:33 +00:00
Chris Smith
4f6f9c424d
Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. #40925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9788 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-19 00:20:03 +00:00
Henry Sudhof
08a7255c8e
Initial commit for the QA captcha. Needs language & style finetuning and bug searching & fixing
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9787 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 23:39:45 +00:00
Henry Sudhof
ba0d8b5a55
Initial commit for the QA captcha. Needs language & style finetuning and bug searching & fixing
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9786 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 23:37:09 +00:00
Chris Smith
d61afd3509
Ensure user errors are displayed regardless of PHP settings. #47505
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9785 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 23:29:25 +00:00
Marek A. R
1bc805f4ad
#47665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9784 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 23:15:25 +00:00
Chris Smith
94e29c3c17
Fix #45315
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9783 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 21:20:20 +00:00
Marek A. R
2d75b39626
- Remove user's password from email templates.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9782 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 20:45:36 +00:00
Jim Wigginton
b6a1271c3a
- added ability to filter logs by log_operation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9781 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 19:19:38 +00:00
Joas Schilling
e9830e5530
fix r9775
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9780 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 13:03:45 +00:00
Chris Smith
f4e7d9265e
Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. #29385
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9779 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 10:27:07 +00:00
Chris Smith
ca627c2778
Remove redundant SQL query from ucp.php. #40305
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9778 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 10:12:17 +00:00
Chris Smith
0fe2b41cfc
#42925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9777 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 10:02:06 +00:00
Marek A. R
ba08191a70
- PHP4 compatibility
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9776 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 09:44:03 +00:00
Joas Schilling
f7b5c060ae
Fix bug #37635 - Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) - Patch by leviatan21
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9775 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-18 09:42:28 +00:00
Marek A. R
7a5ba35cc7
- Add smilies per page config setting to the database updater
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9774 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 17:21:07 +00:00
Andreas Fischer
50e5bdf08c
Small change to r9765, Bug #47495
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9773 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 16:39:16 +00:00
Marek A. R
9b9298cfaa
- Add hard limit for smilies
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9772 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 13:56:24 +00:00
Marek A. R
e4afce6075
- Add hard limit for smilies
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 13:40:26 +00:00
Chris Smith
7284985ce2
fail <3 r9769
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9770 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 13:23:09 +00:00
Chris Smith
5f6db9584c
Correct escaping/unescaping in the LDAP authentication plugin. #48175
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9769 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 13:21:03 +00:00
Andreas Fischer
ab9715a9fe
Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable during update.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9768 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 11:32:27 +00:00
Chris Smith
6cacfce937
Ability to empty a user's outbox from the user ACP quick tools.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9767 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 11:27:50 +00:00
Meik Sievertsen
2f9f52b151
ok, i misread this one. :) related to r9763
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9766 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 10:11:48 +00:00
Andreas Fischer
955939ee1b
Fix bug #47495 - Move hardcoded language string to language file.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9765 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 10:11:10 +00:00
Meik Sievertsen
dce2a9b039
A small correction to #r9763
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9764 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-17 09:05:09 +00:00
Marek A. R
a777691994
- Add pagination for icons and smilies in the ACP and smilies in the smiley popup
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-16 17:57:05 +00:00
Henry Sudhof
7a5db8b55d
assign vars
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9762 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-16 10:17:20 +00:00
Henry Sudhof
69fb835a29
fixing hidden fields, pointed out by leviathan21
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9761 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-15 22:28:26 +00:00
Joas Schilling
75d75627fe
fix r9615
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9760 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-15 09:43:20 +00:00
Joas Schilling
33033ad125
Fix Bug #45675 - Do not allow setting group as default group for pending user
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9759 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 20:40:45 +00:00
Joas Schilling
e3866c939d
Feature Bug #43375 - Ability to delete warnings and keep warnings permanently
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9758 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 20:35:53 +00:00
Joas Schilling
0b2979c6ba
Feature Bug #45375 - Add option to disable remote upload avatars
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9757 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 20:25:41 +00:00
Joas Schilling
753b8bb0bb
Fix bug #47865 - Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 - Patch by stokerpiller
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9756 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 20:21:51 +00:00
Ruslan Uzdenov
51748b00ed
Fix bug #46765 - View unread posts
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9755 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 14:46:38 +00:00
Ruslan Uzdenov
5cbf5d4b16
Fix bug #44295 - Cannot prune users who never logged in
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9754 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 12:02:11 +00:00
Joas Schilling
ecfe24528c
Fix bug #47265 - Smilies and images not viewed in topic-print view
...
Fix - Force full date for PMs print-view
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9753 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-13 19:20:17 +00:00
Henry Sudhof
86096d0129
looks better that way
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9752 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-13 09:17:38 +00:00
Henry Sudhof
12a33f6391
minor changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9750 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-11 16:26:05 +00:00
Henry Sudhof
c9fa6a8cb9
use existing function
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9749 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-11 14:28:43 +00:00
Andreas Fischer
54ee31972a
Fix bug #47775 - Properly convert and show filesize information
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-11 10:05:20 +00:00
Henry Sudhof
dfdb78a027
remove spaces
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9747 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-10 15:16:09 +00:00
Henry Sudhof
019c43fa18
move QR editor
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9746 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-10 14:28:49 +00:00
Meik Sievertsen
26bb3bbb68
print out error if users try to update phpBB versions no longer supported with the used database update script
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9743 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-09 13:28:25 +00:00
Andreas Fischer
65ec5e1bb5
Addition to r9731: Add seperate language entry for more flexibility in other languages.
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-09 10:34:40 +00:00
Henry Sudhof
8278eb29a2
changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9741 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-09 10:04:18 +00:00
Meik Sievertsen
18d6fe0e3a
Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9740 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-09 08:08:08 +00:00
Joas Schilling
144f2e8d73
Fix bug #47685 - Wrong count of posts awaiting approval in MCP
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9739 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 20:36:57 +00:00
Chris Smith
c875e29249
some changelog changes and a small SQL correction
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9738 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 14:58:06 +00:00
Ruslan Uzdenov
61453bb2ab
Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9737 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 14:30:01 +00:00
Meik Sievertsen
cc1b91bb92
Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9736 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 14:04:55 +00:00
Meik Sievertsen
55e15b4c8e
Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9735 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 13:52:18 +00:00
Joas Schilling
51885a2734
Fix bug #47575 - Disable word-censor option in UCP lacks the config-setting - Patch by 00mohgta7
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9734 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 13:03:43 +00:00
Ruslan Uzdenov
1c6e99848f
Fixed Bug #40155 - Postcount of 0 not showing up in PMs
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9733 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 12:50:45 +00:00
Joas Schilling
acf0fad19a
Fix bug #47765 - Search by authorname does not display posts of deactivated users
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9732 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 12:48:07 +00:00
Andreas Fischer
f368e0ec09
Another feature: Detect when a post has been altered by someone else while editing.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 10:22:36 +00:00
Henry Sudhof
8750fdf3f5
#47885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9730 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 19:41:22 +00:00
Andreas Fischer
48e3b6deaa
Fix r9728 - It does actually not work that way. ;-)
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9729 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 15:36:24 +00:00
Andreas Fischer
a6f088992b
Fix bug #47785 - Fetch requested cookie variables directly from cookie super global.
...
This should fix a problem with phpBB installations on PHP 5.3
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9728 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 15:18:11 +00:00
Joas Schilling
fd667f9932
Fix bug #47815 - View end of ban in MCP and ACP when user is banned by duration - Patch by Pyramide
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9727 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 13:33:53 +00:00
Ruslan Uzdenov
eb4eee77ac
Further word censor fix to work with UTF8 correctly
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9726 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 12:59:30 +00:00
Ruslan Uzdenov
4991cae3a1
Fixed Bug #39625 - QUOTE-string not included when replying to pm's
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9725 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 12:55:34 +00:00
Meik Sievertsen
2b21193752
put purge sessions above purge cache (admins are used to click the purge cache button and it may irretate them to have it not in a position where they expect it). :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9724 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 12:01:37 +00:00
Meik Sievertsen
d3721c2fe2
reading the bug report... the patch was actually provided by m0rpha
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9723 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 11:44:07 +00:00
Meik Sievertsen
bd516916b8
Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9722 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 11:41:07 +00:00
Meik Sievertsen
585d533f4d
commit changes suggested by Crise
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9721 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 11:05:50 +00:00
Chris Smith
2e8d14004f
Coding guidelines in r9629
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9720 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 10:52:59 +00:00
Meik Sievertsen
59a5278c69
merged questioinnaire and questionnaire_phpbb and adjusted all files to our coding guidelines...
...
if we want to allow dropping in other providers we could add provider files to the questionnaire directory (and grab them), if not it is best to remove the questionnaire directory and put the file under includes/
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9719 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 09:29:00 +00:00
Henry Sudhof
fa84400d28
restore firebird/sqlite support. TODO - the DBAL should handle this
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9718 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-07 09:22:01 +00:00
Henry Sudhof
62471fe581
Fix an endless loop; don't return the sql array by reference
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9717 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-06 13:42:43 +00:00
Henry Sudhof
1d655f2f3e
Fix an endless loop; don't return the sql array by reference
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9716 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-06 13:42:15 +00:00
Henry Sudhof
be2c4c7d85
erm, just one of those two
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9715 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-06 13:17:36 +00:00
Henry Sudhof
3f7ab4b8a6
Add a purge option for the session table to the acp. Seems that many boards get unusable due to styles not embedding the cron image and/or extremely long session timeout settings and/or DOS attacks. This new button can be a stopgap measure in those cases.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9714 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-06 13:10:05 +00:00
Joas Schilling
2854705096
Fix bug #36565 - Search by authorname does not display posts of guests and deleted users
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9713 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-02 10:28:32 +00:00
Henry Sudhof
89d87a2182
#47725
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9712 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-02 08:50:57 +00:00
Henry Sudhof
d8e166a805
right, add entry. Changelog should have a quick-reply these days.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9711 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-01 13:52:38 +00:00
Henry Sudhof
aeac2819e3
close the .4 array
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9710 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 14:49:54 +00:00
Henry Sudhof
7d22229045
a bit of text
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9709 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 14:23:16 +00:00
Henry Sudhof
814e3c661a
a bit of text
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9708 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 14:08:42 +00:00
Henry Sudhof
5f89b6a6d0
*blinks* there were supposed to be more files, where are they? Ah, here
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9707 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 14:00:27 +00:00
Henry Sudhof
c6a84179e3
and remove that orphaned closing tag
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9706 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 13:57:39 +00:00
Henry Sudhof
9249ee2e72
#47615 - move the panel for the conifrm box to the captcha template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9705 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-30 08:11:32 +00:00
Henry Sudhof
1c5e724e5e
undoing change from #9575 , as it broke the board disabled message
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9704 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-29 14:36:05 +00:00
Henry Sudhof
7d13399665
hmm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9703 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-29 12:58:05 +00:00
Henry Sudhof
e146efbd16
Add some data for akismet et al
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9702 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-29 12:52:45 +00:00
Chris Smith
a8d678cc4c
Fix small typo in r9625 - Thanks Tumba25
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9701 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-28 12:13:11 +00:00
Nils Adermann
4940548389
- forgot to remove __construct methods when making this PHP4 compatible
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9700 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-27 21:10:14 +00:00
Nils Adermann
b07b30f55d
did not have auto props on this machine - removed an unused function from the new acp file
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9699 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-27 21:08:42 +00:00
Nils Adermann
6273718dc5
acp module for submitting statistical information to phpBB
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-27 20:56:49 +00:00
Ruslan Uzdenov
4bef644a94
Addition to r9696 - update develop/ scripts
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9697 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-27 09:34:55 +00:00
Ruslan Uzdenov
adaeec1ec9
Fixed Bug #45115 - Signature parsing flags are not stored in DB
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9696 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-27 08:36:40 +00:00
Henry Sudhof
076067f856
Okay, okay, I see the issue. I'll revisit this tomorrow.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9695 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 20:58:36 +00:00
Henry Sudhof
d61574a61e
Okay it should work again. Thanks Raimon. In the future, please test if your changes are really a good idea.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9694 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 20:18:05 +00:00
Henry Sudhof
31968a5070
gah
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9693 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 15:33:55 +00:00
Henry Sudhof
957d1d43dc
And check for permissions...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9692 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 15:30:04 +00:00
Henry Sudhof
18c5c8e8ec
oh, it is already in here
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9691 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 15:25:56 +00:00
Henry Sudhof
e2f01e86d0
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9690 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 15:00:17 +00:00
Henry Sudhof
8184875932
this is very much work in progress; please feel free to improve markup, usability and to introduce possible further settings (per forum, per user)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9689 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 14:38:00 +00:00
Henry Sudhof
a130dd31ed
this is very much work in progress; please feel free to improve markup, usability and to introduce possible further settings (per forum, per user)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9688 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 14:36:40 +00:00
Gabriel Vazquez
366a15d605
Fixed Bug #26375 - Fix style issues in print mode. (Bug #26375
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9687 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 14:15:45 +00:00
Ruslan Uzdenov
7cc9692831
Fix bug #36065 - Setting descriptor needs be more specific
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9686 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 11:52:54 +00:00
Joas Schilling
89ddc4543f
Fix bug #38395 - Loading draft removes recipients when replying to PM
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9685 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 11:38:29 +00:00
Joas Schilling
8f60b757b8
Change bug #47425 - IP data lost on pagination
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9684 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 11:34:27 +00:00
Andreas Fischer
e77f7e2a81
Fix bug #47085 - XHTML issue in the installer.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9683 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:50:29 +00:00
Andreas Fischer
5d6dca16a7
Fix bug #47345 - Check if template file is empty before trying to read from it.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9682 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:47:19 +00:00
Andreas Fischer
fe916f427b
Fix Bug #44685 - Resolve accesskey conflicts
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9681 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:43:01 +00:00
Henry Sudhof
fa9021c442
Thanks NV
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9680 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:26:01 +00:00
Henry Sudhof
3adaf7534e
Thanks NV
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9679 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:24:41 +00:00
Joas Schilling
d92bdc8a76
Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:15:42 +00:00
Joas Schilling
d39d8481cf
Change bug #39505 - Pm history only shows pms of the receipts you currently reply to
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9677 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:07:59 +00:00
Joas Schilling
f4fb682bbb
Fix bug #47015 - Prune users does not prune founders
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9676 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:04:21 +00:00
Joas Schilling
519492f717
Fix bug #46975 - "Report details" link broken in MCP
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9675 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 09:56:09 +00:00
Meik Sievertsen
1c0df0dc91
revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-25 17:57:57 +00:00
Joas Schilling
7ca31ace1a
fix r9652
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9673 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-25 10:39:36 +00:00
Henry Sudhof
b4c17b3732
We have to use the documented API
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9672 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-25 08:26:51 +00:00
Joas Schilling
9c795870f9
Fix bug #37285 - [Change] Add quote-button for own pm's in pm-history
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9671 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 21:13:53 +00:00
Gabriel Vazquez
2a8cd76f59
Fixed Bug #44455 - Properly display post status messages in topic when post is reported and unapproved
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9670 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 13:39:34 +00:00
Gabriel Vazquez
08a88fcf33
[Feature] Add confirmation for deactivating language packs
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9669 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 13:31:04 +00:00
Meik Sievertsen
f9bbf10a80
- Fix XHTML for r9666
...
- Utilize $captcha->solved property
- Only validate captcha once to retain captcha mode over switching from/to agreement page
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9668 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 10:08:18 +00:00
Meik Sievertsen
e8638ff0ef
tiny tiny thing... and such a huge change...
...
Display topic icons in MCP forum view again (only prosilver)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9667 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 09:24:09 +00:00
Gabriel Vazquez
8d106c79c5
Fixed Bug #15085 - [Feature] Add language selection on the registration terms page
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9666 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 03:11:20 +00:00
Gabriel Vazquez
19e2dcd5db
Fixed Bug #47145 - [Fix] Correctly check banned users when force password change
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9665 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 02:56:05 +00:00
Gabriel Vazquez
723d4c5628
Fixed Bug #39845 - [Change] "Post details" links with image in MCP.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9664 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 02:51:19 +00:00
Meik Sievertsen
c0b4cf2f6e
fix feed generation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9663 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 17:15:53 +00:00
Henry Sudhof
bd9ab51165
svn...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9662 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 14:06:30 +00:00
Gabriel Vazquez
9b3ffb02c2
Fixed Bug #24155 - mark buttons in acp with logs
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 14:01:09 +00:00
Henry Sudhof
4279658e1f
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9660 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 13:22:05 +00:00
Henry Sudhof
6c9ddcf1df
fix previews
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9659 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 12:10:50 +00:00
Meik Sievertsen
6dec355d1c
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9658 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 11:20:33 +00:00
Meik Sievertsen
762f87b8ad
update mysql upgrader to 3.0.6-dev
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9657 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 10:58:44 +00:00
Meik Sievertsen
c32f49679f
- add options for quick reply (forum-based and board-wide)
...
- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 10:48:53 +00:00
Meik Sievertsen
926640fc75
add missing user_new field to schema (just forgot to create it)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9655 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 08:09:54 +00:00
Ruslan Uzdenov
b1584a8d5c
Fix bug #46965 - File named install in php directory
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9654 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 16:16:04 +00:00
Ruslan Uzdenov
bfcf6a1de5
Fix bug #46765 - View unread posts
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 14:36:04 +00:00
Joas Schilling
588dd7337f
Fix bug #13673 - Add confirm-box when deleting permissions
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9652 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 09:43:01 +00:00
Meik Sievertsen
ffa5a33702
erm, yes... ground should be group
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9651 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 09:29:22 +00:00
Meik Sievertsen
660ef4e43a
the permission setting is meant, not the word never. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9650 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 09:13:42 +00:00
Andreas Fischer
f393b748c5
Fix bug #37565 - Correctly state why one language pack is marked with an asterisk in the ACP.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9649 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 19:17:20 +00:00
Gabriel Vazquez
eb72e526b8
Fixed bug #43125
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9648 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 16:00:42 +00:00
Gabriel Vazquez
b16626e947
Fixed bug #45975
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9647 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 14:42:20 +00:00
Henry Sudhof
794e122cfa
add quicktool to remove users from the newly registered special group.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9646 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 14:31:00 +00:00
Henry Sudhof
c2c79d8297
fix the captcha ACP, restore xhtml compliance for recaptcha ( #46195 ) - note, that this will not work in IE
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9645 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 13:31:26 +00:00
Meik Sievertsen
afc0ef93c5
add check to newly registered function to not execute this more than once
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9644 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 11:13:20 +00:00
Joas Schilling
8e59781b73
Fix bug #44225 - Bad language-string on "Stick topic for X days"
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9643 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 10:48:14 +00:00
Joas Schilling
37a054897f
Fix bug #37235 - Correctly describe founder permissions on trace-information
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 10:46:28 +00:00
Meik Sievertsen
f056e205ad
rename user_id in confirm_box to confirm_uid. We are able to do this because confirm_box is completely transparent to the outside.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9641 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 10:40:52 +00:00
Meik Sievertsen
050567483f
Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9640 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 09:36:13 +00:00
Joas Schilling
9d56fa5e70
Fix bug #37015 - PMs - message history opacity
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9639 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 22:41:46 +00:00
Joas Schilling
5ea9f6e3fc
Fix bug #31975 - Enhance obtain_users_online_string to be able to return user-lists for other session-items
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9638 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 22:38:39 +00:00
Gabriel Vazquez
c3da86afc6
Fixed bug #45735
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9637 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 19:23:02 +00:00
Meik Sievertsen
433de350c0
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
...
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
As a coincidence also Bug #46535 got fixed.
Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 18:45:16 +00:00
Joas Schilling
0d626d77bf
Fix bug #46865 - Add unapproved topic icon for moderators on forum list
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9635 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 16:51:01 +00:00
Ruslan Uzdenov
ab5194ced4
Fix bug #43005 - Imageset Export/Import
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9634 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 16:08:14 +00:00
Joas Schilling
7d605da65b
Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_path
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9633 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 22:07:27 +00:00
Joas Schilling
d85a5ad036
Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9632 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 22:03:19 +00:00
Andreas Fischer
6e884de000
Follow coding guidelines for language strings (Related to r9575, Bug #46875 - Patch for acp/board by Raimon).
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9631 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 15:30:38 +00:00
Meik Sievertsen
bdcdf4fc93
the + is one too much. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9630 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 15:07:54 +00:00
Gabriel Vazquez
7cebffe72f
Fixed bug #14304
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9629 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 14:58:21 +00:00
Henry Sudhof
566bd3b791
props
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9628 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 12:44:49 +00:00
Henry Sudhof
be81ae9e46
should fix garbage collection
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9627 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 12:38:08 +00:00
Henry Sudhof
5d9cf2aa41
Make captchas stricter by oly having one entry per session; fix a bug in ucp_register that caused three captcha instances to be generated. Non-MySQL databases and garbage collecting needs extensive testing.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9626 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 12:31:28 +00:00
Meik Sievertsen
d7d96223e7
- Display coloured usernames in ACP groups management screens
...
- Changed behaviour of group_create() function to support specifying additional group columns
- New groups option to excempt group leaders from group permissions
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9625 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-19 09:51:50 +00:00
Ruslan Uzdenov
ac1fd3c740
Fix bug #16555 - Word censoring doesn't support unicode strings
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9624 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 23:21:19 +00:00
Joas Schilling
eb5498dd55
Fix bug #31405 - Ability to define column split in FAQ/BBCode help (Bug #31405 )
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9623 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 18:12:28 +00:00
Joas Schilling
7d3c89e25a
Fix bug #33745 - Correctly orientate quoted text image on RTL languages
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9622 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 18:01:42 +00:00
Chris Smith
d555983684
Typo in r9613
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9621 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 15:57:55 +00:00
Chris Smith
de81a5499e
'I think the phrase rhymes with Clucking Bell!'
...
Fix spaces in r9618 stupid [code] block :@
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9620 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 13:08:02 +00:00
Chris Smith
11d8d3455a
Changes to r9617 Fix a template compilation issue, and reshuffle the code. The added template complexity made it more of a problem to check the variables correctly, hence simplification.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9619 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 12:59:43 +00:00
Chris Smith
e3af301523
Finally stop this annoyance, if PDO is shared module it must be loaded for the SQLite extension to work
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9618 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 12:56:59 +00:00
Ruslan Uzdenov
a4e817e322
Fix bug #10519 - "View user notes" and "Warn user" links shown even if modules disabled
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9617 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:43:16 +00:00
Joas Schilling
7bee180a78
Fix bug #45995 - Prune mutiple users instructions
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9616 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:23:30 +00:00
Joas Schilling
ab33dd2b08
Change bug #26545 - Smilies no longer require the f_bbcode permission.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9615 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:07:22 +00:00
Joas Schilling
815bbac230
fix r9604
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9614 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:04:54 +00:00
Joas Schilling
d978dae5a1
Fix bug #19945 - Wrong description in UCP group managment implicates missing feature
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9613 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:01:37 +00:00
Joas Schilling
ca1be2bf25
Fix bug #39875 - Empty error message in UCP folder management when creating folder without name
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9612 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 10:44:38 +00:00
Joas Schilling
737812dc44
fix r9602
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9611 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 15:38:08 +00:00
Henry Sudhof
5943407cdc
This will need some further work
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9610 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 13:30:55 +00:00
Henry Sudhof
c6c6841cfb
Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9609 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 13:29:26 +00:00
Joas Schilling
2a079ecb52
fix r9607 - correct changelog
...
Authorised by: ToonArmy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9608 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 13:07:00 +00:00
Joas Schilling
0e5cc91d6b
Fix bug #22665 - Display and highlight already used rank images while assigning new rank
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9607 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 12:17:19 +00:00
Joas Schilling
afddcaecf2
fix r9605
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9606 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 12:15:54 +00:00
Joas Schilling
7b0d5c0164
Fix bug #41555 - Fix function to recalculate Binary Tree
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9605 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 10:40:32 +00:00
Joas Schilling
2b020c6327
Fix bug #20625 - Do not display birthdays of banned users
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9604 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 10:01:54 +00:00
Joas Schilling
ac72c7e049
Fix bug #20775 - Display user's Jabber address in popup when Jabber functionality is disabled
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9603 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 09:59:49 +00:00
Joas Schilling
3b181245b2
Change bug #21825 - Banning/unbanning users now generates an entry in their user notes
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9602 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 09:10:48 +00:00
Joas Schilling
c9cef63cc6
Fix bug #19135 - Exclude forum from active topics option is ignored
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9601 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-17 09:08:24 +00:00
Joas Schilling
ef0eed4d9e
Fix bug #46145 - Template cache error for files of template-subfolders
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9600 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-16 16:13:53 +00:00
Ruslan Uzdenov
bfc8906a5e
Fix bug #40245 - Attachments table is not being updated when deleting user and retaining his posts
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9599 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-16 14:36:12 +00:00
Meik Sievertsen
ce144ab0ba
Fix Oracle database backup (Bug #46715 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9598 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-16 14:14:07 +00:00
Joas Schilling
d8b0f2f310
Fix bug #40205 - Wrong message shown to user, when adding bots to friends/foes
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9597 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-16 14:06:56 +00:00
Joas Schilling
ef28393fd4
Fix bug #38435 - Incorrect layout when loading PM-draft
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9596 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-16 14:03:51 +00:00
Andreas Fischer
a49eef594b
Fix bug #46455 - Make sure can_load_dll() is available.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9595 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-15 11:21:27 +00:00
Andreas Fischer
8c79920a55
Fix bug #45585 - Show error if hostname lookup doesn't return a valid IP address when banning.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9594 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-15 11:19:19 +00:00
Andreas Fischer
f8f4b1373f
Addition to r9577: Remove unnecessary integer casting. request_var() already does that.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9593 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-14 22:38:00 +00:00
Henry Sudhof
f32ca6c9bd
#46515
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9592 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-14 15:47:35 +00:00
Henry Sudhof
b60f96c4ec
See if this plays out: do not require people to re-enter the CAPTCHA
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9591 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-14 15:24:03 +00:00
Chris Smith
6424647f65
Quote BBCode doesn't need f_reply now. #16079
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9590 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-14 11:09:39 +00:00
Chris Smith
4758d49b9b
view_log() breaks if the serialized data is corrupt. #46545
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9589 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-14 10:53:08 +00:00
Meik Sievertsen
e69fe56634
- fix sql_column_exists for firebird (had same problem as oracle)
...
- fix sql_column_change for firebird (interbase6 only supports TYPE and SET DEFAULT, but not the same syntax ass ADD COLUMN)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9586 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 16:04:54 +00:00
Meik Sievertsen
d8e78c766b
like firebird, oracle uses uppercase column names if delimiter used (Fixes Bug #46015 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9585 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 15:00:33 +00:00
Meik Sievertsen
8d4ddc3b23
erm, we need to check if the feed module is already there
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9584 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 14:55:30 +00:00
Meik Sievertsen
d843dbd046
Fix sql_column_exists for oracle (oracle uses uppercase table names)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9583 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 14:48:45 +00:00
Meik Sievertsen
2d30e88089
use same method to update custom profile fields in UCP and ACP (and then i am able to debug what is wrong with the oracle code)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9582 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 14:23:04 +00:00
Henry Sudhof
11dc410633
Oh right. PHP4
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9581 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 14:09:51 +00:00
Andreas Fischer
cf3aad78cf
Fix bug #46355 - Only change topic/post icon if icons are enabled and user is allowed to.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9580 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 13:59:45 +00:00
Chris Smith
75ae7aee97
Fix some issues with XCache, can't totally resolve the purge() method as XCache does not expose its settings to userland PHP. #46435
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9579 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 13:14:27 +00:00
Meik Sievertsen
290893c3a7
#44745 - fix empty action in ucp groups
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9578 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 12:58:17 +00:00
Andreas Fischer
12de4efca4
Fix bug #46255 - Allow friends/foes to be added and removed at the same time.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9577 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-13 12:40:15 +00:00
Henry Sudhof
8c246032cc
fix preview in ACP
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9576 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 15:24:30 +00:00
Meik Sievertsen
863d7a7614
First ATOM Feed commit/integration
...
- Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 14:41:03 +00:00
Meik Sievertsen
e71bae0e7a
Fix dynamic config update routine error if firebird is used (Bug #46315 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9574 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 13:56:40 +00:00
Andreas Fischer
8f46e94294
Fix bugs #25545 , #26315 and #31325 - Mostly XHTML mistakes in prosilver and the ACP.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9573 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 12:29:08 +00:00
Andreas Fischer
8959911992
Fix bug #45765 - Correctly hide skiplink in prosilver right-to-left mode (thanks prototech).
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9572 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 11:56:56 +00:00
Chris Smith
b04d55f6e7
*sigh* correct spelling in changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9571 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 00:28:29 +00:00
Chris Smith
76cffeff0a
Dynamic template includes :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9570 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-11 16:53:45 +00:00
Andreas Fischer
92b6e5400e
Fix bug #45345 - Also remove data from friend/foe table when deleting user (patch by nickvergessen).
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9569 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-11 13:12:04 +00:00
Henry Sudhof
41a2f0fb03
language collision
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9568 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-10 12:28:41 +00:00
Chris Smith
7650b6526f
Fix a regression introduced in r9470 #45895
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9567 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-09 18:09:29 +00:00
Andreas Fischer
1f05faf25c
Fix bug #46215 - Adjust viewonline filename regular expression to be less strict.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9566 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-09 15:52:03 +00:00
Andreas Fischer
2af8393d0f
Fix bug #45705 - Show error in the ACP when template folder is not readable.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-08 22:33:30 +00:00
Andreas Fischer
9f21f1ab5e
Fix bug #44665 - Add index on log_time to the log table to prevent slowdown on boards with many log entries.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9564 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-08 12:36:26 +00:00
Andreas Fischer
27d4c7229d
Fix bug #34295 - Move post bump information markup to the template.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9563 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-08 10:17:08 +00:00
Andreas Fischer
a3c5562a0d
Fix Bugs #38555 , #45505 , #45785 and #45865 - Various XHTML mistakes in prosilver and subsilver2.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9562 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-08 10:11:43 +00:00
Andreas Fischer
0c57363fbc
Fix bug #46065 - Correctly show private message history
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9561 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-08 10:05:44 +00:00
Meik Sievertsen
0c19784ab9
for the time being pushed to 3.2.x
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9560 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-07 18:09:51 +00:00
Meik Sievertsen
a539fca62b
some corrections, only very minor things.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9554 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-07 11:34:01 +00:00
Nils Adermann
711f482cb6
- Class loaders for both frameworks:
...
eZComponents through a loader object
Zend Framework with an autoload function
Example usage:
require("{$phpbb_root_path}includes/ezcomponents/loader.$phpEx");
require("{$phpbb_root_path}includes/Zend/loader.$phpEx");
$loader = new phpbb_ezcomponents_loader();
$loader->load_component('search');
$handler = new ezcSearchZendLuceneHandler( '/tmp/lucene' );
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9552 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 23:20:10 +00:00
Nils Adermann
e63b76b22a
copy of Zend's base Exception file, needs to be updated manually :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9551 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 22:07:59 +00:00
Nils Adermann
8edab09b7a
no single file externals in this version of svn yet :(
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9550 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 22:07:13 +00:00
Nils Adermann
939286499b
- corrected svn:externals setting as well as adding Zend Search
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9549 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 22:05:23 +00:00
Nils Adermann
b64c1e2fbf
- Add Base component, too
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9548 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 21:01:02 +00:00
Nils Adermann
5a586dda85
removing empty dir
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9547 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 20:59:18 +00:00
Nils Adermann
dbe2201cbe
- required dependencies for an ezcSearch search backend
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9546 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 20:58:41 +00:00
Andreas Fischer
f9c6ced064
Fixed bug #45695 - Guests can't report posts in prosilver
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9545 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-05 23:00:53 +00:00
Chris Smith
9c00496ff5
Fix a small bug with xcache (thanks bantu), and some code consistency changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-05 15:40:56 +00:00
Chris Smith
a7c7f6a6a8
Here we go! New data format for the file ACM module:
...
- No longer PHP files that are included
- Contain a simple PHP header to stop people attempting to read them
- Read using file system functions only reading as much data as required
Result is:
- Better performance by minimising file system reads
- Injected HTML from nasty scripts no longer contaminates the board
- Opcode caches are no longer thrashed and fragmented by the many files we generate
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9543 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-05 14:51:17 +00:00
Meik Sievertsen
9961ea9c2a
adjust authors file to reflect current state. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9542 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-05 11:22:43 +00:00
Chris Smith
832c6b2f62
Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server.
...
[1] http://area51.phpbb.com/phpBB/viewtopic.php?p=201739#p201739
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9541 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 15:59:42 +00:00
Chris Smith
cd1c5de3a5
Finished I hope, appropriate errors when modules are missing.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 15:37:53 +00:00
Chris Smith
710604caa3
Fix DOS line endings, evil<3 this doesn't count as spam you told me to :P
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9539 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 15:09:59 +00:00
Chris Smith
0cdad21cb3
Introduce XCache and eAccelerator, make some small changes to the abstract, forgot a period in the command for r9537 :(
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9538 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 15:04:36 +00:00
Chris Smith
2230e32514
Introduce XCache and eAccelerator, make some small changes to the abstract
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9537 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 15:04:14 +00:00
Chris Smith
aec3a498de
Lets follow some PHP4 conventions underscores for internal methods.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9536 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 14:34:07 +00:00
Chris Smith
43f19387ff
Fix properties
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9535 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 14:03:16 +00:00
Chris Smith
6c025db9ec
Add APC
...
Modify Memcache to use the memory abstract
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9534 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 14:00:34 +00:00
Chris Smith
63c830af34
ACM memory abstract class
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9533 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 13:52:37 +00:00
Chris Smith
a975f8454a
Fix up and tidy :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9532 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 13:30:01 +00:00
Chris Smith
5478ef15d3
Backport memcache ACM module from Ascraeus
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9531 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-04 12:29:34 +00:00
Chris Smith
05548f8f05
Correctly split UTF-8 encoded strings when using mail(). #45815
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9530 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-03 16:29:26 +00:00
Henry Sudhof
8fc412f26a
#44955
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9529 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-03 12:13:01 +00:00
Chris Smith
be8457d3c4
Correctly determine writable status of files on Windows operating system. #39035
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9528 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-03 10:19:17 +00:00
Chris Smith
62aa26c9a6
- Stop people messing around #45935
...
- Ensure the Accept-Language header actually picks up a directory.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9527 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-02 22:12:37 +00:00
Chris Smith
ffbc25e17a
New caching plugin, won't cache anything
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9526 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-02 21:29:51 +00:00
Henry Sudhof
1a9202b164
Okay...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9525 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-02 14:25:11 +00:00
Henry Sudhof
b776d02682
Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9524 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-02 14:12:23 +00:00
Henry Sudhof
b9ece6bdfe
#44875
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9523 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-02 13:51:19 +00:00
Meik Sievertsen
6c2760a736
Tag 3.0.5 release before we release
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_5@9522 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-31 15:26:58 +00:00
Meik Sievertsen
4a36fe5264
update version number
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9521 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-31 10:46:40 +00:00
Chris Smith
a7f57d0aa1
Fix a regression in r9498, activation could really do with an overhaul :(
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9520 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-29 19:55:42 +00:00
Meik Sievertsen
928fc7be97
suppress warnings (stat failed). Though may be good to know... why!
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9519 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-23 16:11:40 +00:00
Chris Smith
6e11b7181d
Fix installer under PHP 5.3. #45255
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9518 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-20 12:37:35 +00:00
Meik Sievertsen
8037937eb8
late fix for #45335 (incorrect log message for update if using old updater)
...
late fix committed because change does not effect update files or patch
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9517 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-19 11:19:06 +00:00
Jim Wigginton
bf062c1cf5
late fix for #44905
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9516 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-14 05:15:27 +00:00
Meik Sievertsen
29cd21102d
late fix for #44845 (phpBB debug notice for some search terms)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9515 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-13 10:42:44 +00:00
Henry Sudhof
ddb5a5f146
late fix for #45135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9514 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-13 10:19:43 +00:00
Meik Sievertsen
7e0f5c0b7c
honestly... i do not see this as a security issue (you may indeed enlight me though)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9513 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-08 14:50:23 +00:00
Chris Smith
5922b20e0d
Apparently that bug was reported
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9512 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-08 13:57:36 +00:00
Henry Sudhof
0b9e7bf73b
late fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9511 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-08 11:48:51 +00:00
Meik Sievertsen
6c3532761b
slight change for 3.0.5 for updating.
...
- only return auth options having 2 or more columns (does not change the outcome, the script works fine)
- purge the theme after a successful update the easy way to let style.php do the job
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9510 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-06 08:38:30 +00:00
Meik Sievertsen
6485d66743
3.0.5-RC1 release
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_5-RC1@9509 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-03 12:02:38 +00:00
Meik Sievertsen
4bf4f8588e
gah... philiip is correct, instead of %2s of course %2$s
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9508 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-03 11:18:08 +00:00
Meik Sievertsen
0f695bf035
specialchars in changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9507 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-02 12:59:48 +00:00
Meik Sievertsen
f6cf55fac7
very tiny adjustement
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9506 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 12:00:44 +00:00
Meik Sievertsen
88ab6cb3bb
stupid me forgot to add a function for backwards compatibility :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9505 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 11:08:48 +00:00
Meik Sievertsen
601bb75d3c
Fix for #r9342 for bug #41385
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9504 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 10:10:35 +00:00
Meik Sievertsen
864c634060
Set new version...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9503 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 10:06:41 +00:00
Meik Sievertsen
2e4174da2a
make search_indexing_state dynamic. This is related to bug #44535 - although i think we only fix the symptoms and not the cause.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9502 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 09:59:57 +00:00
Jim Wigginton
e45bc987b4
Fixed bug # 43305 - IE8 textarea issues
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9501 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 05:32:29 +00:00
Meik Sievertsen
3275fd6e3a
#44655
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9500 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-30 08:30:01 +00:00
Meik Sievertsen
4ea3402f93
Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9499 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-30 08:15:32 +00:00
Chris Smith
de617ed0df
Minor security problem, discovered internally. Requires the user to know the activation key which is not normally possible when admin activation is turned on. #41625
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9498 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-29 18:30:26 +00:00
Meik Sievertsen
0902ba6d21
just a space/tab correction
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9497 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-29 16:00:59 +00:00
Meik Sievertsen
66a9d467ce
only pre-fill forums if in forum mode (else it is too irritating to see the forum select skipped on user/group selection screens)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9496 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-29 14:52:43 +00:00
Meik Sievertsen
dd80961b11
due to popular demand... this may be quite useful for automatic installer and modifications
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9495 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-29 13:41:49 +00:00
Meik Sievertsen
2547ca9635
Bug #44525 - do not try to fetch existing username var in cookie set by external applications on pm'ing
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9494 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 16:16:24 +00:00
Meik Sievertsen
dc1e334d07
bring mysql upgrader up-to-date with 3.0.5-dev
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9493 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 14:14:32 +00:00
Meik Sievertsen
ab122983f7
Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9492 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 11:18:02 +00:00
Meik Sievertsen
0f085848a6
Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9491 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 09:35:36 +00:00
Meik Sievertsen
7c418dee55
#44485 - we only send a 503 header if it is a search engine.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9490 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-28 08:34:30 +00:00
Meik Sievertsen
66918d2ff8
fix background issue in IE6 on teams page (Bug #40265 - patch by Raimon)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9489 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-27 10:08:08 +00:00
Meik Sievertsen
422e472936
remove item from change log
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9488 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-26 15:12:54 +00:00
Meik Sievertsen
5ad7caebc8
group by is required to be correct, but this creates a temporary table. I do not think we will let "new posts" display non-approved posts...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9487 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-26 15:11:32 +00:00
Meik Sievertsen
a15276a66a
revert query change which caused boards to halt.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9486 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-26 14:53:05 +00:00
Jim Wigginton
b8d5f16403
Fixed bug # 42885 - "Select all" selects much too much in Opera
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9485 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-25 13:56:36 +00:00
Meik Sievertsen
6816cf292f
do not use spamhaus XBL list - it has too much false positives due to the dynamic IPs
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9484 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-25 08:52:11 +00:00
Chris Smith
f9e9274bc3
Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9483 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-24 20:52:00 +00:00
Jim Wigginton
f6bb6dda3f
Fixed bug #'ers 42585, 35505, 36675, and 42705
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9482 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-24 17:27:10 +00:00
Meik Sievertsen
c335507027
Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9481 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-23 12:34:45 +00:00
Henry Sudhof
696aff3169
#41575
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9480 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-22 13:11:13 +00:00
Henry Sudhof
cc71622def
rollback
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9479 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-22 13:09:41 +00:00
Meik Sievertsen
300dcfbaf9
use correct e-mail term. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9478 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-22 13:08:23 +00:00
Henry Sudhof
d3f6ce4b4b
#41575
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9477 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-22 12:54:33 +00:00
Meik Sievertsen
214ea1c52d
apply foreground color to select fields (Bug #44215 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9476 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-22 12:25:27 +00:00
Meik Sievertsen
17ad5dcd66
#43345 - log changes to visual confirmation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9475 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 18:43:31 +00:00
Meik Sievertsen
9512b82e1d
#43755 - also return GiB sizes for get_formatted_filesize(), patch by nickvergessen
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9474 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 18:40:15 +00:00
Meik Sievertsen
59763841b3
Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9473 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:46:34 +00:00
Meik Sievertsen
eb49218428
Fix topic title only and first post search option with the SQL_CALC_FOUND_ROWS fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9472 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:42:31 +00:00
Meik Sievertsen
7b07476207
erm, forgot to globalize $config. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:30:58 +00:00
Meik Sievertsen
e3bdaea265
Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9470 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:22:41 +00:00
Meik Sievertsen
b4388d0ed1
forgot one instance where the min/max captcha chars need to be applied ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9469 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 15:31:59 +00:00
Henry Sudhof
53aa37cd66
#44105
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9467 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 16:10:39 +00:00
Meik Sievertsen
4307a2c07f
Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9466 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 16:05:25 +00:00
Meik Sievertsen
77e21fc054
encode imageset path in user->img (may not fix any other issues regarding style names with spaces) - #28885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9465 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:58:31 +00:00
Meik Sievertsen
9134cb2175
remove hardcoded size unit for PHP_SIZE_OVERRUN error (Bug #29935 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9464 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:52:40 +00:00
Meik Sievertsen
a862451b19
#30425 - fix grammar in FAQ
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9463 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:39:03 +00:00
Meik Sievertsen
87f1ef1e91
Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9462 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:35:56 +00:00
Meik Sievertsen
a7be268aa6
change arabic-numbers list-style-type to correct type decimal (Bug #30775 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9461 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:23:17 +00:00
Meik Sievertsen
556b177e9c
#26145
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9460 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:18:03 +00:00
Meik Sievertsen
ac9e147289
Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9459 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 15:08:09 +00:00
Meik Sievertsen
b1597679c2
add missing $super assignment - Bug #43635
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9458 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 14:58:16 +00:00
Meik Sievertsen
18b565e8cd
remove unused language key
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9457 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 14:54:41 +00:00
Meik Sievertsen
cee46c7941
force non-relative date for pm forwards (thanks chris. :))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9456 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:19:29 +00:00
Meik Sievertsen
83ed73c9b4
fix forum_style column. :/ Bug #38905
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9455 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:16:20 +00:00
Meik Sievertsen
7d28ad9106
fix for #r9451
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9454 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:15:44 +00:00
Meik Sievertsen
60422b7b78
#40865 - no message parsing for messages evaluating to false
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9453 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:07:51 +00:00
Meik Sievertsen
93b3103c31
Use L_EMAIL variants consistently... also added comments for translators to indicate where which variant is used (Bug #39495 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9452 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 13:05:11 +00:00
Meik Sievertsen
6408f1dc7e
PM Export uses ISO 8601 date now. (Bug #32645 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9451 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 12:47:59 +00:00
Meik Sievertsen
b8b578cd99
Messenger now also able to use a custom language path. (Bug #36545 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9450 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 09:08:34 +00:00
Meik Sievertsen
0a139376ab
fix revision #r9430 - all hail the math!
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9449 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-16 15:39:29 +00:00
Henry Sudhof
7479592c81
Some changes to the SAPI detection. The weird fact that it doesn't work without remains.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9448 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-14 13:59:12 +00:00
Henry Sudhof
ea3c9282b0
#43965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9447 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-13 14:16:26 +00:00
Henry Sudhof
fbed7386ea
#43965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9446 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-13 13:51:18 +00:00
Meik Sievertsen
a6b423b3bd
Fix site logo with RTL on IE - Bug #27155
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9445 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:55:12 +00:00
Meik Sievertsen
4193b22bd9
On permissions, return to user/group/forum selection, 2nd step, instead of 1st step - #27615 - patch by schumi
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9444 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:49:54 +00:00
Meik Sievertsen
3a7758da68
#36405
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9443 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:28:12 +00:00
Meik Sievertsen
b594108883
hide login boxes for search engines - #43565
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9442 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:24:03 +00:00
Meik Sievertsen
e35b5c26e6
Fix skipping messages if using next/prev PM in history links. (Bug #22205 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9441 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-12 13:21:25 +00:00
Meik Sievertsen
0319733ea8
[Change] Performance improvements for native fulltext search (patch by Paul)
...
(This has been tested for 2 weeks in a live environment)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9440 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 13:49:32 +00:00
Meik Sievertsen
77fcc367e2
SQL optimizations
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9439 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 11:10:07 +00:00
Meik Sievertsen
4d9b106db2
New search option: Maximum number of words allowed to search for.
...
(the more words the more database load)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9438 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 11:09:45 +00:00
Meik Sievertsen
cda9e5e9ec
a language alteration for captchas.
...
Added min/max captcha chars constants and changed the length from 5-8 to 4-7
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9437 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 09:11:08 +00:00
Meik Sievertsen
a4c1de46b7
Correct alt tag for compose message and message locked - Bug #31525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9436 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 11:57:06 +00:00
Meik Sievertsen
5404af2d29
Force full date on print view (Bug #40355 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9435 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 10:21:49 +00:00
Meik Sievertsen
3e27316cc3
#30275 (css error)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9434 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 10:16:04 +00:00
Meik Sievertsen
c801cc9a1f
fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug #43115 , #43105 , #30395
...
Thanks to j5_dev for reporting this
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9433 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 10:13:20 +00:00
Meik Sievertsen
beb73bc127
hmm... remove <!-- TEST -->
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9432 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 09:23:53 +00:00
Meik Sievertsen
ea5be14933
also redirect to topic if forum id not specified (Bug #30855 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9431 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 09:21:47 +00:00
Meik Sievertsen
d7a8d7ad09
Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9430 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-10 07:54:52 +00:00
Meik Sievertsen
2155bbbf8a
Erm, yes, we use EOL in queue too. :/ (me is ashamed). Paul, thanks for giving me access to debug this.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9429 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-08 18:08:54 +00:00
Meik Sievertsen
a97b5f5ed8
support _ in file names in viewonline - Bug #40405
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9428 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-08 17:33:51 +00:00
Meik Sievertsen
abc458bc2a
make sure eol is set (if PHP_EOL is empty? :o)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9427 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-08 16:40:39 +00:00
Meik Sievertsen
9066aae03f
Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055 , #43515 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9426 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-08 16:18:58 +00:00
Chris Smith
1e908f078e
Revert r9422 while we come up with a better fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9425 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-07 12:50:31 +00:00
Meik Sievertsen
e2f445ae14
Fix infinite loop in truncate_string (Bug #43475 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9424 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-04 11:05:47 +00:00
Meik Sievertsen
66a33c75a5
Fix infinite loop in truncate_string (Bug #43475 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9423 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-04 10:55:58 +00:00
Jim Wigginton
b9f426355c
Fixed bug # 42885 - "Select all" selects much too much in Opera
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9422 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-01 22:37:50 +00:00
Henry Sudhof
70c7e59f66
#43665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9421 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-31 15:16:49 +00:00
Chris Smith
bc1ee36ed3
Conflict resolution again oops
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9420 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-31 12:41:48 +00:00
Chris Smith
193396e9d0
Enforce correct case for template variables. {var} no longer works for example.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9419 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-31 12:21:36 +00:00
Meik Sievertsen
607389caf0
#43595 - we should also check for existing classes and use include instead of include_once (of course)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9418 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 14:03:28 +00:00
Meik Sievertsen
1f5fd0b721
Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9417 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 13:52:58 +00:00
Meik Sievertsen
6d601d3bfc
Sort backups by date, newest first (Bug #14818 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9416 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 13:32:57 +00:00
Meik Sievertsen
80c597fadf
fix ordered list display in forum rules - #14785
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9415 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 13:13:09 +00:00
Meik Sievertsen
9d3d63181f
Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9414 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 11:09:51 +00:00
Meik Sievertsen
1fae177b9a
Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9412 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-30 10:44:18 +00:00
Meik Sievertsen
e6ed42ed4d
- Add indicator to be used in code if session was created (user visits the site for the first time)
...
- Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9411 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-28 18:34:09 +00:00
Meik Sievertsen
45b22fd31f
fix unkown variable problem. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9410 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-28 15:18:53 +00:00
Meik Sievertsen
f5467430bd
speed up group deletion and correctly display user parameter if group membership changed in acp -> users -> groups
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9409 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-27 16:39:19 +00:00
Henry Sudhof
3e6fbb1c6d
Inherit the bitfield
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9408 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-26 13:00:49 +00:00
Jim Wigginton
bf2f19cffe
Fixed bug # 42455 - Cursor Jumps on New Topic in IE
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9407 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-25 16:16:04 +00:00
Jim Wigginton
777c753890
Fixed bug #40565 – Cancel when replying to global announcement redirects to first forum - not to the current forum
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9406 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-24 16:43:52 +00:00
Meik Sievertsen
d75616c717
unfortunately we are not able to use db_tools - because we do not know the state it is in, therefore can't rely on it.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9405 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-24 12:24:55 +00:00
Henry Sudhof
fd903a5324
some shapes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9403 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-20 16:34:06 +00:00
Meik Sievertsen
df619df149
#40905
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9402 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-20 14:07:58 +00:00
Meik Sievertsen
1afa921cb6
#36005 - patch by raimon - wrap on group display for info column
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9401 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-20 13:26:04 +00:00
Meik Sievertsen
0f162568f2
Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385 , #40225 )
...
Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9400 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-20 13:22:19 +00:00
Chris Smith
06c4fbf81f
SQL optimisations
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9399 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-19 19:24:47 +00:00
Meik Sievertsen
e461162847
Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
...
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-19 17:01:59 +00:00
Meik Sievertsen
bcabff8a1f
do not use coppa group as failover if disabled (remove user from group)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9397 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-19 14:27:12 +00:00
Henry Sudhof
8f9b90983f
small SQL optimization
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9396 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-19 13:28:15 +00:00
Henry Sudhof
c6070d6dac
small SQL optimization
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9395 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-19 13:25:00 +00:00
Meik Sievertsen
233e62f0b5
backport 3.2 version of phpbb_chmod() - need to be tested further...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9394 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-18 18:09:14 +00:00
Chris Smith
159eb5cbb4
XHTML error in prosilver. #43015
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9393 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 22:32:21 +00:00
Meik Sievertsen
47fdd374bd
this was not supposed to be committed yet - it is completely untested
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9392 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 16:58:10 +00:00
Henry Sudhof
9f023e4711
erm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9391 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 16:13:57 +00:00
Henry Sudhof
01078bb2fa
captcha changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9390 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 16:04:58 +00:00
Meik Sievertsen
1e36ed1f74
Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9389 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 15:50:19 +00:00
Meik Sievertsen
308ded3f55
Bug #39735 - force full date on bump message
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9388 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 15:31:03 +00:00
Meik Sievertsen
a80f7a5ea1
Use FQDN for SMTP EHLO/HELO command. (Bug #41025 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9387 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 15:23:57 +00:00
Meik Sievertsen
7a23115600
Bug #41175 - wrong call to mb_ereg_search_init() (second commit)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9386 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 15:16:24 +00:00
Meik Sievertsen
f515a8ee73
Bug #41175 - wrong call to mb_ereg_search_init()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9385 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 15:10:51 +00:00
Meik Sievertsen
d4ac2d4209
Flash files do not display anymore after update to flash player 10 (Bug #41315 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9384 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 14:42:13 +00:00
Meik Sievertsen
8dfc457858
Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9383 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 12:02:48 +00:00
Meik Sievertsen
f522d2b857
further commit for #r9376 for bug #42345
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9382 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 11:54:26 +00:00
Meik Sievertsen
0ebe5b4b6a
#42985 - use path in JS instead of name
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9381 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-17 11:40:56 +00:00
Chris Smith
d6ef1e4746
gah stupid conflict resolution :@ fix line ending in r9379
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9380 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 22:41:37 +00:00
Chris Smith
b933bc87e2
Deleting private message attachments could delete post attachments. #42815
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9379 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 22:39:37 +00:00
Meik Sievertsen
272cde8251
Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9378 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 17:08:28 +00:00
Meik Sievertsen
d4b33ccac0
Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9377 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 17:03:26 +00:00
Meik Sievertsen
357e984902
#42345 - posts instead of messages in language pack (log entry)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9376 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 16:49:02 +00:00
Meik Sievertsen
133623f6cf
#42375 - correctly state what happens (word censors not affecting usernames for registration)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9375 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 16:47:16 +00:00
Meik Sievertsen
3c5b06f8aa
Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9374 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 16:34:16 +00:00
Meik Sievertsen
3b918a234e
Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9373 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 15:59:53 +00:00
Meik Sievertsen
d7b4e9e863
Better thumbnail quality with imagemagick (Bug #42565 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9372 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 15:27:25 +00:00
Meik Sievertsen
48ffd72f6f
Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9371 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 14:45:22 +00:00
Meik Sievertsen
21aeaab002
fix bug #42785
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9370 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 14:35:14 +00:00
Meik Sievertsen
549fefecb2
add support for multiple_select
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9369 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-16 12:08:38 +00:00
Chris Smith
228e693559
Fix r9363, DEFINE uses template_compile::compile() which was generating really broken PHP :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9368 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-14 02:08:04 +00:00
Chris Smith
458e7946c9
bantu is being picky but correct
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9367 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-11 18:25:54 +00:00
Meik Sievertsen
43540f441d
for using the same cached file we need to have exact queries. :P
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9366 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-11 17:47:31 +00:00
Chris Smith
0d4a76a875
Hide font size options which are bigger than the allowed size in the editor. #42615
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-11 17:11:10 +00:00
Meik Sievertsen
61135f65b9
Use OS-specific line endings for mail headers. (related to Bug #42755 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9364 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-11 16:23:12 +00:00
Meik Sievertsen
d9468c35da
add IN_PHPBB check to generated cache files
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9363 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-11 12:53:54 +00:00
Meik Sievertsen
63ed823137
fix bug #42635 (missed identity)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9361 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-08 13:24:12 +00:00
Meik Sievertsen
169a228899
Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9360 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-07 16:02:17 +00:00
Meik Sievertsen
77ca063131
the addition was completely unrelated to the bug report. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9359 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-06 15:34:31 +00:00
Chris Smith
fc0ae23d34
Bug number for create table in db_tools
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9358 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-06 15:23:57 +00:00
Meik Sievertsen
d80291bd9d
forgot to commit changelog entries for database updater and db_tools
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9357 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-04 10:16:03 +00:00
Jim Wigginton
aef857c98d
Fixed bug # 41435
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9356 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-02 23:16:35 +00:00
Henry Sudhof
67537911a4
#42355
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9355 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-02 11:56:29 +00:00
Chris Smith
3896f64ba5
Removed the major version number from the useragent match of the Ichiro bot, it has been upgraded
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9354 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-02 02:33:15 +00:00
Meik Sievertsen
36ccf7c6d7
Fix infinite loop in message handler if cache directory is not writable. (Bug #38675 )
...
- newer PHP versions handle this quite fine, a Fatal Error is returned in this case
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9353 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-01 13:37:53 +00:00
Chris Smith
d597eacce5
Correct mbstring regular expression for the allowable username characters. #42325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9352 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-03-01 00:11:20 +00:00
Meik Sievertsen
62973fa504
- adjust db_tools again to not remove any schema (they may be required)
...
- fill dbms version if not yet filled
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9351 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-28 19:22:27 +00:00
Meik Sievertsen
bfa4e6038e
refactor the database updater:
...
- no longer support versions prior 3.0.0
- more apparent place for adding schema/data changes
- use db_tools
- added check for wrong schema (MySQL 3x/4x schema on MySQL > 4.0)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9350 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-28 19:20:29 +00:00
Meik Sievertsen
88a74afa58
add more checks to schema changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9349 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-28 16:40:20 +00:00
Meik Sievertsen
dd059c15b6
add "drop table" and "create table" functionality to db_tools.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9347 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-28 13:55:34 +00:00
Chris Smith
005c48de98
Fixed XHTML attributes. #38465
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9345 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-27 16:48:41 +00:00
Chris Smith
67a70f7fd4
- Removed redundant code and unnecessary queries in forum management. #42265
...
- Fixed use of <b> instead of <strong> in ACP
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-27 16:29:29 +00:00
Chris Smith
cb9b42928b
Add link to user profile in the MCP for user notes and warn user.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9343 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-27 10:54:57 +00:00
Jim Wigginton
2e50df9e1a
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-26 23:46:46 +00:00
Henry Sudhof
354f9edd4e
can't they decide on one single thing...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9341 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-25 15:09:04 +00:00
Chris Smith
bd316f9c48
Log password changes via password reset function. #41365
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9340 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-23 18:00:04 +00:00
Chris Smith
52d0f2fa3c
Add correct antiabuse headers and fix #41935
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9339 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-23 17:53:24 +00:00
Henry Sudhof
f42fe3b024
Actually, this should never happen, ... #41945
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9333 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-20 14:50:43 +00:00
Henry Sudhof
a20c84497c
#41845
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9332 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-19 15:07:57 +00:00
Chris Smith
9dde23823c
Topic print view XHTML error. #41745
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9331 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-17 22:16:10 +00:00
Henry Sudhof
bb16650a89
#40435
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9330 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-17 13:04:19 +00:00
Chris Smith
7d848718a4
tiny tiny changes to r9328
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9329 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-15 18:47:00 +00:00
Chris Smith
07523011d2
Allow translation of Custom BBCode help messages.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9328 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-15 18:36:14 +00:00
Chris Smith
e18d7df6c0
Add anti-abuse email headers to acp_inactive.php and correct activation reminders
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9327 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-15 04:52:32 +00:00
Chris Smith
3167a09b9c
Changed the success message when requesting a new password to be more accurate. #41405
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9326 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-14 16:48:55 +00:00
Chris Smith
6ebd421299
Fix a problem with r9005
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9325 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-09 14:47:21 +00:00
Henry Sudhof
2966317c3f
erm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9324 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-09 11:44:02 +00:00
Henry Sudhof
520e4a0219
some fixes, need feedback about parameters and shapes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9323 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-09 11:39:35 +00:00
Henry Sudhof
b5c8b04203
a little less
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9322 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-08 14:26:00 +00:00
Henry Sudhof
f668b3c9f5
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9321 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-08 14:23:49 +00:00
Henry Sudhof
6f486b0499
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-08 14:15:49 +00:00
Chris Smith
12c605755f
Be uniform
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9319 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-08 04:49:39 +00:00
Chris Smith
24284c4224
Swap the radio options around and change the language to be uniform with the other settings
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9318 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-08 04:44:15 +00:00
Chris Smith
6c38ee10bd
Small addition to r3915, add comments about RFC
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9317 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-07 21:08:28 +00:00
Chris Smith
0da1f53540
Tiny change to accept back slashes for Windows paths, phpBB passes forward slashes but other code might not
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9316 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-07 20:56:49 +00:00
Chris Smith
14438749e0
Whois now works reliably for RIRs other than APNIC and RIPE
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9315 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-07 20:15:31 +00:00
Chris Smith
b6c056c1db
Small fix up should work now when ran from anywhere :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9314 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-07 00:34:45 +00:00
Meik Sievertsen
afb5f07213
curtesty of toonarmy :) (shows cached sql queries to determine useless sql caches)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9313 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-06 18:52:04 +00:00
Henry Sudhof
e5f0824e4b
As proposed by marshalrusty: re-hash plain MD5s left in the database
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9312 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-02-06 14:51:26 +00:00
Meik Sievertsen
f0efebefd5
better fix for bug #41085
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9311 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-29 13:08:44 +00:00
Jim Wigginton
5f77d4855d
Fixed bug #40275 - The sql query in acp_users.php lacks a condition
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9310 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 20:08:21 +00:00
Jim Wigginton
06a47f8d8b
Fixed bug #39005 - check forum_image whether it exists
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9309 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 19:16:29 +00:00
Meik Sievertsen
d8263b86bb
remove the cache for the session lookups. Actually, the disk reads/writes are more expensive than the sql queries. At phpbb.com for example this results in excessive disk access and more than 1000 cache files. This is not acceptable.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9308 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 17:54:35 +00:00
Meik Sievertsen
26b69ccafe
Fix guest/bot session problems with apache authentication plugin (Bug #41085 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9306 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 09:23:54 +00:00
Jim Wigginton
49f0ab0ccd
Fixed bug #40325 – Friend/foe system displays posts made by foes while composing
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 00:01:48 +00:00
Jim Wigginton
f78594b59d
Fixed bug #40565 – Missing end " in quote bb tag deletes text
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9304 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-26 22:53:19 +00:00
Meik Sievertsen
4b176e6ca7
and once more with feeling
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9303 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-26 16:56:43 +00:00
Meik Sievertsen
0fc07b96ce
let us change the time zone and dst setting correctly (related to Bug #38775 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9301 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-23 12:22:51 +00:00
Meik Sievertsen
c5b70d5f60
tiny fix for the installer
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9300 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-23 12:13:19 +00:00
Meik Sievertsen
f0092cd1f2
Correctly display future dates (Bug #38755 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9298 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-23 12:11:45 +00:00
Jim Wigginton
185102bc01
Fixed bug #40325 - Friend/foe system displays posts made
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9297 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-23 06:19:08 +00:00
Henry Sudhof
7103900847
New option for the GD VC. Parameters need some more tweaking
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9283 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-21 13:37:50 +00:00
Meik Sievertsen
fce20fd898
TortoiseMerge seems to mess up the newlines... very very annoying bug.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9254 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-13 10:55:04 +00:00
Meik Sievertsen
189e7cdf45
- Allow download of conflicting file for later reference in automatic updater
...
- Default difference view is now 'inline' instead of 'side by side'
- Added new option for merging differences to conflicting files in automatic updater
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9252 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-12 16:58:47 +00:00
Meik Sievertsen
507d8b0385
update diff engine to Text_Diff 1.1.0
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9251 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-12 16:47:58 +00:00
Chris Smith
0b313ad333
Remove new lines added in r9249
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9250 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-11 23:46:40 +00:00
Jim Wigginton
7da3e16ffd
Fixed bug #40015 - ban list table isn't updated upon user deletion
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9249 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-11 16:30:58 +00:00
Henry Sudhof
1553a34292
39745 - permissions should handle it, but why not
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9248 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-07 12:53:22 +00:00
Meik Sievertsen
67775c5332
fix tiny typo... the mode is no_profile instead of noprofile.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9247 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-03 12:20:05 +00:00
Meik Sievertsen
516734979c
change get_username_string() again. This time we do not try to "guess" something. We also do not cache the modes. Instead we try to only run required code and pre-compile the URL and TPL. This should give the optimal performance given the circumstances.
...
Additionally fix a small bug with profile urls if the RokBridge is used.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9217 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-24 12:06:14 +00:00
Meik Sievertsen
6b19ba450e
up to 3.0.5-dev
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9209 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-20 13:35:42 +00:00
Chris Smith
a94ed97992
Missing read permission from calls to phpbb_chmod()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9208 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-19 20:36:18 +00:00
Henry Sudhof
cd6e5a85e7
#38995
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9203 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-17 13:43:08 +00:00
Meik Sievertsen
a94c760650
Move tag 3_0_0_RC1 to 3_0_0-RC1, i tagged it wrongly
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_4-RC1@9189 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-13 12:03:47 +00:00
Meik Sievertsen
d78df35da9
Tag 3.0.4
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_4@9188 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-13 01:11:04 +00:00
Meik Sievertsen
0481a574ce
Change version number from 3.0.4-RC1 to 3.0.4
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9187 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-12 14:47:03 +00:00
Meik Sievertsen
5a0d7717f6
Fix bug #38655
...
- Since guest_username is only used for anonymous we revert back to user_id being the cache key and not caching anonymous usernames at all
- the code changes are as minimal as possible
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9184 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-11 14:46:38 +00:00
Meik Sievertsen
141eeec915
Tag phpBB 3.0.4-RC1
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_4_RC1@9183 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-08 14:37:33 +00:00
Meik Sievertsen
b34f462314
forgot to change this one - related to revision #r9136
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9182 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-07 15:18:42 +00:00
Chris Smith
ba3dc57ca2
Add in missing free result on DB query
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9179 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-06 18:23:42 +00:00
Meik Sievertsen
689831ecdd
Re-arrange the re-order code to only run if multi-aliases are used
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9178 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-06 11:11:10 +00:00
Meik Sievertsen
23de8dd0ce
make it obvious that even if the files got uploaded on an update that it is not finished yet... by replacing "Check files again" with "Continue update now"
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9177 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-05 11:36:51 +00:00
Meik Sievertsen
5c7dcec073
Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the table order is quite important in some situations. ;) Since this does not affect the operation of the other DBMS the code is placed into dbal.php.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9175 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-05 11:18:59 +00:00
Chris Smith
00d8706765
- Do not show 'Forward' button if the user cannot send PM's.
...
- Correct colspan on prosilver mcp_front.html. #37515
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9174 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 19:58:42 +00:00
Nils Adermann
c931ce3a54
not quite
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9173 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 17:01:39 +00:00
Nils Adermann
945e6e1e78
Use a left join for the topics table on search to avoid trouble with FROM syntax on some databases (Bug #37005 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9172 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 16:56:56 +00:00
Meik Sievertsen
a41e8c101d
fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9171 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 14:53:04 +00:00
Chris Smith
23d9700f07
Give a small tolerence to timestamps in the future when displaying times as 'minutes ago'
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9170 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 12:56:12 +00:00
Meik Sievertsen
866e4196f4
every second commit an pre/post-commit error... :/
...
Ask for forum password if post within passworded forum quoted in private message (Reported by nickvergessen)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9168 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 16:48:06 +00:00
Meik Sievertsen
88ddcceb3b
correctly update last topic/forum information if changing guest usernames through editing posts - Bug #38095
...
(Changelog follows)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9166 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 16:40:53 +00:00
Henry Sudhof
951a83546d
#38315
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9165 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 15:26:01 +00:00
Henry Sudhof
7261a3be67
missing entry
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9164 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 11:59:42 +00:00
Meik Sievertsen
d4a7d7a8ad
Use "less than a minute ago" instead of "0 minutes ago"
...
Use "Sent: {DATE}" in pm's, instead of "Sent at: {DATE}"
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9162 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 11:18:31 +00:00
Meik Sievertsen
10da18e829
fix the no_profile one called after another mode with the same user_id and guest_username
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9160 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-03 11:15:50 +00:00
Chris Smith
41ad04c155
Fix a regression from r9075
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9156 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 18:48:25 +00:00
Meik Sievertsen
83839139e6
dumdidum...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9155 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 17:13:34 +00:00
Meik Sievertsen
9ad79023b1
Add same redirect disable_cd_check parameter to meta_refresh - #38065
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9153 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 17:02:56 +00:00
Meik Sievertsen
3cc422b22c
Make sure a style set to "default" is also always active. ;) (Bug #37475 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9152 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 16:49:59 +00:00
Meik Sievertsen
353b7edc9a
Slight performance increase for common parameter calls to append_sid() (Bug #37555 - Patch by BartVB)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9150 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 16:23:32 +00:00
Meik Sievertsen
f766dccc3b
Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9148 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-02 16:19:09 +00:00
Chris Smith
30021ca5bc
stupid PHP manual :@ the two parameters to clearstatcache() are 5.3 only. Fix r9144
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9146 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-01 17:27:59 +00:00
Chris Smith
5474fcc4ea
Fix potential issues with the stat cache and phpbb_chmod()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9144 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-01 17:04:11 +00:00
Meik Sievertsen
eac61e53f6
do not display ban link for own profile
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9140 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 17:45:22 +00:00
Meik Sievertsen
7752023b44
force full date on "edited by" line. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9138 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 16:53:36 +00:00
Meik Sievertsen
a752a424de
[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
...
[Change] Changed prosilver date separator from 'on' to '»'
[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
[Fix] Extend vertical line for last post column if no posts in forum (Bug #37125 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9136 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 14:36:59 +00:00
Meik Sievertsen
fbabed373a
typo?
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9135 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 12:12:24 +00:00
Meik Sievertsen
2e63b9b066
Do not increment users post count after post approval if post had been posted in a forum with no post count increasing set (Bug #37865 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9133 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 12:03:43 +00:00
Meik Sievertsen
a3cbc3d671
Let's face it - the most common setup we see with phpBB is having group-specific settings for external users (FTP, whatever).
...
Changed phpbb_chmod() to set the group bit, even if the PHP user is the owner. (somehow this sounds complicated, i hope you get the idea).
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9131 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-30 11:48:33 +00:00
Meik Sievertsen
481e5c193f
extend the style columns (style_id, template_id, imageset_id, image_id...)
...
No, not only because of possible style demos. :o
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9129 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-27 13:44:24 +00:00
Meik Sievertsen
ee2fd4610d
no newline
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9128 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 20:10:29 +00:00
Meik Sievertsen
fb77cdd051
Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9127 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 19:58:35 +00:00
Nils Adermann
63b089f653
Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9126 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 19:17:52 +00:00
Nils Adermann
05e8d9ee09
Ha- ndle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_Jelly_Doughnut)t)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9113 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-24 19:23:23 +00:00
Meik Sievertsen
9a7d2a3736
[Change] Alllow applications to set custom module inclusion path (idea by HoL)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9095 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-23 12:42:34 +00:00
Chris Smith
f1b1d0c839
Make searching for members by YIM address work in prosilver
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9090 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-23 00:37:30 +00:00
Nils Adermann
81a1803c43
better fix for (Bug #37055 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9085 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 23:17:05 +00:00
Nils Adermann
dcea9f082a
- Properly treat punctuation marks after local urls [Bug #37055 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9084 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 21:18:35 +00:00
Meik Sievertsen
e02c3e3b4a
Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735 )
...
[a bit ugly, but retains backward compatibility]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9082 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 20:26:09 +00:00
Meik Sievertsen
d2f4a17ebf
define cookie var for styleswitcher.js for popups (Bug #36765 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9080 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 20:03:47 +00:00
Meik Sievertsen
c831a3edce
Do not try to send jabber notifications if no jid entered (Bug #36775 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9078 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 19:55:00 +00:00
Meik Sievertsen
f588f58fa9
small adjustement... only add an empty array if cached data is empty (from 3.2.x)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9076 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 19:06:42 +00:00
Meik Sievertsen
127750f89d
Do not display COPPA group in memberlist find member dialog if COPPA disabled (Bug #37175 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9075 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 18:13:18 +00:00
Meik Sievertsen
3d9eb90d72
make sure phpbb_chmod is able to be called
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9073 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 18:00:45 +00:00
Meik Sievertsen
7d1e8ed70e
Fix header list build for replying oldest PM in PM history (Bug #37275 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9072 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 17:53:27 +00:00
Meik Sievertsen
cf2a0852ca
add the first fixed bugs from after the release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9071 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-22 17:21:01 +00:00
Henry Sudhof
72662eeb04
changelog, up indexes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9070 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-21 14:11:49 +00:00
Henry Sudhof
d24a82aaac
changelog for 9067
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9069 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-21 14:01:58 +00:00
Henry Sudhof
bbfe3b0b7b
37375
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9067 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-21 13:21:53 +00:00
Chris Smith
4a38e5cc3f
Before we forget
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9066 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-14 02:01:04 +00:00
Chris Smith
b9bf3dafd3
Fix a bug in r8908
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9065 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-13 17:32:55 +00:00
Henry Sudhof
9d4e7aeab1
problems with case handling #36725
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9063 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-13 12:56:24 +00:00
Henry Sudhof
2e2ec887d7
#36695
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9060 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-13 11:38:14 +00:00
Meik Sievertsen
615b0d4e37
3.0.3 tag
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_3@9059 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-12 21:06:22 +00:00
Meik Sievertsen
40fa01b9f0
gah, forgot this tiny little thing...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9058 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-12 20:26:36 +00:00
Henry Sudhof
d143032995
inheritance is reflexive
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9057 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-10 16:24:18 +00:00
Chris Smith
2b477bad8f
Provide a way to disable the config write check and rename the ACP style editor disable constant
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9056 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 19:38:44 +00:00
Meik Sievertsen
33a0bb1edf
ok, trim down the config check significantly for 3.0.3 until we properly discussed this
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9055 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 19:29:32 +00:00
Chris Smith
184d410b80
Fix, small cosmetic issue made in r9004 with sort urls
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9054 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 15:48:37 +00:00
Meik Sievertsen
101107da97
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9053 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 15:10:40 +00:00
Henry Sudhof
f4e99123f8
#36525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9052 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 15:05:35 +00:00
Henry Sudhof
9268c8e26a
#36525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9051 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-09 14:44:52 +00:00
Meik Sievertsen
c185c3b64b
Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will be released we will change it again. ;))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9050 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-08 20:02:22 +00:00
Chris Smith
538acb3db5
Remove deprecated language key and update any references in the database to the correct one.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9049 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-05 22:03:16 +00:00
Chris Smith
1610334913
Fix a bug introduced in r8805 where moderators posts would be queued in forums where posts are queued.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9048 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-04 15:54:43 +00:00
Meik Sievertsen
b0e185e7db
Tag 3.0.3-RC1 release
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_3-RC1@9047 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-02 22:13:35 +00:00
Meik Sievertsen
7ded9151f7
two tiny glitches in language file
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9046 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-02 16:19:11 +00:00
Meik Sievertsen
43940870f6
additionally to the default "reply to all" behaviour, increase max_recipients to the number of people within the list if they exceed the limit.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9045 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-02 15:28:00 +00:00
Meik Sievertsen
75539560e2
fix 3 very tiny bugs... #35545 , #35365 and #35305
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9041 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-02 11:19:12 +00:00
Nils Adermann
f9b2dcff66
very minor annoyance
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9040 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-01 19:00:50 +00:00
Chris Smith
2b6d9d897b
#35885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9039 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-30 09:40:16 +00:00
Chris Smith
b26f423751
#35885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9038 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-30 08:30:07 +00:00
Meik Sievertsen
b0c8852568
dsbl.org is no longer actively maintained. Sorry language pack authors. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9037 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-26 10:52:43 +00:00
Meik Sievertsen
5d9306c512
up the version number
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9036 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-25 14:16:17 +00:00
Meik Sievertsen
fe4a53b76e
Help the user if FTP update fails.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9035 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-25 14:12:13 +00:00
Chris Smith
dfb0907779
Complete fix in r9007
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9034 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-24 00:49:30 +00:00
Henry Sudhof
d00cc0d7b1
#35535
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9033 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-21 12:42:47 +00:00
Henry Sudhof
6bfed69d4f
#34815 Thanks to Raimon for being persistent about this
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9032 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-20 10:19:35 +00:00
Chris Smith
9b5064b640
Revert broken fix in r9014
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9031 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-20 07:53:48 +00:00
Meik Sievertsen
c97ff6352d
fix r8999
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9030 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-19 18:32:11 +00:00
Chris Smith
faeb515f75
Fix an issue in r9015 re-index the intersected array
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9029 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-18 18:44:41 +00:00
Meik Sievertsen
1f84d45740
gah
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9026 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-17 14:55:33 +00:00
Meik Sievertsen
b384952dee
Disable referer validation on install if it is not possible to determine correct referer due to a proxy setup (Bug #32765 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9024 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-17 10:31:20 +00:00
Chris Smith
77058f31c2
Correctly display topic in MCP when start parameter is equal to or greater than the number of posts. #30525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9023 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-16 19:12:12 +00:00
Chris Smith
a2e454262b
Correctly display topic when start parameter is equal to the number of posts.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9022 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-16 19:03:02 +00:00
Chris Smith
bc2f055ccd
Moderators can only see reports/queue/logs from forums they can actually read. #31085
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9015 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-14 18:29:50 +00:00
Chris Smith
02dd8c52c2
Forum last post information is now correctly updated when a topic/post is disapproved due to editing. #24475
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9014 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-14 15:05:30 +00:00
Chris Smith
80437c21a9
Display coloured poster username of queued posts displayed on the front of the MCP.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9013 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-14 14:16:19 +00:00
Chris Smith
04b1448051
Changelog fix and make MCP errors a little easier to see
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9012 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 19:48:14 +00:00
Chris Smith
36983da764
Disable mass e-mail when e-mail is disabled. #27385
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9011 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 18:45:24 +00:00
Chris Smith
e44dcce325
Round the displayed percentages in polls. #32375
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9010 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 09:58:38 +00:00
Chris Smith
9197c94946
Maybe I am falling asleep? Spelling in r9008
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9009 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 02:27:22 +00:00
Chris Smith
ba3d777bbd
Grammar #28865
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9008 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 02:24:10 +00:00
Chris Smith
f4f5d9a471
Parse BBCode lists of type square, circle and disc. #35295
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9007 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-13 02:17:24 +00:00
Chris Smith
9cd0a6ad4d
Better late than never
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9006 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-12 22:07:49 +00:00
Chris Smith
1d616b8104
Correctly convert Neil's Birthday MOD to the date format used in phpBB3. #32895
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9005 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 19:01:17 +00:00
Chris Smith
b588a36a22
Fix r8929 and #35275
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9004 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 18:44:53 +00:00
Chris Smith
213773e368
Really fix #13970 broken fix in r8853.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9003 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 18:23:12 +00:00
Chris Smith
853a12cf00
Do not send PMs with warnings if the user cannot read PMs or they are disabled. #30815
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9002 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 17:01:43 +00:00
Chris Smith
a203d52e4f
Small language fixes, one for r8989
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9001 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 16:35:27 +00:00
Chris Smith
dd55736066
Display profile icons when viewing a topic, or PM when only the jabber icon is to be visible. #34755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9000 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 15:25:22 +00:00
Chris Smith
40bfc3d361
Increase board topic counter when splitting topics. #32125
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8999 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 15:16:05 +00:00
Chris Smith
47116ed862
Mark/unmark all links in UCP now select/unselect both subscribed topics and forums.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8998 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 14:50:19 +00:00
Chris Smith
c969d4f83f
Display a message if no topics or forums are selected when unsubscribing. #34855
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8997 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-11 14:31:22 +00:00
Chris Smith
980cb2e5bb
Erm yeah that bit is kinda important (fixing r8993)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8995 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-10 17:56:59 +00:00
Chris Smith
55d8d97d2f
Don't show forum subscription link on categories. #34895
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8994 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-10 17:52:14 +00:00
Chris Smith
b86722d509
Fix regression introduced in r8951 #34985
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8993 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-10 17:38:17 +00:00
Meik Sievertsen
b30abf821f
Introduce new Changelog tag to indicate security related fixes which are there to prevent something which may be security wise borderline or being used to circumvent security. So, [Sec] is for those fixes for real exploits/vulnerabilities and [Sec Precaution] for those fixes which can be counted to the *Component* Security.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8992 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-10 14:46:44 +00:00
Meik Sievertsen
c8cf5693b8
Make sure users still get notifications if they set to only be notified by Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8990 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 15:41:19 +00:00
Meik Sievertsen
94f0047a9b
Add two standard language items - #30885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8989 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 15:31:56 +00:00
Meik Sievertsen
253f186322
- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088 )
...
- Do not display last post link and sort display options for search engines. (Bug #15088 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8987 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 14:17:02 +00:00
Meik Sievertsen
ab5146a72a
Implemented strict check for cached user permissions and existing ACL options. This fix makes sure cached permissions are valid, even if they got already cached.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8985 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 13:18:38 +00:00
Meik Sievertsen
aa27ec5ebb
Show coloured guest names correctly if not enclosed in <a> tags. ;) Bug #21935
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8983 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-08 15:16:47 +00:00
Meik Sievertsen
9fdbe46c08
although outer loops work fine in inner loops (for some time now) using the full loop name is still the correct way to reference template loops.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8981 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-08 13:06:42 +00:00
Meik Sievertsen
73981ac5dc
[Feature] Allow specific connection to different server for jabber functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8979 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-08 12:44:23 +00:00
Meik Sievertsen
d15751b149
thanks for the suggestions. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8978 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-08 11:38:10 +00:00
Meik Sievertsen
d8bb304210
Do not allow password reminders if u_passchg permission is not given. (Bug #14806 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8977 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 14:04:33 +00:00
Meik Sievertsen
b4d2641a59
Separate display of posted attachments in posting screen and switch for template to indicate adding attachments are allowed. Related to Bug #13871
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8976 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 13:53:18 +00:00
Meik Sievertsen
80b9fd04e0
Do not cut out permission reset options in IE7 - #13965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8975 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 13:41:04 +00:00
Meik Sievertsen
dc4197d651
Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8974 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 13:23:41 +00:00
Meik Sievertsen
dc8e30e734
Cottingham, not Cuttingham
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8973 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 10:22:55 +00:00
Meik Sievertsen
876b193180
some whitespace changes and opening files in binary mode in functions_messenger
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8971 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 05:50:16 +00:00
Meik Sievertsen
9f0b6766f9
Fix for r8752
...
(the code removed actually was quite important - this checkin merges this with the new code)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8970 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-06 05:44:32 +00:00
Meik Sievertsen
059acbcd1d
changelog entry for security-relevant change
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8969 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-02 12:09:14 +00:00
Meik Sievertsen
2c1d80c75a
Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8967 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-02 12:04:12 +00:00
Meik Sievertsen
ed4797bb4e
Check users pm preferences for pm's sent to groups. (Bug #33245 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8964 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 15:49:10 +00:00
Meik Sievertsen
a87d283f7b
unique faq id's in template - #33775
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8963 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 15:38:55 +00:00
Meik Sievertsen
d8c6fc6792
don't know any better sentence... suggestions welcome. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8962 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 15:31:51 +00:00
Meik Sievertsen
88e56ee90c
Wrong parameter count for preg_replace in get_context() (IMO we need no limit there - nils, you may check this again to be sure) - #34135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8960 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 15:13:20 +00:00
Henry Sudhof
d6843ca960
#34815 - thanks for the patch, but actually it was just a whitespace
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8958 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 12:53:20 +00:00
Meik Sievertsen
77cf8e50d9
further adjustments to exit; statements
...
force E_USER_ERROR to exit *always* - it is always a fatal error which should stop every execution happening
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8957 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-30 09:49:20 +00:00
Meik Sievertsen
eef41d039e
check fields properly not being set sometimes. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8956 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-29 16:55:23 +00:00
Meik Sievertsen
1f01089e2f
Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our usage of var_export(). (Thanks to Techie Micheal and HoL for pointing out possible problems)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8955 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-29 15:58:42 +00:00
Meik Sievertsen
0a98003d91
revert r8893 - there were massive problems with the display and select all code
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8953 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-28 17:08:09 +00:00
Chris Smith
7de4563d05
Add quoting support to PM history when composing a reply. #34285
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8951 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-27 11:38:42 +00:00
Chris Smith
6cfc56a650
Better return links when deleting topics through the MCP. #34655
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8950 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-27 10:59:25 +00:00
Chris Smith
92c759456d
Small language fix ( #32795 ) and tiny bug fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8949 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 21:29:05 +00:00
Chris Smith
abff17ba87
Remove reference to old mysql4 abstraction layer. #26065
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8947 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 18:43:34 +00:00
Chris Smith
e216651119
More language fixes. #34185
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8946 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 18:32:05 +00:00
Chris Smith
7e0ae65c68
* Use a distinct log message for shadow topic deletions to differentiate between normal topic deletions. #34635
...
* Fix a small typo in r8942
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8945 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 18:29:20 +00:00
Meik Sievertsen
3b42ffcc9e
nitpick alarm. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8944 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 13:14:11 +00:00
Meik Sievertsen
2bf9ea373b
Fix problems with styles using an underscore within the filename. (Bug #34315 )
...
- Also display inheriting template on style installation (previously, it was only displayed on template installs)
- Fixes undefined variable in error message if inheriting style does not work
- Fixes export of styles/templates and correctly set inherit_from variable
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8943 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 13:09:56 +00:00
Chris Smith
c0f6538cf6
Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been deprecated in favour of 'LOG_DELETE_TOPIC').
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8942 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 12:42:47 +00:00
Chris Smith
c1407d8047
Split posts target forum requires 'f_post' now instead of 'm_split'. #31015
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8941 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 11:56:33 +00:00
Chris Smith
b9cd8f2966
Add links to the post and forum when viewing a report from the MCP. #33795 , #33805
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8940 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 11:25:04 +00:00
Chris Smith
3b25f4b180
Fix a tricky little bug in r8909
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8938 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-26 09:19:23 +00:00
Chris Smith
a75fd80305
A fix for the fix in r8934. #34525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8936 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 19:08:14 +00:00
Chris Smith
0cd7d50fb9
We want our PM spam back. Fix a regression introduced in r8913, preventing users from sending PMs. #34525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8934 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 18:39:50 +00:00
Meik Sievertsen
936f7d43f0
better query for syncing post counts. Thanks to BartVB for this. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8932 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 13:57:13 +00:00
Henry Sudhof
1e7a75db8f
Do not include hash in redirect back
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8930 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 12:23:57 +00:00
Henry Sudhof
f761a26e8d
Make pagination work again, undoing rev8830 to fix #32515 properly
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8929 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 11:41:51 +00:00
Henry Sudhof
7fed490277
should make last_active work again
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8928 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 11:32:25 +00:00
Henry Sudhof
3bcf4ecd96
Show headers if no leaders are on the page
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8927 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-24 10:43:00 +00:00
Chris Smith
40ae0658f0
Adjust language key SPLIT_AFTER to make the action clearer.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8926 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 21:39:59 +00:00
Chris Smith
b812f81ac4
MCP topic view checkboxes now default to unchecked.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8925 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 21:15:10 +00:00
Chris Smith
9c5a3cca89
Stop users from deleting posts after the edit time has passed or they have been locked. #19115
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8924 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 18:04:52 +00:00
Chris Smith
e0fe6948d6
Make topic selection for merge less confusing by removing unneeded controls. #21925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8922 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 16:22:15 +00:00
Meik Sievertsen
4655e11edf
gah
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8920 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 14:40:10 +00:00
Meik Sievertsen
a77afcea34
err, i am <insert name here>
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8918 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 14:11:51 +00:00
Meik Sievertsen
52f844dce5
duplicate key
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8917 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 13:42:05 +00:00
Meik Sievertsen
1dc9f30a8b
remove exit statement and make sure no "additional" code gets executed
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8915 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 13:30:52 +00:00
Meik Sievertsen
c5b88e8481
- Automatically add users/groups to the PM recipient list, if entered or selected.
...
- Reply to PM now includes all previous recipients and not only the original sender.
+some changes required to implement max_recipient feature and new permission
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8913 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 13:04:27 +00:00
Meik Sievertsen
9bb0d6e76d
synchronise post count in steps
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8912 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 13:03:52 +00:00
Meik Sievertsen
4a3db854b7
- Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.
...
- Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8911 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 13:03:33 +00:00
Chris Smith
38afbf6759
Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. #14589
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8909 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 12:07:34 +00:00
Chris Smith
687da94982
Log the forum name that topics are moved into.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8908 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-23 12:01:26 +00:00
Henry Sudhof
a1b7a5f8a3
whitespace
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8906 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-22 13:32:58 +00:00
Henry Sudhof
e1d1c6039b
adding more hashes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8904 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-22 13:25:28 +00:00
Meik Sievertsen
20f9b87f04
Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8900 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 17:12:04 +00:00
Meik Sievertsen
0b0da7b333
do not allow categories to be locked by accident (Bug #14548 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8898 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 17:07:13 +00:00
Meik Sievertsen
dd75418c4a
language correction (Bug #23955 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8896 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 16:59:40 +00:00
Meik Sievertsen
0c45e8e13d
remove unused code
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8895 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 16:54:03 +00:00
Meik Sievertsen
20b08e2961
support tabs in code selections (Bug #25445 ). Still does not solve the strange "4 spaces prefixed on every line" problem in firefox. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8893 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 16:40:24 +00:00
Meik Sievertsen
e12fce5f3d
Correctly delete message attachments. (Bug #23755 ) Also revamped and simplified delete_attachments() - it looks like we did not touch it for a long long time.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8890 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 15:39:43 +00:00
Meik Sievertsen
a2a9b8b7ab
text/css mime type
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8888 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 10:35:02 +00:00
Meik Sievertsen
43e61878c0
mine type property working in rep view?
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8887 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-19 10:25:27 +00:00
Meik Sievertsen
7c99035c21
Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8885 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 15:24:40 +00:00
Meik Sievertsen
b91b43d22c
remove duplicate statement
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8883 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 15:05:51 +00:00
Meik Sievertsen
c246231f05
Reset login attempts on new password activation. Prevents "first failed login attempt" on converted boards. Bug #19965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8881 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:50:11 +00:00
Meik Sievertsen
69a8e33d48
cleanup, related to bug #19195
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8879 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:32:15 +00:00
Meik Sievertsen
8b63049936
Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8878 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:31:03 +00:00
Meik Sievertsen
5f7e847b57
Prevent integer overflow - Bug #19895
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8876 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:26:56 +00:00
Meik Sievertsen
cd1aad4779
Set secure cookie for style switcher if required. (Bug #19625 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8874 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:17:08 +00:00
Meik Sievertsen
615188cd06
Display assigned rank/avatar for guests. (Bug #19155 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8872 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 13:36:09 +00:00
Meik Sievertsen
80254760d1
Do not allow setting forums parent to the forum itself. (Bug #18855 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8870 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 13:21:16 +00:00
Meik Sievertsen
6e3aadae80
#18175
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8868 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-17 15:51:22 +00:00
Meik Sievertsen
eb2050a720
Use correct port delimiter for MSSQL connections in windows. (Bug #16615 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8866 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-17 15:11:57 +00:00
Meik Sievertsen
ba882709d8
Preserve alpha transparency for created thumbnails. (Bug #16575 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8864 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-17 14:59:16 +00:00
Meik Sievertsen
e7d84c3869
Expand shown ban reason in unban screen to fully show long entries. (Bug #16234 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8862 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-17 14:47:56 +00:00
Meik Sievertsen
4dc6ff34d2
Display popular topic based on posts within topic instead of replies within topic. (Bug #16099 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8860 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-17 14:30:41 +00:00
Meik Sievertsen
cac0a2255a
make topic icon image width/height available to viewforum and search templates (Bug #15934 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8857 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 15:06:19 +00:00
Meik Sievertsen
6864293890
emails to e-mails
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8855 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 13:20:38 +00:00
Meik Sievertsen
fbbc5ef04f
Do not display reported topic icon for shadow topics. (Bug #13970 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8853 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 12:50:11 +00:00
Meik Sievertsen
8dd2c17bf9
Fix Wrong table order in query obtaining posts if post id given. In MSSQL there is an sql error due to this bug.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8851 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 12:36:28 +00:00
Meik Sievertsen
da402759ab
gah, thanks chris. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8850 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 12:09:37 +00:00
Meik Sievertsen
619be99cf4
add missing dot. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8848 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-16 11:41:00 +00:00
Meik Sievertsen
bca5a953de
more in-depth hostname validation. Not used in install files... there the code is fine.
...
There are ways to improve this, either a whitelist or "more guessing"
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8846 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-15 18:41:27 +00:00
Henry Sudhof
cb1b5a3283
#34045
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8844 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-15 11:42:06 +00:00
Chris Smith
bc57ba098e
- Added missing terms parameter to search pagination. #34085
...
- Do not use the topics posted table when performing an egosearch.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8843 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-15 11:11:39 +00:00
Chris Smith
572d5bd8c1
Add a missing & to the return to topic URL when closing a report
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8840 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-11 00:30:10 +00:00
Chris Smith
7645614f90
Language typos/fixes. #27625 , #30755
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8838 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-08 11:58:38 +00:00
Chris Smith
3dfa386f2c
Send localised disapproval reasons in the recipients local language. #31645
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8837 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-08 00:29:48 +00:00
Chris Smith
aa6c728e6f
Do not decrease topics counter when deleting shadow topics. #26495
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8836 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-07 17:10:43 +00:00
Chris Smith
674777246a
Stop search bots incrementing topic views. #32675
...
Use correct link for post author search. #32595
Insert missing space. #32315
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8835 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-06 12:58:29 +00:00
Chris Smith
a5761193c2
Do not show non indexed forums on the search page if they contain no subforums. #33125
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8834 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-06 12:23:59 +00:00
Chris Smith
e22a26609f
Remove reported flag from shadow topics when closing reports. #19765
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8833 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-06 00:48:04 +00:00
Chris Smith
e5162e7496
Extra slash is included in the redirect url when redirecting to the forum root directory. Closes #33605
...
Fix small mistake in CHANGELOG
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8832 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 19:09:52 +00:00
Chris Smith
f1830947c2
Correctly limit input of the users location to 100 characters in the UCP and ACP. Closes #32655
...
Sync reports when using the move all users posts tool in the ACP. Closes #31165
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8831 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 19:02:36 +00:00
Chris Smith
d1606c5f78
Do not jump back to page 1 when hiding member search in memberlist. Closes #32515
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8830 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 18:54:49 +00:00
Chris Smith
9b20a520e3
Correct bad English in installation instructions. Closes #29675
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8829 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 18:48:57 +00:00
Chris Smith
800b7192ea
Added missing UCP language string NO_AUTH_READ_HOLD_MESSAGE.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8827 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 13:13:10 +00:00
Chris Smith
65ecfa5197
Display coloured username of last poster in list of subscribed forums (prosilver).
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8825 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 12:51:00 +00:00
Chris Smith
439cb0eafb
Remove a pointless str_replace()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8824 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-05 12:46:58 +00:00
Meik Sievertsen
7a11fdbb64
direct calls
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8815 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-04 13:37:01 +00:00
Meik Sievertsen
2fcd96ca72
Ok, story real database server info, as well as caching it
...
Store it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8814 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-04 12:01:47 +00:00
Marek A. R
4a225280a0
Don't compile {} or {$}.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8813 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-04 11:52:01 +00:00
Meik Sievertsen
88b2e097fc
add phpbb version constant to constants. This allows us to check the filebase version.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8811 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-04 11:19:48 +00:00
Chris Smith
e81eb70aed
Refine fix for #31445 originally committed in r8758
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8809 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 13:27:37 +00:00
Chris Smith
80b7806f67
erm yeah? Fix new lines I added in r8807.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8808 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 13:14:46 +00:00
Chris Smith
9b494dbcac
Allow setting birth year to current year
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8807 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 12:12:30 +00:00
Meik Sievertsen
46dac33b82
3.0.2 instead of 3.0.3. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8806 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 08:52:53 +00:00
Meik Sievertsen
5c4870fcce
Fix one design failure in phpBB3. Do not count non-approved posts to the user_posts. Before, a user was able to circumvent basically any protection based on post counts.
...
At the same time implement the queue_trigger feature.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8805 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 06:36:24 +00:00
Meik Sievertsen
7f813a9ef6
settings and data for the new queued posts feature ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8804 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 06:34:27 +00:00
Meik Sievertsen
fcd0eae9dd
#32115 (small typo in coding guidelines)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8803 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-02 06:06:39 +00:00
Meik Sievertsen
395fb81a0f
actually, queued posts can also be in forums with no post counts
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8802 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-01 21:37:53 +00:00
Meik Sievertsen
528cf7de0f
Show users posts in queue in acp and profile + link to mcp
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8801 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-01 21:33:12 +00:00
Meik Sievertsen
54af1cb64a
nullar/singular/plural substitution support. At the moment only the added language entry supports this... we may change other language entries later to support this new "approach". Idea from SHS` and Ashe originally.
...
More to come... (yes, 3.0.x branch, no mistake)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8800 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-31 21:47:26 +00:00
Meik Sievertsen
5903066d45
fix missing user_id entry to properly populate to the email template
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8799 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-30 23:57:11 +00:00
Henry Sudhof
ee7b8834e3
minor fixes to guidelines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8798 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-29 12:03:23 +00:00
Henry Sudhof
b203d27002
update Changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8797 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-29 11:57:17 +00:00
Henry Sudhof
91cf942af2
#33155
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8795 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-29 11:50:01 +00:00
Henry Sudhof
761897cb1c
Getting ready for IE8 which finally improves security a bit. Let's allow our users to benefit from that
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8792 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-28 13:10:05 +00:00
Henry Sudhof
68dfc03841
erm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8791 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-28 12:44:58 +00:00
Henry Sudhof
50563a8b95
fixing fault introduced with R8749
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8790 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-28 12:43:40 +00:00
Meik Sievertsen
63a970d370
fix bug #32925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8788 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-25 17:15:37 +00:00
Meik Sievertsen
dc49e0fdff
fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8787 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-24 11:35:17 +00:00
Meik Sievertsen
44148941cc
a tiny fix to the language code. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8785 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-23 17:39:31 +00:00
Meik Sievertsen
2cd45dd574
fix a small glitch in phpbb_chmod
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8784 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-23 17:24:40 +00:00
Meik Sievertsen
4d7b9b76fa
some changes for proper code documentation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8783 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-23 17:23:40 +00:00
Meik Sievertsen
d7fa3f83ce
The same way we allow defining a custom template/style path we now allow this for languages too.
...
This will allow applications to define their own language folder for certain parts for example.
Callable by $user->set_custom_lang_path({new_path})
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8782 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-23 17:20:55 +00:00
Meik Sievertsen
6c763cd8b6
change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8780 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-22 12:52:48 +00:00
Henry Sudhof
88c324a2a3
comments
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8778 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-22 11:00:54 +00:00
Henry Sudhof
f56391d5f7
as per evil3, some more anti-CSRF
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8775 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-21 15:41:12 +00:00
Meik Sievertsen
7e28be5968
close db connection before delivering file. Also make sure connection can't be closed twice.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8772 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-21 14:19:42 +00:00
Henry Sudhof
9db6e7caa6
#32585 - kudos to Dave84
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8770 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-18 13:08:08 +00:00
Henry Sudhof
76aa0c4384
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8768 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-18 11:50:10 +00:00
Marek A. R
d006f319cf
More 5.3 compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8766 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-16 22:24:54 +00:00
Marek A. R
c73ecdd9d7
5.3 compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8765 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-16 22:18:25 +00:00
Marek A. R
8710946211
5.3 compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8764 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-16 21:55:45 +00:00
Meik Sievertsen
068096531f
the chmod change i already had within the changelog (by mistake). This should further secure writable directories and created files.
...
Installation need to be tested on different hosts.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8763 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-16 19:06:18 +00:00
Meik Sievertsen
da65cd1397
only some space/tab changes as well as removing my debug code from the template file. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8761 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-16 13:03:00 +00:00
Marek A. R
3a2f8753f6
PHP 5.3 compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8760 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-15 19:46:51 +00:00
Chris Smith
1990ee2d4c
Correctly return results for nested cached queries (Bug #31445 - Patch by faw)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8758 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-14 18:38:41 +00:00
Henry Sudhof
d7126ef335
Changes to group display #32155 , #32145 , #32085 , #26675 , #26265
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8756 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-14 12:36:20 +00:00
Henry Sudhof
bbf42daf34
Changes to group display #32155 , #32145 , #32085 , #26675 , #26265
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8755 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-14 12:36:06 +00:00
Henry Sudhof
b0c45b18f1
more verbose style.php in DEBUG mode
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8754 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 15:09:54 +00:00
Henry Sudhof
9ecbd0edb6
#31185
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8752 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 14:37:33 +00:00
Henry Sudhof
6926a35902
#31185
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8751 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 14:37:17 +00:00
Henry Sudhof
191e582323
#29335
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8749 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 14:22:04 +00:00
Henry Sudhof
3e14cefc2b
by popular demand
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8747 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 14:16:40 +00:00
Henry Sudhof
bf59a749c3
Let's try to keep the lid on the jar
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8745 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-13 12:30:40 +00:00
Henry Sudhof
b850bbf882
Catch too long help lines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8743 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-12 16:03:18 +00:00
Meik Sievertsen
00fa69cab9
change conditional enclosements in template engine
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8739 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-01 14:35:11 +00:00
Meik Sievertsen
2389388c46
fix cookie secure detection... hopefully
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8737 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-08-01 14:29:18 +00:00
Henry Sudhof
e47f088fa5
better strings for NO_MODERATORS/NO_ADMINISTRATORS
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8736 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-31 09:58:48 +00:00
Henry Sudhof
cd12334c09
#31375 - as proposed by x-Line
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8735 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-30 16:03:23 +00:00
Henry Sudhof
23de1b638a
schemas
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8734 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-30 14:23:03 +00:00
Henry Sudhof
b7fe9f7b8a
cleaning tpl fallbacks up
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8733 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-30 13:56:13 +00:00
Henry Sudhof
b6d3eff8c8
updated to mention template changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8732 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-30 11:45:44 +00:00
Henry Sudhof
b3cff34890
weird - schemas later
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8731 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 23:10:07 +00:00
Henry Sudhof
80c8b12577
weird - schemas later
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8730 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 23:09:32 +00:00
Henry Sudhof
a8994995dc
make IM links in PMs behave like their viewtopic brothers ( #30075 - fix by Porter21)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8727 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:35:12 +00:00
Henry Sudhof
efe9d1955a
enable stupid php.ini fallback for readfile ( #30325 - fix by bellzebu)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8724 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:17:27 +00:00
Henry Sudhof
634cf8c71e
No negative values ( #30335 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8722 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:13:13 +00:00
Henry Sudhof
612f7ebfc7
Schema changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8719 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 15:01:09 +00:00
Meik Sievertsen
b95f782493
update upgrader schema to 3.0.2
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8718 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 14:59:58 +00:00
Meik Sievertsen
a67c7c5384
remove unnecessary checks
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8710 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 13:35:49 +00:00
Henry Sudhof
df25057773
Ooops. Avatars should work again
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8709 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 13:12:57 +00:00
Henry Sudhof
86dddd43b6
forgot a few things
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8708 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 12:36:07 +00:00
Henry Sudhof
7997796789
Mylek is right - we should do this. Fixes some aspects of file.php, needs testing.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8707 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-29 11:49:56 +00:00
Henry Sudhof
e9a811cd33
Thanks to A_Jelly_Doughnut for the patch. #31145
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8705 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 16:55:00 +00:00
Henry Sudhof
6a47f198ff
Wow, a new time zone at this time and age. #30545
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8704 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 16:51:01 +00:00
Henry Sudhof
01cb221069
#30705
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8703 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 16:45:53 +00:00
Henry Sudhof
2bec47abfe
#31265
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8702 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 16:44:02 +00:00
Henry Sudhof
8f2a42c2d2
#29985
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8701 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 15:22:49 +00:00
Henry Sudhof
fe72c1e3cf
#30735
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8700 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 15:05:46 +00:00
Meik Sievertsen
c2133550d0
writable instead of writeable. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8698 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 14:36:27 +00:00
Henry Sudhof
eda1d40861
Okay. Frozen, we never said anything about it being permafrost. Also, this is not 100% tested, expect troubel with store_db (I'm waiting for the bug reports)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8697 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 14:24:37 +00:00
Meik Sievertsen
6b07f206d5
and documenting the changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8695 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:30:52 +00:00
Meik Sievertsen
ebc4d73930
return jabber login status - should work... but needs testing nonetheless.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8694 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:30:38 +00:00
Meik Sievertsen
cf3d5c3416
force the use of sql_multi_insert() for multi inserts... also adjusted the coding guidelines accordingly.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8693 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:29:46 +00:00
Meik Sievertsen
bba6488d3d
some diff engine updates (only minor, but will hopefully not break anything)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8692 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:27:08 +00:00
Meik Sievertsen
8904d95d59
tiny alterations/bugfixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8691 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:26:20 +00:00
Meik Sievertsen
f909a190d8
Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8690 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:23:42 +00:00
Meik Sievertsen
0ce66e6552
add warning to ACP index if config file is writeable
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8688 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-28 13:12:18 +00:00
Meik Sievertsen
b21ca5be71
Tagging 3.0.2 release
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_2@8679 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-10 21:19:26 +00:00
Meik Sievertsen
04814560c8
up the version number
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8678 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-06 16:35:41 +00:00
Meik Sievertsen
a6fb65baec
#29895 - prevent php notice on viewonline
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8677 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-07-03 12:43:49 +00:00
Meik Sievertsen
7e97da5285
3.0.2-RC2 released
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_2-RC2@8676 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-29 10:39:19 +00:00
Meik Sievertsen
e23fbf48a7
Bug #29635
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8675 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-28 17:07:50 +00:00
Meik Sievertsen
81886c0eae
New parameter for redirect() to circumvent the cross-domain check.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8674 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-28 15:07:37 +00:00
Meik Sievertsen
6322808f28
#29575
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8673 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-24 20:59:21 +00:00
Meik Sievertsen
2b14d82031
adjust authors file
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8671 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-23 17:08:42 +00:00
Meik Sievertsen
f8890cbb81
urlencode image filenames used in img(). This is not needed, but better for XHTML compatibility.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8670 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-23 14:07:24 +00:00
Meik Sievertsen
f47de03954
#29435 (do not highlight if only wildcard(s) provided)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8669 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-22 11:02:04 +00:00
Meik Sievertsen
56aba11fd1
Catch invalid username wildcard ban (we do not support these) (Bug #29305 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8668 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 17:08:41 +00:00
Meik Sievertsen
11f27bee84
further checks on maximum storage length
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8667 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 16:05:02 +00:00
Meik Sievertsen
b8647dc952
change subject/title column length
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8666 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 16:04:13 +00:00
Meik Sievertsen
aa2baa7eaa
#26795
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8665 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 15:09:44 +00:00
Meik Sievertsen
7252f69b1a
#29235
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8664 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 14:39:10 +00:00
Meik Sievertsen
413d9ead8a
bug #29315
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8663 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 14:31:53 +00:00
Meik Sievertsen
008cccbefc
fix 3.0.1 to 3.0.2-RC1
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8662 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 14:30:56 +00:00
Meik Sievertsen
8e494d7599
#s29325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8661 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-21 14:30:34 +00:00
Meik Sievertsen
e2ef990121
Tag 3.0.2 RC1
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_2-RC1@8658 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-14 15:20:12 +00:00
Meik Sievertsen
230eb5a018
correctly set flags if text is empty
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8657 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-14 11:15:40 +00:00
Meik Sievertsen
d22e2697e9
Fix some instances where we left db connections open (registration -> captcha for example)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8655 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-13 19:39:01 +00:00
Meik Sievertsen
31c97676ad
remove the $Id$ line there and instead add valuable information. Oh, and did not know the phpass project catched our implementation of their code. :) Nice to see.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8651 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-12 14:40:03 +00:00
Meik Sievertsen
d48af67b0e
- some version changes
...
- apply database updates sequentially
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8648 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-11 16:52:11 +00:00
Meik Sievertsen
03d46b08ea
hmm
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8647 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-11 15:29:19 +00:00
Meik Sievertsen
9ac1861f24
#28595 (AVATAR_IMG available to memberlist_body.html)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8645 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-10 14:37:38 +00:00
Meik Sievertsen
26f51cf5b3
added two comments to describe the functions use-case
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8643 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-10 12:54:30 +00:00
Nils Adermann
4444e48d2e
Regular expression for email matching in posts will no longer die on long words
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8641 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 22:30:27 +00:00
Meik Sievertsen
cc6d084368
check if folder is not empty (may happen for absolute paths). Thanks paul
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8639 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 17:44:32 +00:00
Meik Sievertsen
f5c7243cf3
erm, yeah. :)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8638 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 17:11:26 +00:00
Meik Sievertsen
406895a1ad
#27395
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8636 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 17:05:52 +00:00
Henry Sudhof
bd95c0dfa7
#16124
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8634 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 13:05:34 +00:00
Henry Sudhof
6f7dbcde88
#27325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8631 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 12:36:06 +00:00
Henry Sudhof
00298c4a79
#23945
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8630 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 12:35:10 +00:00
Henry Sudhof
90d65de9f2
#26705
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8628 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 11:58:57 +00:00
Henry Sudhof
c80a4ee902
#27585
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8626 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 11:35:34 +00:00
Henry Sudhof
a7dd393ef1
typo
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8622 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-08 15:34:04 +00:00
Meik Sievertsen
481b63f6fe
#25705
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8621 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-08 10:43:32 +00:00
Meik Sievertsen
49235d6ed5
not unsetting message_parser - a mod or site may want to re-use it.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8620 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-08 10:39:44 +00:00
Meik Sievertsen
ae2b448833
up the version for the convertor
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8619 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-07 14:10:16 +00:00
Meik Sievertsen
98913acc0a
#28485
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8617 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-07 13:53:17 +00:00
Meik Sievertsen
bf9723dc2c
#28635
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8615 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-07 13:50:39 +00:00
Meik Sievertsen
cf8eef783b
do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8613 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-07 13:40:37 +00:00
Henry Sudhof
cd058dd9fe
Some xenophobia
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8611 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-06 11:27:51 +00:00
Meik Sievertsen
fa01fd7da4
#28455
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8609 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-05 14:08:12 +00:00
Nils Adermann
26932cd3a3
Topic searches by author no longer return invalid results [Bug #11777 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8605 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 17:26:02 +00:00
Nils Adermann
fb1d71bd05
Topic searches by author no longer return invalid results [Bug #11777 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8604 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 17:25:50 +00:00
Nils Adermann
fe80d95e8d
HTTP Authentication supports UTF-8 usernames now [Bug #21135 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8602 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 16:05:27 +00:00
Nils Adermann
35ce15a6bf
corrected link for searching post author's other posts [Bug #26455 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8601 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 15:48:19 +00:00
Nils Adermann
fd57f020f7
removed executable props [Bug #6464 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8598 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 15:37:06 +00:00
Meik Sievertsen
0d9c58f53a
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8597 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 14:59:01 +00:00
Meik Sievertsen
378684cde3
spelling mistake
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8596 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 14:44:33 +00:00
Meik Sievertsen
3ecdbd068c
#28025
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8595 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 14:44:19 +00:00
Meik Sievertsen
374093d615
ok, well, my team is allowed to give me some slappage. :/ I now changed this sooo often and never realised the code portion is absolute rubbish... with ini_get returning something completely different. Now, this should work (at least for PHP 5.2.x) - tested all 16 possible combinations of triggering errors before and after headers sent, with and without gzip compression, with and without output buffering. Now, please work for others too...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8594 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 13:39:15 +00:00
Henry Sudhof
6ad76d9b62
#28055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8593 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 13:23:30 +00:00
Henry Sudhof
298d0fe258
That as well
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8592 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 11:45:05 +00:00
Henry Sudhof
80f123acb3
Too much for a minor; sorry
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8591 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 11:40:53 +00:00
Meik Sievertsen
d46b1392b7
initialize $pre_fill
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8589 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 11:11:48 +00:00
Henry Sudhof
3116f279a1
a little polish
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8585 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-03 16:29:56 +00:00
Meik Sievertsen
459db0eb1b
some changes to database_update to circumvent doubled updates for RC's
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8582 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-03 14:50:41 +00:00
Henry Sudhof
d0cd2152ff
give the ACP a login screen
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8581 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-02 17:15:43 +00:00
Henry Sudhof
8039c37b51
ACP logout
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8580 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-02 17:10:21 +00:00
Vic D'Elfant
25be384d43
I'm going to get an award for the smallest commit ever.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8578 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-29 16:18:56 +00:00
Meik Sievertsen
25a0f42987
same here, session id.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8577 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-29 14:30:41 +00:00
Henry Sudhof
bb8a48817c
What use is a shiny banstick(TM) if nobody finds it?
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8574 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-29 13:59:47 +00:00
Meik Sievertsen
a3368632d0
style change
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8568 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-26 12:00:42 +00:00
Meik Sievertsen
54db19aef0
#27855
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8567 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-26 12:00:17 +00:00
Meik Sievertsen
c41388ce8a
some adjustements (changes to sessions code need to be backwards-compatible) - henry, do not forget to include this into your merge to 3.2.x too.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8565 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-18 20:06:15 +00:00
Meik Sievertsen
5828612677
#26885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8563 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-18 20:00:46 +00:00
Meik Sievertsen
af63e0ee84
fix for bug #27355
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8561 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-18 18:57:37 +00:00
Henry Sudhof
ae060e8aef
...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8560 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-17 14:35:23 +00:00
Henry Sudhof
2c9ab1ac68
...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8559 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-17 14:34:32 +00:00
Henry Sudhof
2f5297751a
Hmmm. Tawny port and stilton
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8558 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-17 12:57:20 +00:00
Henry Sudhof
5ea735d3ad
explanation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8557 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-16 12:34:39 +00:00
Henry Sudhof
c5ba29e1fa
27375 - keep it up
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8556 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-15 14:17:17 +00:00
Henry Sudhof
fc12c00219
And more new features for reasonable paranoia.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8555 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-15 14:10:11 +00:00
Henry Sudhof
9413af5e1a
So, tighten things up a little further. QA Team, please check this.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-15 13:29:14 +00:00
Meik Sievertsen
ae3dd10604
just one quick fix to the bidi fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8552 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-08 17:35:40 +00:00
Meik Sievertsen
d3c685c652
it is indeed no longer required
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8544 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-04 14:44:48 +00:00
Meik Sievertsen
57b5e87b1c
#14830
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8543 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-04 14:44:28 +00:00
Henry Sudhof
968cccfb56
#26605
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8536 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-02 16:36:52 +00:00
Henry Sudhof
b78f85febd
#25205
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8533 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-05-02 14:35:16 +00:00
Meik Sievertsen
b7b79bc5c6
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8531 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-30 15:55:44 +00:00
Henry Sudhof
4e76553c22
Thanks NBBN
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8530 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-28 17:13:50 +00:00
Meik Sievertsen
c9d4d3c955
bitwise operations on large values (>2GiB) on 32-bit systems (no-no)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8529 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-28 14:02:53 +00:00
Meik Sievertsen
cc78a53023
#24245
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8525 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 15:02:22 +00:00
Meik Sievertsen
2c2da40f1b
#24435
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8524 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 14:43:03 +00:00
Meik Sievertsen
89474a8e3a
we slowly get to it
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8523 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 13:36:32 +00:00
Meik Sievertsen
fa22522236
#23525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8522 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 13:20:41 +00:00
Meik Sievertsen
af8cb0674b
#24665
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8521 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 13:20:13 +00:00
Meik Sievertsen
9640f5b108
remove the _f_ portion from redirect urls now they no longer exist
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8520 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 13:17:30 +00:00
Meik Sievertsen
18e7a58f15
did i ever mention that i hate php's handling of buffers (or i simply do not understand them)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8519 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 13:05:49 +00:00
Meik Sievertsen
66de7f903a
remove duplicate key
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8518 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 12:19:43 +00:00
Meik Sievertsen
76250ca55a
#25925
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8517 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 12:18:36 +00:00
Meik Sievertsen
0bb09825c8
#25095
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8516 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 11:11:08 +00:00
Meik Sievertsen
71d725ae91
add PHPBB_INSTALLED check to file.php too
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8514 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 10:54:41 +00:00
Meik Sievertsen
5ca1f73703
#25805
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8513 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-21 10:54:12 +00:00
David M
de998acda2
#22385
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8511 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 06:29:00 +00:00
David M
29eb712998
#21885
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8510 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 05:16:42 +00:00
David M
3613ddf523
#21255
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8509 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 05:13:34 +00:00
David M
3cced0db7e
fix whitespace
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8508 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 04:58:29 +00:00
David M
0bfd3b59e7
#18775
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8507 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 04:57:29 +00:00
David M
3e64e9b899
#14648
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8506 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 04:47:37 +00:00
David M
79c72890e6
#14429
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8505 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-20 04:39:04 +00:00
Meik Sievertsen
c1c3b9f912
fixing two potential problems
...
- blank style
- check for correct role assignment within auth.php (should not happen, but seems like some users are not able to persist from manually messing with the db)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8502 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-11 14:14:23 +00:00
Henry Sudhof
5a13f125a6
Remove caching. Ideally, this owuld depend on the current load
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8501 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-10 15:51:09 +00:00
Meik Sievertsen
4ff33f5d49
tag release 3.0.1
...
git-svn-id: file:///svn/phpbb/tags/release_3.0.1@8498 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-08 12:21:52 +00:00
Henry Sudhof
44b1572527
Begone ghost entries - the Ghostbusters are here
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8497 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-08 12:15:28 +00:00
David M
55dd222029
#24955
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8496 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-08 10:07:05 +00:00
Meik Sievertsen
ab262bb990
you forgot one henry
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8495 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-07 17:39:23 +00:00
Meik Sievertsen
b4d17fec04
user_style -> int
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8494 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-07 17:07:54 +00:00
Henry Sudhof
365763f772
#24895
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8493 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-07 16:04:43 +00:00
Meik Sievertsen
c508c3e44e
version update
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8492 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-07 13:08:42 +00:00
Meik Sievertsen
ab8177a033
suppress ob_flush() output and flush() at the end (within my tests this solved blank pages on some setups and do not affect gzip compression).
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8491 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-04 11:41:58 +00:00
Nils Adermann
261b310b0d
- Find and display colliding usernames correctly when converting from one database to another (Bug #23925 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8489 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-03 14:04:10 +00:00
Meik Sievertsen
d85b3ae528
#s24575
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8486 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-02 08:51:21 +00:00
Meik Sievertsen
daa2afbe36
allow correct updates from *-dev versions
...
something i have seen there, there is an open TODO for the form token (min time)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8483 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-31 14:48:54 +00:00
Meik Sievertsen
f3d7a351a2
#24185
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8482 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-31 14:05:54 +00:00
Meik Sievertsen
7ec81b7a6f
oh oh, got a switch wrong - #24415
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8481 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-31 13:49:11 +00:00
Nils Adermann
11a6cc7e65
Hiding everywhere little buggers, eh?
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8479 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-29 00:22:48 +00:00
Meik Sievertsen
b2521b83b1
some corrections to let the update work flawlessly.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8475 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-27 16:17:54 +00:00
Henry Sudhof
976e83351a
#24105 - Quite compliacted lang changes, translators will complain :|
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8474 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-27 13:17:58 +00:00
Henry Sudhof
2c5e12876b
#22385 - David told me to ci this
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8472 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-26 17:27:34 +00:00
Meik Sievertsen
13f8fe7fcf
some corrections to the language files
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8471 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-26 12:33:32 +00:00
Meik Sievertsen
21ce021519
Creating Tag for 3.0.1-RC1
...
git-svn-id: file:///svn/phpbb/tags/release_3_0_1-RC1@8470 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-26 11:47:33 +00:00
Meik Sievertsen
f170f1c929
oh, forgot to update the changelog...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8469 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-24 12:54:59 +00:00
Nils Adermann
d02f00aa29
- [Fix] Set correct error reporting in style.php to avoid blank pages after CSS changes (Bug #23885 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8464 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-24 00:26:24 +00:00
Nils Adermann
50e1d93887
- [Fix] Do not detect the board URL as a link twice in posts (Bug #19215 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8462 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-24 00:16:13 +00:00
Meik Sievertsen
45673658a1
up the version number - RC1 is most likely due tomorrow
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8461 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-23 18:40:06 +00:00
Meik Sievertsen
b33b5f63eb
only allow users having the a_user permission to search by email address (later on there will most likely a new permission for general email visibility)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8460 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-23 17:11:43 +00:00
Meik Sievertsen
d182a88b68
Forbidden should have an uppercase F
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8459 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-23 14:39:38 +00:00
Henry Sudhof
33f4d78d2e
people are so imaptient
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8456 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-22 12:31:17 +00:00
Meik Sievertsen
9a236a55d3
#s23535
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8454 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-21 10:47:48 +00:00
Meik Sievertsen
22deceec85
#18105
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8453 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-21 10:47:02 +00:00
Meik Sievertsen
b0bfd5c66f
Correctly update board statistics for attaching orphaned files to existing posts (Bug #20185 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8451 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 14:44:51 +00:00
Meik Sievertsen
c6c2d325bf
Correctly obtain to be ignored users within topic/forum notification (Bug #21795 - patch provided by dr.death)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8450 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 14:36:44 +00:00
Meik Sievertsen
337f1c33c9
Do not error out if php_uname function disabled / Authenticating on SMTP Server (Bug #22235 - patch by HoL)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8449 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 14:32:49 +00:00
Meik Sievertsen
e1d5f76848
[PM] Do not display To/Bcc fields for adding users if in edit mode - changing recipients on edit is currently not a supported feature (Bug #22625 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8448 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 14:19:58 +00:00
Meik Sievertsen
274bd147ca
Allow & and | in local part of email addresses - #22995
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8447 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 13:49:54 +00:00
Meik Sievertsen
07829b38a1
#23195
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 13:33:30 +00:00
Meik Sievertsen
1fc205064d
also #23235
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8445 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 13:31:39 +00:00
Meik Sievertsen
aee4c949a8
Pertain select single link on memberlist (Bug #23235 - patch provided by Schumi)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8444 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 13:29:57 +00:00
Meik Sievertsen
6da288aace
i think i will stop committing thinks today. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8443 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 12:03:33 +00:00
Meik Sievertsen
a3b98e510e
i somehow mixed my local copy with the changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8442 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 11:58:34 +00:00
Meik Sievertsen
5a1d2a94a3
do not conflict with updates
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8441 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 11:11:16 +00:00
Meik Sievertsen
d1d12ec986
grr
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8440 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 11:10:56 +00:00
Meik Sievertsen
2138667953
hmm, still bugs there
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8439 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 10:21:27 +00:00
Meik Sievertsen
221001a6dc
- some changes to the recent session change
...
- display errors on inserting sessions
- fix database updater
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8438 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-18 10:14:37 +00:00
Henry Sudhof
afba17e562
meh
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8437 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-17 22:17:35 +00:00
Henry Sudhof
b7ef95ed09
This should get rid of the filesorts and temp tables on index (with topic read tracking as exception).
...
Updater still needs testing. Not yet merged to 3.1
#22715 - thanks HoL
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8436 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-17 16:25:07 +00:00
Meik Sievertsen
217dc8e6d5
#22525
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8432 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-14 12:28:08 +00:00
Meik Sievertsen
7c1b3ed62a
#22685
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8430 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-13 15:22:33 +00:00
Meik Sievertsen
44708b7ebb
#22805
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8429 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-13 14:47:57 +00:00
Meik Sievertsen
58173191ed
#22865
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8428 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-13 14:39:53 +00:00
Meik Sievertsen
156bf27418
tiny language key correction
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8427 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-13 14:09:18 +00:00
Meik Sievertsen
04785d8078
#22875
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8426 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-13 14:08:59 +00:00
Nils Adermann
33ab3d4439
Custom profile fields with date type should be timezone independend [Bug #15003 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8424 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-03-06 19:29:59 +00:00
Henry Sudhof
2d30ffb9b6
Problem migrating old cvs working copy to svn
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8422 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-29 13:40:30 +00:00
Meik Sievertsen
3aa3ea89f9
#22355
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8420 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-28 19:55:46 +00:00
Meik Sievertsen
181cbcd625
#22365
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8419 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-28 19:54:18 +00:00
Henry Sudhof
93c34901fd
Minor cosmetics
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8418 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-28 11:09:27 +00:00
Vic D'Elfant
dfa5cd59eb
#22285
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8417 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-28 07:42:06 +00:00
Henry Sudhof
752b452128
DBAL extension motivated by #22125
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8414 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:50:36 +00:00
Henry Sudhof
540879ae41
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8412 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:25:06 +00:00
Henry Sudhof
bbebeda5f2
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8410 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:11:25 +00:00
Henry Sudhof
19c7d7b881
and the API
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8409 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:11:07 +00:00
Henry Sudhof
38c636deb5
Removing minimum times from registration
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8408 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:10:52 +00:00
Henry Sudhof
0a37e9a929
Using new validation options;
...
#15539
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8407 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:10:10 +00:00
Henry Sudhof
30f32e8bb7
Adding new validation options for ACP values
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8406 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-27 15:09:04 +00:00
Nils Adermann
eaf97f2a67
guess we need to initialise it first
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8405 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-26 17:13:21 +00:00
Nils Adermann
d6d2373582
allow search backends to handle regular updates too, and not just backend switches
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8402 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-25 18:39:05 +00:00
Vic D'Elfant
b4ca6fdc4e
This will prevent a php warning from being printed (and the layout getting ruined) in case of a conflicting permission restriction such as open_basedir
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8400 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-25 13:04:49 +00:00
Vic D'Elfant
a7ad9b5ae2
#22035
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8395 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-24 14:38:35 +00:00
Meik Sievertsen
7ea118198e
- Fix quote bbcode parsing adding too much closing tags on special conditions - #20735
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8393 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 15:29:38 +00:00
Meik Sievertsen
2092f07c54
Correctly return sole whitespaces if used with BBCodes - #19535
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8392 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 15:03:50 +00:00
Meik Sievertsen
2003152c8d
- Remove left join for query used to retrieve already assigned users and groups within permission panel - #20235
...
- also test the serialize/unserialize approach for cached roles
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8390 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 14:06:46 +00:00
Meik Sievertsen
6accc46024
some language/style/code fixes (refer to the diff of the changelog)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8389 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 13:18:33 +00:00
Meik Sievertsen
b5a1ddffa0
Do not rely on parameter returned by unlink() for verifying cache directory write permission - #19565
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8388 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 11:45:38 +00:00
Meik Sievertsen
0a5c435102
Fix Custom BBCode {EMAIL}-Token usage - #21155
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8387 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-23 11:26:23 +00:00
Vic D'Elfant
435c131127
- New set of smilies (they're all face-shaped now), provided by camm15h. Send all your love his way! ;)
...
- Set svn:ignore on cache/*.php
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8385 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-21 13:13:49 +00:00
Meik Sievertsen
9e55e17388
revamp how we query permissions. This is half-experimental actually, needs a bit of testing.
...
Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8384 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-15 19:10:02 +00:00
Henry Sudhof
143b5a76ad
Update
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8381 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-14 12:33:42 +00:00
Henry Sudhof
d1eca64dac
#21315
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8380 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-14 12:33:11 +00:00
Henry Sudhof
d7c5f502b4
Fixing converter bugs.
...
#21215
#18575
#18435
#16565
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8379 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-13 16:28:37 +00:00
Henry Sudhof
bd31cb634d
Minor stuff: #20925 , #20815
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8375 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-04 12:10:25 +00:00
Nils Adermann
cc24876726
merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8374 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-03 22:55:10 +00:00
Meik Sievertsen
efdb743f60
Users allowed to resign only from open and freely open groups - #19355
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8368 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-02 15:19:55 +00:00
Henry Sudhof
91bde229ef
IE is odd
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8366 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 16:53:49 +00:00
Henry Sudhof
9fe2b06cac
Oh well
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8364 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 15:15:45 +00:00
Henry Sudhof
ae0fb4b070
#15120
...
#16029
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8362 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 13:12:05 +00:00
Meik Sievertsen
cc1ac79450
fixing one small typo
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8360 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 12:47:00 +00:00
Meik Sievertsen
fbea6fbc31
Try to sort last active date on memberlist correctly at least on current page (Bug #18665 ) - patch provided by phillipK
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8359 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 12:45:05 +00:00
Meik Sievertsen
f24069d32c
Fixing realpath issues for provider returning the passed value instead of disabling it. This fixes issues with confirm boxes for those hosted on Network Solutions for example. - #20435
...
many thanks to the reporter for allowing me to debug this on his server. :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8355 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 19:30:58 +00:00
Meik Sievertsen
35ae4c420f
seems like i forgot something. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8354 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 18:48:03 +00:00
Meik Sievertsen
f8124b2117
Allow forum notifications if topic notifications are disabled but forum notifications enabled - #14765
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8353 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 17:06:26 +00:00
Meik Sievertsen
35236eb045
Prepend phpbb_root_path to ranks path for displaying ranks - #19075
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8352 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 17:03:34 +00:00
Meik Sievertsen
325ff1fa1b
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
...
Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445 )
Changing order for post review if more than one post affected (Bug #15249 )
Language typos/fixes (Bug #20425 , #15719 , #15429 , #14669 , #13479 )
Style/Template fixes (Bug #20065 , #19405 , #19205 , #15028 , #14934 , #14821 , #14752 , #14497 , #13707 , #14738 )
Tiny code fixes (Bug #20165 , #20025 , #19795 , #14804 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 16:01:15 +00:00
Meik Sievertsen
c7821700dd
#19955
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8348 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-29 15:49:15 +00:00
Meik Sievertsen
9451f7feab
#20125
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8347 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-29 15:15:10 +00:00
Meik Sievertsen
fb1c5e22f6
#17025
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8346 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-29 15:00:41 +00:00
Meik Sievertsen
5efd4f2c00
#20135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8343 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-29 14:23:02 +00:00
Henry Sudhof
98e394987f
nit rightfully picked
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8340 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-28 15:20:47 +00:00
Henry Sudhof
79b02d160a
20255
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8337 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-28 13:00:10 +00:00
Henry Sudhof
e13488ab1c
#20085
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8335 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-24 11:09:15 +00:00
Marek A. R
cdf9a41ced
Fix for bug #17855
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8334 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-23 22:08:06 +00:00
Henry Sudhof
48490ba4b1
#19975
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8332 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-23 14:05:17 +00:00
Henry Sudhof
c16d34f995
#19675
...
and
#19675
Language changes, so take care.
I guess it's time to close up shop :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8326 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-22 15:29:58 +00:00
Meik Sievertsen
b29ba5343d
grr
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8314 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-07 19:29:50 +00:00
Vic D'Elfant
bbf09989b0
Same goes for the 3_0_0 branch... Fixed a problem caused by "-x-" variations of a translation, such as fr-x-strict and de-x-sie. We're now sending the main language code to the output so it will at least be a valid language code
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8312 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-07 13:50:56 +00:00
Meik Sievertsen
12a9e00183
- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635 )
...
- Allow editing usernames within database_update on username cleanup (Bug #18415 )
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385 )
- Check entered imagemagick path for trailing slash (Bug #18205 )
- Use proper title on index for new/unread posts (Bug #13101 ) - patch provided by Pyramide
- Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-06 17:00:09 +00:00
Meik Sievertsen
a7984e660d
Correctly check empty subjects/messages (Bug #17915 )
...
Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745 )
Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8306 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-05 16:10:10 +00:00
Meik Sievertsen
1074925720
- backport viewforum performance change from 3.1.x to 3.0.x
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8305 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-05 15:47:40 +00:00
Henry Sudhof
8b423ba308
#16865
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8293 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-03 14:04:12 +00:00
Henry Sudhof
73e18dcd5a
A few very minor changes to avoid curveballs.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8292 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-02 15:56:43 +00:00
Henry Sudhof
00f0159ea2
Some issues with change_lang and VC / form tokens
...
Small stuff.
#18325
#17415
#17085
#16515
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8291 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-02 15:34:33 +00:00
Meik Sievertsen
b870474810
#16695
...
#s17235
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8290 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-27 17:34:05 +00:00
Meik Sievertsen
d05cbff51b
Ticket #16825
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8289 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-27 16:36:24 +00:00
Meik Sievertsen
12e59cf347
Ticket #16945
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8288 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-27 16:27:24 +00:00
Meik Sievertsen
8ec08728a6
Ticket #17705
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8287 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-27 16:04:42 +00:00
Meik Sievertsen
9b1c8531e3
re-allow disabling of word censors (we somehow forgot to commit this, i really do not know why :/)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8286 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-26 15:33:06 +00:00
(no author)
b2187d3c83
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8285 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-26 14:53:52 +00:00
(no author)
7ecd17a993
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_0'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_0@8279 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-12 16:46:54 +00:00
(no author)
0aef1e57a7
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC8'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC8@8260 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-01 13:16:37 +00:00
(no author)
438f31326a
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC7'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC7@8195 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-14 23:10:22 +00:00
(no author)
b5535db081
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC6'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC6@8175 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-13 12:30:53 +00:00
(no author)
f1e54d97fc
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC5'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC5@8071 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-08-24 18:26:15 +00:00
(no author)
e02e530204
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC4'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC4@7975 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-28 16:40:59 +00:00
(no author)
aadda93973
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC3'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC3@7843 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-08 16:39:48 +00:00
(no author)
4319ebbaf6
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC2'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC2@7793 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-24 16:38:12 +00:00
(no author)
19c923cf1b
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_RC1'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_RC1@7657 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-20 14:59:17 +00:00
(no author)
7068d8b462
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_B5'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_B5@6949 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-01-28 17:00:03 +00:00
(no author)
80d429a02d
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_B4'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_B4@6680 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-11-27 21:41:56 +00:00
(no author)
5cfa0ec0c3
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_B3'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_B3@6579 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-11-12 19:45:36 +00:00
(no author)
108312d52a
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_B2'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_B2@6288 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-12 20:24:25 +00:00
(no author)
c9f68f0b5c
This commit was manufactured by cvs2svn to create tag
...
'release_3_0_B1'.
git-svn-id: file:///svn/phpbb/tags/release_3_0_B1@6094 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-06-17 20:30:41 +00:00