Nils Adermann
26e052bb26
[ticket/10067] Add separator to h_radio to place options on individual lines
...
The previous mechanism for account activation resulted in two h_radio calls
with identical id attributes for two elements.
PHPBB3/10067
2011-06-05 09:52:17 +02:00
Oleg Pudeyev
8155bc5a9d
[ticket/10067] Clarify language for user activation options in ACP.
...
PHPBB3-10067
2011-04-30 15:39:19 -04:00
Oleg Pudeyev
d3b5df2548
Merge branch 'ticket/erikfrerejean/9581' into develop-olympus
...
* ticket/erikfrerejean/9581:
[ticket/9581] Fix missing index
[ticket/9581] Slightly tweaked queries
[ticket/9581] Make banlist table select optional
[ticket/9581] Mass e-mail to banned users
2011-04-10 11:58:29 -04:00
Joas Schilling
851bb9fcd8
[ticket/10084] Add smilie/icon errors out when file is missing
...
PHPBB3-10084
2011-04-07 20:36:11 +02:00
Erik Frèrejean
83ca730544
[ticket/9581] Fix missing index
...
Add `u.user_lang` to the select statement to prevent "undefined
index" errors.
PHPBB3-9581
2011-03-24 10:44:36 +01:00
Joas Schilling
1564c01c38
[ticket/10033] "Disallow usernames" does not check already disallowed names.
...
PHPBB3-10033
2011-03-23 22:48:22 +01:00
Nils Adermann
91b3195255
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
...
To have a generic solution there is now a sql_buffer_nested_transaction()
which indicates that the given SQL driver requires buffering to run a
transaction while iterating over another result set.
PHPBB3-9685
2011-03-15 01:41:16 +01:00
rxu
9a9b156a8e
[ticket/10035] ACP template edit feature allows to read any files on webserver.
...
... and to upload/execute any script on it. Use preg_replace to filter filename
PHPBB3-10035
2011-03-07 21:22:33 +07:00
Erik Frèrejean
df76799d4b
[ticket/9581] Slightly tweaked queries
...
Changed the queries based upon comments by Oleg and Nick, this
should return the expected result in every case.
PHPBB3-9581
2011-03-04 12:14:00 +01:00
Erik Frèrejean
1dd25ce62d
[ticket/9581] Make banlist table select optional
...
Per Nick, only set the `BANLIST_TABLE` in the select statement
if the `$sql_ban_where` variable is set.
PHPBB3-9581
2011-03-04 11:10:09 +01:00
Erik Frèrejean
1b60613319
[ticket/9581] Mass e-mail to banned users
...
Implement the suggestion made by Adam in the ticket, this will add
an additional checkbox to the mass e-mail page. By checking this
the mass e-mail shall also be send to banned users. By default
banned users however are excluded from the mass e-mail.
PHPBB3-9581
2011-03-04 11:10:08 +01:00
Joas Schilling
a25238e0c1
[ticket/9874] view_log() performs unneeded count query over all log entries.
...
PHPBB3-9874
2011-02-25 00:04:48 +01:00
Erik Frèrejean
a7bc76d246
[ticket/7778] BBCode single limit
...
There are currently two hard limits for the number of BBCodes
allowed. One is enforced by the type of the `bbcode_id` column,
the other by an hard limit in `acp/acp_bbcode.php`. However this
limit can never be reached due to the size of the database column.
Suggested fix involves adding a new constant to define the max.
number of BBCodes (as with smilies) and chaning the database
column from a tinyint to a smallint to actually allow 1511 BBCodes
PHPBB3-7778
2011-02-23 21:15:40 -05:00
Oleg Pudeyev
15a5d2c4bf
Merge branch 'ticket/nickvergessen/9675' into develop-olympus
...
* ticket/nickvergessen/9675:
[ticket/9675] Correctly check whether the style/component is still in use.
[ticket/9675] Put the code into methods to avoid code duplication.
[ticket/9675] Adjust the language-string to reflect the changes.
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
2011-02-21 20:47:31 -05:00
Niklas Schmidtmer
c717e44094
[ticket/8904] Show default value for numeric custom profile fields when editing
...
When displaying the default value for a numeric custom profile field, only use
request_var to obtain the value on creation. When editing, it will always
override the actual value with an empty string, as this is request_var's default
return value.
PHPBB3-8904
2011-02-13 18:32:11 +01:00
Joas Schilling
65020fd5c1
[ticket/9675] Correctly check whether the style/component is still in use.
...
And don't allow to delete it in that case.
PHPBB3-9675
2011-02-08 14:57:43 +01:00
Joas Schilling
0e02f5cb0b
[ticket/9675] Put the code into methods to avoid code duplication.
...
PHPBB3-9675
2011-02-08 14:57:42 +01:00
Joas Schilling
ffcd307746
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
...
PHPBB3-9675
2011-02-08 14:27:27 +01:00
Joas Schilling
72fbd4dffa
[ticket/9966] Language download in ACP creates index.html and misses captcha_*
...
The language pack download page includes index.html files instead of index.htm. It also does not include the new captcha_*.php files which are included since 3.0.6.
PHPBB3-9966
2011-01-29 17:08:20 +01:00
rxu
9a25e4ad89
[ticket/9933] Wrong handling consecutive multiple asterisks in word censor
...
Fix consecutive asterisks issue in word censor.
PHPBB3-9933
2011-01-07 20:51:43 +07:00
Igor Wiedler
857271ebbd
[ticket/9850] Display upgrade instructions for feature release in acp
...
PHPBB3-9850
2010-11-02 23:53:14 +01:00
Andreas Fischer
52546e8d15
Merge branch 'ticket/naderman/9686' into develop-olympus
...
* ticket/naderman/9686:
[ticket/9686] Fix mssqlnative database data export
2010-10-25 21:54:49 +02:00
rxu
257e264af7
[ticket/9478] Validate maximum number of allowed recipients per PM value.
...
Do not allow to enter the value larger than it's allowed by MySQL mediumnt(8).
PHPBB3-9478
2010-10-25 21:47:13 +02:00
Nils Adermann
5c5b0fc4be
[ticket/9686] Fix mssqlnative database data export
...
We require version 1.1 of the sqlsrv extension anyway so the regular
sqlsrv_num_rows can be used instead of buffering the result. The result
buffer (class result_mssqlnative) should never automatically free the
resource it receives - we consistently close resources using sql_freeresult().
PHPBB3-9686
2010-10-25 03:33:37 +02:00
Andreas Fischer
f9764c684f
[ticket/9613] Slightly update language strings.
...
PHPBB3-9613
2010-08-29 16:50:57 +02:00
rxu
f1d5005797
[ticket/9613] Implement a load switch for unread posts search feature.
...
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
2010-08-29 16:09:09 +02:00
Andreas Fischer
250c04c8d5
Merge branch 'ticket/nickvergessen/7296' into develop-olympus
...
* ticket/nickvergessen/7296:
[ticket/7296] Exporting styles to tar creates corrupted archives.
2010-08-28 23:25:14 +02:00
Andreas Fischer
dfd3c4a5df
Merge branch 'ticket/nickvergessen/9519' into develop-olympus
...
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
2010-08-28 23:25:05 +02:00
Andreas Fischer
cd46b39967
Merge branch 'ticket/jellydoughnut/9646' into develop-olympus
...
* ticket/jellydoughnut/9646:
[ticket/9646] Honor CSS comments in @import statements
2010-08-22 21:50:17 +02:00
Joas Schilling
3cbcff56b2
[ticket/7296] Exporting styles to tar creates corrupted archives.
...
Add the folders to the archive before putting the files inside, seems to break
the tar-archives.
PHPBB3-7296
2010-08-22 11:16:19 -04:00
Josh Woody
c3a5fd30ee
[ticket/9646] Honor CSS comments in @import statements
...
Add a basic CSS comment parser that allows comments to prevent loading an
@import statement. For simplicity, only whitespace is allowed between /* and
the @import. Also adjust regex to not parse improper quotation marks.
PHPBB3-9646
PHPBB3-8169
2010-08-20 16:02:58 -05:00
Josh Woody
68744484c8
Merge branch 'ticket/bantu/9167' into develop-olympus
...
* ticket/bantu/9167:
[ticket/9167] Detect and remove any dead left over shadow topics on update.
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
Conflicts:
phpBB/install/database_update.php
2010-08-19 10:09:32 -05:00
Josh Woody
46d2d97a37
Merge branch 'ticket/bantu/9611' into develop-olympus
...
* ticket/bantu/9611:
[ticket/9611] Make length of activation keys variable between 6 and 10.
2010-08-19 09:03:45 -05:00
Joas Schilling
4c95ed0eeb
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
...
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.
PHPBB3-9519
2010-08-10 16:11:39 +02:00
Andreas Fischer
0c2512bea2
Merge branch 'ticket/jellydoughnut/9650' into develop-olympus
...
* ticket/jellydoughnut/9650:
[ticket/9650] Do not allow banning the anonymous user by username
2010-07-10 21:22:16 +02:00
Josh Woody
ae967d16f1
[ticket/9650] Do not allow banning the anonymous user by username
...
Banning anonymous can result in bad things, like not being able to log in. However, it was possible until now.
PHPBB3-9650
2010-07-08 13:24:45 -05:00
Andreas Fischer
6da582e8be
Merge branch 'ticket/p/9570' into develop-olympus
...
* ticket/p/9570:
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
2010-07-08 20:02:34 +02:00
Andreas Fischer
c3db21bfa2
Merge branch 'ticket/bantu/9451' into develop-olympus
...
* ticket/bantu/9451:
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
2010-07-08 19:52:29 +02:00
Andreas Fischer
c79df9700d
Merge branch 'ticket/nickvergessen/9578' into develop-olympus
...
* ticket/nickvergessen/9578:
[ticket/9578] ACP Posting tab is missing "Post settings" module.
2010-07-08 02:20:25 +02:00
Andreas Fischer
f22f89888d
Merge branch 'ticket/jellydoughnut/9695' into develop-olympus
...
* ticket/jellydoughnut/9695:
[ticket/9695] Correct the improper display of user input in mcp_ban.php
2010-07-08 01:41:16 +02:00
Thatbitextra
e130a6bad9
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
...
Avoid unnecessary overhead in avatar_process_user() by optionally passing in
the value of $can_upload.
PHPBB3-9451
2010-07-07 16:45:00 +02:00
Oleg Pudeyev
097854ca85
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
...
PHPBB3-9570
2010-07-06 13:14:04 +02:00
Joas Schilling
0db657381b
[ticket/9697] Backlink broken when the select parent forum does not exist.
...
PHPBB3-9697
2010-07-02 12:28:06 +02:00
Josh Woody
0e93d8386b
[ticket/9695] Correct the improper display of user input in mcp_ban.php
...
Correct the improper display of "ban_reason" and "ban_give_reason" in mcp_ban.php
PHPBB3-9695
2010-07-01 17:48:32 -05:00
Andreas Fischer
b7ae0fe4e9
Merge branch 'ticket/bantu/9655' into develop-olympus
...
* ticket/bantu/9655:
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
2010-06-20 22:46:23 +02:00
Andreas Fischer
d537dc60ce
Merge branch 'ticket/bantu/9656' into develop-olympus
...
* ticket/bantu/9656:
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
2010-06-20 22:45:55 +02:00
Andreas Fischer
52c3b51c95
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
...
PHPBB3-9656
2010-06-20 21:43:56 +02:00
Josh Woody
d6551b1233
[ticket/9623] Proper UTF8 encoding for usernames in pruning section
...
The username textboxes were not being properly encoded in UTF8.
PHPBB3-9623
2010-06-15 13:39:58 +02:00
Andreas Fischer
46cae83264
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
...
PHPBB3-9655
2010-06-14 22:27:23 +02:00
Andreas Fischer
30891ffb46
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
...
including posts.
The function delete_topic_shadows() had to be reimplemented.
It was there but it was completly broken and hasn't been used at all.
PHPBB3-9167
2010-06-11 21:50:08 +02:00