aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-1/+2
| | | | PHPBB3-16250
* Merge pull request #5695 from 3D-I/ticket/16161Marc Alexander2019-10-261-1/+0
|\ | | | | | | [ticket/16161] Enable BBcodes without closing tag
| * [ticket/16161] Enable BBcodes without closing tag3D-I2019-09-221-1/+0
| | | | | | | | PHPBB3-16161
* | [ticket/16147] Updated tokens legend in BBCodes ACPJoshyPHP2019-09-041-2/+2
|/ | | | PHPBB3-16147
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
| | | | PHPBB3-12594
* [ticket/12456] Add , after the last array elementJoas Schilling2014-04-291-2/+2
| | | | PHPBB3-12456
* [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-291-2/+0
| | | | PHPBB3-12456
* Merge branch 'ticket/8319' into ticket/8319-develop2Joas Schilling2013-07-101-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | * ticket/8319: [ticket/8319] Do not repeat the replacement [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse Conflicts: phpBB/install/database_update.php
| * [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URLJoas Schilling2013-06-031-1/+2
| | | | | | | | | | | | The explanation now states that links are prefixed with the board URL. PHPBB3-8319
* | [ticket/10161] all "e-mail" strings in language files changed to "email"Senky2012-04-151-1/+1
| | | | | | | | | | | | | | according to Oleg's comment: email is preferred by RFCs and probably the way of the future PHPBB3-10161
* | [ticket/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following places have had deletion AJAXified: * Smilies and icons * Word censors * BBCodes * Attachment groups * Groups * Admin / User / Moderator / Forum roles * Report / denial reasons * Module management * Custom profile fields PHPBB3-10271
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10345] Remove more useless 0-casesJoas Schilling2011-11-251-1/+0
| | | | | | | | PHPBB3-10345
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-12/+20
| | | | | | | | | | | | | | 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-1/+5
| | | | | | | | PHPBB3-10345
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-101-3/+3
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban(). [ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
| * [ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.Andreas Fischer2011-04-081-3/+3
| | | | | | | | PHPBB3-10123
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-081-1/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10084] Add smilie/icon errors out when file is missing
| * [ticket/10084] Add smilie/icon errors out when file is missingJoas Schilling2011-04-071-1/+2
| | | | | | | | PHPBB3-10084
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-231-2/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10033] "Disallow usernames" does not check already disallowed names.
| * [ticket/10033] "Disallow usernames" does not check already disallowed names.Joas Schilling2011-03-231-2/+2
| | | | | | | | PHPBB3-10033
* | [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
* Enter stage left: the INTTEXT tokenHenry Sudhof2010-02-211-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
* warn users about TEXTHenry Sudhof2010-02-201-0/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
* some encoding fixesMeik Sievertsen2009-08-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9902 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add hard limit for smiliesMarek A. R2009-07-171-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #22665 - Display and highlight already used rank images while ↵Joas Schilling2009-06-171-0/+1
| | | | | | | | assigning new rank Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9607 89ea8834-ac86-4346-8a33-228a782c2dd0
* #42375 - correctly state what happens (word censors not affecting usernames ↵Meik Sievertsen2009-03-161-1/+1
| | | | | | for registration) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Catch too long help linesHenry Sudhof2008-08-121-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8743 89ea8834-ac86-4346-8a33-228a782c2dd0
* One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-5/+5
| | | | | | | | | | | | | | 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
* #19675Henry Sudhof2008-01-221-0/+2
| | | | | | | | | | | | and #19675 Language changes, so take care. I guess it's time to close up shop :) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ticket #17705Meik Sievertsen2007-12-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8287 89ea8834-ac86-4346-8a33-228a782c2dd0
* grrHenry Sudhof2007-11-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8255 89ea8834-ac86-4346-8a33-228a782c2dd0
* missed one. Language change, sorry about that.Henry Sudhof2007-11-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8254 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15554Henry Sudhof2007-11-271-1/+1
| | | | | | | | | #15464 #15384 Yes, there is a lang change. git-svn-id: file:///svn/phpbb/trunk@8253 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
* language fixes and template adjustements for the whois facility...Meik Sievertsen2007-09-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8093 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some language and style bugs...Meik Sievertsen2007-09-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8079 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]Nils Adermann2007-08-191-3/+5
| | | | | | | - Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses. git-svn-id: file:///svn/phpbb/trunk@8056 89ea8834-ac86-4346-8a33-228a782c2dd0
* - strip_bbcode should not treat smilies which look like BBCode and are ↵Nils Adermann2007-08-171-4/+4
| | | | | | | | | | placed in front of a closing tag as BBCode - highlight in post subjects and topic titles - language entry SMILIE_ONE_ADDED should have been SMILIES_ONE_ADDED git-svn-id: file:///svn/phpbb/trunk@8045 89ea8834-ac86-4346-8a33-228a782c2dd0
* heh, ...Henry Sudhof2007-08-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8012 89ea8834-ac86-4346-8a33-228a782c2dd0
* Language changes, take them while they are hot.Henry Sudhof2007-08-061-4/+12
| | | | | | | #13295 git-svn-id: file:///svn/phpbb/trunk@8009 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13918Henry Sudhof2007-08-011-1/+5
| | | | | | | And the language entries for the last ci. git-svn-id: file:///svn/phpbb/trunk@7993 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, a lot of bug fixesMeik Sievertsen2007-07-191-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-4/+4
| | | | | | 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-0/+1
| | | | | | | | | | | | | | | #11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11229, #11233Meik Sievertsen2007-05-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7650 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust smilies. Also allow adding more codes to existing smilies... no one ↵Meik Sievertsen2007-05-171-0/+5
| | | | | | noticed this before. :/ git-svn-id: file:///svn/phpbb/trunk@7614 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10909Meik Sievertsen2007-05-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7572 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language fixes reported.Meik Sievertsen2007-05-141-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7570 89ea8834-ac86-4346-8a33-228a782c2dd0