aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/editor.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11314] Modify files to comply with coding standardsMarc Alexander2013-03-261-118/+54
| | | | PHPBB3-11314
* [ticket/11314] Fix JSHint issues in adm editor.jsMarc Alexander2013-03-261-36/+33
| | | | | | This time without changing the behavior. PHPBB3-11314
* [ticket/11314] Add missing radix parametersMarc Alexander2013-01-131-1/+1
| | | | PHPBB3-11314
* Merge branch 'develop-olympus' into developAndreas Fischer2011-12-161-37/+31
|\ | | | | | | | | | | * develop-olympus: [ticket/8996] Revert initial fix to keep old behaviour on empty selection Part2 [ticket/8996] Revert initial fix to keep old behaviour on empty selection
| * [ticket/8996] Revert initial fix to keep old behaviour on empty selectionJoas Schilling2011-12-151-37/+31
| | | | | | | | | | | | | | | | Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp" This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc. PHPBB3-8996
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-191-31/+37
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/8996] Also fix the BBCode bug in subsilver2 and acp [ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
| * [ticket/8996] Also fix the BBCode bug in subsilver2 and acpJoas Schilling2011-11-181-31/+37
| |
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
|/ | | | | | | | | | | | 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
* [ticket/9499] Unify definition of dE() and other javascript functionsJosh Woody2010-07-261-5/+10
| | | | | | | | dE() was defined differently in the ACP and in prosilver. Other javascript in editor.js files has also been unified (taking the prosilver implementation as cannonical) PHPBB3-9499
* Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. ↵Andreas Fischer2010-02-251-2/+2
| | | | | | Patch by nn- git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix wrong textLength call in Webkit-based browsers - Bug #25825 - patch by ↵Meik Sievertsen2009-08-201-1/+1
| | | | | | Technocrat git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10038 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed bug 44805 - extra initInsertions() calls neededJim Wigginton2009-08-101-1/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes. :)Meik Sievertsen2007-07-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7836 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust smilies. Also allow adding more codes to existing smilies... no one ↵Meik Sievertsen2007-05-171-14/+13
| | | | | | noticed this before. :/ git-svn-id: file:///svn/phpbb/trunk@7614 89ea8834-ac86-4346-8a33-228a782c2dd0
* not ideal, but hey!Meik Sievertsen2007-05-141-9/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7569 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9618David M2007-04-051-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7280 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8066 synchDominik Dröscher2007-02-251-16/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@7064 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanup. Be gone you outdated JS code!Dominik Dröscher2007-01-111-36/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@6882 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5632Dominik Dröscher2006-11-271-16/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@6665 89ea8834-ac86-4346-8a33-228a782c2dd0
* Next try. IE does not have a simple variable to return the selection ↵Dominik Dröscher2006-11-251-26/+24
| | | | | | position / cursor position inside a textarea, so this can only be done with slow but functional hacks. Not even IE7 fixes this. git-svn-id: file:///svn/phpbb/trunk@6653 89ea8834-ac86-4346-8a33-228a782c2dd0
* Blah ...Dominik Dröscher2006-11-241-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@6652 89ea8834-ac86-4346-8a33-228a782c2dd0
* Editor updates with proper IE support. Needs a lot more testing, especially ↵Dominik Dröscher2006-11-241-37/+33
| | | | | | in non-Windows browsers git-svn-id: file:///svn/phpbb/trunk@6651 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed bbcode editor behaviour. All buttons (apart from the [*] one) now ↵Dominik Dröscher2006-11-241-180/+16
| | | | | | | | | | | | | work the same way. This needs testing in as many browsers as possible. Known to be working in IE6, FF2 on Windows, Opera 9 Probably issues on Konquerer, Safari, FF2 on MacOS (as per a forum post). Feedback and ideas please here: http://area51.phpbb.com/phpBB/viewtopic.php?t=25884 git-svn-id: file:///svn/phpbb/trunk@6646 89ea8834-ac86-4346-8a33-228a782c2dd0
* blahDominik Dröscher2006-11-221-5/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6636 89ea8834-ac86-4346-8a33-228a782c2dd0
* plopDominik Dröscher2006-11-221-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@6635 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more editor.js updates. Font styles (colour and size) do now center the ↵Dominik Dröscher2006-11-221-60/+121
| | | | | | | | | | cursor between the tags when not used on a selection. This could need some cross browser testing. Confirmed working in IE6, FF, Opera. Please report feedback to: http://area51.phpbb.com/phpBB/viewtopic.php?f=3&t=25884 git-svn-id: file:///svn/phpbb/trunk@6634 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny fixes.Meik Sievertsen2006-11-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6612 89ea8834-ac86-4346-8a33-228a782c2dd0
* #3802Meik Sievertsen2006-09-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6387 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed some bugsMeik Sievertsen2006-09-131-1/+1
| | | | | | | | | | | - changed attachment handling a bit - tried to remove target tags out of the code - do not add session ids to urls for bots as well as not creating a new session on each page view for them I bet i introduced some bugs too. ;) git-svn-id: file:///svn/phpbb/trunk@6364 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added class="radio" to all radio- and checkboxesMeik Sievertsen2006-06-131-3/+3
| | | | | | | | - make sure the database gets closed correctly in cron.php - bugfixes git-svn-id: file:///svn/phpbb/trunk@6055 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-105/+303
| | | | | | | | | re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
* - user avatar, user signature, user attachmentsMeik Sievertsen2005-12-211-0/+306
git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0