History of src/style.c of 66f4caa379d2bf03
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/style.c at check-in 66f4caa379d2bf03

2013-08-20
08:08
Eliminate some unnecessary variables. Eliminate some (harmless) compiler warnings with gcc 4.8.1. Remove some spaces at the end of lines. No functional changes. file: [98d00917a1] check-in: [4e092e0f15] user: jan.nijtmans branch: trunk, size: 32392
2013-08-19
17:13
Set default CSS for canvas node colors since Chrome has different browser defaults than all others. file: [62ec4dd89b] check-in: [9b19e7e086] user: drh branch: trunk, size: 32393
2013-08-13
02:23
Move table.sbsdiffcols width attribute to CSS file: [9dbeede373] check-in: [4aaf5dc5ec] user: joel branch: trunk, size: 32292
2013-08-12
12:50
Javascript-enabled hyperlinks now initially point to a honeypot, rather than to nothing. file: [bcb0dc791e] check-in: [2d14b6c4dc] user: drh branch: trunk, size: 32272
12:37
New g.isHuman global variable is set if we believe an HTTP request is coming a real human being, rather than a spider or bot. file: [db42741e91] check-in: [e065d5b7f1] user: drh branch: trunk, size: 32036
2013-08-03
23:33
Previous two check-ins do not work correctly for CGI. Trying once again. file: [540110bf4c] check-in: [d8f716e1d1] user: drh branch: trunk, size: 32000
23:19
Enhance the test_env webpage so that it shows the original HTTP header text in showall=1 mode. file: [a90974e94f] check-in: [03f07b5a66] user: drh branch: trunk, size: 31970
2013-08-02
16:26
Add "timelineCurrent" class to indicate the current checkout version when viewing the timeline page locally. (Feel free to change the default style.) file: [ea59296f4e] check-in: [81f9791c01] user: joel branch: trunk, size: 31895
2013-07-17
12:56
Merge the weekly status reporting enhancements into trunk. file: [5cb7407581] check-in: [5d74ce03da] user: drh branch: trunk, size: 31710
2013-07-16
15:49
Added /timeline?yw=YYYY-WW (year/week-of-year). Added links to /stats_report. Disabled year/week links for the year/month view because the current approach is way too slow. file: [d4bc2f3b97] check-in: [0019550a03] user: stephan branch: stats-report-weekly, size: 31151
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. file: [16c93ed6b4] check-in: [4081a91c84] user: joel branch: sbsreloaded, size: 31357
2013-05-05
19:42
Make the new CSS for the stats_report appear at the end of legacy CSS that does not define the same elements. file: [d7a6acee5f] check-in: [21454dda94] user: drh branch: trunk, size: 30798
12:56
Replaced /activity with /stats_report. Supported by-month and by-year reports. Use user=NAME to limit report to that user (no UI yet for user selection). file: [95a1ddedbc] check-in: [0de6582660] user: stephan branch: trunk, size: 30759
2013-05-04
20:39
Added initial version of /activity page, intended to show "activity reports." Currently shows commit count by month. file: [297f4126d6] check-in: [495bf1ea8d] user: stephan branch: trunk, size: 30681
2013-04-09
13:30
Change the default auto-hyperlink-delay from 0 to 10 milliseconds. file: [04f142dc7d] check-in: [ddd1659677] user: drh branch: trunk, size: 30280
13:26
New spider-control logic: Optionally delay enabling hyperlinks or requiring mouse movement before enabling hyperlinks, controlled by the Setup/Access screen and the auto-hyperlink-delay and auto-hyperlink-mouseover settings. file: [8a0901db43] check-in: [96f3e83922] user: drh branch: trunk, size: 30279
2012-12-23
07:23
Add support for running raw TH1 commands via the web interface (requires setup permissions). file: [75879ef8f6] check-in: [6358cc3714] user: mistachkin branch: adminTh1, size: 29834
2012-12-16
17:13
Change the default footer to show the approximate time needed to generated the HTML for the page. file: [6b698f48f3] check-in: [ef6285a6a3] user: drh branch: trunk, size: 29566
2012-12-15
14:13
Always set "white-space: pre-wrap;" in the CSS. file: [d5bc584531] check-in: [1442cc7f4c] user: drh branch: trunk, size: 29483
13:26
Change the (default) font-size for side-by-side diff from "smaller" to "xx-small", as the latter seems to work better on non-Firefox browsers. file: [6c27a59c17] check-in: [69f75f196b] user: drh branch: trunk, size: 29458
2012-12-07
12:50
Get self-registration working again after adding javascript-activated forms. file: [0969c1a371] check-in: [54085d52c4] user: drh branch: trunk, size: 29457
2012-11-30
16:09
CSS changes: set the cursor to "pointer" on ticket reports. file: [0ac8a33570] check-in: [d091c609d2] user: drh branch: trunk, size: 28879
2012-11-23
19:33
some unnecessary spacing file: [7a4dda86f0] check-in: [d13143eb3b] user: jan.nijtmans branch: trunk, size: 28696
2012-11-21
00:51
Optionally require a CAPTCHA (controlled by Admin/Access) when a user who is not logged in tries to edit wiki, or a ticket, or an attachment. file: [0382110571] check-in: [82b8587a50] user: drh branch: trunk, size: 28715
2012-11-20
22:13
Change the action= attribute of <form> elements using javascript, as an additional defense against spam-bots. file: [3f95a64474] check-in: [dfa3579455] user: drh branch: trunk, size: 28693
2012-11-16
07:33
The &lt;nobr&gt; tag is not valid xhtml. <p>All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the &lt;nobr&gt; tag, other do it by putting "white-space: nowrap;" in css. <p>This commit changes the skins to do the same using css in all skins. <p>With this change, the "timeline" and "finfo" pages become 100% html5 complient: validator.w3.org doesn't show any errors any more (just 3 warnings) file: [c773a8b026] check-in: [46fba0f1c6] user: jan.nijtmans branch: no-nobr, size: 27859
2012-11-12
13:12
merge trunk file: [828e4f1ec7] check-in: [b1beeb77ee] user: jan.nijtmans branch: convert_before_commit, size: 27799
2012-11-09
08:52
(committed to the wrong branch) Attempt to fix [fb3057f6ed]. Seems to work. file: [84ae470bbb] check-in: [153116f2d5] user: jan.nijtmans branch: convert_before_commit, size: 27834
2012-11-08
13:44
Always HTML-encode the href attribute of &lt;a&gt; elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] file: [e34269aff2] check-in: [35bfedef3e] user: drh branch: ticket-5ff2043c96, size: 27774
12:04
one more similar fix, in xhref(). There is only one hyperlink using xhref with ampersands, in the "vinfo" and "ci" pages, but just for completeness… file: [98cd7372c3] check-in: [e47d862a59] user: jan.nijtmans branch: ticket-5ff2043c96, size: 27923
09:45
suggested fix for [5ff2043c96] file: [118f70a99b] check-in: [d1f16f718a] user: jan.nijtmans branch: ticket-5ff2043c96, size: 27837
2012-11-06
18:38
Make sure file names in file browser don't wrap by adding white-space property to default CSS. file: [c8ee680a47] check-in: [b83278f6ff] user: dmitry branch: trunk, size: 27678
2012-11-04
12:59
Fix typos. file: [a42cd260da] check-in: [45065c5c28] user: dmitry branch: spelling, size: 27649
2012-11-01
13:11
More infrastructure for wiki and ticket moderation. file: [bdbfc24019] check-in: [f7938ebd00] user: drh branch: moderation, size: 27647
2012-09-18
15:37
Add the name= query parameter to the &lt;base&gt; for wiki pages, so that hyperlinks to fragments work correctly. file: [d1ecdef86e] check-in: [a116d974b4] user: drh branch: trunk, size: 27522
05:14
Sync up base tag in the header with those contained in the skins file. file: [5a3edf7765] check-in: [f4022040f8] user: mistachkin branch: trunk, size: 27009
00:15
Strip out TH1 comments from the header. file: [c8f982d37d] check-in: [354bfe206e] user: mistachkin branch: dynamicStyle, size: 29888
00:06
Make the default header and footer a bit more dynamic. file: [2b8ae8db33] check-in: [6cea1e4920] user: mistachkin branch: dynamicStyle, size: 29869
00:03
Fix the &lt;base&gt; tag in the default header. file: [60b4cfddd4] check-in: [eb1513b7a9] user: drh branch: trunk, size: 27007
2012-09-04
15:48
Improvements to the CSS on default skins. file: [f2c948af2b] check-in: [b87d3b8804] user: drh branch: trunk, size: 26994
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [61b2a0124a] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 26860
2012-08-11
13:58
Add &lt;base href="$baseurl/"&gt; to the html header in the default configuration and in all built-in skins. Add a warning if &lt;base&gt; is not configured. Generate hyperlinks from wiki relative to the &lt;base&gt; file: [c847e4de74] check-in: [31732d77ff] user: drh branch: wysiwyg, size: 26861
2012-07-22
17:59
merged in trunk [11abffbb497d67a], added a test script to check a th1 memleak case. file: [97d571cffa] check-in: [13b0e0b4d4] user: stephan branch: th1-query-api, size: 26955
2012-07-20
15:06
Replaced $(x) with gebi(x), as per ML discussion. file: [30368dec79] check-in: [dfce20e487] user: stephan branch: trunk, size: 26881
2012-07-19
21:44
Create a javascript function $(id) which is an alias for document.getElementById(id). Use the $(id) function everywhere that document.getElementById(id) was used. file: [433f48ccc2] check-in: [97d651b85a] user: drh branch: trunk, size: 26441
2012-07-16
19:35
Removed 2x extraneous #include "th.h". file: [1435e8a549] check-in: [27dc9b0b38] user: stephan branch: th1-query-api, size: 26354
2012-07-15
00:39
Added flags arg to Th_Render to allow us to eventually customize its output a bit. file: [c13b0f33b1] check-in: [3ab06e8962] user: stephan branch: th1-query-api, size: 26370
2012-06-20
14:40
Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. file: [44536c4a1d] check-in: [4bf5cdc873] user: drh branch: trunk, size: 26280
14:14
Allow ad units to be added after the menu bar. Optionally disable ads for logged in users and/or administrators. file: [3a2c37f277] check-in: [e33fc88630] user: drh branch: trunk, size: 26285
2012-05-05
13:53
Improvements to the javascript that enables hyperlinks for anonymous users. file: [96cf07af3c] check-in: [7fb59a67dc] user: drh branch: trunk, size: 25891
2012-04-28
08:03
Refinements to the new hyperlink logic and spider defense. file: [9fef6d2bff] check-in: [d9c8a7dd73] user: drh branch: spider-defense, size: 25725
07:15
Changes anchor tags (&lt;a&gt;) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. file: [14ed6fa1b9] check-in: [8ae52fc418] user: drh branch: spider-defense, size: 25602
2012-03-31
19:15
Update to the latest SQLite code. Fix a compiler warning in style.c. file: [5b989ae33d] check-in: [82f5663270] user: drh branch: trunk, size: 23186
15:18
Add the ability to set a background image as part of the server configuration. Process the CSS using TH1 so that $baseurl can be inserted into the CSS. file: [756f6c4301] check-in: [62398459fb] user: drh branch: trunk, size: 23213
2012-02-06
16:03
Make the diff colors darker by default. file: [4a1429b833] check-in: [ea4b7cd68c] user: drh branch: trunk, size: 23110
03:38
When a line changes in a side-by-side diff, only highlight the part of line that actually changed. file: [6805313a6f] check-in: [357d26bc36] user: drh branch: diff-experimental, size: 23110
2012-02-04
20:36
Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. file: [0892851048] check-in: [eae55eeafc] user: drh branch: retro-sbsdiff, size: 23110
19:55
Colorize the context diff. Add color to the line numbers so that they can be deemphasized. file: [a797404006] check-in: [b57b035654] user: drh branch: retro-sbsdiff, size: 23082
19:34
Revised default color scheme. Add line-numbers to context diff. file: [18a7beed2d] check-in: [6a6697694c] user: drh branch: retro-sbsdiff, size: 23004
18:54
Add color to the retro sbs diff. file: [68fb5bb98e] check-in: [7372c0a5c4] user: drh branch: retro-sbsdiff, size: 23004
2012-01-18
13:22
Merge trunk changes into the retro-sbsdiff branch. file: [4febe55cef] check-in: [6daee94fac] user: drh branch: retro-sbsdiff, size: 22441
07:35
Add CSS style for transfer setup page errors. file: [a7f1ed75ba] check-in: [0861811e79] user: mistachkin branch: pushScript, size: 23670
2012-01-04
18:29
Process the style sheet using TH1 prior to returning it. This branch is experimental. file: [df6ceef9ea] check-in: [d1b68cc0f3] user: drh branch: th1-css, size: 22993
2012-01-01
15:57
Simplified display of side-by-side diff in the web browser. file: [b55901730c] check-in: [a1e667e6b5] user: drh branch: retro-sbsdiff, size: 22330
2011-11-25
16:11
Enhancements to the UserAgent bot recognizer. We discovered earlier today on the Fossil server itself that it is very important not to misclassify bots as human since a spider that downloads every possible historical annotation and tarball and zip archive and diff can really load up a server and soak up a lot of bandwidth. file: [ec5dac2e2c] check-in: [83284480a3] user: drh branch: trunk, size: 23559
2011-10-19
01:44
Increase the version number to 1.20. Improvements to style sheets. file: [1e7dad6d88] check-in: [91db2ccfa2] user: drh branch: trunk, size: 23535
2011-10-17
13:09
Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. file: [e9b05531cd] check-in: [eefb31683b] user: drh branch: trunk, size: 23393
2011-10-16
13:35
Set explicit background color for sbsdiff table in skins. file: [25d6283b27] check-in: [f4f5e05571] user: jan branch: jan-sbsdiff, size: 23394
00:14
Updated styles/skins. Built-in skin 4 can now wrap lines. file: [5accaa9107] check-in: [1c40493cb5] user: jan branch: jan-sbsdiff, size: 23365
2011-10-15
15:42
Merge the latest trunk changes into the side-by-side diff branch. file: [5398e9fa8b] check-in: [15de70c21f] user: drh branch: jan-sbsdiff, size: 23009
2011-10-14
15:41
Updated the built-in skins for sbsdiff. file: [ebab2825fb] check-in: [bb76b57aa2] user: jan branch: jan-sbsdiff, size: 22627
2011-10-13
23:47
Provide an option to enable the /test_env URL for all users. Optionally display cookie values in the /test_env URL. file: [9ead87b25b] check-in: [4d32db8ef8] user: drh branch: trunk, size: 22166
2011-09-15
21:39
test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. file: [c4079841c9] check-in: [2d71977e98] user: stephan branch: trunk, size: 21784
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. file: [0244f5ed5b] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 21718
2011-06-18
16:50
Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. file: [21e3a0c7fb] check-in: [e0303181a5] user: drh branch: trunk, size: 21715
2011-05-09
12:26
Add lines describing the login to the /test_env page. file: [903ed76753] check-in: [c53fbe5d41] user: drh branch: trunk, size: 21650
2011-03-30
23:55
Change the timeline parameter for file details from "detail" to "filechng". Add default CSS elements. file: [9201c34af5] check-in: [53e8ad527d] user: drh branch: trunk, size: 21397
2011-03-23
16:16
Always put &#91;..&#93; marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in &lt;span class="brokenlink"&gt;. file: [9d03ff78cd] check-in: [a99e9c9164] user: drh branch: trunk, size: 21286
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. file: [5b2e8107c9] check-in: [63958fc5a7] user: drh branch: trunk, size: 21212
2011-03-14
12:18
Fix typos in comments and error messages. Ticket [d38c2c8795181] file: [a513c0037f] check-in: [c5f7ab040a] user: drh branch: trunk, size: 21081
2011-02-18
21:47
Improved display of selected band in a text artifact. file: [704f8d3ef4] check-in: [b9d4631421] user: drh branch: trunk, size: 21080
2011-01-20
17:49
Change the DOCTYPE to html5. Ticket [9cb4a4d74b2eca66b5f]. Tested on FF, Chrome, Safari, Opera, and IE and seems to work fine. file: [2e47c560f4] check-in: [a2a5e2948b] user: drh branch: trunk, size: 20867
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. file: [cc06d0bfbc] check-in: [31c52c7b3e] user: drh branch: trunk, size: 20979
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. file: [e1a62beba3] check-in: [daeb10f65f] user: drh branch: trunk, size: 20972
2010-11-25
02:42
Remove the "Leaves" menu-bar item from the default setup. file: [4fb7996b75] check-in: [f5efd3f359] user: drh branch: trunk, size: 20986
2010-11-08
20:04
merge from trunk file: [3d90e8cd2d] check-in: [1e801695d3] user: wolfgang branch: StvPrivateHook2, size: 22143
2010-11-07
23:56
Fix a typo in the &lt;DOCTYPE&gt; marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. file: [eb79fef26f] check-in: [eea8810b21] user: drh branch: trunk, size: 21035
2010-10-10
16:46
adding help cross references file: [c93e531584] check-in: [c880f0920f] user: wolfgang branch: wolfgangHelpCmd, size: 22143
08:59
added more cross reference file: [e07c849552] check-in: [c2ef371590] user: Ratte branch: wolfgangHelpCmd, size: 22103
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server file: [e5f13b211b] check-in: [d1d1cd122b] user: wolfgang branch: wolfgangHelpCmd, size: 21852
2010-10-08
19:03
integrated test commands into the reference file: [2ef4bdc101] check-in: [f3f7d9e53f] user: wolfgang branch: wolfgangHelpCmd, size: 21250
2010-10-05
09:43
merged from trunk file: [a2e4a10911] check-in: [def52067be] user: wolfgang branch: wolfgangFormat2CSS_2, size: 21035
2010-10-03
11:52
corrected some HTML-validation problems file: [02d6be3eb8] check-in: [04b33f77a1] user: wolfgang branch: experimental, size: 20991
2010-10-01
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. file: [56327dd3a3] check-in: [33b4f335e0] user: drh branch: wolfgangFormat2CSS_2, size: 21033
2010-09-29
15:45
added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants file: [d9cdc8317c] check-in: [4d7c443c10] user: wolfgang branch: wolfgangFormat2CSS_2, size: 21037
2010-09-28
15:45
more formats to css file: [ada4e5a6dc] check-in: [e05f750a45] user: wolfgang branch: wolfgangFormat2CSS_2, size: 20989
09:02
solved ticket [1b41304d8b]: moved style clear: both from code for content to css, adding the corresponding div only, if a sidebox wass used file: [1680cde305] check-in: [26fc585ecf] user: Ratte branch: wolfgangFormat2CSS_2, size: 20055
08:29
solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration! file: [54b5dc920a] check-in: [15b3ad2509] user: Ratte branch: wolfgangFormat2CSS_2, size: 19739
2010-09-26
12:25
some more htm validation file: [32d6c4b3b5] check-in: [e5bf291e1c] user: wolfgang branch: wolfgangFormat2CSS_2, size: 19759
11:32
code layout optimoied for user color input and standard style comment for use of jscolor.com.. file: [abe13e04eb] check-in: [87e27419fd] user: wolfgang branch: wolfgangFormat2CSS_2, size: 19326
2010-09-14
20:08
switched captcha border from outline to border, because of problems with IE file: [2e5bfc3ffe] check-in: [d50fe26c48] user: wolfgang branch: wolfgangFormat2CSS_2, size: 18756
19:04
added missing nowrap for div/divider style, has to be added in local css definition! file: [c8df497000] check-in: [8e6dbfb28f] user: wolfgang branch: wolfgangFormat2CSS_2, size: 18729
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. file: [beb817cbef] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 18704
2010-09-12
17:12
some ticket pages html validated file: [0076f39287] check-in: [b9f38e16d0] user: wolfgang branch: wolfgangFormat2CSS, size: 18442
10:42
file timeline/attach pages HTML-validated file: [8c78c5af54] check-in: [cd2f91d31a] user: wolfgang branch: wolfgangFormat2CSS, size: 17949
08:47
correct all unclosed br and hr tags, skipped sqlite.c file: [7164a15bc9] check-in: [692b67bdcc] user: wolfgang branch: wolfgangFormat2CSS, size: 17790
2010-09-11
21:20
HTML validator error free ticket configuration file: [5b5becf8cb] check-in: [cf8d628d1d] user: wolfgang branch: wolfgangFormat2CSS, size: 17782
20:49
admin pages without errors in HTML validator file: [2bec2d9bbc] check-in: [a62bfaf55d] user: wolfgang branch: wolfgangFormat2CSS, size: 17782
16:14
'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c file: [d94316b5b1] check-in: [286d4bcaa0] user: wolfgang branch: wolfgangFormat2CSS, size: 15124
13:11
merged improved stat page from trunk and slightly optimized style.c file: [b2594e3a4b] check-in: [7d08c20fa5] user: wolfgang branch: wolfgangFormat2CSS, size: 15395
06:38
corrected % values in default styles(missing second %) file: [8e8bdbaaf3] check-in: [7d88fac509] user: Ratte branch: wolfgangFormat2CSS, size: 15249
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE file: [0506764b13] check-in: [d1305d0a7a] user: wolfgang branch: wolfgangFormat2CSS, size: 15247
16:11
fixed ticket [5207b03861]: use correct type for index variable file: [16344759eb] check-in: [4887a1da84] user: wolfgang branch: wolfgangFormat2CSS, size: 14091
2010-09-09
21:41
section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class file: [909e5253fa] check-in: [6436092e87] user: wolfgang branch: wolfgangFormat2CSS, size: 14125
21:32
reduce html-validator errors on leaves page file: [736ae81860] check-in: [4dbfba2bd8] user: wolfgang branch: wolfgangFormat2CSS, size: 14100
20:27
tag.c css skinned file: [e2f8160e41] check-in: [6cf335ab0d] user: wolfgang branch: wolfgangFormat2CSS, size: 13989
20:12
timeline css skinned file: [c4835a8f48] check-in: [dc8a247e74] user: wolfgang branch: wolfgangFormat2CSS, size: 13630
10:31
Merge in changes from the wolfgangFormat2CSS branch. file: [957b4c6efa] check-in: [34f9b9de58] user: drh branch: trunk, size: 11534
2010-09-08
21:15
made default css handled by loop instead of explizit calls, .. file: [cff68d000c] check-in: [a5576e2d51] user: wolfgang branch: wolfgangFormat2CSS, size: 12507
20:25
css for hyperlinks disabled file: [8df569cca7] check-in: [0e394b8fa2] user: wolfgang branch: wolfgangFormat2CSS, size: 11741
19:26
reduced html validator errors on branch page file: [eaeceabcb2] check-in: [156358e296] user: wolfgang branch: wolfgangFormat2CSS, size: 11268
18:16
layout sideboxes using css, css is only added to the user defined css, if the corresponding class is missing file: [f4c04b1e92] check-in: [b34a583f32] user: wolfgang branch: wolfgangFormat2CSS, size: 11262
17:30
merged trunk changes file: [c076828486] check-in: [e621ef4367] user: wolfgang branch: wolfgangFormat2CSS, size: 11104
00:00
first step to extract formats in separat css definitions file: [5aee5d17b8] check-in: [bdd92802d0] user: wolfgang branch: wolfgangFormat2CSS, size: 10778
2010-09-06
19:10
hyperlinks disabled skinned file: [4a31cbf83a] check-in: [8f6e98aa3d] user: Ratte branch: stv-skinning, size: 12190
2010-09-05
10:59
sidebox via css file: [feae9bcfba] check-in: [ff3b6b323b] user: Ratte branch: stv-skinning, size: 11994
09:58
3 layouts in timeline moved to css file: [5b1a303a48] check-in: [5bba36b2bc] user: Ratte branch: stv-skinning, size: 11432
2010-09-04
19:45
remove unused first idea of second style sheet file: [34efc1b7c9] check-in: [b15da2f40d] user: Ratte branch: stv-skinning, size: 11165
19:20
format timeline page via css file: [99a7467a52] check-in: [8dfed953f7] user: Ratte branch: stv-skinning, size: 11253
2010-08-28
06:59
This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include &lt;windows.h&gt;<br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dmc to the repository. There are few changeable variables in there for adjusting path, CFLAGS LIBS etc. </p> <p>These are needed because DMC and MSVC doesn't provided them. dirent.h is copied verbatim from the net. unistd.h I found on the net too, but added some defines. <p>The problem with windows it doesn't have AWK standard installed. version.c creates VERSION.h. It is a very simple C-program and doesn't do a lot of checking. </p> file: [284d72d11a] check-in: [f66f414fd3] user: renez branch: windowscompilers, size: 10342
2010-08-15
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] file: [80acc24236] check-in: [c1bec02aae] user: drh branch: trunk, size: 10397
2010-06-11
12:02
Change the default style to center the title with the project name above and with 200 pixel wide logo and status boxes to the left and right. file: [5e7ab265f9] check-in: [15b293259d] user: drh branch: trunk, size: 10396
2010-05-21
21:05
adding code, wiki, tickets, checkins search functionality file: [9590ab324e] check-in: [73d274360c] user: Zach branch: exp-search, size: 10737
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [17fee7439c] check-in: [c06edd231f] user: drh branch: clear-title, size: 10355
2010-04-22
15:48
Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. file: [335e362d58] check-in: [c56af61e5e] user: drh branch: trunk, size: 10630
2010-03-31
18:42
Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on [2010-01-31]. file: [8050be3413] check-in: [42ba7b97aa] user: drh branch: trunk, size: 10629
2010-03-08
14:18
Make the File menu option default to showing only the files in tip. file: [12d3b58ba6] check-in: [599e6abfb1] user: drh branch: trunk, size: 10579
13:18
Get skins working again. They were busted by check-in [5476e50d659] (which was backed out using the new --backout option to merge.) Also add an unused query parameter to the style.css to force a reload of the CSS when the skin changes. file: [cc35716a75] check-in: [b22e5a9e52] user: drh branch: trunk, size: 10572
2010-02-26
03:02
Merge in latest changes from trunk. file: [7e6329bbb6] check-in: [df90572760] user: linuxfood branch: creole, size: 11787
2010-02-08
19:59
Add a DOCTYPE to the beginning of every page. IE8 appears to work better with the DOCTYPE in place. file: [1bd1a0ac4f] check-in: [0faa676fab] user: drh branch: trunk, size: 10564
2010-01-23
21:48
Cause browsers to cache the logo and style sheet. file: [5c6023fb1c] check-in: [08c0a9ff0c] user: drh branch: trunk, size: 10415
2010-01-01
19:49
[5483de2ea6] Added two single quotes around baseurl fixing the bug file: [244273f4c7] check-in: [af25881866] user: jeremy_c branch: trunk, size: 10400
2009-12-31
19:10
Alternative implementation of timeline security changes - this implementation always shows the timeline link if it is applicable, even if the history capability is disabled. file: [2fe2db4777] check-in: [9b70675778] user: drh branch: trunk, size: 10398
14:59
* Changed security for timeline. To view the timeline, you must now have History access. The timeline will then display only items which you have access to. "o" (Check-out) is required for source history, "j" (Read-Wiki) is required for Wiki history and "r" (Read-Tkt) is required for Ticket history. file: [c1df7f2607] check-in: [71ad9b62a7] user: jeremy_c branch: jeremy_c-timeline, size: 10395
2009-12-20
17:53
Add a black &amp; white skin with the main menu down the left margin. file: [3cc4be49bc] check-in: [5a5d7e1f90] user: drh branch: trunk, size: 10371
2009-12-19
21:04
Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. file: [d8b310372d] check-in: [007d0a9b3f] user: drh branch: trunk, size: 10357
2009-12-07
18:34
changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers. file: [c7fc56d774] check-in: [6009ff325f] user: stephan branch: trunk, size: 10765
2009-10-11
19:47
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589]. file: [3c29836aa3] check-in: [adb155b6d4] user: drh branch: trunk, size: 10769
2009-10-05
10:08
merge trunk into creole file: [b4778ab325] check-in: [651c75c5b7] user: robert branch: creole, size: 11611
2009-10-01
14:54
Add a missing $baseurl to the default header. file: [e4a69231c5] check-in: [631c52bc96] user: drh branch: trunk, size: 10771
2009-09-26
14:33
Minor fixes to creole file: [4b7d601cb9] check-in: [cacb8db398] user: robert branch: creole, size: 11602
08:17
Clean up and merge updates from trunk file: [6ac00aef9b] check-in: [7a39dde24b] user: robert branch: creole, size: 11557
2009-09-22
07:49
merge trunk into creole branch file: [64c82161ee] check-in: [7a2c37063a] user: bob branch: creole, size: 11789
2009-09-21
20:40
Add a &lt;br clear="both"&gt; before the footer on every page. file: [6ae8d6d4fe] check-in: [249f1beaec] user: drh branch: trunk, size: 10763
19:10
Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. file: [d209a15931] check-in: [43481115ed] user: drh branch: trunk, size: 10741
2009-09-02
03:14
Make headings look prettier when using text-based www clients like "elinks". file: [47b34cf931] check-in: [449094a8ff] user: bch branch: trunk, size: 10736
2009-08-31
00:48
When the "http" command is run as root, automatically set up a chroot jail and drop root privileges prior to reading any input. file: [29d8d356cd] check-in: [7ba10f1a6a] user: drh branch: trunk, size: 10724
2009-08-16
21:34
Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. file: [4ab2cc74bf] check-in: [07f6780c98] user: drh branch: trunk, size: 10648
2009-05-09
06:19
mods to creole parser and add some default style for creole tables. file: [b19bc65e46] check-in: [26af399a5c] user: robert branch: creole, size: 11665
2009-01-25
20:13
Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". file: [d90354f0ea] check-in: [9be1b00392] user: drh branch: trunk, size: 11166
19:18
Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. file: [49507955d9] check-in: [766bec08ce] user: drh branch: trunk, size: 11169
2009-01-24
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. file: [3c8c1ba929] check-in: [83ac468aae] user: drh branch: trunk, size: 11169
2009-01-23
01:01
Nomenclature chanage: "bug report" becomes "ticket" file: [08207a3a32] check-in: [cf9ee7d67e] user: drh branch: trunk, size: 10709
2009-01-22
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". file: [99e13227e3] check-in: [a12cb216b7] user: drh branch: trunk, size: 10706
2009-01-20
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. file: [2f4e685f52] check-in: [fecb3e5cc9] user: drh branch: trunk, size: 10659
2008-11-26
21:59
Tidy up the raw tags web page, and provide a way to get there, for admins only file: [ce8ef4ed6f] check-in: [8d529a7ae9] user: eric branch: trunk, size: 10656
2008-11-25
21:56
Reinstate "Tags" on the default main menu. Allow the new tagview page to hand over to the old (but no user interface for this yet). file: [f8159149de] check-in: [10df4ff603] user: eric branch: trunk, size: 10587
2008-10-24
18:23
Begin adding a TH1 script trace mechanism actived by the --th_trace option on the "server" and "ui" commands. The implementation is incomplete, but the plane is landing.... file: [41b3e7ff54] check-in: [f55c6a1b62] user: drh branch: trunk, size: 10589
2008-09-06
13:09
Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. file: [0d33291611] check-in: [5b87749575] user: eric branch: trunk, size: 10059
2008-08-21
20:59
Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. file: [89fb0defc5] check-in: [5fb14b9a0f] user: eric branch: trunk, size: 10061
2008-08-17
20:53
Merge old tagview branch into this branch file: [934dddd1ca] check-in: [070e63db33] user: eric branch: trunk, size: 10063
2008-07-19
16:03
Allow Admin user to changes user information. Add a "User" link on the main menu for Admin users. file: [1b159a6ade] check-in: [f8831f447a] user: drh branch: trunk, size: 9831
2008-07-18
21:44
CSS fixes - make &lt;div class="content"> ... &lt;/div> actually enclose the content. Also add a couple of missing footers. file: [2c3b74d980] check-in: [23ed5e2cd6] user: eric branch: trunk, size: 9753
2008-07-15
16:42
Work toward getting bug-tracking working well. file: [7071fb1a0f] check-in: [d3e711fd2f] user: drh branch: trunk, size: 9757
2008-06-08
15:45
Better error messages when trying to run "fossil ui" with an invalid or unaccessible repository. file: [d4b64100f2] check-in: [dcc48662f8] user: drh branch: trunk, size: 9758
2008-05-17
21:15
Add the "Bugs" menu element on the default header. Progress on implementing bug tracking. file: [850e5f952e] check-in: [86ed68ba34] user: drh branch: trunk, size: 9529
14:49
The bug report generator compiles but still does not work right. file: [33e094d569] check-in: [55342eb9fb] user: drh branch: trunk, size: 9452
13:40
Make Th1 variable $current_page available to the header and footer. file: [ede3687f81] check-in: [a0f1864499] user: drh branch: trunk, size: 9327
2008-05-16
18:11
Progress toward getting ticket handling to work. file: [8d5949ed7f] check-in: [68c24b1857] user: drh branch: trunk, size: 9290
15:54
renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. file: [ba8c800cff] check-in: [bb542b80c7] user: stephan branch: trunk, size: 9218
13:31
Add the "Index Page" setup option to allow each site to configure a page to appear when no URL is specified or when the "Home" menu option is selected. file: [93f13836b2] check-in: [c7c81df138] user: drh branch: trunk, size: 9116
2008-03-03
16:50
Fix a privilege problem in the default page header. file: [6490811740] check-in: [f08599e87b] user: drh branch: trunk, size: 9054
2008-02-25
14:05
The Login/Logout text was reversed. Fix it. file: [da95e40ef2] check-in: [aa519dbd99] user: drh branch: trunk, size: 9054
2008-02-20
17:13
made hyperlinks in the footer div less ugly. file: [bd821bc57b] check-in: [89a2d5e899] user: stephan branch: trunk, size: 9858
2008-02-13
22:31
Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. file: [d2af091ad5] check-in: [fde1d82372] user: drh branch: trunk, size: 9054
19:50
The entire header, including the menu bar, is now generated by TH script. This allows the menu bar to be customized by editing the header script. file: [da3e8aee87] check-in: [ffe92f1a2f] user: drh branch: trunk, size: 9066
18:18
TH1 script now used to render the header and footer of each page. file: [efdb67a174] check-in: [3ad9a5e210] user: drh branch: trunk, size: 9274
2008-02-05
00:01
Added /admin/sql page. Added a 'const' to db_generic_query_view() file: [72a7644b27] check-in: [6f05b4292a] user: stephan branch: trunk, size: 9628
2008-02-04
23:14
Added style info to db_generic_query_view(), so it can be styled via css file: [baeefb67e1] check-in: [0095e24ba9] user: stephan branch: trunk, size: 9616
17:26
Added 'achtung' class. See the code comments. file: [43e5c4a59d] check-in: [b5b04dcf85] user: stephan branch: trunk, size: 9136
02:45
Add file and directory browsing capabilities to the web interface. file: [568edbeaaf] check-in: [e487b77b1a] user: drh branch: trunk, size: 8822
2008-02-03
22:07
Added rudimentary /my page. file: [35a95102cf] check-in: [334f8e6e2f] user: stephan branch: trunk, size: 8752
02:41
Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quickly. file: [71b6719cbf] check-in: [b312f5ff5b] user: drh branch: trunk, size: 8713
2008-02-02
21:10
added /tagview page - a simple browse-by-tag interface file: [c26a6ac246] check-in: [02d1ed6ad2] user: stephan branch: trunk, size: 8365
2007-12-04
13:05
Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. file: [80b7efbe0d] check-in: [6af8fdc230] user: drh branch: trunk, size: 8665
2007-12-02
22:30
Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code. file: [773050316b] check-in: [dff17229ff] user: drh branch: trunk, size: 8317
2007-11-25
21:11
Add ticket configuration editing capability. file: [59e6a72711] check-in: [5f3ddcc1b8] user: drh branch: trunk, size: 8152
16:13
Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. file: [ee998320c7] check-in: [f394d84560] user: drh branch: trunk, size: 8080
2007-11-23
23:06
Fix a bug in the default header. file: [b0eab5fa34] check-in: [13732d495d] user: drh branch: trunk, size: 7997
22:09
New default header and footer and CSS. Add the ability to edit the footer. file: [2f6f70a287] check-in: [34af72801d] user: drh branch: trunk, size: 7995
2007-11-21
12:21
Attach login cookies to the root path of the server, so that multiple servers can coexist on the same site. file: [c9b574b264] check-in: [68a202e101] user: drh branch: trunk, size: 6522
03:19
Try again to get the Login/Logout menu name correct. file: [f64336963a] check-in: [f0a9e3b523] user: drh branch: trunk, size: 6515
03:17
Get the name of the Login/Logout menu option right. file: [d988a19a76] check-in: [bd667b1940] user: drh branch: trunk, size: 6515
03:01
Render the header of every page using subscript. Add a setup page that for editing that subscript. file: [a2b3fea577] check-in: [555911dff5] user: drh branch: trunk, size: 6490
2007-10-28
23:27
Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. file: [7ae579f21d] check-in: [f08adf3d58] user: drh branch: trunk, size: 6305
20:52
Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. file: [dd33d05f02] check-in: [8ffd32c2b7] user: drh branch: trunk, size: 6234
2007-10-12
22:56
The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. file: [43dff7bad0] check-in: [677aa71bca] user: drh branch: trunk, size: 6467
2007-10-11
02:11
Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. file: [07fba9de0a] check-in: [1ce716b2ec] user: drh branch: trunk, size: 6499
01:56
Add the g.zBaseURL and g.zTop printouts to the test_env test page. file: [9a9bbad4f1] check-in: [218577e3af] user: drh branch: trunk, size: 6467
2007-10-10
21:15
Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. file: [9469a23cd8] check-in: [50a58adb76] user: drh branch: trunk, size: 6403
02:49
Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. file: [5a0e7535f4] check-in: [f3807dbd88] user: jnc branch: trunk, size: 8420
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. file: [7864b9469a] check-in: [134e2aeccc] user: drh branch: trunk, size: 8373
2007-09-25
20:39
Merge the vinfo CSS patches. file: [24a4432c1e] check-in: [16551da2e3] user: drh branch: trunk, size: 8366
20:35
Fix a C++-ism in style.c file: [61cb7fb3b2] check-in: [64569b3a7a] user: drh branch: trunk, size: 8065
20:21
Styled the vinfo page file: [687033cd14] check-in: [cfc7984ede] user: jnc branch: trunk, size: 8366
19:31
Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. file: [7236258d23] check-in: [99eabf9b0c] user: jnc branch: trunk, size: 8065
2007-09-24
14:02
Added a gdiff command. diff command now runs config diff-command, gdiff command (graphical diff) now runs config gdiff-command. With both, if -i is supplied, internal diff is used. With both, if they are not configured, internal diff is used. Fixed bug with internal diff giving files in reverse order. Also put div id="sub-menu" inside of submenu if, as to not display the sub menu if no sub menu items exist file: [b61388a566] check-in: [01ce2cf3dc] user: jnc branch: trunk, size: 7766
04:37
Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top. file: [f0dc6f508b] check-in: [5cd9597428] user: jnc branch: trunk, size: 7762
2007-09-23
18:24
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss file: [74f0d8458f] check-in: [07eaead5dc] user: jnc branch: trunk, size: 4278
2007-09-22
17:38
Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. file: [974ef8af80] check-in: [c2d1e3c70a] user: drh branch: trunk, size: 4119
2007-09-02
01:23
The /index webpage pulls up the wiki page specified in Setup/Configuration.s file: [4e8cafc457] check-in: [4f641e7e4e] user: drh branch: trunk, size: 4000
2007-08-01
12:49
Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. file: [7dcde67735] check-in: [afcdc7ec97] user: drh branch: trunk, size: 3861
2007-07-31
23:33
Add the new "history" permission. Merge in changes that require permissions to view the timeline. file: [9a943b5a17] check-in: [fd36718ad9] user: drh branch: trunk, size: 3810
22:59
Separate "nobody" and "anonymous" logins. file: [ed5f94f215] check-in: [9c952d247e] user: drh branch: trunk, size: 3786
16:34
Require read permission (permission to read tickets and configuration histories) to view the global timeline. file: [ad3eb27655] check-in: [5ebcedc33e] user: dan branch: trunk, size: 3829
2007-07-23
19:52
Improvements to the WWW interface. file: [7b2fdcfed5] check-in: [66f4caa379] user: drh branch: trunk, size: 3804
2007-07-21
19:32
Improvements to web-based user management. file: [b4958eee41] check-in: [916b6e4b3b] user: drh branch: trunk, size: 3671
14:10
Added: Initial check-in of m1 sources. file: [73ef49d142] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 3673