Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "pending-review"
2016-10-26
| ||
21:21 | Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9aba user: mistachkin tags: trunk) | |
21:08 | Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef4511 user: mistachkin tags: trunk) | |
2016-10-25
| ||
22:05 | Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental) | |
2016-10-23
| ||
01:42 | Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental) | |
2016-10-05
| ||
12:59 | Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). ... (check-in: c91e4871 user: drh tags: trunk) | |
06:54 | Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review) | |
06:40 | The 'manifest' setting still needs to be marked as 'versionable'. ... (check-in: 3604802d user: mistachkin tags: trunk) | |
2016-10-04
| ||
03:55 | Return an error instead of silently ignoring invalid input. ... (check-in: 274e537b user: andybradford tags: trunk) | |
2016-10-01
| ||
05:07 | Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c570 user: andybradford tags: pending-review) | |
04:21 | Use #define constants instead of numbers to improve readability of code. ... (check-in: 68b53604 user: andybradford tags: trunk) | |
2016-08-18
| ||
14:30 | merge trunk ... (Closed-Leaf check-in: e81063b9 user: jan.nijtmans tags: pending-review) | |
13:30 | Mention "full text search" as a feature in the web interface documentation. ... (check-in: 63bff950 user: drh tags: trunk) | |
2016-06-17
| ||
07:39 | Merge trunk ... (check-in: 4887295a user: jan.nijtmans tags: pending-review) | |
07:24 | Remove a function which isn't use anywhere ... (check-in: e2a280fc user: jan.nijtmans tags: trunk) | |
2016-05-17
| ||
11:35 | Adds option to show branch colors on brlist page ... (check-in: 2fa1a8a9 user: baruch tags: brlist-cleanup) | |
2016-03-06
| ||
06:35 | Merge updates from trunk. ... (Closed-Leaf check-in: ff4a4fe6 user: mistachkin tags: pending-review) | |
06:35 | Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b545 user: mistachkin tags: pending-review) | |
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-26
| ||
18:42 | Add -e as a short option for --edit-comment in fossil amend. ... (check-in: 9ea1f140 user: rberteig tags: trunk) | |
02:54 | Add -e as a short option for --edit-comment in the amend command. ... (Closed-Leaf check-in: 769bc7b4 user: rberteig tags: pending-review) | |
2016-02-17
| ||
22:10 | Minor formatting change to the test-delta-analyze command. ... (check-in: 7935571b user: drh tags: trunk) | |
2016-01-28
| ||
20:51 | Test of feature branches, do not merge. ... (check-in: b0f2a0ac user: mistachkin tags: do-not-merge, test-only) | |
2016-01-26
| ||
09:18 | Make fusefs a 2nd-tier command if it is not supported by the build ... (check-in: 50d81f95 user: baruch tags: pending-review) | |
2016-01-24
| ||
14:43 | Add option to show real branch colors in branch list ... (check-in: 26fc65f9 user: baruch tags: pending-review) | |
2016-01-21
| ||
21:40 | Fix Older/Newer buttons if showing timeline before beginning or after end of existing timeline ... (check-in: aa867868 user: baruch tags: baruch_timeline_fixes) | |
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) | |
10:32 | Fix memory leak from previous commit ... (Closed-Leaf check-in: 9ab7122d user: baruch tags: pending-review) | |
2016-01-20
| ||
23:07 | Fix "Newer" button in timeline when using "c" parameter ... (check-in: 28dd7c1d user: baruch tags: pending-review) | |
18:31 | Use a VIEW rather than a TABLE for collecting the data for some piecharts. ... (check-in: 2bd670ac user: drh tags: trunk) | |
13:36 | Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d23 user: baruch tags: pending-review) | |
12:15 | Remove even fusefs command from non fuse-enabled builds ... (check-in: 06fd798b user: baruch tags: pending-review) | |
10:46 | Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3 user: baruch tags: pending-review) | |
2016-01-19
| ||
18:59 | Remove superfluous library reference when compiling with MinGW. ... (check-in: 9a091248 user: mistachkin tags: trunk) | |
2016-01-06
| ||
20:49 | Merge trunk ... (check-in: 9e1fa626 user: jan.nijtmans tags: pending-review) | |
19:49 | Do not set the directory permission bit on empty files when creating a ZIP archive. ... (check-in: 3d5cf48b user: mistachkin tags: trunk) | |
19:44 | Do not set the directory permission bit on empty files when creating a ZIP archive. ... (Closed-Leaf check-in: 18607775 user: mistachkin tags: pending-review) | |
17:18 | Add '-quiet' command line option to the test suite. ... (check-in: c2e42166 user: mistachkin tags: trunk) | |
2015-12-23
| ||
22:35 | Merge trunk ... (check-in: 9a69d84e user: jan.nijtmans tags: pending-review) | |
21:35 | Restore original definitions of the 'LOOK_*' flags. ... (check-in: 31619684 user: mistachkin tags: trunk) | |
01:37 | Enhancements to the lookslike functions. ... (check-in: 6b292eaa user: drh tags: trunk) | |
01:36 | Improvements to activity reports. ... (check-in: c94dc804 user: drh tags: trunk) | |
2015-12-22
| ||
14:44 | Removed unneeded variable ... (Closed-Leaf check-in: 2c5a5e82 user: baruch tags: pending-review) | |
2015-12-21
| ||
20:17 | Fix so that when showing stats for single user, that user's name is selected in the box ... (check-in: f6844f3a user: baruch tags: pending-review) | |
08:49 | merge trunk ... (check-in: 255327f0 user: jan.nijtmans tags: pending-review) | |
2015-12-20
| ||
02:02 | Make use of the new $ROOT feature in the on-line documentation. ... (check-in: 60486250 user: drh tags: trunk) | |
2015-12-03
| ||
22:53 | On Windows, deal with the reserved 12 characters (8.3) always needed for long directory names. ... (check-in: 9571b68a user: drh tags: trunk) | |
15:41 | Improved cross-linking of clusters. ... (check-in: 24606598 user: drh tags: trunk) | |
08:57 | Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4 user: andybradford tags: pending-review) | |
08:36 | Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. ... (check-in: 81bdb687 user: andybradford tags: pending-review) | |
2015-12-02
| ||
20:23 | Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. ... (Closed-Leaf check-in: 6ebef28f user: mistachkin tags: pending-review) | |