| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10967
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only disapproving in queue is missing.
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a topic is soft deleted through a moderator, the topic_delete_user is set.
If it is passively soft deleted (f.e. while the only approved post is deleted)
the topic_delete_user is not set. This way, we can distinguish between these
two cases. The same also applies to unapproved posts. So we need to set the
topic_delete_user when an unapproved topic is posted.
Topics that were soft deleted/unapproved by a user (rather then passive) are
going to be displayed in the Topics modules, while all others are in the posts
modules of the MCP queue.
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- $post_visibility is not boolean, so we need to check for == ITEM_APPROVED
- sync() already updates the topic/forum info, so we don't need to do that again
- use set_post_visibility() when changing the posts visibility
Should be ready for testing.
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is an additional query in some rare cases,
but it makes it much easier to use and understand.
This is mostly a preparation for the restore case.
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Todo: delete_topic case
PHPBB3-9567
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9657
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To wit: using non-existing constant POST_DELETED in posting.php; first test
post was initially unapproved; soft delete checkbox appeared at post time
Links pointing to the wrong place.
PHPBB3-9657
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename the class to more accurately reflect what it does.
PHPBB3-9657
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue
PHPBB3-9657
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename topic_visibility class to phpbb_visibility. Also a bit of work to the class itself, mostly cleanup and adding the comments that I'd previously written.
PHPBB3-9657
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :)
PHPBB3-9657
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Used by phpBB Gallery
PHPBB3-9550
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Proper parameters are passed in search backend constructor in
functions_posting.php
PHPBB3-11052
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since phpBB 2 pagination has been rendered mostly within the source. This
limits just what designers can do with pagination. The current form is also
questionable in terms of "best practice". The aim is to move rendering
completely to the template via the use of a block element. Enabling S_
template vars also allows for control over specific aspects of the
pagination output such as next, previous, active and ellipsis.
Related to this - merging the capabilities of the topic_generate_pagination
with generate_pagination removes an element of duplication.
PHPBB3-10968
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The default value should be kept, so we do not change the behaviour for MODs
and Extensions that use the function with its default values.
PHPBB3-10640
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[Ticket/10675] Correct language string ATTACH_DISK_FULL
[feature/event-dispatcher] Adding composer.phar to .gitignore for olympus
[ticket/10675] Add disk full language string when posting attachments
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* Dickyf/ticket/10675:
[Ticket/10675] Correct language string ATTACH_DISK_FULL
[ticket/10675] Add disk full language string when posting attachments
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add language string visible by admins only for when the disk does not have
enough free space to upload attachments.
PHPBB3-10675
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10684] Adjust function and parameter name, minor changes.
[ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
[ticket/10684] Remove intval mapping for array keys
[ticket/10684] Adjust pm_notifications() to handle stale bans
[ticket/10684] Cast user_id to integer
[ticket/10684] Refactor $sql_ignore_users array update
[ticket/10684] Remove isset() for $sql_ignore_users update
[ticket/10684] Fix 2 typos in comment lines.
[ticket/10684] Send notifications for users with stale bans
Conflicts:
phpBB/includes/functions_user.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10684
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10684
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10684
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10684
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10684
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10684
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
|
| | |
| | |
| | |
| | | |
PHPBB3-8652
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a fix for the problem of the system sending 2 emails when there are 2
replies to a topic where the user is subscribed in a topic and the forum that
contains the topic.
This simple fix seems to solve the problem. In simple tests I made it shows
it does.
PHPBB3-8652
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10484:
[ticket/10484] Use variables for sql_build_query() calls
Conflicts:
phpBB/includes/mcp/mcp_front.php
|
| | |
| | |
| | |
| | |
| | |
| | | |
It's easier for mods/extensions to extend the arrays.
PHPBB3-10484
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* naderman/feature/extension-manager: (67 commits)
[feature/extension-manager] Removing now unused acp_search code
[feature/extension-manager] Split disabling extensions up into steps as well
[feature/extension-manager] Add documentation on caching in ext finder
[feature/extension-manager] Reference correct new module basenames in install
[feature/extension-manager] Rename default methods to core methods on finder.
[feature/extension-manager] Document what the class loader stores in cache
[feature/extension-manager] Add docblock to cached paths map in class loader
[feature/extension-manager] Clear up docs of extension related template changes
[feature/extension-manager] Use "core files" instead of "global files" in docs
[feature/extension-manager] Add docblocks to new search backend methods
[feature/extension-manager] Add docblocks to new methods in functions_module
[feature/extension-manager] Clarify comment on ext meta class instantiator
[feature/extension-manager] Add more info on suffixes in extension finder
[feature/extension-manager] Clarify is_dir parameter description
[feature/extension-manager] Clarify class finding method docblock
[feature/extension-manager] Correct default path comment & remove double strlen
[feature/extension-manager] Fix "disbale" typo in comment
[feature/extension-manager] Properly remove old ACP language loading code
[feature/extension-manager] Support extensions in subdirectories of ext/
[feature/extension-manager] Add prefix to extension meta data / install classes
...
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Search backends are now required to be autoloadable. The database updater to
3.1 tries to guess the class name as phpbb_search_<oldname> which works for
the default backends we ship.
PHPBB3-10323
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* develop-olympus:
[ticket/9776] Delete poll if no poll options were submitted.
|