| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-9657
|
|
|
|
| |
PHPBB3-9657
|
|
|
|
| |
PHPBB3-9657
|
|
|
|
| |
PHPBB3-9657
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
feature/softdelete-1-permission-rebase
* 'develop' of https://github.com/phpbb/phpbb3: (544 commits)
[feature/events] Fix improperly named event in documentation
[feature/events] Fix alphabetization of events
[feature/events] Put events in alphabetical order
[feature/events] Make EVENTS.md lowercase
[ticket/11285] Use more granularity in dependency checks in compress test
[ticket/10880] The m_approve permisson no longer implies f_noapprove.
[ticket/10803] Show failure message until user dismisses it
[ticket/10954] Add missing semi-colon
[ticket/10954] Make sure to mark subforums unread and add small fixes
[feature/events] Use ` to escape HTML tags in markdown
[feature/events] Remove HTML tags from markdown so they don't get parsed
[ticket/10954] Miscellaneous coding fixes
[feature/events] Remove extraneous space
[feature/events] Add markdown template event documentation file
[feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)
[feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)
[feature/events] Fix typo in event name
[ticket/10763] Use self when calling get_extension() in filespec class
[feature/events] Fix more subsilver2 events
[feature/events] Fix some subsilver2 events
...
Conflicts:
phpBB/install/database_update.php
phpBB/posting.php
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/8610] Update comment
[ticket/8610] Do not use requests to submit posts except in posting_test.php
[ticket/8610] Move posting helpers to separate file
[ticket/8610] Create helper functions to create topic/post in functional tests
[ticket/8610] Use phpbb_update_rows_avoiding_duplicates
[ticket/8610] Revert some funky merging I did from rebase
[ticket/8610] Add some comments
[ticket/8610] Update Bookmarks and Subscriptions when splitting topics
[ticket/8610] Update Bookmarks when merging posts into another topic
[ticket/8610] Update Bookmarks when forking topics
[ticket/8610] Update Bookmarks when merging topics
|
| | |
| | |
| | |
| | | |
PHPBB3-8610
|
| | |
| | |
| | |
| | | |
PHPBB3-8610
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update bookmarks to the new topic when forking topics using
the mcp_fork_topic function.
PHPBB3-8610
|
| | |
| | |
| | |
| | | |
PHPBB3-9657
|
| | |
| | |
| | |
| | | |
PHPBB3-9657
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | |
| | |
| | | |
Permanent delete is now the checkbox rather then softdelete.
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | |
| | |
| | | |
Only disapproving in queue is missing.
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
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-11052
|
| |
| |
| |
| |
| |
| | |
Replacing code in includes/mcp/mcp_main.php that was missed in ticket 10323
PHPBB3-10637
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10377] Do not allow all moderators to sticky posts
|
| |
| |
| |
| |
| |
| |
| |
| | |
In the mcp the change_topic_type does not properly check permissions,
allowing moderators to make any post sticky or announced by visiting the
correct URL.
PHPBB3-10377
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10109] Fix "Undefined Index" errors when copying a topic.
|
| |
| |
| |
| | |
PHPBB3-10109
|
| |
| |
| |
| |
| |
| | |
Topic-Tracking is still missing.
PHPBB3-9684
|
| |
| |
| |
| | |
PHPBB3-9684
|
| |
| |
| |
| | |
PHPBB3-8065
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
|/
|
|
| |
PHPBB3-9716
|
|
|
|
| |
PHPBB3-7972
|
|
|
|
|
|
| |
- Allow some error handling in compress class by returning false if file does not exist.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10427 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10196 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9797 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
with global announcements (Bug #44545)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9491 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8950 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
between normal topic deletions. #34635
* Fix a small typo in r8942
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8945 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
deprecated in favour of 'LOG_DELETE_TOPIC').
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8942 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8908 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8853 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8631 89ea8834-ac86-4346-8a33-228a782c2dd0
|