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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Callum Macrae
be9eb57785
[ticket/10455] Removed NOTE from prosilver overall_header.html.
...
PHPBB3-10455
2012-04-05 22:22:11 +01:00