Andreas Fischer
ad073d22b9
[ticket/10605] Break long comment into multiple lines 80 chars short.
...
PHPBB3-10605
2012-03-27 01:43:09 +02:00
Andreas Fischer
dd53d0576d
[ticket/10605] Remove unnecessary $delete_ids array.
...
PHPBB3-10605
2012-03-27 01:39:49 +02:00
Andreas Fischer
9040f18d7c
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
...
PHPBB3-10605
2012-03-27 01:35:01 +02:00
Andreas Fischer
dbc7a69ad2
[ticket/10605] Remove unused variable declarations.
...
PHPBB3-10605
2012-03-27 01:30:52 +02:00
Andreas Fischer
2203bc204e
[ticket/10605] Turn $undelivered_user into a real array of counters.
...
PHPBB3-10605
2012-03-27 01:29:29 +02:00
Andreas Fischer
e8830f605f
[ticket/10605] Use unset() instead of checking user_id over and over again.
...
PHPBB3-10605
2012-03-27 01:18:02 +02:00
Joas Schilling
ba6943a6a0
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
...
PHPBB3-10605
2012-03-12 10:11:52 +01:00
Joas Schilling
45f39c6d1f
[ticket/10605] Delete orphan private messages on update
...
PHPBB3-10605
2012-02-27 16:05:12 +01:00
Joas Schilling
17f5c6bf71
[ticket/10605] Check for orphan privmsgs when deleting a user
...
Also moved the hole code into a new function.
PHPBB3-10605
2012-02-18 12:00:12 +01:00
Oleg Pudeyev
4b2690f792
Merge remote-tracking branch 'bantu/ticket/10633' into develop-olympus
...
* bantu/ticket/10633:
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
2012-02-11 05:56:16 -05:00
Oleg Pudeyev
e047b286d8
Merge remote-tracking branch 'bantu/ticket/10606' into develop-olympus
...
* bantu/ticket/10606:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
2012-02-11 05:47:52 -05:00
Oleg Pudeyev
ed6bd50ab8
Merge remote-tracking branch 'cyberalien/ticket/10569' into develop-olympus
...
* cyberalien/ticket/10569:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
2012-02-10 21:00:36 -05:00
Andreas Fischer
a962e78854
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
...
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
2012-02-09 15:34:04 +01:00
James King
35d5d527db
[ticket/10606] Fix incorrect hidden fields array name in page_header().
...
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
2012-02-09 15:32:35 +01:00
Andreas Fischer
f894da0d25
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
...
While filenames are chosen at random and there is no correlation between the
original filename and the new filesystem filename, there is a correlation
between filesystem filename and filesytem filename of thumbnails.
Adjust error message to no longer include the physical filename and make it
consistent with the error message that is shown when there is no attachment at
all.
This information was mostly useless for regular users (i.e. non-admins) anyway.
PHPBB3-10633
2012-02-09 15:17:42 +01:00
Vjacheslav Trushkin
62288b3c05
[ticket/10569] Invalid string comparison in prosilver
...
Fixing invalid string comparison in ucp_main_front.html in prosilver
PHPBB3-10569
2012-02-07 22:03:24 +02:00
Igor Wiedler
3feeb382c5
Merge remote-tracking branch 'cyberalien/ticket/10616' into develop-olympus
...
* cyberalien/ticket/10616:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
2012-02-07 16:53:47 +01:00
Michael Cullum
225892f506
[ticket/9914] Add backup warning to updater.
...
PHPBB3-9914
2012-02-03 16:14:48 +00:00
Vjacheslav Trushkin
326ff46ef7
[ticket/10616] Add template inheritance to exported template
...
Add template inheritance when exporting template.cfg
PHPBB3-10616
2012-02-03 16:19:42 +02:00
Vjacheslav Trushkin
4aef6ea979
[ticket/10616] Ignore template inheritance that points to self
...
Ignore template inheritance if it points to self
PHPBB3-10616
2012-02-03 16:09:48 +02:00
Vjacheslav Trushkin
d2a3496149
[ticket/10616] Add template inheritance to default styles
...
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
2012-02-03 16:00:14 +02:00
Vjacheslav Trushkin
879c92e8a2
[ticket/10569] Invalid string comparison in subsilver2
...
Fixing invalid string comparison in ucp_main_front.html in subsilver2
PHPBB3-10569
2012-02-03 15:38:52 +02:00
Andreas Fischer
2ae6b8a5ed
Merge remote-tracking branch 'Dickyf/ticket/10580' into develop-olympus
...
* Dickyf/ticket/10580:
[ticket/10580] Remove checking of server timezone and DST when registering
2012-01-23 20:06:44 +01:00
Richard Foote
2cf586a372
[ticket/10580] Remove checking of server timezone and DST when registering
...
Remove checking of server timezone and DST. It causes a problem by
selecting the wrong timezone when registering when the board_timezone is 1
hour less than the server timezone.
PHPBB3-10580
2012-01-21 15:17:31 -05:00
rxu
aa21bc2a73
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
...
PHPBB3-10589
2012-01-15 18:18:04 +08:00
Oleg Pudeyev
d7aa3aab5e
Merge remote-tracking branch 'bantu/ticket/9079' into develop-olympus
...
* bantu/ticket/9079:
[ticket/9079] Always log backtrace to error log when logging errors.
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
2012-01-12 22:28:45 -05:00
Vjacheslav Trushkin
23363efaaa
[ticket/10563] Show deactivated styles below active styles in acp
...
Separates active and deactivated styles in styles list in acp
PHPBB3-10563
2012-01-02 21:07:40 +02:00
Andreas Fischer
3e7a0a3746
Merge remote-tracking branch 'Dickyf/ticket/10407a' into develop-olympus
...
* Dickyf/ticket/10407a:
[ticket/10407] Fix check for empty image paths in convertor
[ticket/10407] Fix check for empty image paths in convertor
2012-01-02 19:54:14 +01:00
Richard Foote
24cf7f1d29
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will check the path without the trailing slash to see if the path is
actually empty.
PHPBB3-10407
2012-01-02 13:09:21 -05:00
Andreas Fischer
fd55d64996
Merge remote-tracking branch 'unknownbliss/ticket/9916-olympus' into develop-olympus
...
* unknownbliss/ticket/9916-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
2012-01-02 17:35:49 +01:00
Unknown
5e52734c24
[ticket/9916] Changing header in non-distributed files
...
PHPBB3-9916
2012-01-02 16:20:30 +00:00
Unknown
0fc37fb397
[ticket/9916] Changing coding guidelines license
...
PHPBB3-9916
2012-01-02 16:20:22 +00:00
Andreas Fischer
3f91405acb
Merge branch 'prep-release-3.0.10' into develop-olympus
...
* prep-release-3.0.10:
[prep-release-3.0.10] Bumping version number for 3.0.10 final.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2012-01-01 16:03:06 +01:00
Andreas Fischer
e14c3f3b77
[prep-release-3.0.10] Bumping version number for 3.0.10 final.
2012-01-01 16:00:17 +01:00
Richard Foote
d5dc70cbe3
[ticket/10407] Fix check for empty image paths in convertor
...
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will temporarily remove the trailing slash, then check if the path is
empty.
PHPBB3-10407
2011-12-29 16:27:48 -05:00
Igor Wiedler
5cc1eb27c7
Merge remote-tracking branch 'bantu/ticket/10538' into develop-olympus
...
* bantu/ticket/10538:
[ticket/10538] Call htmlspecialchars_decode() on Jabber and SMTP passwords.
2011-12-28 16:40:07 +01:00
Andreas Fischer
a45f03a5af
Merge remote-tracking branch 'p/ticket/9681' into develop-olympus
...
* p/ticket/9681:
[ticket/9681] Add password length to security settings
2011-12-25 15:16:25 +01:00
Andreas Fischer
b0fd3b2bf0
Merge remote-tracking branch 'p/ticket/10428' into develop-olympus
...
* p/ticket/10428:
[ticket/10428] Documentation for optionget/optionset functions.
[ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.
[ticket/10428] Dispose of $this->keyvalues cache for optionget.
[ticket/10428] Compare $data to false strictly.
2011-12-25 15:12:03 +01:00
Oleg Pudeyev
10453b6752
[ticket/10428] Documentation for optionget/optionset functions.
...
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
99c102344e
[ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.
...
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
16ae99eec8
[ticket/10428] Dispose of $this->keyvalues cache for optionget.
...
It does not work properly when custom $data is provided, and
making it work will make the code so complicated that any benefits
from having this cache in the first place will be nullified.
Just get rid of it.
PHPBB3-10428
2011-12-25 01:51:32 -05:00
Oleg Pudeyev
38c2d4da35
[ticket/10428] Compare $data to false strictly.
...
Users may pass 0 or '' for $data, this should cause the
user-specified $data code path to be taken.
PHPBB3-10428
2011-12-25 01:51:20 -05:00
Andreas Fischer
ccd2ca55d4
Merge remote-tracking branch 'Dickyf/ticket/10542' into develop-olympus
...
* Dickyf/ticket/10542:
[ticket/10542] Remove class="postlink" in subsilver2 faq_body.html
2011-12-25 00:58:03 +01:00
Richard Foote
fa003bb5fd
[ticket/10542] Remove class="postlink" in subsilver2 faq_body.html
...
class="postlink" is not defined in stylesheet.css so remove it from
styles/subsilver2/template/faq_body.html
PHPBB3-10542
2011-12-24 11:30:17 -05:00
Oleg Pudeyev
b6999237f4
[ticket/9079] Always log backtrace to error log when logging errors.
...
PHPBB3-9079
2011-12-24 01:24:09 -05:00
Andreas Fischer
d9fef488af
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
...
PHPBB3-9079
2011-12-24 01:14:25 -05:00
Oleg Pudeyev
519db8e3b2
Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympus
...
* cyberalien/ticket/10507:
[ticket/10507] DBAL unit test
[ticket/10507] Sort styles in acp
2011-12-24 00:57:07 -05:00
Igor Wiedler
7779dae2cc
[ticket/9681] Add password length to security settings
...
PHPBB3-9681
2011-12-23 00:42:13 -05:00
Oleg Pudeyev
fa2edf5187
[ticket/10546] Add missing argument to adm_back_link in acp_captcha.
...
PHPBB3-10546
2011-12-23 00:26:26 -05:00
Oleg Pudeyev
37fa5e56f3
Merge remote-tracking branch 'cyberalien/ticket/10399' into develop-olympus
...
* cyberalien/ticket/10399:
[ticket/10399] Correctly encoding template component urls (3.0)
[ticket/10399] Correctly encoding template component urls (3.0)
2011-12-22 15:45:48 -05:00