CVSTrac Legacy Code

Timeline
Login

Timeline

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

31 descendants of ede2546f2456203e

2022-09-16
19:10
update for some git diff changes Leaf check-in: e66a083f85 user: cpb tags: trunk
2019-01-20
21:34
Statically link against a recent version of SQLite. check-in: e4587a17aa user: drh tags: trunk
2016-07-18
19:27
slightly cleaner check-in: 3625b606ff user: cpb tags: trunk
19:22
block PROXY param. See https://httpoxy.org/ check-in: 5124b0f577 user: cpb tags: trunk
2015-06-17
13:04
We need to use the "full" commit id for the base too. check-in: 6de5916d35 user: root tags: trunk
2015-06-04
18:55
Need to prefix filenames with the module for browse to work correctly. Fortunately, we can strip it. check-in: 0b1a22dfae user: cpb tags: trunk
2015-05-25
16:12
Initial support for multiple GIT modules in a single GitTrac instance (i.e. conceptually similar to multiple CVS modules in a single CvsTrac). check-in: 8c72a44f1e user: cpb tags: trunk
2015-03-05
17:30
It appears that Firefox recently triggered a bug in our CSS. check-in: 360a8812cf user: root tags: trunk
2011-11-29
14:50
Apparently, nobody has combined an inspection on a branch commit with an RSS feed check-in: 303444c716 user: cpb tags: trunk
2011-09-14
12:47
If the user.passwd field is "any" then allow login with any password. check-in: f81e205041 user: drh tags: trunk
2011-09-13
22:02
Improvements to the homepage. check-in: 2832e0a44b user: drh tags: trunk
21:59
Add the www/index.html document. check-in: 2845a5cc32 user: drh tags: trunk
21:48
Add the "directory:" and "project:" lines to the CGI invocation file to allow operation from a chroot CGI without access to a shell. check-in: 27a4d13d4f user: drh tags: trunk
2011-02-18
13:43
(#823) MAX() isn't a good function to use on numeric values stored as text. "Force" fields to numbers first. check-in: d199007454 user: cpb tags: trunk
2010-11-26
15:55
(#822) add a secondary sort by date as default. Adding a "Sort by date"/"Sort by Relevance" toggle should be trivial from here. check-in: d339dba99a user: cpb tags: trunk
2009-12-23
14:03
check for valid ticket and cn before trying to output anything check-in: 7b0e1f76c7 user: cpb tags: trunk
14:03
oops... make sure it's a valid ticket number check-in: 79dd28a1ad user: cpb tags: trunk
2009-12-09
15:42
minor fixups to the RSS HTML, cleans up inspections a touch check-in: d3b0aa6518 user: cpb tags: trunk
2009-12-06
15:57
(#789) searching on a ticket or checking number in the appropriate format will take the user directly to the appropriate page. Implemented =is_ticket()= and =is_chng()= functions to simplify the process and use them in /cvstrac/format.c as well. check-in: 167d2fdefd user: cpb tags: trunk
2009-10-24
11:23
(#810) identify milestones in the ticket history check-in: c0f2ef4f33 user: cpb tags: trunk
2009-06-19
13:56
(#802) oops, we don't use that yet, if ever. check-in: 4277e77c9b user: cpb tags: trunk
2009-06-04
16:42
(#800) end transaction when no GIT repo defined check-in: 0991d26569 user: cpb tags: trunk
2009-05-15
21:59
(#39) diff coloring using DIVs and stylesheets classes =diffx= where =x= is *h*eader, *c*hunk, *t*ext, *a*dded, *r*emoved check-in: 864223dd4b user: ono tags: trunk
13:55
(#797) make sure we get latest change date relative to specified directory check-in: 1bdc8232d2 user: ono tags: trunk
12:32
*: Download tarball is now directory browse action, rather than separate link *: Tarball now contains version and subdirectory only if necessary *: Determines modification date using filechng table *: Subversion now fixed for UNIX environment, also supports pure =tar=, =tar.gz= and =tar.bz2= *: GIT implementation using =git archive= check-in: 8c8238f05e user: ono tags: trunk
2009-05-14
12:25
(#799) properly escape %%. check-in: dab276db97 user: ono tags: trunk
12:11
(#534, #567) ensure we are not sending Content-Length with value of 0 (zero), that may happen on some actions and confuse browsers. check-in: 73773e45d3 user: ono tags: trunk
12:01
(#798) Remove trailing spaces from rlog Author/Committer names, drop Commiter info if is the person as Author. check-in: e811e9226a user: ono tags: trunk
11:48
(#797) download current folder as tarball feature, structure for all SCM, Subversion implementation trough =svntar=. check-in: 0538777a0b user: ono tags: trunk
11:22
(#740) take the SRCDIR path from the platform.mk file placement, a do not hardcode SRCDIR anymore. check-in: 586b227c9a user: ono tags: trunk
2009-03-27
23:53
some style cleanups, get rid of unused variables, etc. check-in: d8dd0972d4 user: cpb tags: trunk
13:40
add support for incoming {link:http://trac.edgewall.org/wiki/InterTrac InterTrac} links. This allows Trac sites to reference CVSTrac objects most naturally.

Outgoing InterTrac links _from_ a CVSTrac install can be accomplished with custom markup, as in:

{quote:%x}

which would be referenced via something like:

{quote:{<markup>: ticket:451 #451}} {quote:{trac: wiki:InterTrac InterTrac}}
check-in: ede2546f24 user: cpb tags: trunk