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
61eb0151f0
Merge PR #725 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9896] Links changed
2012-05-10 15:58:55 -04:00
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
c136bedf07
Merge PR #799 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10881] Replace old (and unify) file headers in develop files.
2012-05-10 14:43:14 -04: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
Oleg Pudeyev
56b2b87423
[ticket/10882] Add a test for including a nonexistent file.
...
PHPBB3-10882
2012-05-10 03:36:58 -04:00
Oleg Pudeyev
720d07c9b3
[ticket/10882] Add test for an ENDIF without IF.
...
PHPBB3-10882
2012-05-10 03:28:54 -04:00
Oleg Pudeyev
9a38a034e5
[ticket/10882] Add test for an invalid template tag.
...
PHPBB3-10882
2012-05-10 03:28:35 -04:00
Andreas Fischer
1d0607cbb3
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10843] Backport changes to install language.
[ticket/10834] Backport general development language changes to 3.0.
Conflicts:
phpBB/docs/INSTALL.html
phpBB/docs/README.html
2012-05-09 13:30:09 +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
1a9b30b871
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[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
Conflicts:
tests/dbal/select_test.php
2012-05-09 12:55:58 +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
Patrick Webster
1496a4198a
[ticket/10678] Add port handling for MSSQL tests
...
PHPBB3-10678
2012-05-08 04:35:47 -05:00
Patrick Webster
711d09633a
[ticket/10678] Move config changes to new location
...
PHPBB3-10678
2012-05-08 04:34:19 -05:00
Patrick Webster
3cdcd44c4b
[ticket/10678] Rename helper class file
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00
Patrick Webster
ceacb63abf
[ticket/10678] Lowercase class name, adjust comment width
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00
Patrick Webster
9bb2785da0
[ticket/10678] More formatting and docblocks
...
PHPBB3-10678
2012-05-08 04:31:31 -05:00
Patrick Webster
0a596c4b8c
[ticket/10678] More formatting requests
...
PHPBB3-10678
2012-05-08 04:31:30 -05:00
Patrick Webster
5cbe919256
[ticket/10678] Fix formatting
...
PHPBB3-10678
2012-05-08 04:31:29 -05:00
Patrick Webster
d578eff712
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
...
Allow ODBC connections for Firebird
Capitalize fixture tables and columns for Firebird
On database drop failure, drop all tables
Provide cleanup utilities for databases that cannot be dropped
PHPBB3-10678
2012-05-08 04:31:29 -05:00
David King
5b96b5fce7
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
...
PHPBB3-10837
2012-05-07 10:39:49 -04:00
Senky
8d15f1b02e
[ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry
...
PHPBB3-10835
2012-05-07 08:18:50 +02:00
Andreas Fischer
30579ecb09
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10860] Fixing js error in updater
2012-05-06 18:39:32 +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
Bruno Ais
6069d9a3d7
[ticket/10845] Two of the three colouns were missing in the DB update file
...
Added the two colouns that were missing in the DB update file
PHPBB3-10845
2012-05-06 15:28:55 +01:00
Andreas Fischer
1264e39aa9
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[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:12 +02: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
9d827f491f
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10849] Added missing helptext for listitem
2012-05-05 22:50:08 +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
cb02dfda96
Merge remote-tracking branch 'brunoais/ticket/10871' into develop
...
* brunoais/ticket/10871:
[ticket/10871] Delete the unwanted implode
2012-05-04 21:28:16 +02:00
Bruno Ais
fce0c5d436
[ticket/10871] Delete the unwanted implode
...
Deleted the implode that had no reason to be there
PHPBB3-10871
2012-05-04 20:08:42 +01:00
Nils Adermann
859c3ca7d5
Merge pull request #791 from erikfrerejean/task/10869
...
[task/10869] Remove PHP 5.2 check from .travis.yml
2012-05-03 16:22:04 -07:00
Erik Frèrejean
0e906f2575
[task/10869] Remove PHP 5.2 check from .travis.yml
...
The travis configuration file contains a statement that checks whether
the test is ran against PHP 5.2 but as that version isn't tested at
all the check can be removed.
PHPBB3-10869
2012-05-04 00:13:27 +02:00