Fossil

Timeline
Login

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: ef80cbf52f ... user: jeremy_c tags: trunk)
14:25
Added the new ignore-glob setting to the Behavior area of the Admin UI (check-in: 557e8389db ... 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: 63d31b0448 ... user: jeremy_c tags: trunk)
2010-02-13
12:30
Fixed bug [2245a1e3d0]. rm command now properly checks return value. (check-in: 02f638a16f ... user: jeremy_c tags: trunk, release)
2010-02-08
18:47
fossil rm can now remove entire directories. (check-in: 6dbd362de9 ... user: jeremy_c tags: trunk)
14:20
Added better error message when trying to remove a directory. (closed check-in: 1761fee055 ... 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: d3e38231f2 ... 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: b8d812efb9 ... 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 check-in: acba194c0d ... 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: 5fc36e2faa ... 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: cf3809cc71 ... 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: b9897bb934 ... 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: db344436c2 ... user: jeremy_c tags: trunk)
2010-01-11
17:11
Added a 'New Ticket' link to the 'View Ticket' sub menu (check-in: 1bf6cf832d ... user: jeremy_c tags: trunk)
2010-01-10
14:27
Merged ticket report list fixes from [cd93f5965b] into trunk (check-in: 023c9fed38 ... 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: 6d0b76d01f ... user: jeremy_c tags: trunk)
18:32
Added a user configurable TH1 template for the ticket report list. (check-in: 14253e9b33 ... 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: 6069602aba ... user: jeremy_c tags: trunk)

12:35
Added the cgi() SQL function implemented by Brain Theado. (check-in: 19f552795b ... user: jeremy_c tags: trunk)
12:16
Harmonized Admin/Log with other "Pagination" wording. Earlier has become Older, Later has become Newer. (check-in: 2239226012 ... 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: 5efb82a71a ... user: jeremy_c tags: trunk)
19:49
[5483de2ea6] Added two single quotes around baseurl fixing the bug (check-in: af25881866 ... 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: def89b9393 ... user: jeremy_c tags: trunk)
2009-12-31
22:30
Added SQL function user() implemented by Brian (check-in: a2c2e3b115 ... 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 check-in: 71ad9b62a7 ... user: jeremy_c tags: jeremy_c-timeline)
14:49
Fixed minor spelling error (check-in: efdad08182 ... 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: 6ee7316567 ... user: jeremy_c tags: jeremy_c-timeline)
04:42
[886c302b3f] Added documentation for [#anchor] style links (check-in: dddc514053 ... 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: 1e2ec3ff87 ... user: jeremy_c tags: trunk)
2009-12-14
23:26
Found two more places that fQuiet should have been checked. (check-in: 137d653a06 ... 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: dccd27c6da ... 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: fb1fa7f1a6 ... 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: 49ed1961b1 ... 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: 2bb1d6469f ... 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: 6f0df6c741 ... user: jeremy_c tags: trunk)