| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
devel part 2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
| |
|
|
|
|
| |
Obtained from: fossil's upstream (http://www.fossil-scm.org/xfer/info/1605649f3e)
|
| |
|
|
|
|
| |
Obtained from: fossil's upstream (http://www.fossil-scm.org/fossil/info/60acc2de34)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- changes to the ports:
* add an options to enable the JSON API (by default off)
|
|
|
|
|
| |
Reported by: pointyhat (pav)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- use gmake to build
|
|
|
|
|
|
|
| |
- 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.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- bump portepoch
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: danfe
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
- add a message to tell users to run fossil all rebuild command after each upgrades
|
| |
|
| |
|
|
|
|
| |
Approved by: mentors (implicit)
|
|
|
|
| |
Approved by: jadawin@ (co-mentor)
|
|
|
|
|
| |
PR: ports/148541
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
|
|
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
|