Nathaniel Guse
a4fe72bd53
[ticket/11420] Fix notification options conversion
...
PHPBB3-11420
2013-05-02 15:40:43 -05:00
Oleg Pudeyev
c182ab0e7b
Merge PR #1371 branch 'EXreaction/ticket/11236' into develop
...
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11236:
[ticket/11236] Change PRUNE_USERS_GROUP_EXPLAIN language
[ticket/11236] Do not require group selection in prune users
[ticket/11236] Correct HTML
2013-04-26 22:35:13 -04:00
Nathaniel Guse
1a16ee4cb2
[ticket/11236] Do not require group selection in prune users
...
PHPBB3-11236
2013-04-25 11:20:13 -05:00
Nathaniel Guse
ee457e584c
[ticket/11236] Correct HTML
...
PHPBB3-11236
2013-04-25 11:16:00 -05:00
Nathaniel Guse
42cfb7264d
[ticket/11237] Fix PHP error in acp_prune.php
...
Also making the code a bit more efficient (removing one SQL query)
PHPBB3-11237
2013-04-25 10:58:48 -05:00
Nils Adermann
7b144bbff2
Merge pull request #1369 from EXreaction/ticket/11335
...
Ticket/11335
2013-04-25 04:01:38 -07:00
Nils Adermann
6d0b183553
Merge pull request #1367 from EXreaction/ticket/11454
...
Ticket/11454 - Jabber notifications are not working at all
2013-04-25 03:59:34 -07:00
Nathaniel Guse
9c4553c41f
[ticket/11335] Replace "$phpEx" with $phpEx
...
PHPBB3-11335
2013-04-24 20:39:24 -05:00
Nathaniel Guse
0d2d72e8ee
[ticket/11454] Check if the fields are set
...
PHPBB3-11454
2013-04-24 20:28:35 -05:00
Nathan Guse
f49993766e
[ticket/11335] (more) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:46:00 -05:00
Nathan Guse
14f1340903
[ticket/11335] (avatars) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:46 -05:00
Nathan Guse
df70b6ebe6
[ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:41 -05:00
Nathan Guse
fe89e56686
[ticket/11335] (hook finder) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:39 -05:00
Nathan Guse
ce230f8dea
[ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:36 -05:00
Nathan Guse
6ef363547a
[ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:33 -05:00
Nathan Guse
e870c04067
[ticket/11335] (class loader) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:30 -05:00
Nathan Guse
fcdfe748b8
[ticket/11454] Use set_addresses in other applicable areas
...
This should fix some other bugs that may not have yet been recognized--some
areas only set to(), but sent according to user_notify_type, which is not
necessarily email.
PHPBB3-11454
2013-04-24 15:34:12 -05:00
Nathaniel Guse
ebb5169a46
[ticket/11454] Add messenger function set_addresses
...
Automatically fills to/im from a user row
Send messenger the Jabber address if using Jabber notifications
PHPBB3-11454
2013-04-24 15:19:37 -05:00
Nils Adermann
b8c2bf6ce4
Merge remote-tracking branch 'github-asperous/ticket/9975' into develop
...
* github-asperous/ticket/9975:
[ticket/9975] Moved a few E_USER_ERROR errors to /language
Conflicts:
phpBB/includes/user.php
2013-04-24 19:16:46 +02:00
Nils Adermann
b3497d955f
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9975] Translate missing style error message
Conflicts:
phpBB/includes/session.php
2013-04-24 19:13:47 +02:00
Nils Adermann
aaf109e07d
Merge pull request #1326 from dhruvgoel92/ticket/11485
...
[ticket/11485] add columns to update_schema before adding data
2013-04-24 09:59:41 -07:00
Nils Adermann
81daf21dc0
Merge pull request #1324 from nickvergessen/ticket/10844-2
...
Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
2013-04-24 09:52:57 -07:00
Nils Adermann
3e32655c7f
Merge pull request #1290 from nickvergessen/ticket/11362
...
Correctly sanitise the directory path in finder
2013-04-24 09:45:34 -07:00
Nathaniel Guse
212971a3a6
[ticket/11454] Correct jabber global available check
...
Copied from msg_jabber()
PBPBB3-11454
2013-04-24 10:37:53 -05:00
asperous
9f545a7f6b
[ticket/9975] Moved a few E_USER_ERROR errors to /language
...
There were a few error messages that a user could experience that would, previously, be without any the ability to be localized. There are some more E_USER_ERRORs that I did not change to a constant, for example the error message that is displayed if there aren't any folders in /language.
PHPBB3-9975
2013-04-23 09:55:36 -07:00
Joas Schilling
16e70fa086
[ticket/11362] Use container when available instead of creating a new instance
...
PHPBB3-11362
2013-04-22 00:49:41 +02:00
Gaëtan Muller
802fbbb444
[ticket/9975] Translate missing style error message
...
The error message about missing style data was not
translated
PHPBB3-9975
2013-04-21 17:38:49 +02:00
Joas Schilling
db5df5b6ac
[ticket/10966] Introduce MSSQL base class for native and ODBC
...
PHPBB3-10966
2013-04-19 19:11:22 +02:00
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
e2875a7e17
[ticket/10966] Introduce MySQL base class
...
PHPBB3-10966
2013-04-17 21:25:35 +02:00
Joas Schilling
423b310e2a
[ticket/11362] Extension manager depends on filesystem
...
PHPBB3-11362
2013-04-17 18:43:19 +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
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
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
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
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
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
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
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