Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
149 check-ins using file src/tkt.c version af9d5ea62c
|
2011-08-31
| ||
| 20:34 | Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. ... (Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames) | |
|
2011-08-30
| ||
| 08:01 | Updating from trunk to keep up working in the branch with the most recent fossil code. ... (check-in: 75aaf30aad user: viriketo tags: merge_renames) | |
|
2011-08-29
| ||
| 13:35 | Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. ... (check-in: 0b9371365d user: drh tags: trunk) | |
| 13:24 | Update the built-in SQLite to the latest 3.7.8 alpha version. ... (check-in: 35474aff2f user: drh tags: trunk) | |
| 10:31 | Silence compiler warnings about unused variables in print_timeline. ... (check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration) | |
| 09:27 | Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. ... (check-in: 3a6265696a user: mistachkin tags: tcl-integration) | |
| 01:19 | Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. ... (check-in: cba0f25bf2 user: mistachkin tags: tcl-integration) | |
| 00:54 | Protect against Tcl commands with no objProc. ... (check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration) | |
| 00:28 | Fix comment regarding the value of TCLDIR. ... (check-in: 10f13bc5ab user: mistachkin tags: tcl-integration) | |
|
2011-08-28
| ||
| 23:45 | Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. ... (check-in: 53b9445b2c user: mistachkin tags: tcl-integration) | |
| 11:22 | Make blob_read_link() C89-compatible on Unix again. ... (check-in: 034819087d user: dmitry tags: symlinks) | |
| 11:01 | Use file_delete() instead of unlink() in vfile_to_disk(). ... (check-in: 08311ffc6a user: dmitry tags: symlinks) | |
| 10:43 | Handle errors in blob_read_link(). ... (check-in: d43029f6f4 user: dmitry tags: symlinks) | |
| 06:54 | Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. ... (check-in: 5cc15d0890 user: mistachkin tags: tcl-integration) | |
| 03:00 | Do not free the Tcl result (or interp) prior to setting the TH1 result. ... (check-in: 0299d484fc user: mistachkin tags: tcl-integration) | |
|
2011-08-27
| ||
| 20:37 | Indicate whether a file artifact is a symlink or an executable in the web interface. ... (check-in: a7bf0e9ba4 user: dmitry tags: symlinks) | |
| 18:25 | Changes to fossil_stat() so that the build works for mingw. ... (check-in: a7e747e58f user: drh tags: symlinks) | |
| 18:12 | Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. ... (check-in: 4778edd3f2 user: drh tags: symlinks) | |
| 18:08 | Merge fixes from trunk. ... (check-in: 9773d5966f user: mistachkin tags: tcl-integration) | |
| 18:05 | Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. ... (check-in: a2cc6bc6dc user: drh tags: trunk) | |
| 17:53 | Fix the timeline.c module to be C89-compliant. MSVC needs this. ... (check-in: 8a5f2a7a3a user: drh tags: trunk) | |
| 17:35 | Document Tcl integration setting, build fixes. ... (check-in: 326688e58b user: mistachkin tags: tcl-integration) | |
| 16:48 | Add per-repo setting to enable/disable Tcl support. ... (check-in: 9613828c7e user: mistachkin tags: tcl-integration) | |
| 16:26 | Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. ... (check-in: c5a6e9ea69 user: mistachkin tags: tcl-integration) | |
| 14:42 | Initial code to support TH1/Tcl integration. ... (check-in: f723647710 user: mistachkin tags: tcl-integration) | |
| 09:44 | Fix reading delta from wrong column in stash. ... (check-in: 0317a929cb user: dmitry tags: symlinks) | |
| 01:21 | Reverse the order of column/table existence checking to make validation of already updated local database faster. ... (check-in: 8c0f4bc718 user: dmitry tags: symlinks) | |
| 01:07 | Add islink column to stashfile, undo, undo_vfile tables if needed. ... (check-in: 44e673f5e9 user: dmitry tags: symlinks) | |
| 00:52 | Fix SQL syntax error in undo. ... (check-in: be956c3c88 user: dmitry tags: symlinks) | |
|
2011-08-26
| ||
| 14:59 | Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584cc user: drh tags: symlinks) | |
| 14:49 | Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20da user: drh tags: trunk) | |
| 14:11 | Add the test-hash-color command for testing the hash_color() function. ... (check-in: 130b8f77ff user: drh tags: trunk) | |
| 14:10 | Merge the "stash rm" command into trunk. ... (check-in: 0b4f83067a user: drh tags: trunk) | |
| 14:09 | Merge the autosetup updates into trunk. ... (check-in: 64a2b0d51f user: drh tags: trunk) | |
|
2011-08-25
| ||
| 13:48 | Fix one more use of number instead of constant for permissions. ... (check-in: 35de2bdd07 user: dmitry tags: symlinks) | |
| 11:42 | Introduce constants for internal permissions (executable/symlink). ... (check-in: f6daee3e7b user: dmitry tags: symlinks) | |
|
2011-08-24
| ||
| 22:13 | Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. ... (Closed-Leaf check-in: 4e5dd3536e user: steveb tags: autosetup) | |
| 21:45 | Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. ... (Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm) | |
| 20:05 | "rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1ae user: bch tags: stash_rm) | |
| 20:01 | Support symlinks in tarballs. ... (check-in: 72e3bbd071 user: dmitry tags: symlinks) | |
| 19:12 | Support symlinks in ZIP files. ... (check-in: 16da26c585 user: dmitry tags: symlinks) | |
|
2011-08-23
| ||
| 18:00 | go back to the old numbering on the pre-checkin checklist (ok'd drh). ... (check-in: a87717ad86 user: martin.weber tags: trunk) | |
| 17:57 | Change numbering back so that the preliminary step is 0, the most important one is #1. ... (check-in: 90e310ebbd user: martin.weber tags: msw-hack) | |
| 17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (check-in: 4619361d58 user: dmitry tags: symlinks) | |
| 17:23 | catch up with trunk & fix commentary portion of checkin.wiki. ... (check-in: 35e3328734 user: martin.weber tags: msw-hack) | |
| 16:55 | Merge the msw-hack branch into trunk. ... (check-in: d41074f862 user: drh tags: trunk) | |
| 16:50 | Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. ... (check-in: 2de9e87600 user: drh tags: symlinks) | |
| 15:45 | Fix several harmless compiler warnings. ... (check-in: 553159aa0d user: drh tags: trunk) | |
| 15:27 | Merge in the latest changes from trunk. ... (check-in: 6c880a4f5e user: drh tags: symlinks) | |
| 15:14 | Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb43d user: drh tags: trunk) | |
| 15:10 | The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. ... (check-in: 0f7f81303c user: drh tags: trunk) | |
| 14:47 | Merge the versionable-settings cache into trunk. ... (check-in: ea51d1272c user: drh tags: trunk) | |
| 13:54 | Fix comments. ... (check-in: 4a32e8ade7 user: dmitry tags: symlinks) | |
| 08:37 | Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges) | |
| 01:44 | catch up with trunk; update the pre-checkin list to include checking for your username. ... (check-in: a1f3987760 user: martin.weber tags: msw-hack) | |
|
2011-08-22
| ||
| 22:20 | Merge trunk. ... (check-in: c57830bec2 user: dmitry tags: symlinks) | |
| 19:02 | Allow browsing of directories whose names contain characters that must be escaped for HTML. ... (check-in: 1ec0739c4b user: drh tags: trunk) | |
| 18:45 | Add the Makefile.in file back into the checkout. ... (check-in: 5feb1d6015 user: drh tags: trunk) | |
| 18:25 | Merge the --showfiles enhancement from the venks-emacs branch into trunk. ... (check-in: 2b8cbf3c41 user: drh tags: trunk) | |
| 18:23 | Merge the msw-hack branch into trunk. ... (check-in: af50b29c98 user: drh tags: trunk) | |
| 15:55 | Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. ... (check-in: c6b371c46c user: martin.weber tags: msw-hack) | |
|
2011-08-19
| ||
| 23:27 | Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. ... (check-in: b14ab41ff8 user: venkat tags: venks-emacs) | |
|
2011-08-16
| ||
| 18:35 | update branch before making changes ... (check-in: 84e6f172af user: venkat tags: venks-emacs) | |
| 02:43 | Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. ... (check-in: ce62a2b11d user: drh tags: trunk) | |
|
2011-08-14
| ||
| 23:14 | Merge the ben-testing branch into trunk. ... (check-in: 9a0c995826 user: drh tags: trunk) | |
| 23:12 | Fix the file_relative_name() function so that it works on windows. ... (Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing) | |
| 17:54 | Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. ... (check-in: 3113f7b18f user: ben tags: ben-testing) | |
| 07:21 | Merge trunk into ben-testing, adjusting for versionable settings. ... (check-in: 246ac307bb user: ben tags: ben-testing) | |
| 07:13 | Change the relative-paths default to 'on', after feedback from the community. ... (check-in: 42a830e76d user: ben tags: ben-testing) | |
|
2011-08-12
| ||
| 12:13 | Fix harmless compiler warnings in tar.c. ... (check-in: 073725ae0c user: drh tags: trunk) | |
| 11:54 | When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. ... (check-in: 9515143de5 user: drh tags: trunk) | |
| 09:29 | Add link to SSL page from setting up server documentation ... (check-in: 64ae65791a user: ben tags: ben-testing) | |
| 09:26 | Update documentation index. ... (check-in: e764e8f3d6 user: ben tags: ben-testing) | |
| 09:21 | Add documentation for settings, SSL usage, and change log. ... (check-in: 0769acd2e0 user: ben tags: ben-testing) | |
|
2011-08-10
| ||
| 18:53 | Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. ... (check-in: cdd298f526 user: ben tags: ben-testing) | |
| 15:54 | Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. ... (check-in: b968f023a8 user: ben tags: trunk) | |
|
2011-08-07
| ||
| 22:52 | Fix a (harmless) javascript error that occurs when the graph is empty. ... (check-in: 303dd442fe user: drh tags: trunk) | |
| 10:56 | Updates to the makefile documentation. ... (check-in: ef0b48de0d user: drh tags: trunk) | |
|
2011-08-05
| ||
| 19:14 | Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. ... (check-in: cad1b4a434 user: mistachkin tags: trunk) | |
|
2011-08-04
| ||
| 22:17 | Merge the --case-sensitive feature into trunk. ... (check-in: 874d0ca303 user: drh tags: trunk) | |
| 17:13 | Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". ... (Closed-Leaf check-in: 4fee0ce2d6 user: drh tags: filename-case) | |
| 15:54 | Merge trunk into ben-testing ... (check-in: 3eb07708b1 user: ben tags: ben-testing) | |
| 14:32 | Merge the ben-minorchanges branch into trunk. ... (check-in: 83c032de7f user: drh tags: trunk) | |
|
2011-08-02
| ||
| 18:42 | Use the automatic background color algorithm for individual file timelines in addition to the global timeline. ... (check-in: abe7b8335f user: drh tags: trunk) | |
|
2011-07-30
| ||
| 10:14 | Correct the winsrv documentation to use the renamed command name. ... (Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges) | |
| 10:10 | Allow more than one file to be specified to the diff command. ... (check-in: 3cdcb51573 user: ben tags: ben-minorchanges) | |
|
2011-07-28
| ||
| 19:57 | Merge Joerg's export command improvements into trunk. ... (check-in: dd74352d2c user: drh tags: trunk) | |
|
2011-07-25
| ||
| 12:24 | Make sure deleted files are recorded in the MLINK table. ... (check-in: ccc2c8f65e user: drh tags: trunk) | |
| 11:21 | Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. ... (check-in: a26940c22e user: drh tags: trunk) | |
|
2011-07-24
| ||
| 19:47 | Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. ... (Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix) | |
| 00:36 | Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. ... (check-in: 2ef37b3b2a user: ge tags: ge-tarfix) | |
|
2011-07-23
| ||
| 23:01 | Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental) | |
| 22:13 | Fix a harmless compiler warning. ... (check-in: ba15af450d user: drh tags: trunk) | |
| 22:05 | Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. ... (check-in: ce4a44d931 user: drh tags: trunk) | |
| 21:32 | Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. ... (Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile) | |
| 16:01 | Merge the autosetup update into trunk. ... (check-in: 3c512b3748 user: drh tags: trunk) | |
| 00:24 | During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b23 user: joerg tags: experimental) | |
|
2011-07-22
| ||
| 23:46 | If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. ... (check-in: c946b573c7 user: drh tags: trunk) | |
| 23:15 | Experimental query parameters brbg and ubg for the timeline. ... (check-in: b6b419c32d user: drh tags: trunk) | |
| 22:07 | Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. ... (Closed-Leaf check-in: c32b23d626 user: steveb tags: autosetup) | |
| 19:38 | Since the mlink table contains entries with pid=0 for non-empty manifests without parents, drop the original non-incremental commit logic by folding the few special cases into the mlink/plink based output. ... (check-in: fca3073621 user: joerg tags: trunk) | |
| 03:12 | Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. ... (check-in: 75f02948fa user: drh tags: trunk) | |
| 03:10 | Very minor edits to the BUILD.txt document. ... (Closed-Leaf check-in: 38d5859713 user: drh tags: autosetup) | |
| 01:43 | Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic ... (check-in: eff52c1ccb user: steveb tags: autosetup) | |
|
2011-07-21
| ||
| 19:20 | Add support for incremental exports ... (check-in: c2ccd82522 user: joerg tags: trunk) | |
| 17:37 | Use stable marks derived from the rid in preparation for optional incremental exports. ... (check-in: 22d414e517 user: joerg tags: trunk) | |
| 17:35 | Skip missing merge parents. Git doesn't like missing marks and there isn't anything to be done about them. ... (check-in: b71b32d131 user: joerg tags: trunk) | |
| 15:50 | Avoid parsing manifests if a parent exists. Now the only case left using deleteall is when no parent exists. ... (check-in: bc8d368b66 user: joerg tags: trunk) | |
| 13:53 | Write incremental file lists for fast-export. ... (check-in: 433a3c9a78 user: joerg tags: trunk) | |
|
2011-07-20
| ||
| 20:05 | Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] ... (check-in: 3ade77897f user: drh tags: trunk) | |
| 09:09 | Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. ... (Closed-Leaf check-in: 14d1e44957 user: ben tags: ben-safe-make) | |
| 08:37 | Merge working directory relative file listings for changes and extras commands into ben-testing. ... (check-in: 8320393b2f user: ben tags: ben-testing) | |
| 08:34 | Add help text to status command about --non-relative option. ... (Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report) | |
| 08:29 | Merge trunk with ben-testing ... (check-in: 74d65bab28 user: ben tags: ben-testing) | |
|
2011-07-19
| ||
| 23:44 | Update the built-in SQLite to the latest 3.7.8 alpha, for the purpose of testing SQLite. ... (check-in: 4adc11edb7 user: drh tags: trunk) | |
| 23:29 | Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] ... (check-in: b317471d8c user: drh tags: trunk) | |
| 23:18 | Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] ... (check-in: 4ac6328f76 user: drh tags: trunk) | |
| 23:10 | Enhance the branch command and the branch www page so that they can show all branches. The branch command can now also show closed branches. Ticket [2adfb697fda1b2]. ... (check-in: ebeaf3ae26 user: drh tags: trunk) | |
| 22:57 | Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] ... (check-in: d86201dce9 user: drh tags: trunk) | |
| 22:41 | Increment the version number. Update the change log. ... (check-in: a3717e1378 user: drh tags: trunk) | |
| 22:39 | Change the name of the "service" command to "winsrv" to avoid confusion with the "server" command. ... (check-in: c46c70897c user: drh tags: trunk) | |
|
2011-07-18
| ||
| 20:04 | Merge the windows-service command into trunk. ... (check-in: 06e9ca23e7 user: drh tags: trunk) | |
| 20:00 | Update the MSVC makefile so that it works with the new "service" command. ... (Closed-Leaf check-in: 4bf9048e25 user: drh tags: tsbg-win-service) | |
|
2011-07-15
| ||
| 18:06 | Enable Fossil to run as a Windows service and add a "fossil service" command. ... (check-in: 91c2f65a6e user: tsbg tags: tsbg-win-service) | |
| 04:50 | Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. ... (check-in: e14f0fe2f3 user: dan tags: trunk) | |
|
2011-07-14
| ||
| 15:28 | Add a commentary section to the check-in checklist. Also add the "verify makefiles" item. [/doc/trunk/www/checkin.wiki] ... (check-in: 39624620ac user: drh tags: trunk) | |
| 14:34 | Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . ... (check-in: a4efad7e61 user: dan tags: trunk) | |
| 13:29 | Update the pre-commit checklist: [/doc/trunk/www/checkin.wiki] ... (check-in: 831306e11b user: drh tags: trunk) | |
| 13:02 | Added the Checklist for Successful Open-Source Projects document. [/doc/trunk/www/foss-cklist.wiki] ... (check-in: 34177b0068 user: drh tags: trunk) | |
| 11:24 | Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. ... (check-in: fd13b1a16f user: drh tags: trunk) | |
| 11:09 | Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). ... (check-in: 5fe55cb103 user: dan tags: trunk) | |
| 10:24 | Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. ... (check-in: 734af429e3 user: dan tags: trunk) | |
| 00:28 | Fix a bug in the auto.def file. ... (check-in: 35f80429f2 user: drh tags: trunk) | |
|
2011-07-13
| ||
| 23:03 | Version 1.18 ... (check-in: df9da91ba8 user: drh tags: trunk, release, version-1.18) | |
| 21:29 | Merge the new autosetup mechanism into the trunk. ... (check-in: f476744d60 user: drh tags: trunk) | |
| 21:24 | Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] ... (check-in: 11f2f71f4c user: drh tags: trunk) | |
| 21:15 | Fix an assert() that fires if the "stash" command is used after having done an "rm". Ticket [3ce0ea97522581] ... (check-in: 336e194c4d user: drh tags: trunk) | |
|
2011-07-12
| ||
| 20:27 | Be sure to flush g.httpOut at the end of cgi_reply(). ... (check-in: 2cd0c7657f user: drh tags: trunk) | |
| 17:26 | Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a99 user: dan tags: autosetup) | |
|
2011-07-11
| ||
| 10:00 | By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. ... (check-in: b9a38cf367 user: ben tags: ben-changes-report) | |
|
2011-07-10
| ||
| 15:01 | By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. ... (check-in: a05bbff46a user: ben tags: ben-changes-report) | |
| 13:01 | When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. ... (check-in: e0d2e1f9b8 user: ben tags: ben-changes-report) | |
| 12:05 | Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. ... (check-in: 35ecc92b69 user: ben tags: trunk) | |
|
2011-07-09
| ||
| 21:06 | Disable the piping of output through $env(PAGER). ... (check-in: cd2cb3b347 user: drh tags: autosetup) | |
| 20:19 | Initial check-in of Steve Bennett's autosetup configurator. ... (check-in: ded86a4e53 user: drh tags: autosetup) | |
| 16:12 | Added ability to access repositories via CGI that are located in a path containing whitespaces. ... (check-in: fc15fe0418 user: rimkojr tags: trunk) | |
|
2011-06-30
| ||
| 17:40 | typo fix per ticket [fc0838fc72f079d2033ae] ... (check-in: e50813e19b user: bch tags: trunk) | |
|
2011-06-29
| ||
| 17:10 | Simplify some the "name" parameter to the "artifact" URIs. ... (check-in: 5acc3e4cc4 user: drh tags: trunk) | |
| 11:23 | Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. ... (check-in: 082c02a80c user: drh tags: trunk) | |