aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-0/+1
|\
| * [ticket/15897] Fix Emojis' SQL Error in Attachment Comment3D-I2019-08-101-0/+1
| | | | | | | | PHPBB3-15897
* | [ticket/15244] Remove unglobalise related codeRubén Calvo2019-05-091-1/+0
|/ | | | PHPBB3-15244
* [ticket/15986] Add missing language key for posting.php3D-I2019-03-071-0/+1
| | | | PHPBB3-15986
* Merge pull request #4752 from nomind60s/ticket/15137Tristan Darricau2017-03-211-2/+2
|\ | | | | | | | | | | | | | | | | | | [ticket/15137] Global Announcements shouldn't always be never ending * github.com:phpbb/phpbb: [ticket/15137] Missed one language string change [ticket/15137] Global announcements can stick for a non-zero number of days fixes #4752
| * [ticket/15137] Missed one language string changenomind60s2017-03-211-1/+1
| | | | | | | | | | | | Change STICKY_ANNOUNCE_TIME_LIMIT for consistency PHPBB3-15137
| * [ticket/15137] Global announcements can stick for a non-zero number of daysnomind60s2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To be consistent with Sticky and Announcements topic types, Global announcements can now stick for a non-zero number of days, i.e. they are no longer never ending. Before this change, if the topic type was Global and a non-zero number of days where set to stick topic, the number was silently ignored and a Global announcement was always never ending. PHPBB3-15137
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-211-2/+8
|\ \ | |/
| * [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-2/+8
| | | | | | | | PHPBB3-12925
* | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-0/+2
|/ | | | PHPBB3-13904
* [ticket/13019] Rename deletion reason label.Cesar G2014-09-141-1/+1
| | | | PHPBB3-13019
* [ticket/12851] Fix the Font colour button titlen-aleha2014-07-211-1/+1
| | | | PHPBB3-12851
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-241-0/+1
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12755] Apply de morgan to conditional [ticket/12755] Terminate upload loop if upload reaches filesize [ticket/12755] Change upload in remote_upload() method to fit get_remote_file [ticket/12755] Add language string for timed out remote upload [ticket/12755] Add timeout to remote upload to prevent infinite loop
| * [ticket/12755] Add language string for timed out remote uploadMarc Alexander2014-06-231-0/+1
| | | | | | | | PHPBB3-12755
* | [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-1/+2
| | | | | | | | PHPBB3-11711
* | [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+1
| | | | | | | | PHPBB3-11711
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
| | | | | | | | PHPBB3-12594
* | Merge pull request #2463 from nickvergessen/ticket/12433Andreas Fischer2014-05-151-0/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12433] Use a different message when nesting of quotes is not allowed * nickvergessen/ticket/12433: [ticket/12433] Use a different message when nesting of quotes is not allowed
| * | [ticket/12433] Use a different message when nesting of quotes is not allowedJoas Schilling2014-05-151-0/+1
| | | | | | | | | | | | PHPBB3-12433
* | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-05-151-1/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | * develop-olympus: [ticket/12540] Fix broken placeholders in language files Conflicts: phpBB/language/en/common.php phpBB/language/en/posting.php phpBB/language/en/ucp.php
| * [ticket/12540] Fix broken placeholders in language filesJoas Schilling2014-05-131-1/+1
| | | | | | | | PHPBB3-12540
* | [ticket/12451] Fix whitespace in posting.php lang fileOliver Schramm2014-05-111-1/+1
| | | | | | | | PHPBB3-12451
* | [ticket/12451] Remove duplicated lang varOliver Schramm2014-05-031-10/+8
| | | | | | | | PHPBB3-12451
* | [ticket/12451] Split TOO_MANY_CHARS vars for pluralsOliver Schramm2014-05-031-2/+5
| | | | | | | | PHPBB3-12451
* | [ticket/12451] Split TOO_FEW_CHARS_LIMIT for pluralsOliver Schramm2014-05-031-2/+6
| | | | | | | | PHPBB3-12451
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
| | | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* | [ticket/11666] Rewording POST_DELETED andSuhaib Khan2014-03-281-3/+4
| | | | | | | | | | | | reverting removal of MESSAGE_DELETED. PHPBB3-11666
* | [ticket/11666] Removing MESSAGE_DELETED..Suhaib Khan2014-03-101-1/+0
| | | | | | | | | | | | ..in /en/posting.php as it is not used. PHPBB3-11666
* | [ticket/11894] Fix typo in "Delete post" optionCesar G2013-10-051-1/+1
| | | | | | | | PHPBB3-11894
* | [ticket/9657] Fix english language :(Joas Schilling2013-07-111-1/+1
| | | | | | | | PHPBB3-9657
* | Merge remote-tracking branch 'phpbb/develop' into ↵Joas Schilling2013-07-111-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * phpbb/develop: (704 commits) [ticket/11630] Improvements to the PHP lint pre-commit hook [feature/auth-refactor] Move auth providers to separate directory [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. [ticket/11619] Some tests for get_remote_file(). [ticket/11617] Remove spaces and tabs from empty lines [ticket/11617] Missing U_ACTION in acp_captcha.php [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [ticket/10838] Fix URL for wiki and remove irrelevant line [ticket/10838] Remove php 5.4 and builtin server references [ticket/10838] Fix missing data [ticket/10838] separate database used mentioned in unit tests [ticket/11585] Make $auth_admin class property [feature/auth-refactor] A possible fix for the functional test failures [ticket/11566] Subsilver template error displayed after table headers [ticket/11566] Remove extra pair of brackets from conditional statement [ticket/11566] Check that guest doesn't have reporting permission by default [ticket/11566] Add captcha to report post template in subsilver [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init ... Conflicts: phpBB/docs/sphinx.sample.conf phpBB/feed.php phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
| * | [ticket/11010] adding type="number" and type="date" to prosilverSenky2013-05-201-2/+2
| | | | | | | | | | | | PHPBB3-11010
* | | [ticket/9657] Remove softdelete reason field when permanent delete is selectedJoas Schilling2013-03-111-2/+2
| | | | | | | | | | | | PHPBB3-9657
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-03-031-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * 'develop' of https://github.com/phpbb/phpbb3: (480 commits) [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working [ticket/11386] Forgot to get the migration classes [ticket/11386] Update tests with new constructors for ext.manager/migrator [ticket/11386] Use finder to find migration files [ticket/11363] Fix to make get_module_infos get from all extensions [ticket/11381] Make finder able to search in all available extensions [ticket/11103] Revert whitespace changes [ticket/11103] Few more minor language things [ticket/11103] Don't call generate_board_url many times [ticket/11103] Case time in queries as an int [ticket/11103] Fix effectively installed check [ticket/11103] Remove padding from notifications for now. [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11372] Migrator should only check if effectively installed if not [ticket/11363] Load module info files for extensions too [ticket/11103] Notifications Migration file ... Conflicts: phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_queue.php phpBB/includes/search/fulltext_mysql.php phpBB/includes/search/fulltext_native.php phpBB/includes/search/fulltext_postgres.php phpBB/includes/search/fulltext_sphinx.php phpBB/install/database_update.php phpBB/styles/prosilver/template/ajax.js
| * | Merge branch 'develop-olympus' into developAndreas Fischer2013-02-031-3/+3
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11220] Improvement to the info pop-up from "list="
| | * [ticket/11220] Improvement to the info pop-up from "list="Crizz02013-02-031-3/+3
| | | | | | | | | | | | | | | | | | | | | A improvement to the info popup which is displayed when the cursor is over the bbcode-button [list=] in the posting-editor PHPBB3-11220
* | | [feature/soft-delete] Fix naming of soft delete (we wont use that in the UI)Joas Schilling2012-11-031-2/+0
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Fix deleting via post editingJoas Schilling2012-11-031-1/+1
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Invert the logic on confirm boxJoas Schilling2012-11-011-7/+12
| | | | | | | | | | | | | | | | | | Permanent delete is now the checkbox rather then softdelete. PHPBB3-9567
* | | [feature/soft-delete] Display message when the posts are already soft deletedJoas Schilling2012-10-311-0/+2
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-0/+2
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Handle soft deleting via Delete IconJoas Schilling2012-10-241-0/+3
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-0/+2
|/ / | | | | | | | | | | 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
* | Merge branch 'develop-olympus' into developIgor Wiedler2012-03-311-0/+1
|\ \ | |/ | | | | | | | | | | * 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
| * [Ticket/10675] Correct language string ATTACH_DISK_FULLRichard Foote2012-03-311-1/+1
| | | | | | | | | | | | Add period to ATTACH_DISK_FULL language string PHPBB3-10675
| * [ticket/10675] Add disk full language string when posting attachmentsRichard Foote2012-03-191-0/+1
| | | | | | | | | | | | | | Add language string visible by admins only for when the disk does not have enough free space to upload attachments. PHPBB3-10675
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10345] Add cases for 1 pixel height on MAX_FLASH and MAX_IMG sizesJoas Schilling2011-11-271-0/+4
| | | | | | | | PHPBB3-10345
* | [ticket/10345] Remove more useless 0-casesJoas Schilling2011-11-251-3/+0
| | | | | | | | PHPBB3-10345
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-10/+29
| | | | | | | | | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345