Joas Schilling
ccd4a725da
[ticket/11362] Add compatibility function phpbb_clean_path() again
...
The function first depends on the container, but also works without it and
without autoload. The reason for this is, it might be used before that
stuff is set up, like it has been in our common.php
PHPBB3-11362
2013-04-18 09:53:02 +02:00
Joas Schilling
a183fc1118
[ticket/11495] Manually specify the table columns
...
PHPBB3-11495
2013-04-18 00:54:26 +02:00
Joas Schilling
514bcb2fac
[ticket/11495] Move nestedset default values to new method
...
PHPBB3-11495
2013-04-18 00:50:30 +02:00
Joas Schilling
e0393a3062
[ticket/11495] Fix column variable names
...
PHPBB3-11495
2013-04-18 00:34:09 +02:00
Joas Schilling
86937e03ec
[ticket/11495] Remove item classes
...
PHPBB3-11495
2013-04-18 00:15:02 +02:00
Joas Schilling
8c3443ba99
[ticket/11495] Use array directly instead of phpbb_nestedset_item_interface
...
PHPBB3-11495
2013-04-18 00:13:19 +02:00
Joas Schilling
5c379db085
[ticket/11495] Fix description of get_sql_where
...
PHPBB3-11495
2013-04-17 22:56:12 +02:00
Joas Schilling
f831e3c66e
[ticket/11495] Use unique properties for the column names
...
PHPBB3-11495
2013-04-17 22:52:17 +02:00
Joas Schilling
e2875a7e17
[ticket/10966] Introduce MySQL base class
...
PHPBB3-10966
2013-04-17 21:25:35 +02:00
Joas Schilling
ffe9f2a93e
[ticket/11362] Fix service description of finder
...
PHPBB3-11362
2013-04-17 20:25:30 +02:00
Joas Schilling
423b310e2a
[ticket/11362] Extension manager depends on filesystem
...
PHPBB3-11362
2013-04-17 18:43:19 +02:00
Joas Schilling
d7fb934a2f
[ticket/11362] Replace other calls to phpbb_clean_path
...
Need to instantiate the object manually here, as the container is not yet
set up.
PHPBB3-11362
2013-04-17 17:53:44 +02:00
Joas Schilling
158bce0209
[ticket/11362] Use new filesystem class in finder
...
PHPBB3-11362
2013-04-17 17:50:44 +02:00
Joas Schilling
869e00a23b
[ticket/11362] Move phpbb_clean_path into a simple filesystem service
...
PHPBB3-11362
2013-04-17 17:46:58 +02:00
Joas Schilling
57a05e7cf5
[ticket/11495] Add forum implementation of nestedset
...
PHPBB3-11495
2013-04-16 23:09:21 +02:00
Joas Schilling
0d5efcc1d5
[ticket/11495] Add abstract implementation of the interface
...
PHPBB3-11495
2013-04-16 23:08:35 +02:00
Joas Schilling
a1183a5889
[ticket/11495] Add basic interface with nestedset operations
...
PHPBB3-11495
2013-04-16 23:07:48 +02:00
Marc Alexander
c1dedabdfb
[ticket/11488] Use correct base class in email notification method
...
In ticket/11451 this was not correctly changed to reflect the new class
phpbb_notifcation_method_messenger_base. Additionally, an undefined
variable error has been fixed in messenger_base.php (change should be
confirmed by bantu though).
PHPBB3-11488
2013-04-15 12:50:21 +02:00
Marc Alexander
7240759e34
[ticket/11465] Check if class exists before including info file
...
PHPBB3-11465
2013-04-14 17:25:45 +02:00
OpenShift guest
474b4a60a5
[ticket/11458] We still auto add language files from the mods and acp
...
folders in the language directory, so we revert some changes here
PHPBB3-11458
2013-04-13 10:49:59 -04:00
Andreas Fischer
ec33bada93
Merge remote-tracking branch 'hjpotter92/ticket/11225' into develop
...
* hjpotter92/ticket/11225:
[ticket/11225] Deletion of unused mcp_jumpbox.html file
2013-04-13 00:23:22 -04:00
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
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
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
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
78bcc31a5d
[ticket/11465] The info file does not have _info suffix
...
PHPBB3-11465
2013-04-10 13:08:31 +02: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