# # # patch "AUTHORS" # from [2caebc4c22cae21166dc1d1593bf1ab4d6e0f522] # to [72011875c7667f5249ac254679161caefe717320] # # patch "config.py.example" # from [0a0614a487e5a055da10046a6d6a701211abce19] # to [3c78fa0e27d466f54df06dd69673a7b98f75fb47] # # patch "release.py" # from [7039ccac8caa4f0a7f22b9e6ca05f406e26044cf] # to [02cc0da3565aacac95c45cd3cfbf493253e14f59] # # patch "static/viewmtn.css" # from [8981409323f375efedb9599c206ac0b34bdad739] # to [ac955b1ed74cc9b9542c0278a46340f9383e149c] # # patch "templates/base.html" # from [1be9c3a8bbe40d46dcd5bc6507b2547233c659dc] # to [781439204c039e9426f067b004cbb9ba9f0b39ad] # # patch "templates/branchchanges.html" # from [26a4a466df7417985215c652b46b476134a11ad9] # to [adb0864171ae6d0bf4ca6fe4223c1436dd6bc681] # # patch "templates/help.html" # from [8efd61e71af20d37f7c99aa54983c8e872e4701a] # to [6384266456beee0b7ecd968bf8ff130b92801282] # # patch "templates/index.html" # from [a0f30606651e27222da815d33c892fc3685303b4] # to [547f9d166607671ec97bac4627260331d677fd3d] # # patch "templates/revisionbrowse.html" # from [1e37ebc587a7706215d068e0e27b9b3de31b0656] # to [61a9e90cca82aeecb85677922f7b9a58096d4743] # # patch "templates/revisiondiff.html" # from [0cfa3372c64f3e1dc8f6112afff98281feb88b07] # to [e20b8a8b50d5fea16bfc4ebe480d4044a82d3cb3] # # patch "templates/revisionfilechanges.html" # from [3a720c1ad96e17a322cf15b2fbd135baa8323bc9] # to [96521a1803642a5504d4c80ecb04a8abfcb98af5] # # patch "templates/revisioninfo.html" # from [7f77eacf697976a45ebdcc3ea8f45103c8101d33] # to [a6ef44ec8a9a16b735b7edea9467072e2c08ce12] # # patch "viewmtn.py" # from [9badb8de4dcf093b2a0098b7a7d113c4107e29ff] # to [e76f6d2b58d5b7cda4c2ddbb92dfaeee73e05702] # # patch "web/__init__.py" # from [4ad6a0c17ac8571d6099b2b771b32b3607197d0e] # to [6cd3ae0f5857354777e79399803881052493b2c2] # ============================================================ --- AUTHORS 2caebc4c22cae21166dc1d1593bf1ab4d6e0f522 +++ AUTHORS 72011875c7667f5249ac254679161caefe717320 @@ -1,8 +1,7 @@ Authors: Authors: -Grahame Bowland
-Contributors: +Grahame Bowland Matt Johnston Nathaniel Smith Bruce Stephens @@ -15,3 +14,5 @@ Tony Tung Ludovic Brenta Rob Schoening Tony Tung +Roland McGrath +Susie Johnston ============================================================ --- config.py.example 0a0614a487e5a055da10046a6d6a701211abce19 +++ config.py.example 3c78fa0e27d466f54df06dd69673a7b98f75fb47 @@ -81,6 +81,7 @@ graphopts = { # Icon Theme to use for icons; 'gnome' is a safe value, # as is 'hicolor'. Note that icon_size must be a string, # not an integer +# Set icon_theme = None to disable icons. icon_theme = 'gnome' icon_size = '16' ============================================================ --- release.py 7039ccac8caa4f0a7f22b9e6ca05f406e26044cf +++ release.py 02cc0da3565aacac95c45cd3cfbf493253e14f59 @@ -1,9 +1,8 @@ Authors: version='0.08' authors=''' Authors: -Grahame Bowland -Contributors: +Grahame Bowland Matt Johnston Nathaniel Smith Bruce Stephens @@ -16,4 +15,6 @@ Tony Tung Ludovic Brenta Rob Schoening Tony Tung +Roland McGrath +Susie Johnston ''' ============================================================ --- static/viewmtn.css 8981409323f375efedb9599c206ac0b34bdad739 +++ static/viewmtn.css ac955b1ed74cc9b9542c0278a46340f9383e149c @@ -1,11 +1,11 @@ -BODY { +body { background-color: white; font-family: "Trebuchet MS", Verdana, Sans-Serif; font-size : 100%; } -DIV#menuBar { +div#menuBar { font-family: "Trebuchet MS", Verdana, Sans-Serif; font-size: 80%; padding-top: 1em; @@ -22,40 +22,41 @@ A:hover { text-decoration: none; } -DIV#footer { +div#footer { clear: both; border-top-width: 1px; border-top-style: solid; border-top-color: black; margin-top: 2em; text-align: right; + font-size: 60%; } -TABLE.pretty { +table.pretty { border-width: 1px; border-style: solid; border-color: black; } -TABLE.pretty TD { +table.pretty td { padding-left: 0.5em; padding-right: 0.5em; } -TABLE.pretty TH { +table.pretty th { padding-left: 0.5em; padding-right: 0.5em; } -TR.even { +tr.even { background-color: #eeeeee; } -TR.odd { +tr.odd { background-color: #ffffff; } -TD.branchInfoHeader { +td.branchInfoHeader { border-width: 3px; border-style: solid; border-color: blue; @@ -63,17 +64,17 @@ TD.branchInfoHeader { } -TABLE.pretty TH { +table.pretty th { color: blue; background-color: #dfe7f3; } -H1#pageTitle { +h1#pageTitle { font-size: 120%; font-family: sans-serif; } -H2 { +h2 { font-size: 120%; font-family: sans-serif; } @@ -82,7 +83,7 @@ H2 { display: none; } -DIV#popupBox { +div#popupBox { position: absolute; border-width: 1px; border-style: solid; @@ -92,7 +93,7 @@ DIV#popupBox { z-index: 10; } -PRE.code { +pre.code { border-left-style: solid; border-left-width: 3px; border-left-color: #A0A0A0; ============================================================ --- templates/base.html 1be9c3a8bbe40d46dcd5bc6507b2547233c659dc +++ templates/base.html 781439204c039e9426f067b004cbb9ba9f0b39ad @@ -1,7 +1,6 @@ - - + ++
Changes $from_change to $to_change on this branch are displayed below, sorted in descending chronological order.