aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_update_diff.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11357] Correcting invalid markupgeetakshi2014-03-191-1/+1
| | | | PHPBB3-11357
* [ticket/11957] Wrap content in double divVjacheslav Trushkin2013-10-261-1/+1
| | | | PHPBB3-11957
* [ticket/11957] Replace corner images with CSS3 cornersVjacheslav Trushkin2013-10-261-4/+3
| | | | PHPBB3-11957
* [ticket/11957] Viewport meta for install_update_diffVjacheslav Trushkin2013-10-261-0/+1
| | | | PHPBB3-11957
* [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-1/+1
| | | | PHPBB3-11259
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-2/+2
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* Merge branch 'develop-olympus' into developAndreas Fischer2012-05-061-2/+2
|\ | | | | | | | | * develop-olympus: [ticket/10860] Fixing js error in updater
| * Merge remote-tracking branch 'cyberalien/ticket/10860' into develop-olympusAndreas Fischer2012-05-061-2/+2
| |\ | | | | | | | | | | | | * cyberalien/ticket/10860: [ticket/10860] Fixing js error in updater
| | * [ticket/10860] Fixing js error in updaterVjacheslav Trushkin2012-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixing javascript error in side-by-side diff styling in updater: resizing inner block instead of outer block and increasing height by inner/outer block difference. PHPBB3-10860
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-061-13/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10819] Remove support for older browsers [ticket/10819] Forgot this causes vertical scrollbars on IE [ticket/10819] Improve side-by-side diff styling
| * | [ticket/10819] Remove support for older browsersPatrick Webster2012-04-171-4/+0
| | | | | | | | | | | | PHPBB3-10819
| * | [ticket/10819] Forgot this causes vertical scrollbars on IEPatrick Webster2012-04-151-1/+0
| | | | | | | | | | | | PHPBB3-10819
| * | [ticket/10819] Improve side-by-side diff stylingPatrick Webster2012-04-151-13/+14
| |/ | | | | | | | | | | | | | | | | | | | | Used transparent background for unchanged lines Shortened the table headers and make the background grey Added a border between the columns Increased the font size on pre blocks Added Consolas as the first pre font, for Windows users Added wordwrapping for pre blocks PHPBB3-10819
| * correctly display diff for conflictsMeik Sievertsen2009-09-171-12/+12
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10156 89ea8834-ac86-4346-8a33-228a782c2dd0
| * XHTML mistakes in the updater. #46585Chris Smith2009-07-261-6/+15
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9861 89ea8834-ac86-4346-8a33-228a782c2dd0
| * One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+1
| | | | | | | | | | | | | | This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
* | [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-1/+0
| | | | | | | | | | | | | | The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258
* | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | | | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
* | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+4
| | | | | | | | PHPBB3-10258
* | [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
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+262
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | move files around :PMeik Sievertsen2009-01-161-253/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9276 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge with revision #r8350Meik Sievertsen2008-01-301-2/+2
|/ | | | git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-2/+2
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7954 89ea8834-ac86-4346-8a33-228a782c2dd0
* - do not include if there are no files fetched with glob()Meik Sievertsen2007-07-091-1/+6
| | | | | | | - allow options for merged files on update (merge, new file, old file) git-svn-id: file:///svn/phpbb/trunk@7848 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing bugs within the updater...Meik Sievertsen2007-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7798 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-2/+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
* #7990Jonathan Stanley2007-03-051-0/+3
| | | | | | | ... yeah, that's it. git-svn-id: file:///svn/phpbb/trunk@7126 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot that one ...Dominik Dröscher2007-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6948 89ea8834-ac86-4346-8a33-228a782c2dd0
* First bunch of changes for #5712Dominik Dröscher2007-01-281-4/+67
| | | | git-svn-id: file:///svn/phpbb/trunk@6947 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updater changes as well as tiny bugfixesMeik Sievertsen2006-12-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6714 89ea8834-ac86-4346-8a33-228a782c2dd0
* Explicitly setting the (X)HTML content-language for the ACP so that Unicode ↵Jonathan Stanley2006-10-071-1/+2
| | | | | | | | | | | | | | font matching within browsers work correctly when Chinese/Korean/Japanese language packs are selected due to Han Unification which map different graphemes to the same codepoint. References: http://www.w3.org/International/tutorials/tutorial-lang/ http://en.wikipedia.org/wiki/Han_unification git-svn-id: file:///svn/phpbb/trunk@6451 89ea8834-ac86-4346-8a33-228a782c2dd0
* the file updater. This is in CVS but the file is not able to be used without ↵Meik Sievertsen2006-09-021-0/+180
the correct update packages - no need to try. Please note that even if the file is now in CVS it does not mean we provide an update path from Beta2 to any other version. git-svn-id: file:///svn/phpbb/trunk@6349 89ea8834-ac86-4346-8a33-228a782c2dd0