Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 most recent check-ins by user stephan
2018-03-12
| ||
12:10 | Upstream cson patch to change f() decls to f(void) and rename internal symbols which collide with system/compiler symbols on HPUX and Solaris 11/Illumos. check-in: 0d3425db user: stephan tags: trunk | |
2018-01-09
| ||
20:34 | Latest upstream cson - increases a unicode output buffer size after reports of certain MSVC version(s) complaining about it. check-in: e508424e user: stephan tags: trunk | |
2017-11-29
| ||
14:48 | tiny doc typo fix. check-in: 487b3908 user: stephan tags: trunk | |
2017-10-19
| ||
08:47 | typo fix reported on the ML. check-in: 1374d581 user: stephan tags: trunk | |
2017-08-30
| ||
14:15 | Removed dead reference to g.fNoDirSymlinks. check-in: 949d777d user: stephan tags: trunk | |
2017-06-22
| ||
11:41 | updated license description from GPL to 2-clause BSD, with a tip of the hat to er38hcma on the mailing list. check-in: 6fb3e2de user: stephan tags: trunk | |
2017-03-15
| ||
00:41 | Added missing reference to the -json-input flag for the json command. check-in: 2accaaee user: stephan tags: trunk | |
00:31 | added missing return type in login_basic_authentication() definition. check-in: fd928b6e user: stephan tags: trunk | |
2016-06-18
| ||
11:29 | fixed another strict aliasing warning in cson. check-in: 6bcfe1d2 user: stephan tags: trunk | |
2016-03-05
| ||
20:01 | Added add_content_sql_commands() to /admin_sql, as per ML discussion. check-in: 93f514ca user: stephan tags: trunk | |
2016-02-20
| ||
13:21 | Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). Closed-Leaf check-in: e8735d6a user: stephan tags: slash-name-links | |
2016-02-18
| ||
10:13 | Minor correction to the P-card docs. check-in: 576d64c9 user: stephan tags: trunk | |
2016-02-09
| ||
14:12 | json: added a few assertions and changed a few chars to ints to avoid potential signedness problems on ARM. check-in: 5c0dc2d3 user: stephan tags: trunk | |
2016-02-06
| ||
19:17 | Swapped incorrect diff argument order for /json/wiki/diff. check-in: 08197f96 user: stephan tags: trunk | |
2016-02-02
| ||
15:58 | updated to miniz-1.16 beta r1 Leaf check-in: 0cd368f1 user: stephan tags: miniz-1.16br1 | |
2016-01-29
| ||
07:00 | fixed type of JsonPageDef::runMode from char to int because it uses negative values and char is unsigned by ARM platforms. check-in: 8f6b78e7 user: stephan tags: trunk | |
2016-01-21
| ||
12:44 | fixed condition which caused the "Yearly total" row to not be rendered on the oldest year in the bymonth report in some cases. check-in: ec3dd27f user: stephan tags: trunk | |
2016-01-07
| ||
20:42 | minor typo fix. Leaf check-in: 82bb1901 user: stephan tags: hierarchical-manifests | |
2015-11-13
| ||
10:00 | pedantic upstream cson -Wall/-Werror fixes (unused static consts) for clang. check-in: f5bed9ce user: stephan tags: trunk | |
2015-07-29
| ||
17:35 | minor CGI-in-chroot doc update from the ML. check-in: 1d3a8047 user: stephan tags: trunk | |
2015-07-04
| ||
05:47 | added missing "all cache" docs. check-in: 2f0533fe user: stephan tags: trunk | |
05:35 | Added "cache" to the "all" command to simplify cache management on systems with many historical repos. check-in: 744aaa84 user: stephan tags: trunk | |
2015-07-02
| ||
21:43 | upstream cson fix: output chars >0xffff as UTF16 surrogate pairs. check-in: 5280dbc9 user: stephan tags: trunk | |
2014-12-18
| ||
22:27 | fixed the mtime field on json timeline output. check-in: df50cb6e user: stephan tags: trunk | |
2014-12-17
| ||
17:21 | reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. Closed-Leaf check-in: 269a9412 user: stephan tags: sitemap-tinkering | |
2014-11-30
| ||
14:11 | Added limit selection to /admin_log. Closed-Leaf check-in: 8355756f user: stephan tags: admin-logging | |
13:36 | Added more logging, added admin_log() to printf checker. check-in: f63d68d4 user: stephan tags: admin-logging | |
13:27 | merged in trunk. check-in: 1526dd4c user: stephan tags: admin-logging | |
2014-11-29
| ||
09:38 | Added symbolic_name_to_rid() DB binding. check-in: 8815b65e user: stephan tags: trunk | |
2014-11-28
| ||
17:38 | Added basic /admin_log page, added settings change logging through onoff_attribute(). check-in: 8f1fc455 user: stephan tags: admin-logging | |
2014-11-27
| ||
17:37 | applied patch from Steve Bennett for ticket [1d6a4c423bc8b116464]. check-in: 40f1b288 user: stephan tags: trunk | |
16:59 | Added admin_log(), for (informally) recording changes made by admins. check-in: ee666c46 user: stephan tags: admin-logging | |
2014-11-05
| ||
21:54 | fixed a mis-escaped formatting token in the byweek report. check-in: 779f3407 user: stephan tags: trunk | |
2014-10-20
| ||
16:45 | added json_new_string_f() to codecheck1's list. check-in: 0237021d user: stephan tags: compile-time-print-checking | |
2014-10-19
| ||
10:28 | The setup_settings page now only opens a checkout if no explicit repo was provided, to avoid it showing versioned properties from a different repo. Problem reported on the ML. check-in: 0ab00799 user: stephan tags: trunk | |
2014-10-15
| ||
18:31 | manifest_parse() now stores the UUID before parsing begins and adds it to syntax error messages. check-in: a87c0d89 user: stephan tags: better-error-msgs | |
2014-10-04
| ||
19:18 | xfer: if the password failed prompt is hit 2 times, treat it as an error. This causes clone to delete its newly-created copy on error, instead of leaving an empty (but apparently otherwise valid) repo db file. check-in: 334d7744 user: stephan tags: trunk | |
2014-10-02
| ||
17:01 | Merged in inherit-priv-mark-sub with one minor layout tweak. check-in: 54a783e3 user: stephan tags: trunk | |
2014-09-27
| ||
20:11 | removed an unused JS var. check-in: 2adc0397 user: stephan tags: inherit-priv-mark-sub | |
19:29 | Added try/catch so that incompatible browsers (if any) do not break the whole page if updating the permissions string fails. check-in: 4c4a69ed user: stephan tags: inherit-priv-mark-sub | |
19:26 | Added JS code to generate/display the current capabilities string based on selected checkboxes (feature request from Joe M.). check-in: d02d620c user: stephan tags: inherit-priv-mark-sub | |
2014-09-26
| ||
16:35 | Merged in inherit-priv-mark-sub branch (readability improvements for user administration page). check-in: 4bba5e1c user: stephan tags: trunk | |
2014-09-20
| ||
15:07 | minor reformulation of the makeheaders.c string.h patch. check-in: 51937b72 user: stephan tags: trunk | |
14:49 | Solaris 10 build patch from Freddy Dissaux. check-in: 4fcbd9b0 user: stephan tags: trunk | |
2014-09-11
| ||
17:25 | char-vs-int fixes in the JSON API: caused underflow (and thus incorrect is-flag-set results) on platforms where char is unsigned (Linux/ARM). check-in: 57f0bb98 user: stephan tags: trunk | |
2014-09-07
| ||
09:49 | removed a duplicated if() block, moved a free()-after-return, both reported by Edward Berner. check-in: 3fc62dde user: stephan tags: trunk | |
08:52 | When using $EDITOR to enter a commit message, tags provided via the --tag flag are now listed, per ML request. check-in: ae00c631 user: stephan tags: trunk | |
2014-08-27
| ||
18:40 | Updated changelog for previous commit. check-in: 8b4bcd9d user: stephan tags: trunk | |
16:20 | Added menu entry to toggle ln=0 on /info and /artifact pages. check-in: a5b1bef9 user: stephan tags: trunk | |
2014-08-20
| ||
14:54 | removed double-application of miniz.h patch (doubled the content). Closed-Leaf check-in: 935ccf9d user: stephan tags: miniz | |
2014-08-19
| ||
18:49 | addremove two files not handled by the previous patch file. check-in: ca5d6f2b user: stephan tags: miniz | |
17:26 | Got the last bit of Baruch's patch in. check-in: d8902124 user: stephan tags: miniz | |
16:52 | "the zip file patch" from Baruch. check-in: 26ecec6c user: stephan tags: miniz | |
2014-08-18
| ||
17:13 | Replaced zlib usage with local copy of miniz. Seems to work. check-in: 579ae389 user: stephan tags: miniz | |
16:30 | Create new branch named "miniz" check-in: f88a2b36 user: stephan tags: miniz | |
2014-08-14
| ||
10:30 | diff: when --to is provided but --from is not, default to --from current, per ML suggestion. Closed-Leaf check-in: d5a89404 user: stephan tags: pending-review | |
2014-08-12
| ||
14:48 | X-UA-Compatible (MSIE) HTTP header patch from Warren Young. check-in: b7bebbe4 user: stephan tags: trunk | |
2014-08-04
| ||
19:22 | Added JS to the /eventedit page to colorize the custom color's element (i.e. color preview). check-in: cd029906 user: stephan tags: trunk | |
18:29 | minor verbiage patch from Christopher M. Fuhrman. check-in: d4aee312 user: stephan tags: trunk | |
2014-07-31
| ||
21:13 | /zip now ignores the .zip extension, analog to how /tar does. Minor doc improvements in /zip and /tar from the ML. check-in: e0199bfc user: stephan tags: trunk | |
20:54 | update doc improvements from the ML. check-in: 8ab520c5 user: stephan tags: trunk | |
20:46 | th1 parse error reporting tweaks from Sergei Gavrikov. check-in: 2ba71f51 user: stephan tags: trunk | |
20:44 | rss help text tweaks from the ML. check-in: 9a7a82f6 user: stephan tags: trunk | |
2014-06-04
| ||
19:59 | Merged in close-cleanup-config after positive tests and feedback. check-in: fc997067 user: stephan tags: trunk | |
19:53 | Minor changelog addition. check-in: 1e4f77d7 user: stephan tags: trunk | |
2014-05-31
| ||
22:22 | Documented the new -empty flag. check-in: 2a17ab66 user: stephan tags: trunk | |
19:37 | The 'new' and 'init' commands again create an initial checkin unless the (new) --empty flag is given or (as before) --date-override is used. check-in: 3b66804d user: stephan tags: trunk | |
2014-05-30
| ||
18:12 | integrated wiki-keep-mimetype branch. check-in: 52d242a7 user: stephan tags: trunk | |
18:04 | Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). Closed-Leaf check-in: 918d07bf user: stephan tags: wiki-keep-mimetype | |
16:52 | Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. Closed-Leaf check-in: 43eeab7c user: stephan tags: close-cleanup-config | |
16:38 | 'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. check-in: 36cb9ec4 user: stephan tags: close-cleanup-config | |
2014-05-28
| ||
16:06 | Added -R REPO to the timeline docs, per ML request. check-in: dadbf782 user: stephan tags: trunk | |
2014-05-23
| ||
11:01 | pulled in trunk. check-in: 64802875 user: stephan tags: wiki-keep-mimetype | |
2014-05-14
| ||
16:53 | doc improvement. check-in: e1a0de75 user: stephan tags: wiki-keep-mimetype | |
16:39 | Added --format MIMETYPE flag to (wiki create|commit) and /json/wiki/save. check-in: 8f2d9e69 user: stephan tags: wiki-keep-mimetype | |
16:05 | minor doc correction. check-in: ec44f61a user: stephan tags: trunk | |
2014-05-09
| ||
09:34 | stash gdiff now honors the "g" in gdiff. check-in: cd5a7e12 user: stephan tags: trunk | |
2014-04-30
| ||
21:43 | Fixed an assertion triggered via test-name-changes when symbolic name resolution fails. check-in: 25b2a809 user: stephan tags: trunk | |
18:02 | Typo fix (thanks to Joe P). check-in: 003db810 user: stephan tags: trunk | |
17:36 | changelog update for root-user enhancement. check-in: 3fd95992 user: stephan tags: trunk | |
16:35 | Merged in fix from Andy B. which resolves mis-resolution of db file name when fossil is run as root (chroot-related). Haiku OS runs everything as root. check-in: 5e47d555 user: stephan tags: trunk | |
2014-04-29
| ||
18:02 | Rebuild now sets user.mtime if it is NULL, per ML thread. check-in: 6fdf91d7 user: stephan tags: trunk | |
2014-04-11
| ||
21:30 | Added new /reports page: byweekday. Most tags and commits happen on Thursdays. Most tickets on Wednesdays. check-in: 2cf6304b user: stephan tags: trunk | |
15:44 | Refactored ATTACHMENT crosslinking a bit to remove some duplicate code (tested on libfossil repo). Replaced free() with fossil_free() (consistency). Added fossil_is_uuid(), the c-string counterpart of blob_is_uuid(). check-in: b7ff537d user: stephan tags: trunk | |
2014-03-31
| ||
17:31 | Fixed json.c for g.url changes which could not have been caught by search/replace b/c they are macro-generated. check-in: bcae843a user: stephan tags: trunk | |
2014-03-29
| ||
09:03 | s/free()/fossil_free()/, for consistency. check-in: c94df724 user: stephan tags: trunk | |
2014-03-28
| ||
17:45 | Re-added a short doc snippet accidentally cut out by [ec03c3149a]. check-in: 045975f6 user: stephan tags: trunk | |
2014-03-24
| ||
16:30 | Added some docs for the name/uuid params for /zip. check-in: 4adcd4f4 user: stephan tags: trunk | |
2014-03-23
| ||
17:14 | Added some text to the /tar help, per ML suggestion. check-in: 7ba06f15 user: stephan tags: trunk | |
2014-03-21
| ||
10:23 | fixed a small lie. check-in: 0829160c user: stephan tags: trunk | |
10:20 | More update/checkout doc additions. check-in: 3f8b6efa user: stephan tags: trunk | |
08:49 | Added a brief clarification of using update/checkout to switch versions, based on ML thread. check-in: cd4301ce user: stephan tags: trunk | |
2014-03-17
| ||
21:05 | Added a pedantic catch for a corner case which never happens (for porting's sake). check-in: 74132292 user: stephan tags: trunk | |
2014-03-16
| ||
17:06 | Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). check-in: 6bbcfec2 user: stephan tags: trunk | |
10:17 | Restructured the wiki format parser's ATTR_ and AMSK_ macros to enums to simplify extension. Tried to add data-* attribute support but assumptions about attributes in the parser make it not worth the effort. check-in: 0652717e user: stephan tags: trunk | |
09:06 | Added missing int return. Reported on ML. check-in: d6bd38fa user: stephan tags: trunk | |
2014-03-14
| ||
09:42 | Minor help text improvement suggested on ML. check-in: a2400a01 user: stephan tags: trunk | |
2014-03-11
| ||
21:05 | Wrapped the timeline-rendering JS in an anonymous function so that it no longer pollutes the global namespace. Added "type" tag to the script (required by HTML4, optional in HTML5). check-in: e6d3e878 user: stephan tags: trunk | |
2014-02-27
| ||
19:38 | minor pedantic cleanup to my last commit. it was just bugging me. check-in: 59e26ebe user: stephan tags: trunk | |
17:24 | updated the changelog. check-in: 45fc909a user: stephan tags: trunk | |
17:09 | added glob=pattern option to /fileage, per ML request. check-in: b26e9c87 user: stephan tags: trunk | |
2014-02-24
| ||
18:38 | Documented the 'l' F-card permission and added a minor clarification regarding F-card UUID values for removed files. check-in: 007c32bd user: stephan tags: trunk | |
2014-02-16
| ||
20:44 | Minor typo fix in /setup_header. check-in: 6ee8ccd6 user: stephan tags: trunk | |
2014-02-14
| ||
15:56 | Backed out a part of the previous HTML5 element tag due to potential misinteractions with the parser. check-in: 016334c4 user: stephan tags: trunk | |
15:22 | Added several new HTML5 block-level elements to the wiki whitelist, per ML discussion, treating them like DIVs. Alas, data-* attributes prove to be too problematic due to how the attribute propery list is stored/used. check-in: 93dffb91 user: stephan tags: trunk | |
15:20 | changed a couple free()s to fossil_free()s. check-in: 8206ac9b user: stephan tags: trunk | |
2014-02-11
| ||
18:12 | The DIV.statistics-report-graph-line elements in /reports now no longer use a fixed height, but instead inject an nbsp so that they will effectively have a height of 1em. It now adjusts nicely across skins with different font heights. check-in: ab8c304a user: stephan tags: trunk | |
18:07 | Removed a duplicated CSS style def. check-in: b63ba2ac user: stephan tags: trunk | |
2014-02-04
| ||
20:14 | Potential fix for ticket [d752140c7a]. The reconstruct op appears to have been importing raw directory entries into the blob table. check-in: 8e110293 user: stephan tags: trunk | |
2014-01-29
| ||
20:43 | Typo fix. check-in: 167b24c7 user: stephan tags: trunk | |
15:16 | Added is-a-leaf and leaf status to info /help/info and friends, per ML request. check-in: 0b5670dc user: stephan tags: trunk | |
2014-01-25
| ||
16:23 | /reports byweek fix: the currently selected year is now propagated across the event-type links. check-in: cba6bbf8 user: stephan tags: trunk | |
16:20 | Merged vdiff-subdir feature branch into root. check-in: 9b1932f0 user: stephan tags: trunk | |
2014-01-21
| ||
20:40 | Doc fix for new vdiff glob param. Closed-Leaf check-in: 39e39f21 user: stephan tags: vdiff-subdir | |
19:26 | Propagate glob=... via the various vdiff toggle buttons and add a button to clear the current glob if glob is provided. check-in: bf7524b1 user: stephan tags: vdiff-subdir | |
18:55 | minor style fix (column width) and added notification of the glob which is in effect, analog to the regex notification. check-in: 46adaba1 user: stephan tags: vdiff-subdir | |
18:49 | Replaced dir=... with glob=... and fixed (i think) the traversal of pFileTo/From. check-in: fa16c3a7 user: stephan tags: vdiff-subdir | |
18:13 | Initial prototype of dir=... constraint for vdiff. check-in: 641c7418 user: stephan tags: vdiff-subdir | |
17:43 | merged in rss-cli. check-in: 4d910042 user: stephan tags: trunk | |
17:43 | rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension. Closed-Leaf check-in: 02781897 user: stephan tags: rss-cli | |
2014-01-18
| ||
09:35 | Added rss CLI command help text and removed the permissions checks (which are not valid in CLI mode). check-in: e8edc7ca user: stephan tags: rss-cli | |
09:23 | Fixed off-by-one counter in /timeline.rss and rss CLI command. check-in: 90166ffe user: stephan tags: rss-cli | |
09:17 | Added -url URL flag to set the RSS base URL. check-in: 584c682c user: stephan tags: rss-cli | |
08:33 | experimental CLI version of rss feed, per ML request. check-in: e28a5765 user: stephan tags: rss-cli | |
2013-10-27
| ||
09:44 | Added fx_* to the glob of tables which are _not_ dropped by a rebuild, per ML discussion. The intention is to give 3rd-party extensions a safe place to put their data. check-in: dbec6458 user: stephan tags: trunk | |
2013-10-18
| ||
16:05 | Added "YYMMDD HH:MM" option to timeline timestamp config, per ML request. check-in: feef2d15 user: stephan tags: trunk | |
10:30 | cosmetic: ensure that /reports graph bars have a width of at least 1, to avoid that a positive event count has an empty graph bar during low-activity time periods (where active is under 1% of activity relative to the rest of the report). check-in: 50c08819 user: stephan tags: trunk | |
09:32 | Added a timelineDate CSS class on the "divider" fields, for consistency with the variouts timelineXXX classes. check-in: 720e0984 user: stephan tags: trunk | |
2013-10-17
| ||
16:10 | minor typo fix. check-in: bd209802 user: stephan tags: trunk | |
16:08 | Patch from offline drh which sets the default cloned-repo user name to the one provided in the URL. check-in: 64aa7526 user: stephan tags: trunk | |
2013-10-16
| ||
12:43 | Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion. check-in: 9801449b user: stephan tags: trunk | |
2013-10-11
| ||
20:19 | Improved the help text for /reports. Started 1.28 changelog entries. check-in: 5c123de4 user: stephan tags: trunk | |
19:58 | Added sub-submenu to /reports for selecting type of event to filter on. check-in: 3e915d42 user: stephan tags: trunk | |
19:04 | Added by-type labels for /reports page headers, but still not sure how to integrate the flags sensibly into the UI. check-in: 0761df83 user: stephan tags: trunk | |
11:24 | minor doc typo fix from ML. check-in: 2530ee03 user: stephan tags: trunk | |
2013-10-09
| ||
13:58 | help fix typo from ML. check-in: 6981cc68 user: stephan tags: trunk | |
2013-10-08
| ||
14:13 | minor help text typo. check-in: eb6b1472 user: stephan tags: trunk | |
14:01 | integrated reports-by-type. Still missing some UI components, but the feature works if the user adds type=XYZ to the URL args. check-in: 358f8e36 user: stephan tags: trunk | |
2013-10-04
| ||
15:18 | Improved the checkout/repo mismatch check based on off-list discussion. Edit: caused bug [9d9d42d9aa]. check-in: 7557c3e0 user: stephan tags: trunk | |
2013-10-02
| ||
21:39 | Fixed the table we search for the byweek report. Replaced 'y' param with 'type' because 'y' is already uses for YYYY (year). Closed-Leaf check-in: 68e3e0a5 user: stephan tags: reports-by-type | |
21:32 | made the docs match the code. check-in: 4c21f20c user: stephan tags: reports-by-type | |
21:28 | Initial draft of type event type argument for /reports. Seems to work but is missing labels and link integration (i.e. can only be used by explicitly passing y=TYPE for the time being). check-in: 331a8b71 user: stephan tags: reports-by-type | |
2013-09-29
| ||
15:40 | added some docs regarding read/write perms for CGI configurations, per ML thread. check-in: 3892fcab user: stephan tags: trunk | |
12:42 | When chroot()'ing for root user, close the repo _before_ the chroot, not after. Problem reported via ML. check-in: e65162b4 user: stephan tags: trunk | |
12:39 | help text fix reported in ML. check-in: 5e6fa720 user: stephan tags: trunk | |
2013-09-24
| ||
16:11 | merged in trunk Leaf check-in: 4fb3675a user: stephan tags: usage-command | |
2013-09-19
| ||
08:10 | merged in trunk check-in: d3e4ef94 user: stephan tags: usage-command | |
2013-09-11
| ||
19:53 | minor typo fix, no code changes. check-in: bd7daa1f user: stephan tags: trunk | |
2013-09-08
| ||
09:00 | Added JSON license change to changelog, for the sake of package maintainers (who presumably use the changelog). check-in: df828ca6 user: stephan tags: trunk | |
07:14 | merged in JSON_parser license change (went to the wrong branch). check-in: 10666aad user: stephan tags: trunk | |
07:13 | Pulled in latest upstream JSON_parser(), which has an MIT license instead of BSD+do-no-evil clause. check-in: e2975b71 user: stephan tags: usage-command | |
2013-09-06
| ||
18:23 | merged trunk check-in: c79e8c93 user: stephan tags: usage-command | |
18:17 | slight change to the assertions in the latin1 workaround. Nothing functional. check-in: c66ee0d6 user: stephan tags: trunk | |
18:09 | pulled in a minor (doc) cleanup for the latin1 workaround. check-in: 339f9f32 user: stephan tags: trunk | |
17:08 | Pulled in latest upstream cson, which includes a workaround for an encoding-related problem reported by Matt Welland. The JSON i-tests run with this change, but it is not pretty. check-in: aa6c2b1e user: stephan tags: trunk | |
07:27 | s/strcmp/fossil_strcmp/ to avoid a segfault on a NULL string. check-in: e3a4d954 user: stephan tags: trunk | |
2013-09-05
| ||
20:30 | merged in trunk check-in: 8124aa4a user: stephan tags: usage-command | |
19:56 | Updated changelog based on the 1.27 (pending) diffs. Added a link to the release checklist page. check-in: 08edbd4a user: stephan tags: trunk | |
2013-09-04
| ||
11:33 | merged in trunk for sqlite build fixes. check-in: 11547d9f user: stephan tags: usage-command | |
2013-09-03
| ||
22:01 | Added a missing error code check - now properly fails if no checkout is available (e.g. when called using -R repofile). check-in: f550bdc7 user: stephan tags: usage-command | |
21:51 | Added -n|-count ### option to list the most recent (or all) history entries, ordered descending by time. check-in: b613c52b user: stephan tags: usage-command | |
20:15 | Fixed the is-this-server-mode check to avoid updating cmd_usage stats in server/ui mode even if there is a local checkout. check-in: e11bec70 user: stephan tags: usage-command | |
20:04 | Fixed a missing db_finalize() in the -clear case. check-in: 3579d1cb user: stephan tags: usage-command | |
20:01 | Added experimental "usage" command to track command usage stats on a per-checkout basis (not synched). check-in: bd714664 user: stephan tags: usage-command | |
2013-09-02
| ||
19:20 | Fixed a wrong-column use in load_vfile_from_rid(), which caused an is-a-phantom check to always eval to false, even for phantoms. This has 'probably' never been triggered before. check-in: 612e0ecc user: stephan tags: trunk | |
19:11 | Removed some dead SQL code and fixed transaction closing in a "cannot happen" scenario in load_vfile_from_rid(), per ML discussion. check-in: 3e9f9b06 user: stephan tags: trunk | |
17:44 | Added recent assertion/stderr fix to changelog. check-in: 429aba33 user: stephan tags: trunk | |
2013-08-31
| ||
14:03 | Optimized out an unnecessary string copy in appendDiffLine(), #undef'd a local macro in EncodeHttp(). check-in: a789e85f user: stephan tags: trunk | |
08:56 | Updated some manifest parsing comments to reflect recent reality adjustments. Comment changes only. check-in: b5f2ebd3 user: stephan tags: trunk | |
2013-08-25
| ||
14:53 | Added average event count per active time period to the /reports views. check-in: 16f033dd user: stephan tags: trunk | |
2013-08-21
| ||
14:24 | The undocumented feature of resolving RID-looking strings as RIDs has been changed to rid:### instead to avoid surprise, per ML discussion. check-in: 4c80aa2a user: stephan tags: trunk | |
2013-08-20
| ||
14:07 | Added a link to the pgp-signed note. Not happy with how it turns out, but it is proof-of-concept. Edit: closing after ML comments pointed out the ability of this feature to be abused by adding look-alike code to the commit message. Closed-Leaf check-in: 884a765a user: stephan tags: timeline-pgp-marker | |
12:57 | experimentally added "PGP SIGNED" marker to PGP-signed commits in the timeline, per ML request. check-in: d632a50e user: stephan tags: timeline-pgp-marker | |
2013-08-19
| ||
18:33 | Minor addenda to the R-card calculation notes. check-in: 9d50b77e user: stephan tags: trunk | |
2013-08-17
| ||
19:38 | Resolved ticket [05f4bbc266]. check-in: 635598ed user: stephan tags: trunk | |
12:35 | Added AUX_SCHEMA version to (version -verbose), mainly to give the libfossil configure script a way to fetch this value without poking around the db. check-in: 08429eb7 user: stephan tags: trunk | |
2013-08-16
| ||
09:14 | Added a minor clarification regarding fossilization of strings to the R card demo. check-in: 76d901dd user: stephan tags: trunk | |
2013-08-15
| ||
15:54 | Merged in [499481a72ab], thereby testing that change. No worries, autosync if off. check-in: 6cf83a01 user: stephan tags: trunk | |
15:49 | the +closed tag added by merge --integrate now added a value/comment to that effect on the closing tag. Closed-Leaf check-in: 499481a7 user: stephan tags: merge-integrate-tag | |
15:46 | minor tweaks to the file format summary table. check-in: f9bda0a2 user: stephan tags: trunk | |
13:37 | merged in [b1dd871c8e] from mgagnon. check-in: 70a3f4ad user: stephan tags: trunk | |
00:37 | minor typo fix. check-in: 80bf17c0 user: stephan tags: trunk | |
00:37 | Reworked the manifest summary table to indicate how many of each card type are required. check-in: 559047a0 user: stephan tags: trunk | |
00:33 | minor typo fix. check-in: 88e94ebe user: stephan tags: trunk | |
2013-08-13
| ||
19:57 | Fixed a typo in error text which never triggers. Manifest crosslinking's update of the event table now shows the tag value for a +closed/-closed tag if it is available (the default client does not currently add a value for those but the prototype one can). check-in: 902135f7 user: stephan tags: trunk | |
12:50 | fixed a misspelled closing tag :/. check-in: df60acb6 user: stephan tags: trunk | |
12:47 | Added missing name anchor and section number. Minor text improvements. check-in: 04764ae2 user: stephan tags: trunk | |
12:39 | Added an "Addenda" section as a place for describing the file format algorithms in more detail (hints for implementors). check-in: 1b5513cb user: stephan tags: trunk | |
09:14 | commit not longer requires a comment (it uses a placeholder) when in dry-run mode, per ML request. check-in: 75e04250 user: stephan tags: trunk | |
2013-08-11
| ||
16:17 | Changed status of J card from (R?) to (R). check-in: b86fb096 user: stephan tags: trunk | |
13:55 | Fixed the required designation on the U card in Manifests. check-in: bc601702 user: stephan tags: trunk | |
13:53 | Expanded the control artifact/card summary table to distinguish between optional and required cards. check-in: e946977e user: stephan tags: trunk | |
13:52 | Removed a duplicated assert(). check-in: 30f44eb2 user: stephan tags: trunk | |
2013-08-09
| ||
18:35 | Removed an unused struct member contentCache::skipCnt. check-in: 65f49c99 user: stephan tags: trunk | |
2013-08-08
| ||
08:42 | Fixed /reports menu buttons broken by renaming of the link. Removed a target=... from one of the /reports hrefs, for consistency. check-in: 00630581 user: stephan tags: trunk | |
2013-08-04
| ||
07:54 | Renamed /stats_report to /reports. check-in: 3bb44041 user: stephan tags: trunk | |
2013-08-03
| ||
17:11 | Added missing U card from the initial description of Control Artifact requirements. check-in: cac2d695 user: stephan tags: trunk | |
16:22 | Added ?#-n|--limit #? option to (fossil tag find). check-in: 73135ec2 user: stephan tags: trunk | |
2013-08-01
| ||
21:30 | Removed an extraneous "utc" from a datetime() call in /json/timeline. check-in: 340da668 user: stephan tags: trunk | |
21:00 | minor changelog addition. check-in: 9c4f91d8 user: stephan tags: trunk | |