Fossil

Timeline
Login

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

29 check-ins using file src/skins.c version 3582876e75

2015-02-16
13:50
Stay in sync with svn-import... check-in: 04308c2164 user: mgagnon tags: svn-import_no-svn-rev
11:33
Fix for ticket display CSS in the etienne1 skin. check-in: 47bb6432a1 user: drh tags: trunk
10:18
Merge trunk. Fix compiler warning on VS. check-in: ca336d2a9b user: jan.nijtmans tags: svn-import
04:30
Adjust the header generator for the etienne1 skin so that it takes into account query parameters on menu URLs when deciding if a menu element is active. check-in: b2852d41ad user: drh tags: trunk
04:16
Fix the submenu shimmer and alignment problems in the etienne1 skin. check-in: ff10ea6385 user: drh tags: trunk
03:44
Make the option handling for 'test-th-hook' consistent with the other TH1 test commands. check-in: 0afcc93d3c user: mistachkin tags: trunk
03:27
Improve the new diagnostic messages. check-in: 7451975d84 user: mistachkin tags: mvAndRmFiles
03:21
Merge updates from trunk. check-in: df36d6b85b user: mistachkin tags: mvAndRmFiles
03:11
Fix some TH1 test failures due to recent changes. check-in: d44207ff43 user: mistachkin tags: trunk
02:25
Fix typo on the Login page. Do not use the pointer cursor on report tables, except in clickable places. check-in: 73ec21e989 user: drh tags: trunk
02:16
Further simplifications to the header generating script in the etienne1 skin. check-in: 64d3a61efc user: drh tags: trunk
02:09
Fix harmless compiler warnings. check-in: c9db8c7958 user: mistachkin tags: trunk
01:36
Improved TH1 script for header generation in the etienne1 skin. check-in: 924315bdfc user: drh tags: trunk
2015-02-15
23:31
Another tweak to the "San Francisco Modern" skin. check-in: de6f310d9c user: drh tags: trunk
21:43
Fix a broken hyperlink in the documentation index. check-in: 488fb146e6 user: drh tags: trunk
20:48
Add the "fossil all add" command for efficiently adding new repositories to the repo list after they have been moved or renamed. check-in: c2f6fef80a user: drh tags: trunk
19:36
Add the --nojail option to the "server", "ui", and "http" commands. check-in: c5c9f1642b user: drh tags: trunk
03:53
Improvements to the etienne1 skin. Remove excess text from the check-in editor screen. check-in: 5da61d61b1 user: drh tags: trunk
02:46
Fix a typo in the technote documentation. check-in: ceafbb0f5f user: drh tags: trunk
2015-02-14
21:20
Change the name of "Events" to "Technotes" in the activity reports pages. check-in: 12a3f81cb2 user: drh tags: trunk
20:55
Documentation updates: Revise the change list. Continue migrating from the term "Event" over to "Technical Note". Update the wiki documentation to acknowledge the ability to use Markdown for the past two years. check-in: de6a590a0f user: drh tags: trunk
19:04
Updates to the /sitemap page. check-in: 767c97c603 user: drh tags: trunk
17:56
Rename the "event artifact" type to "technical note" or "technote". The format of the artifact is unchanged. Add the ability to enter and edit technotes as markdown and plain text in addition to wiki. check-in: bd50848eb5 user: drh tags: trunk
16:25
Fix a bug in the file browser introduced by check-in [c62e94f8a3da2]. check-in: c662ad90d3 user: drh tags: trunk
15:17
Enhance /search to distinguish between the title and the body of a document and provide support for the Porter stemmer for indexed search. Improved scoring and snippet presentation. NB: Run "fossil fts-config reindex" when upgrading through this change. check-in: 0f96ffb9c2 user: drh tags: trunk
15:06
Improvements to login/logout processing: (1) When the user is "nobody", show hyperlinks to pages that require "anonymous" but have those links redirect to the /login page. (2) Clean up the /login page - less verbage. (3) Redirects from /login to /tarball or /zip provide a button to press, rather than immediately starting the download. check-in: 653dd402ea user: drh tags: trunk
14:55
Added the referred_from_login() function and use it to enhance the /zip and /tarball pages so that they show a download button to click if the referrer page was /login. Closed-Leaf check-in: bcebe55e91 user: drh tags: login-enhancements
14:05
Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. check-in: 72cddddbcc user: drh tags: login-enhancements
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. check-in: 2f50d427a9 user: drh tags: login-enhancements