Joas Schilling
5c8c7b1352
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
...
- Get delete_ids, pms of the user as receipt
- Get undelivered_msg, pms of the user as sender
- Delete undelivered_msg, if there are only NO_BOX, OUTBOX and SENTBOX links
- Correct the _new and _unread user values for the receipts
- Delete delete_ids, if there are no links to them anymore
- Reset _new and _unread values for the user we delete
PHPBB3-10950
2012-07-04 13:10:15 +02:00
Andreas Fischer
2c12f31cdf
[ticket/10937] Update documentation to say which comment styles are removed.
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Andreas Fischer
81d5327e44
[ticket/10937] Comment removal functions: Restore backward compatibility
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Fyorl
f208b59c59
[ticket/10963] Removed superfluous ternary statement and strpos now stricter
...
PHPBB3-10963
2012-07-02 23:49:40 +01:00
Fyorl
03ddfbbaf1
[ticket/10963] Modified filespec::is_image() to check actual mimetype
...
Modified filespec::is_image() to check the Fileinfo mimetype rather than
trusting the browser.
PHPBB3-10963
2012-07-02 23:30:47 +01:00
Joas Schilling
fe1f21d1a5
[ticket/10942] Use ANSI SQL standard || in dbal.php
...
PHPBB3-10942
2012-07-02 23:11:21 +02:00
Joas Schilling
a8cf926566
[ticket/10942] Require same data type and do not cast expressions automatically
...
PHPBB3-10942
2012-07-02 11:10:02 +02:00
Andreas Fischer
49afc1f2dc
[ticket/10950] Correct comment for the second query.
...
Only undelivered messages are handled.
PHPBB3-10950
2012-06-23 11:16:38 +02:00
Andreas Fischer
30475856c4
[ticket/10950] Add empty line to make unset() call more visible.
...
PHPBB3-10950
2012-06-23 10:47:26 +02:00
Andreas Fischer
fce385e5bc
[ticket/10950] Select the correct columns in SQL queries.
...
PHPBB3-10950
2012-06-23 10:45:36 +02:00
Andreas Fischer
9c2930178f
[ticket/10950] Use a variable for the private message id.
...
PHPBB3-10950
2012-06-23 10:43:43 +02:00
Andreas Fischer
a50d1a3576
[ticket/10950] Move array initialisation to the front.
...
PHPBB3-10950
2012-06-23 10:32:16 +02:00
Andreas Fischer
2a76b7e869
[ticket/10950] Remove redundant if statement.
...
We already know author_id and folder_id.
PHPBB3-10950
2012-06-23 10:30:09 +02:00
Andreas Fischer
35b18676cd
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
...
PHPBB3-10950
2012-06-23 10:28:13 +02:00
Andreas Fischer
ac8ebfabc7
[ticket/10950] Use proper ' in order to fix comment.
...
PHPBB3-10950
2012-06-23 10:26:48 +02:00
Andreas Fischer
85ea062a05
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:31:08 +02:00
Andreas Fischer
80180a6a20
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:30:56 +02:00
Joas Schilling
c71f604327
[ticket/10942] Add a comment why we cast to sql_case()
...
PHPBB3-10942
2012-06-20 23:30:31 +02:00
Joas Schilling
82e195ac68
[feature/new-tz-handling] Fix code and doc layout
...
PHPBB3-9558
2012-06-20 14:34:35 +02:00
Joas Schilling
80fafdeb1a
[ticket/10935] Limit number of PM rules per user to 5000
...
PHPBB3-10935
2012-06-20 14:29:48 +02:00
Joas Schilling
089e5f5c79
[ticket/10942] Rename method sql_conditional() to sql_case()
...
PHPBB3-10942
2012-06-20 12:57:08 +02:00
Joas Schilling
79dfdf9406
[ticket/10942] Change term string to expression to avoid confusion
...
PHPBB3-10942
2012-06-20 12:50:12 +02:00
Joas Schilling
c8e322d88f
[ticket/10942] Fix sql_conditional for mssql, postgre and oracle
...
PHPBB3-10942
2012-06-20 12:41:26 +02:00
Joas Schilling
1e3272bfce
[ticket/10942] Add sql_concatenate to dbal
...
PHPBB3-10942
2012-06-20 02:10:04 +02:00
Oleg Pudeyev
820ad818dd
Merge PR #844 branch 'dhruvgoel92/ticket/10936' into develop
...
* dhruvgoel92/ticket/10936:
[ticket/10936] remove PCRE and mbstring support check
[ticket/10936] fix language key
2012-06-19 19:51:39 -04:00
Joas Schilling
71374078b9
[ticket/10942] Add sql_conditional to dbal
...
PHPBB3-10942
2012-06-20 01:50:00 +02:00
Joas Schilling
a5628cbdc8
[feature/new-tz-handling] Fix docs in phpbb_user class
...
PHPBB3-9558
2012-06-20 00:29:31 +02:00
Nils Adermann
419d6cd035
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9551] uncomment line and change length to 255
2012-06-19 20:09:31 +02:00
Nils Adermann
08763ac99e
Merge remote-tracking branch 'github-dhruvgoel92/ticket/9551' into develop-olympus
...
* github-dhruvgoel92/ticket/9551:
[ticket/9551] uncomment line and change length to 255
2012-06-19 20:09:23 +02:00
Joas Schilling
c7d32a1b2d
[feature/new-tz-handling] Prefix function with phpbb_
...
PHPBB3-9558
2012-06-19 19:26:57 +02:00
Joas Schilling
a613caab09
[feature/new-tz-handling] Trim comment length and remove leading underscores
...
PHPBB3-9558
2012-06-19 19:24:03 +02:00
Joas Schilling
217d9280dd
[feature/new-tz-handling] Fix comment and validation in ACP board module
...
PHPBB3-9558
2012-06-19 19:21:59 +02:00
Dhruv Goel
bbd3204a9c
[ticket/9551] uncomment line and change length to 255
...
incase of partial collation change post_subject field will be changed back
to the default collation and length 255.
PHPBB3-9551
2012-06-19 20:03:57 +05:30
Oleg Pudeyev
e7da931d3a
Merge PR #571 branch 'unknownbliss/ticket/10640' into develop
...
* unknownbliss/ticket/10640:
[ticket/10640] Change subject length in mcp in subsilver
[ticket/10640] Change subject length in MCP
[ticket/10640] Do not change default value of truncate_string()
[ticket/10640] Change maximum subject length
2012-06-18 20:55:01 -04:00
Joas Schilling
3e3489195f
[feature/new-tz-handling] Add a function to get the timestamp of a date
...
The function uses the given timezone and returns the correct UNIX timestamp of it.
PHPBB3-9558
2012-06-18 15:11:07 +02:00
Joas Schilling
1716e2a2a5
[feature/new-tz-handling] Update doc blocks for the three timezone functions
...
PHPBB3-9558
2012-06-18 15:10:59 +02:00
Joas Schilling
2c4677b79e
[feature/new-tz-handling] Remove function getTimestamp() as we require php 5.3
...
PHPBB3-9558
2012-06-18 15:10:50 +02:00
Joas Schilling
fb77b6b70c
[feature/new-tz-handling] Fix documentation in includes/datetime.php
...
PHPBB3-9558
2012-06-18 15:10:40 +02:00
Joas Schilling
9836efc13c
[feature/new-tz-handling] Inject $user to avoid the usage of global
...
PHPBB3-9558
2012-06-18 15:10:33 +02:00
Joas Schilling
2a880dafdf
[feature/new-tz-handling] Do not use underscore as prefix for user
...
PHPBB3-9558
2012-06-18 15:10:22 +02:00
Joas Schilling
5f96e5d374
[feature/new-tz-handling] Fix timezone option when editing a user in the ACP
...
PHPBB3-9558
2012-06-18 15:09:45 +02:00
Joas Schilling
435573a9cb
[feature/new-tz-handling] Fix Timezone selection on registration page
...
PHPBB3-9558
2012-06-18 15:09:36 +02:00
Joas Schilling
66f7d45603
[feature/new-tz-handling] Introduce 2 step timezone selection using javascript
...
PHPBB3-9558
2012-06-18 15:08:57 +02:00
Joas Schilling
3c6272ff04
[feature/new-tz-handling] Remove appearances of board_dst and user_dst
...
PHPBB3-9558
2012-06-18 15:08:46 +02:00
Joas Schilling
963d4afc2c
[feature/new-tz-handling] Replace gmmktime() and mktime() with phpbb_datetime
...
PHPBB3-9558
2012-06-18 15:08:36 +02:00
Joas Schilling
f9bc825264
[feature/new-tz-handling] Fix timezone validation in ACP user section
...
PHPBB3-9558
2012-06-18 15:08:23 +02:00
Joas Schilling
66ae9ee2ea
[feature/new-tz-handling] Fix timezone selection on registration page
...
PHPBB3-9558
2012-06-18 15:08:14 +02:00
Joas Schilling
09499fb128
[feature/new-tz-handling] Fix handling of timezone and dst in dateformat_select
...
PHPBB3-9558
2012-06-18 15:07:58 +02:00
Joas Schilling
00b5e5345d
[feature/new-tz-handling] Fix displaying of "All times are" string
...
PHPBB3-9558
2012-06-18 15:07:44 +02:00
Joas Schilling
50936cb2ef
[feature/new-tz-handling] Fix selecting and validating of timezone in UCP
...
PHPBB3-9558
2012-06-18 15:07:12 +02:00