aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fossil
Commit message (Collapse)AuthorAgeFilesLines
* Use stagebapt2013-09-231-8/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 2)
* Update to 20130911114349 aka 1.27bapt2013-09-122-3/+3
| | | | | | | | | | | | | | | | | Changes: - Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line - New --integrate option to fossil merge, which automatically closes the merged branch when committing - Renamed /stats_report page to /reports. Graph width is now relative, not absolute - Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01 - Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, corrupting it - Added support for unlimited line lengths in side-by-side diffs - New --close option to fossil commit, which immediately closes the branch being committed - Added chart option to fossil bisect - Improvements to the "human or bot?" determination - Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them - Added --scgi option to fossil server - Internal improvements to the sync process - The internals of the JSON API are now MIT-licensed
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Mark as job safebapt2013-06-201-1/+1
|
* Update to 20130618210923 aka 1.26bapt2013-06-194-99/+4
| | | | | | | | | | | | | | | | Changes: - The argument to the --port option for the fossil ui and fossil server commands can take an IP address in addition to the port number - After prompting for a password, also ask if that password should be remembered - Performance improvements to the diff engine - Fix the side-by-side diff engine to work better with multi-byte unicode text - The markdown formatter is now available by default and can be used for tickets, wiki, and embedded documentation - Add subcommands "fossil bisect log" and "fossil bisect status" to the fossil bisect command - Enhanced defenses that prevent spiders from using excessive CPU and bandwidth - Consistent use of the -n or --dry-run command line options. - Enhancements to /timeline.rss, adding more flags for filtering results - Added /stats_report page - ssh:// and file:// protocols now ignore proxy settings - Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.)
* Simplify using the new options helpersbapt2013-06-141-13/+3
|
* Convert to new options frameworkbapt2013-05-111-2/+0
|
* Prevent time warps from causing infinite loops in the annotator.bapt2013-03-182-1/+58
| | | | Obtained from: fossil's upstream (http://www.fossil-scm.org/xfer/info/1605649f3e)
* Fix typobapt2013-03-141-1/+1
|
* Add a patch to fix fossil scrub --privatebapt2013-03-142-0/+36
| | | | Obtained from: fossil's upstream (http://www.fossil-scm.org/fossil/info/60acc2de34)
* Update to 20130216000435 aka 1.25bapt2013-02-192-4/+13
| | | | | | | | Add 2 new options: - static: enable to build a static version of the binary - markdown: enable the markdown wiki format for embedded documentation Changes: http://www.fossil-scm.org/xfer/doc/trunk/www/changes.wiki
* Update to 20121022124804 (aka 1.24)bapt2012-10-232-8/+3
| | | | | | | | | | | | | | | | | | Changes: * Added support for WYSIWYG editing of wiki pages. * Allow style= attribute to occur in HTML markup on wiki pages. * Added the --tk option to the "fossi diff" and "fossil stash diff" commands, * Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. * Added the "fossil stash show" command. * Added --age and -t options to the "fossil ls" command. * Add the --baseurl option to "fossil server" and "fossil http" commands, so that those commands can be used with reverse proxies. * Add the --template option to the "fossil init" command * Add the diff-binary setting Many more see: http://www.fossil-scm.org/fossil/doc/trunk/www/changes.wiki Feature safe: yes
* - update to 20120808112557 (aka 1.23)bapt2012-08-162-3/+12
| | | | | - changes to the ports: * add an options to enable the JSON API (by default off)
* - rerolled distfile (there was some missing files in the previous one)bapt2012-03-231-2/+2
| | | | | Reported by: pointyhat (pav) Feature safe: yes
* - update to 20120317175325 (aka 1.22)bapt2012-03-192-3/+3
| | | | | | | | | | | | | | | - changes: * Greatly improved "diff" processing * Harden the CGI processing logic against DOS attacks * Add the ability to run TH1 scripts after sync requests * Make ".fslckout" the alternative name for the "_FOSSIL_" file * Change the "ssh:" transfer method to allow all access regardless of user permission * Various additions and fixes for the JSON API * --cherrypick merges use their origin's commit message by default * Update to use SQLite version 3.7.11 * more here: http://www.fossil-scm.org/fossil/doc/f7e215bcac885/www/changes.wiki Feature safe: yes
* - update to 20111213135356 aka 1.21bapt2011-12-152-3/+5
| | | | - use gmake to build
* - update to 1.20bapt2011-10-222-6/+5
| | | | | | | - changes: Support for side-by-side diffs in the web interface. Available support for symbolic links. (Turned off by default.) Tag changes now shown on the timeline. (You must run "fossil rebuild" for historical tag changes to appear.)
* update to 20110901182519bapt2011-09-053-24/+6
| | | | | | | | | | | | | | | | | | | use the new autoconfig scripts changes: * Added a ./configure script based on autosetup. * Added the "fossil winsrv" command for creating a Fossil service on windows systems. * Added "versionable settings" where settings that affect the local tree can be stored in versioned files in the .fossil-settings directory. * Background colors for branches are choosen automatically if no color is specified by the user. * The status, changes and extras commands now show pathnames relative to the current working directory, unless overridden by command line options or the "relative-paths" setting. * Added "empty-dirs" versionable setting. * Added support for client-side SSL certificates with "ssl-identity" setting and --ssl-identity option. * Added "ssl-ca-location" setting to specify trusted root SSL certificates. * Added the --case-sensitive BOOLEAN command-line option to many commands. Default to true for unix and false for windows. * Added the "Color-Test" submenu button on the branch list web page. * Compatibility improvements to the git-export feature. * Performance improvements on SHA1 checksums * Update to the latest SQLite version 3.7.8 alpha. * Fix the tarball generator to work with very log pathnames
* update to 20110713230341bapt2011-07-142-3/+3
|
* - update to 20110528185122bapt2011-05-312-3/+3
|
* - update to 20110523151112bapt2011-05-272-3/+3
| | | | | | | | | | | | | | | | | | | - Major change in this release: * Added support for "login-groups" and single sign-on. - Oher changes in this release: * Fixes to the tarball generator. * Add the https-login setting which forces a redirect to HTTPS for any non-anonymous login. * Added the "redirect:" property to CGI scripts. (Still undocumented) * Improvements to hyperlinking display * Added a --private option for "fossil branch new". * More default background colors added to the color palette. * Added the "Show Files" and "Hide Files" options on timelines. * Added the (undocumented) "mionly" query parameter for timelines that use r=TAG. * Added the "fossil bisect options" command. * Bisect changes to avoid branches if possible. * Update the built-in SQLite to the latest. * Various small bug fixes.
* - update to 20110512145652bapt2011-05-132-3/+3
|
* - upgrade to 20110413120518bapt2011-04-152-3/+3
|
* - update to 20110316111914bapt2011-03-232-3/+3
|
* - upgrade to 20110301190432bapt2011-03-042-3/+3
|
* - upgrade to 20110208125237bapt2011-02-102-3/+4
| | | | | | - bump portepoch Feature safe: yes
* update to: 20110113195528947bapt2011-01-172-3/+3
| | | | Feature safe: yes
* - update to 20110101030647bapt2011-01-033-11/+11
|
* - update to 20101221135605bapt2010-12-222-3/+3
|
* - update to 20101207133137bapt2010-12-092-3/+3
|
* improve descriptionbapt2010-11-261-3/+2
| | | | Submitted by: danfe
* - MAKE_JOBS_UNSAFE in factpav2010-11-261-1/+1
| | | | Reported by: pointyhat
* - update to 20101117133825bapt2010-11-202-3/+3
|
* - update to 20101111133638bapt2010-11-122-3/+3
|
* - update to 20101101142335bapt2010-11-023-4/+9
| | | | - add a message to tell users to run fossil all rebuild command after each upgrades
* - Update to 20101005035549bapt2010-10-072-4/+4
|
* - Update to 20100918155143bapt2010-09-212-4/+4
|
* - Update to 20100823222416bapt2010-08-302-4/+4
| | | | Approved by: mentors (implicit)
* Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1
| | | | Approved by: jadawin@ (co-mentor)
* - Update to 20100703153359.araujo2010-07-182-4/+4
| | | | | PR: ports/148541 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
* Fossil is an easy-to-use Distributed Source Control Management system (DSCM)wen2010-06-284-0/+56
which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, built-in file browsing, a built-in tickets system, etc WWW: http://fossil-scm.org/ PR: ports/147867 Submitted by: Bapt <baptiste.daroussin@gmail.com> Feature safe: yes