Fossil

Timeline
Login

Timeline

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

35 check-ins by user jeremy_c

2010-03-16
14:27
Provide more space on the ignore-glob entry in the UI. check-in: ef80cbf5 user: jeremy_c tags: trunk
14:25
Added the new ignore-glob setting to the Behavior area of the Admin UI check-in: 557e8389 user: jeremy_c tags: trunk
2010-03-03
13:52
Allow the type= attribute on the verbatim wiki tag. This attribute does not pass right through. If found, it is treated as the 'Language Type' and alters the output of the verbatim tag slightly. verbatim type='cpp' would render as pre name='code' class='cpp'. This allows JavaScript tools such as SyntaxHighlighter to function properly for any language. check-in: 63d31b04 user: jeremy_c tags: trunk
2010-02-13
12:30
Fixed bug [2245a1e3d0]. rm command now properly checks return value. check-in: 02f638a1 user: jeremy_c tags: trunk, release
2010-02-08
18:47
fossil rm can now remove entire directories. check-in: 6dbd362d user: jeremy_c tags: trunk
14:20
Added better error message when trying to remove a directory. Closed-Leaf check-in: 1761fee0 user: jeremy_c tags: dead-end
2010-01-30
15:32
In addition to ticket [9195b1e5f3] and commit [b8d812efb9], this adds the -A|--admin-user options to the clone command. check-in: d3e38231 user: jeremy_c tags: trunk
2010-01-26
14:38
Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. check-in: b8d812ef user: jeremy_c tags: trunk
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - drh adds: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. Closed-Leaf check-in: acba194c user: jeremy_c tags: dead-end
09:58
Fixed bug where the ticket report view page was checking the wrong security attribute (too secure) which was causing people who should be able to view ticket reports to not be able to view ticket reports. check-in: 5fc36e2f user: jeremy_c tags: trunk
09:35
New option of 'wiki-use-html' which causes the wiki system to use HTML as it's markup language. i.e. do not interfeer with what was entered. check-in: cf3809cc user: jeremy_c tags: trunk
2010-01-12
13:47
Reverted previous commit [1bf6cf832d] as it contains a major flaw of wiki links not being rendered. I tested on simple cases only, will reimplement in a way that allows wiki links to be rendered properly. check-in: b9897bb9 user: jeremy_c tags: trunk
13:38
Added an option to enable ALL HTML, CSS and JavaScript tags/attributes for wiki pages. This comes with a strong warning against doing so on any public project. check-in: db344436 user: jeremy_c tags: trunk
2010-01-11
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu check-in: 1bf6cf83 user: jeremy_c tags: trunk
2010-01-10
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk check-in: 023c9fed user: jeremy_c tags: trunk
2010-01-09
18:43
Call ticket_init() from the report view so users can have access to all the common ticket code check-in: 6d0b76d0 user: jeremy_c tags: trunk
18:32
Added a user configurable TH1 template for the ticket report list. check-in: 14253e9b user: jeremy_c tags: trunk
13:11
If a ticket query begins with an underscore then:
  1. Do not include a link to execute the query directly
  2. Do not show to those users that do not have ticket report access

This allows you to create ticket report queries that are for form submissions only, not direct access. check-in: 6069602a user: jeremy_c tags: trunk

12:35
Added the cgi() SQL function implemented by Brain Theado. check-in: 19f55279 user: jeremy_c tags: trunk
12:16
Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. check-in: 22392260 user: jeremy_c tags: trunk
2010-01-01
21:33
[5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). check-in: 5efb82a7 user: jeremy_c tags: trunk
19:49
[5483de2ea6] Added two single quotes around baseurl fixing the bug check-in: af258818 user: jeremy_c tags: trunk
01:30
Fixed bug that did not display the "X similar events" message for the last item on the timeline. check-in: def89b93 user: jeremy_c tags: trunk
2009-12-31
22:30
Added SQL function user() implemented by Brian check-in: a2c2e3b1 user: jeremy_c tags: trunk
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.
Closed-Leaf check-in: 71ad9b62 user: jeremy_c tags: jeremy_c-timeline
14:49
Fixed minor spelling error check-in: efdad081 user: jeremy_c tags: jeremy_c-timeline
14:49
  • Fixed security bug in ticket reports, you previously had to have Check-out security to view a ticket report, you now have to have "r" (Read-tkt) to view ticket reports.
check-in: 6ee73165 user: jeremy_c tags: jeremy_c-timeline
04:42
[886c302b3f] Added documentation for [#anchor] style links check-in: dddc5140 user: jeremy_c tags: trunk
2009-12-30
01:57
Added a 's' parameter to the web timeline view. This will search the comment and brief fields for the given text via LIKE '%value%'. check-in: 1e2ec3ff user: jeremy_c tags: trunk
2009-12-14
23:26
Found two more places that fQuiet should have been checked. check-in: 137d653a user: jeremy_c tags: trunk
23:18
Added a global command line argument named -quiet. This will suppress some output (currently during sync) for those interfacing fossil with various development tools. It does not make eliminate all output, only the output that is meant for fancy display to the user on a console. You can now use this new flag anywhere by referencing if (!g.fQuiet) {...} check-in: dccd27c6 user: jeremy_c tags: trunk
2009-12-09
22:05
Make it easier to do out of source builds by optionally including config.mak or config.w32. check-in: fb1fa7f1 user: jeremy_c tags: trunk
15:34
Added a DELETED abc.xyz message when using fossil rm. This is the same as fossil add's ADDED abc.xyz message. Also, the word DELETED was choosen over REMOVED because fossil status reports the file as DELETED. check-in: 49ed1961 user: jeremy_c tags: trunk
14:39
  • Added enumeration list support via the # character (identical to *).
  • Updated the wiki rules web page to reflect new enumeration list rules and terminated begining
  • tags with
  • .
check-in: 2bb1d646 user: jeremy_c tags: trunk
2009-12-07
20:20
Fixed the insertion of invalid P tags inside of UL and OL elements when autoparagraph is on. Bug was reported on the fossil mailing list by Stephan Beal. check-in: 6f0df6c7 user: jeremy_c tags: trunk