aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-3/+15
| | | | | | | | PHPBB3-10345
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-07-301-2/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/8173] Removed some redundant code in the BBCode JavaScript.
| * [ticket/8173] Removed some redundant code in the BBCode JavaScript.Callum Macrae2011-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following code can be found in the ACP, when changing a user's signature: t: '{ BBCODE_T_HELP }', The code that uses it and the code that produces it were changed or removed a while ago, but this code remained. In 2c4c1f9, the accesskey for the list item button was changed to y from t, explaining the origin of the redundant code - although it wasn't being used then, either. This commit also changes the helpline code of "[*]" to y, as the access key is y, so this makes it more consistent. PHPBB3-8173
| * Addition to r9731: Add seperate language entry for more flexibility in other ↵Andreas Fischer2009-07-091-0/+1
| | | | | | | | | | | | | | | | languages. Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Another feature: Detect when a post has been altered by someone else while ↵Andreas Fischer2009-07-081-0/+1
| | | | | | | | | | | | | | | | editing. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-231-0/+1
| | | | | | | | | | | | | | - add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Fix bug #44225 - Bad language-string on "Stick topic for X days"Joas Schilling2009-06-211-1/+1
| | | | | | | | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9643 89ea8834-ac86-4346-8a33-228a782c2dd0
| * remove hardcoded size unit for PHP_SIZE_OVERRUN error (Bug #29935)Meik Sievertsen2009-04-171-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9464 89ea8834-ac86-4346-8a33-228a782c2dd0
| * And more new features for reasonable paranoia.Henry Sudhof2008-05-151-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8555 89ea8834-ac86-4346-8a33-228a782c2dd0
| * One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | whitespaces or forgotten spans, etc.) Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+225
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-222/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-1/+1
| | | | | | | | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merging mime and referer checks into the TrunkHenry Sudhof2008-05-281-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8571 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge with revision #r8350Meik Sievertsen2008-01-301-1/+1
|/ | | | git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14621Meik Sievertsen2007-10-041-0/+5
| | | | | | | | #14596 info file changes git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some language tweaks suggested by JohnMeik Sievertsen2007-09-131-0/+1
| | | | | | | | - some bug fixes - finally adding db_tools... git-svn-id: file:///svn/phpbb/trunk@8088 89ea8834-ac86-4346-8a33-228a782c2dd0
* stylistic fixes...Meik Sievertsen2007-08-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13816Henry Sudhof2007-07-271-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7959 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, a lot of bug fixesMeik Sievertsen2007-07-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding the bot mark/unmark links already promised in the changelog.Henry Sudhof2007-07-021-2/+3
| | | | | | | | | | | Adds backlinks to the success screen after closing reports (#12905) Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect. Added code to the phpBB2 converter to deal with slashed quotes (#12607) Changes and adds language entries :) git-svn-id: file:///svn/phpbb/trunk@7822 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12433 (attention: new language variable which *will* give php notices for ↵Meik Sievertsen2007-06-161-0/+1
| | | | | | those using a language pack not having this added variable) git-svn-id: file:///svn/phpbb/trunk@7766 89ea8834-ac86-4346-8a33-228a782c2dd0
* my round of bug fixesMeik Sievertsen2007-06-111-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7749 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-3/+3
| | | | | | for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!) git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11255David M2007-05-221-1/+1
| | | | | | | | | | | | | | | #11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing some tiny bugs...Meik Sievertsen2007-05-171-0/+1
| | | | | | | - correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
* punctuation changes in language filesMeik Sievertsen2007-05-101-32/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0