Joas Schilling
bbaa3411b0
[ticket/10844] Make sure ext_path has no trailing slash
...
PHPBB3-10844
2013-04-12 21:35:07 +02:00
Joas Schilling
6a3d77d76e
[ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_provider
...
The phpbb_root_path needs to be removed from the style path, before giving
the path to the finder, because the finder prepends it later again and is
therefor unable to find style files when the root path is not ./
PHPBB3-10844
2013-04-12 21:35:06 +02:00
Vjacheslav Trushkin
cbb9f084fc
[ticket/10741] Fix for browser-specific resizing of textarea
...
Disable browser-specific resizing only after textarea has been resized
Enable browser-specific resizing after script resizing has been reset
PHPBB3-10741
2013-04-12 16:46:55 +03:00
Vjacheslav Trushkin
67f0e19128
[ticket/10741] Do not resize textarea.no-auto-resize
...
Do not auto-resize textareas with class .no-auto-resize
PHPBB3-10741
2013-04-12 16:46:54 +03:00
Vjacheslav Trushkin
316efcbbbb
[ticket/10741] Automatically resize textareas in prosilver and ACP
...
Automatically resize textareas in prosilver and ACP.
PHPBB3-10741
2013-04-12 16:46:54 +03:00
Vjacheslav Trushkin
88072fd6c2
[ticket/10741] Function to resize textarea elements
...
New function to automatically resize textarea elements
as user types text
PHPBB3-10741
2013-04-12 16:46:54 +03:00
Vjacheslav Trushkin
2387e7eb41
[ticket/11275] Do not use spacer.gif in color picker
...
PHPBB3-11275
2013-04-12 16:42:36 +03:00
Vjacheslav Trushkin
fafbce8124
[ticket/11275] Do not use document.write() for color palette
...
Replace document.write() for color palette function
PHPBB3-11275
2013-04-12 16:40:32 +03:00
Nils Adermann
c25dfef770
Merge pull request #1184 from marc1706/ticket/11314
...
[ticket/11314] Improve readability and code cleanup in new JavaScript files
2013-04-12 06:32:13 -07:00
Nils Adermann
653666c76e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11358] Removed all trailing white spaces.
[ticket/11358] Fixed the code according to coding guidlines.
2013-04-12 14:03:56 +02:00
Nils Adermann
0ce94fde77
Merge branch 'ticket/11358' into develop-olympus
...
* ticket/11358:
[ticket/11358] Removed all trailing white spaces.
[ticket/11358] Fixed the code according to coding guidlines.
2013-04-12 14:03:24 +02:00
erangamapa
7d8bbcd596
[ticket/11358] Removed all trailing white spaces.
...
Removed all trailing white spaces with new lines.
PHPBB3-11358
2013-04-12 14:03:06 +02:00
erangamapa
00b45fa4dc
[ticket/11358] Fixed the code according to coding guidlines.
...
Added proper indentation and new line after break in switch
statement.
PHPBB3-11358
2013-04-12 14:02:51 +02:00
Joas Schilling
13ca1f5598
[ticket/11491] Copy files back only if we saved them previously
...
PHPBB3-11491
2013-04-12 02:18:38 +02:00
Joas Schilling
3436e3f102
[ticket/11491] Only copy files from phpBB/ext/ the directory exists
...
PHPBB3-11491
2013-04-12 02:03:58 +02:00
Joas Schilling
0b64db275b
[ticket/11491] Correctly remove the store/temp_ext/ directory after use
...
PHPBB3-11491
2013-04-12 01:40:45 +02:00
Joas Schilling
56bcf7497e
[ticket/11491] Fix path to the ext/ folder
...
PHPBB3-11491
2013-04-12 01:10:09 +02:00
Joas Schilling
08e7bd6166
[ticket/11491] Add extension_acp_test.php to functional group
...
PHPBB3-11491
2013-04-12 01:09:09 +02:00
Joas Schilling
4c99229be8
[ticket/11491] Fix class name of functional test
...
PHPBB3-11491
2013-04-12 01:08:40 +02:00
Joas Schilling
b2b8b62fad
[ticket/11491] Move file to correct directory
...
PHPBB3-11491
2013-04-12 01:08:09 +02:00
Joas Schilling
5c24474c2a
[ticket/11494] Fix memberlist leaders functional tests
...
The scope of the crawler should be reduced to the specific table
PHPBB3-11494
2013-04-11 22:11:52 +02:00
Andreas Fischer
d071d57a1b
Merge remote-tracking branch 'rechosen/ticket/11116' into develop
...
* rechosen/ticket/11116:
[ticket/11116] Made ACP "extension not available" error message E_USER_WARNING
2013-04-11 15:18:29 -04:00
Nils Adermann
08e7e8722a
Merge pull request #1336 from nickvergessen/ticket/11492
...
[ticket/11492] Fix error on teampage when there are no users.
2013-04-11 08:19:32 -07:00
Joas Schilling
1296417b52
[ticket/11492] Initialize $user_ids and $group_users arrays
...
Also avoid unneccessary calls to permissions when user_ids is empty
PHPBB3-11492
2013-04-11 16:38:14 +02:00
Joas Schilling
4d4cf25edd
[ticket/11492] Fix the test once more
...
PHPBB3-11492
2013-04-11 16:29:15 +02:00
Joas Schilling
7f527e8012
[ticket/11492] Fix issues with log object
...
PHPBB3-11492
2013-04-11 16:05:04 +02:00
Joas Schilling
f920c69ad5
[ticket/11492] Split into mutliple tests
...
PHPBB3-11492
2013-04-11 15:44:54 +02:00
Joas Schilling
e5503e20d8
[ticket/11492] Do not add the user again
...
PHPBB3-11492
2013-04-11 15:28:55 +02:00
Joas Schilling
59ad90b25c
[ticket/11492] Add tests for removing/adding users
...
PHPBB3-11492
2013-04-11 15:20:14 +02:00
Joas Schilling
60713c8a20
[ticket/11492] Add functional test for empty teampage
...
PHPBB3-11492
2013-04-11 15:00:22 +02:00
Vjacheslav Trushkin
f89b80e183
[ticket/4412] Shorten long profile fields
...
Shorten long profile fields using CSS
PHPBB3-4412
2013-04-11 14:31:17 +03:00
rechosen
694eb3ccb5
[ticket/11116] Made ACP "extension not available" error message E_USER_WARNING
...
The error message generated when an administrator tries to enable an
incompatible extension used to be displayed in the green of the default
E_USER_NOTICE. Changed it to E_USER_WARNING to make it appear in red, as
requested in the ticket.
PHPBB3-11116
2013-04-11 13:13:50 +02:00
hjpotter92
effc8a9bd0
[ticket/11225] Deletion of unused mcp_jumpbox.html file
...
The file/template is no longer used(as mentioned in it).
PHPBB3-11225
2013-04-11 00:00:48 +05:30
Vjacheslav Trushkin
8567aaed32
[ticket/11482] Use double quotes for code
...
Use double quotes for code to avoid excessive escaping
PHPBB3-11482
2013-04-10 20:12:03 +03:00
Joas Schilling
bc423f0d97
[ticket/11465] Correctly set the root path for the test
...
PHPBB3-11465
2013-04-10 13:11:13 +02:00
Joas Schilling
78bcc31a5d
[ticket/11465] The info file does not have _info suffix
...
PHPBB3-11465
2013-04-10 13:08:31 +02:00
Joas Schilling
6110380a35
[ticket/11465] Add phpBB module to test
...
PHPBB3-11465
2013-04-10 13:07:25 +02:00
Vjacheslav Trushkin
5e8d92b0a8
[ticket/11482] Unit tests for advanced DEFINE
...
Unit tests for advanced DEFINE and ENDDEFINE
PHPBB3-11482
2013-04-10 09:00:34 +03:00
Dhruv
5a4438d486
[ticket/11485] add revert_schema for the updated columns
...
PHPBB3-11485
2013-04-09 15:39:26 +05:30
Dhruv
7c261f64dc
[ticket/11485] add columns to styles table during updating schema before
...
updating the data
PHPBB3-10485
2013-04-09 15:39:17 +05:30
Vjacheslav Trushkin
29a5db25ec
[ticket/11482] Implementation of advanced DEFINE tag
...
Implementation of advanced DEFINE tag and ENDDEFINE
PHPBB3-11482
2013-04-07 19:12:04 +03:00
Nils Adermann
52a0f32d99
Merge pull request #1312 from VSEphpbb/ticket/11463
...
[ticket/11463] Add title attribute to topics in search results
2013-04-04 01:39:37 -07:00
Nils Adermann
3985bdbc1b
Merge pull request #1199 from imkingdavid/ticket/11334
...
[ticket/11334] Properly generate controller URL with helper url() method
2013-04-03 06:44:15 -07:00
Nils Adermann
a7cf2bdace
Merge pull request #1323 from t-backoff/ticket/11477
...
Ticket/11477
2013-03-31 15:57:26 -07:00
Tabitha Backoff
5d669ed1c5
Changing effectively_installed function to check if the config var is set.
2013-03-31 18:46:25 -04:00
Nils Adermann
78dc1c84c8
Merge pull request #1316 from nickvergessen/ticket/11405
...
Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies
2013-03-31 15:02:48 -07:00
Nils Adermann
8ae2ea68a6
Merge pull request #1311 from VSEphpbb/ticket/11461
...
[ticket/11461] - Template Event added to bottom of view topic pages
2013-03-31 14:57:51 -07:00
Nils Adermann
8231b881ad
Merge pull request #1287 from erangamapa/ticket/11106
...
[ticket/11106] Undefined index EDITED_TIME_TOTAL notice.
2013-03-31 14:54:23 -07:00
Nils Adermann
fd7db5cc1f
Merge pull request #1296 from bantu/ticket/11440
...
[ticket/11440] Cast values of the $user_ids array to integer before sql_in_set.
2013-03-31 14:42:43 -07:00
Nils Adermann
133307b6bf
Merge pull request #1300 from bantu/ticket/11451
...
[ticket/11445] Add abstract class phpbb_notification_method_messenger_ba...
2013-03-29 08:58:40 -07:00