Andreas Fischer
7a4b4c7599
[ticket/10094] Purge acm_file cache before phpBB installation.
...
PHPBB3-10094
2012-04-13 16:31:49 +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
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
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
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
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
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
David King
10d4f8c35e
Merge branch 'harderthanfire/ticket/10129' into develop-olympus
2012-03-29 20:37:50 -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
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
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
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
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
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
3b7a6a3efa
[ticket/10689] Fix "First character"-option in "Find a member"-search
...
PHPBB3-10689
2012-03-12 00:39:12 +01:00