| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. | Andreas Fischer | 2012-07-23 | 1 | -0/+9 |
| | | |||||
| * | [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. | Andreas Fischer | 2012-07-23 | 4 | -5/+9 |
| | | |||||
| * | Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11 | Andreas Fischer | 2012-07-23 | 1 | -2/+5 |
| |\ | | | | | | | | | * naderman/ticket/10965: [ticket/10965] Profile data is only grabbed when show_novalue is enabled | ||||
| | * | [ticket/10965] Profile data is only grabbed when show_novalue is enabled | Nils Adermann | 2012-07-23 | 1 | -2/+5 |
| | | | | | | | | | PHPBB3-10965 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11 | Andreas Fischer | 2012-07-23 | 1 | -0/+8 |
| |\ \ | |/ | | | | | | | * naderman/ticket/10965: [ticket/10965] Make sure all profile fields are always grabbed on viewtopic | ||||
| | * | [ticket/10965] Make sure all profile fields are always grabbed on viewtopic | Nils Adermann | 2012-07-23 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-10965 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/10965' into prep-release-3.0.11 | Andreas Fischer | 2012-07-23 | 13 | -13/+46 |
| |\ \ | |/ | | | | | | | | | * naderman/ticket/10965: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value | ||||
| | * | [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 | Nils Adermann | 2012-07-23 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10965 | ||||
| | * | [ticket/10965] Introduce a new profile field option to display no value | Nils Adermann | 2012-07-23 | 13 | -13/+46 |
| |/ | | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965 | ||||
| * | Merge branch 'ticket/10667' into prep-release-3.0.11 | Nils Adermann | 2012-07-22 | 1 | -0/+12 |
| |\ | | | | | | | | | * ticket/10667: [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) | ||||
| | * | [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) | Igor Wiedler | 2012-07-22 | 1 | -0/+12 |
| |/ | | | | PHPBB3-10667 | ||||
| * | Merge remote-tracking branch 'github-nickvergessen/ticket/10950' into ↵ | Nils Adermann | 2012-07-21 | 4 | -84/+428 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prep-release-3.0.11 * github-nickvergessen/ticket/10950: [ticket/10950] Fix grammar in comments [ticket/10950] Delete PMs for users that have not yet read the pm [ticket/10950] Fix unit tests to fit the new pm deleting behaviour [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user [ticket/10950] Remove deleted entries in tests instead of commenting them out [ticket/10950] Use database count() and group by instead of doing that in php [ticket/10950] Check $delete_ids to be not empty [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms() [ticket/10950] Fix unit tests to reflect desired behaviour [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms() [ticket/10950] Correct comment for the second query. [ticket/10950] Add empty line to make unset() call more visible. [ticket/10950] Select the correct columns in SQL queries. [ticket/10950] Use a variable for the private message id. [ticket/10950] Move array initialisation to the front. [ticket/10950] Remove redundant if statement. [ticket/10950] Fix SQL coding style (indentation) in second SQL query. [ticket/10950] Use proper ' in order to fix comment. | ||||
| | * | [ticket/10950] Fix grammar in comments | Joas Schilling | 2012-07-20 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Delete PMs for users that have not yet read the pm | Joas Schilling | 2012-07-20 | 2 | -33/+45 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Fix unit tests to fit the new pm deleting behaviour | Joas Schilling | 2012-07-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | Undelivered PMs should not be delivered to recipients that have not yet received them. PHPBB3-10950 | ||||
| | * | [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user | Joas Schilling | 2012-07-16 | 1 | -5/+18 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Remove deleted entries in tests instead of commenting them out | Joas Schilling | 2012-07-11 | 1 | -17/+0 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Use database count() and group by instead of doing that in php | Joas Schilling | 2012-07-11 | 1 | -11/+5 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Check $delete_ids to be not empty | Joas Schilling | 2012-07-04 | 1 | -19/+22 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms() | Joas Schilling | 2012-07-04 | 1 | -58/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | [ticket/10950] Fix unit tests to reflect desired behaviour | Joas Schilling | 2012-07-04 | 2 | -4/+105 |
| | | | | | | | | | | | | | See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation. PHPBB3-10950 | ||||
| | * | [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms() | Joas Schilling | 2012-06-23 | 2 | -0/+222 |
| | | | | | | | | | | | | | Todo: Add cases to in which the msg is also deleted. PHPBB3-10950 | ||||
| | * | [ticket/10950] Correct comment for the second query. | Andreas Fischer | 2012-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Only undelivered messages are handled. PHPBB3-10950 | ||||
| | * | [ticket/10950] Add empty line to make unset() call more visible. | Andreas Fischer | 2012-06-23 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Select the correct columns in SQL queries. | Andreas Fischer | 2012-06-23 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Use a variable for the private message id. | Andreas Fischer | 2012-06-23 | 1 | -6/+8 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Move array initialisation to the front. | Andreas Fischer | 2012-06-23 | 1 | -1/+2 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Remove redundant if statement. | Andreas Fischer | 2012-06-23 | 1 | -12/+9 |
| | | | | | | | | | | | | | We already know author_id and folder_id. PHPBB3-10950 | ||||
| | * | [ticket/10950] Fix SQL coding style (indentation) in second SQL query. | Andreas Fischer | 2012-06-23 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10950 | ||||
| | * | [ticket/10950] Use proper ' in order to fix comment. | Andreas Fischer | 2012-06-23 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10950 | ||||
| * | | Merge remote-tracking branch 'github-noxwizard/ticket/10441' into ↵ | Nils Adermann | 2012-07-19 | 1 | -30/+37 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | prep-release-3.0.11 * github-noxwizard/ticket/10441: [ticket/10441] Make CDB linking more consistent [ticket/10441] Typo [ticket/10441] Update to docs/README.html | ||||
| | * | | [ticket/10441] Make CDB linking more consistent | Patrick Webster | 2012-07-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-10441 | ||||
| | * | | [ticket/10441] Typo | Patrick Webster | 2012-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10441 | ||||
| | * | | [ticket/10441] Update to docs/README.html | Oyabun1 | 2012-06-29 | 1 | -28/+35 |
| | |/ | | | | | | | | | | | | | | | Updated information about styles, languages, and MODs Added a section about the Knowledge Base. Various phrase changes. PHPBB3-10441 | ||||
| * | | Merge remote-tracking branch 'Noxwizard/ticket/10978' into prep-release-3.0.11 | Andreas Fischer | 2012-07-12 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * Noxwizard/ticket/10978: [ticket/10978] Fix typo in prosilver ucp_groups_membership.html | ||||
| | * | | [ticket/10978] Fix typo in prosilver ucp_groups_membership.html | Patrick Webster | 2012-07-09 | 1 | -1/+1 |
| | |/ | | | | | | | PHPBB3-10978 | ||||
| * | | Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11 | Oleg Pudeyev | 2012-07-07 | 4 | -8/+55 |
| |\ \ | | | | | | | | | | | | | | | | * bantu/ticket/10937: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility | ||||
| | * | | [ticket/10937] Update documentation to say which comment styles are removed. | Andreas Fischer | 2012-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10937 | ||||
| | * | | [ticket/10937] Comment removal functions: Restore backward compatibility | Andreas Fischer | 2012-07-03 | 4 | -8/+55 |
| | | | | | | | | | | | | | PHPBB3-10937 | ||||
| * | | | Merge remote-tracking branch 'Noxwizard/ticket/10773' into prep-release-3.0.11 | Andreas Fischer | 2012-07-01 | 3 | -3/+3 |
| |\ \ \ | |_|/ |/| | | | | | | | | * Noxwizard/ticket/10773: [ticket/10773] ACP logo with registered trademark symbol | ||||
| | * | | [ticket/10773] ACP logo with registered trademark symbol | Patrick Webster | 2012-06-30 | 3 | -3/+3 |
| |/ / | | | | | | | PHPBB3-10773 | ||||
| * | | Merge remote-tracking branch 'nickvergessen/ticket/10935' into ↵ | Andreas Fischer | 2012-06-21 | 2 | -2/+16 |
| |\ \ | |/ |/| | | | | | | | | | prep-release-3.0.11 * nickvergessen/ticket/10935: [ticket/10935] Limit number of PM rules per user to 5000 | ||||
| | * | [ticket/10935] Limit number of PM rules per user to 5000 | Joas Schilling | 2012-06-20 | 2 | -2/+16 |
| | | | | | | | | | PHPBB3-10935 | ||||
| * | | Merge remote-tracking branch 'Noxwizard/ticket/10925' into prep-release-3.0.11 | Andreas Fischer | 2012-06-20 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | | | * Noxwizard/ticket/10925: [ticket/10925] Clarify installation requirements for SQLite | ||||
| | * | [ticket/10925] Clarify installation requirements for SQLite | Patrick Webster | 2012-06-19 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10925 | ||||
| * | | [develop-olympus] Add changelog for 3.0.11 release. | Andreas Fischer | 2012-05-31 | 1 | -19/+136 |
| | | | |||||
| * | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release. | Andreas Fischer | 2012-05-31 | 4 | -8/+8 |
| | | | |||||
| * | | [develop-olympus] Bumping version numbers to final for 3.0.11 releases. | Andreas Fischer | 2012-05-31 | 10 | -11/+11 |
| | | | |||||
| * | | Merge remote-tracking branch 'github-bantu/ticket/10788' into develop-olympus | Nils Adermann | 2012-05-31 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | By Andreas Fischer via Andreas Fischer * github-bantu/ticket/10788: [ticket/10788] Add Arty to the list of phpBB developers in docs/AUTHORS. | ||||
| | * | | [ticket/10788] Add Arty to the list of phpBB developers in docs/AUTHORS. | Andreas Fischer | 2012-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | PHPBB3-10788 | ||||
