Fossil

History of src/branch.c of 761a39c02564cb22
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/branch.c at check-in 761a39c02564cb22

2023-09-29
13:33
merge in filter-branch-ls-by-user ... (file: [4555d3adc0] check-in: [d6cdd955e1] user: preben branch: trunk, size: 38351)
2023-09-28
18:39
Use verify_all_options() with fossil branch ls/lsh. ... (file: [0687ed314a] check-in: [34e0f6817a] user: preben branch: filter-branch-ls-by-user, size: 38366)
17:58
Fix find_option() error and badly type --users in argument test. ... (file: [0d406fde79] check-in: [119cc37ac5] user: preben branch: filter-branch-ls-by-user, size: 38502)
17:16
Add branch ls --users to list users participating in branches. ... (file: [b856aa2327] check-in: [4615e2072a] user: preben branch: filter-branch-ls-by-user, size: 38502)
13:18
branch ls should also flag private branches with -R. ... (file: [f7a40fd5eb] check-in: [fcb40ac931] user: preben branch: branch-ls-private-fix, size: 36130)
11:40
Reword branch ls description for --self ... (file: [538b9da702] check-in: [d66ccf646e] user: preben branch: filter-branch-ls-by-user, size: 36829)
10:42
Filter branch ls output by user with check-ins on the branches. ... (file: [ae3355dbcb] check-in: [d0f15a1b65] user: preben branch: filter-branch-ls-by-user, size: 36829)
2023-09-19
11:59
Fix formatting for the help text of the 'branch' command. ... (file: [ffd4a41a5e] check-in: [132af984d0] user: danield branch: trunk, size: 36145)
2023-09-14
08:25
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch. ... (file: [d4a80ef0b9] check-in: [8ff63db2e6] user: danield branch: trunk, size: 36138)
2023-07-16
20:47
Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (file: [f2fb668e30] check-in: [40266bf9b2] user: drh branch: verify-options-cgi, size: 35185)
2023-06-14
14:37
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per [forum:c4a9d9e097|forum request]. ... (file: [4f8d217d1c] check-in: [d6ddd5bcfa] user: danield branch: branch-list-merged-unmerged, size: 36086)
14:29
Remove a longtime obsolete comment in the branch listing routine. ... (file: [62652b2694] check-in: [ebe81aa11c] user: danield branch: trunk, size: 35133)
2023-02-21
09:52
Add db_add_unsent() and replace numerous "INSERT OR IGNORE INTO unset" statements with that. ... (file: [c54746dcc8] check-in: [98d4ee73d7] user: stephan branch: forumpost-locking, size: 35317)
2023-01-09
13:06
Further consistency improvements in docs for various commands. ... (file: [98d2149b14] check-in: [2512d2d472] user: km branch: trunk, size: 35442)
2022-12-20
09:46
Change spelling for check-in and similar ... (file: [511f9787b4] check-in: [d9c4321e7a] user: danield branch: check-in-spelling, size: 35482)
2022-11-29
04:11
Improve consistency of "fossil branch" command. I don't think this deserves more attention but others may decide to make it do more. ... (file: [4277f6a380] check-in: [761a39c025] user: andybradford branch: trunk, size: 35469)
2022-11-13
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [058f040713] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 35619)
2022-08-10
05:56
Fix a compiler warning. ... (file: [63efb20b5a] check-in: [877b237ba2] user: florian branch: ls-hot-branches, size: 35592)
2022-08-02
10:27
Refactor the `-h' option to its own `lsh' subcommand sibling to `list|ls' to reuse their infrastructure and flags. To produce useful output with the `-r' option, the SQL query to generate the branch list is LIMIT'ed in an inner query, and then ORDER'ed again in an outer query. ... (file: [0080cb0912] check-in: [dbd6efe2d8] user: florian branch: ls-hot-branches, size: 35590)
2022-07-31
10:47
Add a new `-h' option to `fossil branch ls' to list the "hot" (first few recently modified) branches. ... (file: [3142d8937e] check-in: [fe299ee400] user: florian branch: ls-hot-branches, size: 34389)
2022-04-15
13:51
Enhanced interpretation of the "autosync" setting. It is now possible to set the setting to "on,open=off" to cause autosync to be on by default but off for the "open" command, as an example. Use the "help autosync" command for further detail. ... (file: [4b1eb55656] check-in: [346e45702c] user: drh branch: trunk, size: 33669)
12:33
Simplify the autosync_loop() interface by omitting the second parameter, which was always the value of the "autosync-tries" setting. Have the autosync_loop() function look up the autosync-tries setting for itself. ... (file: [302fe9e2f9] check-in: [9445f8a8a2] user: drh branch: trunk, size: 33659)
2021-09-10
13:11
Mark private branches in the CLI output of "fossil branch list", and output only those when "-p" is given. Clarify that private branches do not appear in a merge manifest. ... (file: [40edc441a6] check-in: [cf04bcb2b1] user: danield branch: trunk, size: 33690)
2021-07-25
02:59
Add new branch subcommands: close, reopen, hide, unhide. ... (file: [a9f79af28f] check-in: [f1fb1239be] user: stephan branch: trunk, size: 33088)
2021-07-23
06:12
Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. ... (file: [3bba9b693b] check-in: [6f3ab14165] user: stephan branch: branch-close-subcommand, size: 33065)
02:44
branch hide/unhide subcommands now skip over checkins which have resp. don't have the hidden tag. ... (file: [e76f289166] check-in: [768f30ffb7] user: stephan branch: branch-close-subcommand, size: 32453)
02:22
Added (branch hide/unhide) subcommands. ... (file: [a020ff22b7] check-in: [05b42e6aa6] user: stephan branch: branch-close-subcommand, size: 32156)
2021-07-22
23:21
Internal refactoring of (branch close) subcommand in prep for pending addition of similar (branch hide/unhide) feature. ... (file: [6c7077dc36] check-in: [9baa9768f6] user: stephan branch: branch-close-subcommand, size: 29684)
07:47
branch close: added --user/date-override options, per forum feedback. ... (file: [651a975bf1] check-in: [94764e962c] user: stephan branch: branch-close-subcommand, size: 28033)
06:25
branch close: minor doc and style cleanups. Delay output of control artifact in dry-run mode until after Z-card is calculated. Only show new dry-run artifact in --verbose mode. ... (file: [1989134e61] check-in: [25197505b1] user: stephan branch: branch-close-subcommand, size: 27842)
06:16
branch close: dry-run mode no longer skips the saving steps. ... (file: [b868b7aefd] check-in: [a6a1a3cf0c] user: stephan branch: branch-close-subcommand, size: 27668)
05:59
Initial impl of (branch close) subcommand. ... (file: [07389cdb45] check-in: [0bdb19f3d3] user: stephan branch: branch-close-subcommand, size: 27409)
2021-07-14
23:05
A value of "auto" for --branchcolor (commit) or --bgcolor (branch new) instructs Fossil to choose the color automatically. This makes it possible to have private branches that are not colored orange by default. ... (file: [fac348bdc5] check-in: [ac42160241] user: danield branch: private-non-orange, size: 23824)
2021-05-06
10:27
Tweak to "fossil help branch" output per [forum:/forumpost/11b53d2407 | a forum post]. ... (file: [1c0d2c9d91] check-in: [f50dccc476] user: wyoung branch: trunk, size: 23520)
2021-04-30
18:07
On the /brlist page, try to prevent flicker of the "View N branches" label by creating the label using JS instead of as part of the original document. ... (file: [a1404cbcc5] check-in: [668f0e71e6] user: drh branch: trunk, size: 23460)
2021-04-18
21:08
Cosmetic tweaks: align the new checkboxes consistently and toggle a class on the Timeline link when any checkboxes are selected, to give the user some indication that the checkboxes are doing something. ... (file: [d368a42807] check-in: [73ebf81b93] user: stephan branch: brlist-timeline, size: 23414)
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See [forum:/forumthread/07c94e4d7c202e|forum thread 07c94e4d7c]. ... (file: [a4f9a92d18] check-in: [08433ff8c9] user: george branch: brlist-timeline, size: 23417)
2021-03-11
18:20
More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO. ... (file: [690bbb672c] check-in: [decd537016] user: stephan branch: trunk, size: 23263)
15:40
More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO. ... (file: [4e45510dff] check-in: [2f7c93f49c] user: stephan branch: trunk, size: 23263)
2021-03-02
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at [https://fossil-scm.org/forum/forumpost/4d3a10c72a|/forumpost/4d3a10c72a]. ... (file: [0156a5cb09] check-in: [71a2d68a7a] user: stephan branch: skin-preference-cookie, size: 23263)
2021-03-01
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (file: [97a50b5177] check-in: [ea28708f85] user: wyoung branch: artifact-view-links, size: 24736)
2021-01-26
15:27
Enhance 'fossil branch list' to accept a GLOB argument and show only matching branches. ... (file: [93e0dcfe46] check-in: [6a5cdecddc] user: danield branch: trunk, size: 23282)
2020-12-22
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [dd6bd065e7] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 22997)
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [726e14c5d0] check-in: [8ac0830bfc] user: wyoung branch: body-feature-class, size: 23021)
2020-11-07
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [f51f5992d6] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 22904)
2020-11-05
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [f404c132cf] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 22916)
2020-08-08
23:51
Many updates to built-in help pages. No changes to code. ... (file: [00a400c285] check-in: [c965636958] user: drh branch: trunk, size: 22865)
2020-06-25
00:16
Adjust help text to work better with the new formatter. ... (file: [157bff6510] check-in: [a8a606996b] user: drh branch: formatted-online-help, size: 23017)
2020-06-05
14:43
Minor branch help doc tweak suggestion from the forum. ... (file: [00e040e7ee] check-in: [f488eaf5ff] user: stephan branch: trunk, size: 22988)
2020-05-27
16:02
Merged trunk changes in ... (file: [513e2e1c96] check-in: [32f391f655] user: wyoung branch: artifact-view-links, size: 24423)
2020-05-11
22:53
Continue the file browsing UX enhancements into the /tree and /fileage pages ... (file: [0c0bacb517] check-in: [92fe4a5441] user: drh branch: trunk, size: 22969)
2020-05-06
11:51
Add a TODO comment to the branch_of_file_rid() function. ... (file: [425d6d6a03] check-in: [d462f87d8a] user: drh branch: artifact-view-links, size: 24033)
08:47
Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. ... (file: [038825093b] check-in: [da1adac6d1] user: wyoung branch: artifact-view-links, size: 23209)
08:20
The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. ... (file: [b39fe34b6e] check-in: [c27f646f25] user: wyoung branch: artifact-view-links, size: 23199)
2020-04-15
11:12
Merge in trunk. ... (file: [e9f0019dfe] check-in: [7896afa71a] user: florian branch: private-branches, size: 22579)
2020-03-15
15:43
Introduce a new version of db_multi_exec() that does not do printf-style formatting. ... (file: [8701572c6b] check-in: [0ea56bb239] user: drh branch: trunk, size: 22624)
2019-09-27
11:47
Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (file: [7fe5bfa2f7] check-in: [78a30d8d7c] user: stephan branch: double-dash-flag, size: 22921)
2019-09-19
14:14
In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (file: [9825c3877e] check-in: [eb804dc674] user: drh branch: trunk, size: 22643)
2019-09-04
08:32
Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. ... (file: [7ba95769c4] check-in: [70849e7641] user: florian branch: private-branches, size: 22604)
2019-09-03
20:22
Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (file: [b60502e7da] check-in: [3ad81c3c49] user: drh branch: trunk, size: 22643)
2019-08-31
16:42
Merge in latest from trunk. ... (file: [2ae3cd2891] check-in: [aa37639112] user: andybradford branch: db-begin-txn-updates, size: 21957)
2019-08-27
01:47
Add the "merge-in:NAME" name type, similar to "root:NAME" except that it finds the youngest anscestor of NAME that is in the branch from which the branch of NAME derived. ... (file: [fac4e85cf1] check-in: [dcd8f1d8f4] user: drh branch: vdiff-improvements, size: 22649)
00:11
On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (file: [8a43b2bb34] check-in: [6e40f866ab] user: drh branch: vdiff-improvements, size: 21966)
2019-07-01
13:38
Improvements to the help-text for /brlist. ... (file: [7f8a8fcd6b] check-in: [611fe9b078] user: drh branch: trunk, size: 21963)
2019-05-20
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (file: [b3c54ee7a5] check-in: [b39d8d69dd] user: drh branch: selected-branch-on-left, size: 21808)
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (file: [dc3e7085da] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 21799)
2019-01-04
08:22
Omit hard-coded n= query parameters on /timeline hyperlinks for branches and tags. Use the n= cookie. ... (file: [604d71e821] check-in: [19682676aa] user: drh branch: trunk, size: 21805)
2018-12-26
11:12
Rename the 'hide' query parameter to 'nohidden' for the /leaves, /brtimeline, and /tagtimeline web pages. ... (file: [dde7143026] check-in: [5359e3db1f] user: florian branch: fix-timeline-view, size: 21823)
10:16
Add the 'onlyhidden' query parameter to show only check-ins tagged as "hidden" for the /leaves, /brtimeline, and /tagtimeline web pages. ... (file: [3c04803474] check-in: [82b9140f30] user: florian branch: fix-timeline-view, size: 21811)
2018-12-24
22:06
Treat the new query parameters as boolean flags. ... (file: [a9e714cc38] check-in: [8e5ea60baa] user: florian branch: fix-timeline-view, size: 21482)
21:48
Cosmetic change to insert a space between two hyperlinks. ... (file: [edfe171944] check-in: [eb882e277f] user: florian branch: fix-timeline-view, size: 21478)
21:33
Add the 'hide' query parameter to remove check-ins tagged as "hidden" (which are shown by default) for the /leaves, /brtimeline, and /tagtimeline web pages. (Rationale: listings of open leaves not tagged as "hidden" can make handy TODO lists.) ... (file: [227f30777e] check-in: [92fa366462] user: florian branch: fix-timeline-view, size: 21477)
20:54
Revise and partially revert [d28f9e99a0] and [f174bfa157]: no need to remove the parents, TIMELINE_DISJOINT already does the magic. Related nodes now again have connecting rails for the /leaves, /brtimeline, and /tagtimeline web pages. ... (file: [f3cd6ecbb7] check-in: [8f4b7e1f37] user: florian branch: fix-timeline-view, size: 21154)
12:44
Also add background colors, clickable nodes, the option box to select the viewing mode, and timeline query parameters 'ng', 'brbg' and 'ubg' for the /brtimeline and /tagtimeline web pages. ... (file: [66a10b0863] check-in: [f174bfa157] user: florian branch: fix-timeline-view, size: 21217)
2018-12-11
16:28
Enhance the /wcontent page to show a sortable list of wiki pages together with the number of versions and the time of last change. ... (file: [4adb15d9dc] check-in: [81c22bc6b8] user: drh branch: trunk, size: 20574)
2018-11-05
14:35
Fix the /brlist page so that branches are (once again) shown in time order. ... (file: [fc48a00d3f] check-in: [c21c77426c] user: drh branch: trunk, size: 20565)
2018-11-02
16:10
Enhance the "fossil branch ls" command with two new options. The -t option sorts the branch list with the most recent branch first. The -r option reverses the sort order. ... (file: [d1d75caa91] check-in: [db2682dc1a] user: drh branch: trunk, size: 20546)
2018-09-18
15:50
Add the "fossil branch current" command. Also rearrange the code and the help text for the "fossil branch" command so that the various subcommands are in alphabetical order. ... (file: [eda96651a8] check-in: [3b0a1f4e1e] user: drh branch: trunk, size: 19870)
2017-12-06
10:01
Perform table sorting using a separate javascript file rather than using in-line javascript. ... (file: [6a4121e390] check-in: [6b645d631d] user: drh branch: trunk, size: 19245)
2017-09-25
15:36
Change the "Log" submenu element of the annotation page so that it shows or hides the log using javascript, avoiding a server roundtrip and a recomputation of the annotation. ... (file: [ec22051c82] check-in: [037e06b370] user: drh branch: trunk, size: 19239)
2017-09-19
01:36
Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. ... (file: [25ee166818] check-in: [a4047a91e3] user: drh branch: trunk, size: 19236)
2017-02-07
06:39
Show commit information after new branch is committed to avoid confusion. ... (file: [efbe1da922] check-in: [cbde195a11] user: andybradford branch: branch-info, size: 19275)
2017-02-06
18:30
Fail a "fossil commit" that contains a --branch option for an open branch unless there is also a --force option. ... (file: [d68826ae16] check-in: [b1026f20cc] user: drh branch: trunk, size: 19232)
2016-11-19
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. ... (file: [dd25de5e10] check-in: [b302f89352] user: andygoth branch: andygoth-branch-list, size: 15978)
2016-11-18
21:45
Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. ... (file: [59bb4fd401] check-in: [4e7d2ce121] user: andygoth branch: andygoth-branch-list, size: 15557)
2016-11-16
21:59
Begin work merging new_brlist_page() into brlist_page(). Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required. Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions? Wish: Filter on normal/hidden branches too. Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to? Wish: Branch name filters, just like on the timeline page. ... (file: [2b46550163] check-in: [a6a4482056] user: andygoth branch: andygoth-branch-list, size: 15567)
2016-11-09
01:44
Minor tweak to branch help text ... (file: [3325eb2da8] check-in: [596f29fa1b] user: andygoth branch: trunk, size: 18005)
2016-11-05
03:04
Change branch color option from a binary submenu to a checkbox ... (file: [7e79edb0e0] check-in: [3a98c9b541] user: andygoth branch: trunk, size: 18049)
2016-11-04
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (file: [c83c24f35c] check-in: [187424e891] user: andygoth branch: trunk, size: 18042)
2016-10-26
23:33
Make the labels on the color submenu of the /brlist page more succinct. ... (file: [a53a01bc5e] check-in: [a1b0ec8e39] user: drh branch: trunk, size: 18127)
21:21
Enhance 'brlist' page to make use of branch colors. ... (file: [f2290fba43] check-in: [796c9abacd] user: mistachkin branch: trunk, size: 18153)
2016-10-23
01:42
Enhance 'brlist' page to make use of branch colors. ... (file: [3ecc567ae8] check-in: [435ca5d2e4] user: mistachkin branch: experimental, size: 18130)
2016-10-20
16:48
Remove extra newlines from calls to fossil_fatal() ... (file: [fcbae077d4] check-in: [2c42b217e5] user: andygoth branch: trunk, size: 17697)
2016-08-12
22:45
Improved documentation of the date and time stamps understood by most fossil commands and web pages. No non-documentation changes were made, but comments in eight source files were edited. ... (file: [f23d02fee6] check-in: [cd77e0649a] user: rberteig branch: trunk, size: 17699)
2016-08-03
14:04
Fix a minor preprocessor directive typo. ... (file: [de905c9438] check-in: [a5c08fde0a] user: jan branch: trunk, size: 17375)
2016-05-30
22:25
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (file: [fb34c1491e] check-in: [d5575d14de] user: drh branch: autosync-failure-prompt, size: 17375)
2016-05-17
11:44
tiny cleanup ... (file: [8420885fed] check-in: [9340f2fc81] user: baruch branch: brlist-cleanup, size: 17784)
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (file: [3690427d48] check-in: [4fae98e73f] user: jan branch: jan-manifest-tags, size: 17374)
2016-01-28
22:15
remove submenu items from branch list page that link to old-style list, since all the individual inforation is now available in aggregated and sortable form on the main list ... (file: [7fd3ce4d2c] check-in: [972dc1c632] user: baruch branch: test-only, size: 17796)
20:51
Test of feature branches, do not merge. ... (file: [cf0dbbf107] check-in: [b0f2a0ac53] user: mistachkin branch: test-only, size: 18045)
2016-01-24
14:43
Add option to show real branch colors in branch list ... (file: [5d793cb4f8] check-in: [26fc65f99c] user: baruch branch: pending-review, size: 17807)
2016-01-20
13:36
Add submenu to default branch list page ... (file: [695831fb7d] check-in: [737e8d2394] user: baruch branch: pending-review, size: 17612)
2015-05-17
21:30
Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (file: [1999fa954b] check-in: [a2020a7ac8] user: andygoth branch: andygoth-brackets-outside-link, size: 17374)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [0972498027] check-in: [7ab03289ee] user: drh branch: trunk, size: 17374)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (file: [59c4fcb8c8] check-in: [9cd79bf009] user: drh branch: auto-fg-color, size: 17230)
2015-03-09
04:42
Always report full UUID for checkin and branch commands since they actually alter the repository and should report a complete, unambiguous UUID. ... (file: [702d921985] check-in: [153e17c5eb] user: andybradford branch: trunk, size: 17227)
2015-02-27
13:36
Remove wordy side bars from two obscure pages. Change "Checkin" to "Check-in" on generated pages. Fix a typo on the webpage-ex.md documentation page. ... (file: [46ac6443ad] check-in: [76e77aba29] user: drh branch: trunk, size: 17227)
2015-02-14
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [b5c56ea42c] check-in: [2f50d427a9] user: drh branch: login-enhancements, size: 17213)
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. ... (file: [5d23a7c61b] check-in: [c62e94f8a3] user: jan.nijtmans branch: trunk, size: 17180)
2015-02-11
11:09
Use the "%S" formatting option for human-readable SHA1 hashes and "%!S" for SHA1 hashes in URLs. The length of these hashes are compile-time configurable using FOSSIL_SHA1_PREFIX_LEN and FOSSIL_SHA1_URLPREFIX_LEN, respectively. Defaults: 10 and 16. ... (file: [b041ff1caf] check-in: [1fee0377e4] user: drh branch: trunk, size: 17180)
2015-02-09
04:10
On timelines, to show the "selected" entry, give the row some vertical space between the previous and following rows, a yellow background, a gray border, and a shadow-box (all adjustable via CSS). For the c=TIME "circa" query parameter, highlight the nearest entry. ... (file: [f1fde191cc] check-in: [f4e299d0e5] user: drh branch: trunk, size: 17179)
2015-01-26
09:04
Update custom MinGW makefile, add one "const" and remove some unnecessary eol-spaces ... (file: [43e8053b77] check-in: [9e318f6b48] user: jan.nijtmans branch: trunk, size: 17176)
2015-01-22
23:45
Enhance the table sorting javascript to support initial reverse-order sorting. Add table sorting to the user log. ... (file: [63825d1c05] check-in: [0cdec7d290] user: drh branch: trunk, size: 17173)
2015-01-21
18:55
Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. ... (file: [ccf3c3da13] check-in: [4bc5b6cf9b] user: drh branch: ad-unit-enhancement, size: 17201)
2015-01-07
21:48
Make Resolution column of /brlist table sortable. ... (file: [184d9cd919] check-in: [e90503d617] user: joel branch: trunk, size: 17161)
2015-01-06
01:06
Add icons on sortable table headers to show which columns are sortable and which is the current sort column. This code is inspired by the brlist-visual-enhancement branch, but is a completely new implementation. ... (file: [c752776223] check-in: [8533365e44] user: drh branch: trunk, size: 17161)
2015-01-04
20:54
Enhance the /brlist output to show a count of the number of check-ins on each branch, and to separate the "Status" and "Resolution" into separate columns, with the "Status" column being sortable. Enhance the SortableTable() javascript to always sort ASC on initial click and only go to DESC on a second click of the same column. ... (file: [cf6878895c] check-in: [965905c884] user: drh branch: trunk, size: 17262)
00:28
Click on the column labels to sort on the /brlist page. ... (file: [e1adb7e626] check-in: [e35b9cb74c] user: drh branch: trunk, size: 17062)
2015-01-03
23:54
New design for the /brlist webpage that shows the branches in age order and shows their current status. ... (file: [d1ddecdf77] check-in: [12fb5d04e3] user: drh branch: trunk, size: 16861)
2014-12-06
19:03
Improved handling of hyperlinks from the timeline to specific branches and users. ... (file: [224c454d1a] check-in: [494b2a4c92] user: drh branch: trunk, size: 13413)
2014-10-20
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [981eefb8d5] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 13401)
2014-09-10
11:22
Remove the unreachable usage() from the "fossil branch" command. ... (file: [47faf59a70] check-in: [90e75800c1] user: drh branch: trunk, size: 13389)
2014-07-19
18:40
Add missing period to sentence. ... (file: [a1848d70d8] check-in: [b6959ec2e6] user: andybradford branch: trunk, size: 13441)
2014-06-13
23:34
Minor code style and spacing cleanup. ... (file: [24cff03e97] check-in: [40d5560f22] user: mistachkin branch: trunk, size: 13440)
2014-05-30
14:54
Allow multiple autosync attempts also for the branch and update commands. ... (file: [440e18ab81] check-in: [87d323d307] user: andybradford branch: autosync-tries, size: 13439)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (file: [b2e1600a9a] check-in: [840b762206] user: drh branch: trunk, size: 13402)
2014-02-20
09:42
Unnecessary blob_zero() calls: the following prompt_user() call already does a blob_zero() call internally. ... (file: [77f611a2b9] check-in: [14768c24e5] user: jan.nijtmans branch: trunk, size: 13398)
2014-02-13
11:40
Remove more legacy javascript: The functions xin() and xout() were already removed in [d89fea6a1c0823aa], so this is no longer necessary. ... (file: [928b6f6c5b] check-in: [438eebcdbc] user: jan.nijtmans branch: trunk, size: 13419)
2014-01-24
12:37
Check for "clearsign" option in "fossil branch" command. Reported by J. van den Hoff. ... (file: [6273865efb] check-in: [d8a588ba76] user: jan.nijtmans branch: trunk, size: 13635)
2013-11-27
15:12
Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. ... (file: [f98aaf1985] check-in: [50aee5561a] user: jan.nijtmans branch: hidden-tag, size: 13699)
2013-10-15
01:21
Centralize and simplify the commit/ticket hook integration. ... (file: [18a789dda1] check-in: [6cf28968db] user: mistachkin branch: tkt-change-hook, size: 13574)
2013-10-14
08:19
Phase 4, simplify usage of TH1 hooks and make more consistent. Assume that the common transfer TH1 script is idempotent. ... (file: [ce725792fc] check-in: [0fe1771a76] user: mistachkin branch: tkt-change-hook, size: 13585)
2013-10-13
15:03
One more place where failing run_common_script() should not prevent running manifest_crosslink(). If run_common_script() fails, let the following run_script() output its error-message. ... (file: [d17ac7c9bb] check-in: [cc5466b8d4] user: jan.nijtmans branch: tkt-change-hook, size: 13580)
09:53
merge trunk ... (file: [5d0f0ea927] check-in: [a4327ba0b6] user: jan.nijtmans branch: tkt-change-hook, size: 13580)
2013-10-04
09:30
Better error-message in case of "manifest file is malformed" ... (file: [fad7611e3f] check-in: [1eb438d61a] user: jan.nijtmans branch: pending-review, size: 13572)
2013-09-19
15:10
Some fossil_panic() -> fossil_fatal(). Revert output value of manifest_crosslink() to what it was: 0=error. ... (file: [9b7c153ccf] check-in: [b6cb91ca5b] user: jan.nijtmans branch: tkt-change-hook, size: 13577)
14:42
merge trunk ... (file: [aaded487f5] check-in: [06f08ed02b] user: jan.nijtmans branch: tkt-change-hook, size: 13574)
2013-09-10
14:35
Make CSS consistent with other hrefs on in side box. ... (file: [973d2d5ed2] check-in: [fa9dfa478b] user: andybradford branch: trunk, size: 13569)
2013-08-30
03:06
Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (file: [7d592b743b] check-in: [320f14363e] user: drh branch: trunk, size: 13533)
2013-08-18
04:22
Add CSS class to anchor for open leaves for consistency. ... (file: [64b9b4bca8] check-in: [8ad0a8796a] user: andybradford branch: pending-review, size: 13569)
2013-07-12
12:39
Better error reporting using fossil_error mechanism. ... (file: [9bd7a36b2c] check-in: [97b47ddadf] user: jan.nijtmans branch: tkt-change-hook, size: 13538)
2013-07-11
11:58
First shot at better error-reporting. ... (file: [108f189ea1] check-in: [0dbaf29294] user: jan.nijtmans branch: tkt-change-hook, size: 13564)
10:46
Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. ... (file: [9c7526e97e] check-in: [57d1d2811b] user: jan.nijtmans branch: tkt-change-hook, size: 13556)
2013-04-23
08:40
Add --limit as alias to --count in "fossil timeline" for consistancy with other commands. Add many short options, like "-a" for "--all" and "-c" for "--closed" (The JSON part already had those) ... (file: [654edeb040] check-in: [8b17c2360a] user: jan.nijtmans branch: trunk, size: 13533)
2012-11-20
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (file: [0481ffeeb3] check-in: [407cd4c534] user: drh branch: less-verbose-sync, size: 13489)
2012-10-28
21:38
- finally, do the ++j update in looks_like_text() right - More consistancy in prompt handling: accept Capitals everywhere, use '(' not '[', and abbreviate yes/no to y/N everywhere ... (file: [b579ae9262] check-in: [7c527165a6] user: jan.nijtmans branch: trunk, size: 13493)
2012-09-24
09:03
modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path ... (file: [347981c710] check-in: [dacc694615] user: jan.nijtmans branch: trunk, size: 13441)
2012-09-02
19:39
<pre>Minor additional fixes related to [c8c0b78c84]: - Use _wsystem() in stead of system() on Windows - Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved - Use fossil_nameofexe() where fossil_system() is involved - Move the determination of the full windows path to fossil_nameofexec, so g.argv[0] can always be the unmodified argv[0] - g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf directly. Exception: when printing malloc errors.</pre> ... (file: [1d11faa887] check-in: [be06861f3c] user: jan.nijtmans branch: ticket-c8c0b78c84, size: 13451)
2012-08-29
13:03
merge trunk ... (file: [7bb266c1af] check-in: [e9f38ae8ab] user: jan.nijtmans branch: utf8-in-sources, size: 13456)
2012-08-22
20:19
Make use of %q instead of %s to avoid SQL injections. ... (file: [3df909076f] check-in: [e766df0a69] user: drh branch: trunk, size: 13460)
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [57523c9edf] check-in: [0328d68181] user: drh branch: sqlite4, size: 13464)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [746e59ecc9] check-in: [7a57ab6465] user: mgagnon branch: mgagnon_fix, size: 13502)
2012-04-28
07:15
Changes anchor tags (&lt;a&gt;) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (file: [1aa724b4bc] check-in: [8ae52fc418] user: drh branch: spider-defense, size: 13460)
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. ... (file: [4b146c5df2] check-in: [7727eb12b0] user: martin.weber branch: msw-docco, size: 13535)
2012-03-29
14:54
Add vim modline everywhere ... (file: [b6e705d090] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 13350)
2012-02-04
00:30
Make sure the "branch new --private" command does not create a public BLOB that is a delta of a private BLOB. Also, when doing a file clone or when doing "scrub --private", double-check that no public BLOBs are deltas of private BLOBs before deleting the private BLOBs. ... (file: [c1037d47c5] check-in: [034e887c35] user: drh branch: trunk, size: 13308)
2011-09-21
18:55
s/branch_prepare_query/branch_prepare_list_query/g ... (file: [60b8906d05] check-in: [267739dd20] user: stephan branch: json, size: 13285)
18:20
Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. ... (file: [cd233bce73] check-in: [5a81a5ead6] user: stephan branch: json, size: 13270)
18:10
Minor timeline output cleanups. Added /json/branch/list. ... (file: [98db5ace28] check-in: [f266ebdd3f] user: stephan branch: json, size: 13086)
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [21dafe02b1] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 13093)
00:32
Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. ... (file: [8e3e0b2a5c] check-in: [3fbf8caa87] user: martin.weber branch: msw-docco, size: 13081)
2011-08-26
14:49
Add the colortest query parameter to the brlist webpage. ... (file: [cd6cea2fb8] check-in: [d0daac20da] user: drh branch: trunk, size: 12981)
2011-08-23
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (file: [a43850840d] check-in: [649efeb43d] user: drh branch: trunk, size: 12395)
2011-07-19
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]. ... (file: [d8e0bad7da] check-in: [ebeaf3ae26] user: drh branch: trunk, size: 12378)
2011-06-01
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. ... (file: [e1b5203400] check-in: [2a013f0228] user: drh branch: trunk, size: 11589)
2011-05-24
12:00
Merge the latest trunk changes into the arjen-doc-updates branch. ... (file: [e78c5ffef4] check-in: [5d4ef37a9d] user: drh branch: arjen-doc-updates, size: 11749)
2011-05-06
16:55
Merge the latest trunk changes into windows-i18n branch. ... (file: [94e523df0b] check-in: [59ddd3c8ae] user: drh branch: windows-i18n, size: 11577)
2011-05-04
13:56
When listing closed branches, only show a branch if every leaf of that branch is closed. ... (file: [511f26129b] check-in: [74c86dd1da] user: drh branch: trunk, size: 11559)
2011-04-27
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [b9fefdcc55] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 11227)
2011-04-26
06:37
Online help for several commands edited - as found in allrepo.c, bisect.c, branch.c and checkin.c. Note: "commit" still to be edited ... (file: [775172787d] check-in: [e66fe70c7f] user: Arjen Markus branch: arjen-doc-updates, size: 11381)
2011-03-26
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] ... (file: [f05733e712] check-in: [2b33781694] user: drh branch: trunk, size: 11209)
2011-03-16
04:12
"ls" alias to "list" subcommand of "fossil branch" command. ... (file: [ec7cd6b196] check-in: [302213ed12] user: bharder branch: trunk, size: 10847)
02:31
Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] ... (file: [151b4fed49] check-in: [448dc5adf7] user: drh branch: trunk, size: 10780)
2011-02-24
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (file: [41ee31fccc] check-in: [1b4516168d] user: drh branch: trunk, size: 10745)
2011-02-17
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. ... (file: [72db73c23f] check-in: [d22519e500] user: drh branch: trunk, size: 10754)
2011-01-28
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (file: [e5a961ca7e] check-in: [69f43fc077] user: drh branch: experimental, size: 10718)
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. ... (file: [99f393dce6] check-in: [13165785e1] user: drh branch: trunk, size: 10962)
2011-01-07
16:20
Record fractional seconds for artifact times. ... (file: [26f8dae2f3] check-in: [722d7cac97] user: drh branch: trunk, size: 10956)
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (file: [afc04e984c] check-in: [31c52c7b3e] user: drh branch: trunk, size: 10975)
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (file: [26a10ec1a6] check-in: [daeb10f65f] user: drh branch: trunk, size: 10968)
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (file: [1897aaa83c] check-in: [8bb8be26ca] user: drh branch: experimental, size: 10976)
2010-11-26
18:37
Report an error if the repository schema version does not match what the fossil executable expects. ... (file: [9089c6e9b2] check-in: [c0c3d92340] user: drh branch: trunk, size: 10973)
2010-11-13
23:45
Change the "branch list" command to provide output more like Git. ... (file: [2e524db72b] check-in: [761a6a9dcf] user: drh branch: trunk, size: 10967)
2010-11-12
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (file: [fe8ff8242b] check-in: [a04a650870] user: drh branch: trunk, size: 10557)
2010-10-27
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (file: [9f5ffe2ff5] check-in: [ff79f97a07] user: drh branch: trunk, size: 10548)
2010-10-25
13:52
Redesign the control-artifact and manifest parser to run faster. ... (file: [0a60e18d6f] check-in: [fa0ea2c3fa] user: drh branch: experimental, size: 10521)
2010-10-17
17:25
Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. ... (file: [9e93bde709] check-in: [ec56d8ff58] user: drh branch: experimental, size: 10524)
2010-10-15
20:37
Refactor the control-artifact parser. ... (file: [e7b4fb209a] check-in: [da9fcdc95a] user: drh branch: experimental, size: 10485)
2010-10-01
18:02
Allow fossil branch new --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thebranch checkin To aid in importing historic data from other scm's ... (file: [16c61e6dda] check-in: [2cc6fd9107] user: renez branch: trunk, size: 10567)
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. ... (file: [af2294d526] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 10327)
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE ... (file: [53b9d1434a] check-in: [d1305d0a7a] user: wolfgang branch: wolfgangFormat2CSS, size: 10312)
2010-09-08
20:25
css for hyperlinks disabled ... (file: [f47713387e] check-in: [0e394b8fa2] user: wolfgang branch: wolfgangFormat2CSS, size: 10308)
19:26
reduced html validator errors on branch page ... (file: [1d7aad0714] check-in: [156358e296] user: wolfgang branch: wolfgangFormat2CSS, size: 10200)
2010-09-05
10:59
sidebox via css ... (file: [7d447e9462] check-in: [ff3b6b323b] user: Ratte branch: stv-skinning, size: 10207)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. ... (file: [1a43c41864] check-in: [518439507a] user: drh branch: trunk, size: 10210)
2010-07-08
17:53
Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). ... (file: [ebef8eb082] check-in: [932825bc6a] user: drh branch: trunk, size: 10183)
2010-06-16
20:33
On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. ... (file: [3f11f754a6] check-in: [6752934026] user: drh branch: trunk, size: 10176)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [91b3556a6e] check-in: [c06edd231f] user: drh branch: clear-title, size: 10176)
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) ... (file: [afc0d0a5c7] check-in: [64541535d9] user: drh branch: clear-title, size: 10452)
2010-03-31
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. ... (file: [3e9d5c03a5] check-in: [9f1d490dd6] user: drh branch: trunk, size: 10454)
2010-01-19
18:11
Start a new branch that strives to contain only code for which we hold clear title. ... (file: [af30bbd4c3] check-in: [ab0a0d7640] user: drh branch: clear-title, size: 10435)
2009-12-10
02:25
reserve the use of brackets in stdout for artifacts ... (file: [80adbdb5e4] check-in: [5bccc5a526] user: rwilson branch: trunk, size: 10436)
2009-02-09
04:41
'fossil' encode tagnames for manifest (for ticket 15f49be6b2b1e) (allows for tags with spaces in name) ... (file: [3ef4b504fa] check-in: [8be6204607] user: bharder branch: trunk, size: 10436)
2009-01-24
23:40
correct 'branch' subcommand usage string ... (file: [e6d1392f9d] check-in: [8b6cf431fb] user: bch branch: trunk, size: 10436)
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. ... (file: [76b93505eb] check-in: [83ac468aae] user: drh branch: trunk, size: 10443)
2009-01-23
23:57
Make the distinction between open and closed branches. An open branch is a branch with one or more open leaves. Show open and closed branches separately on the "Branches" webpage. ... (file: [f230ea602b] check-in: [9659ed66f8] user: drh branch: trunk, size: 9942)
2009-01-22
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". ... (file: [806b04e089] check-in: [a12cb216b7] user: drh branch: trunk, size: 9165)
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. ... (file: [4a024d4405] check-in: [42c2a18e73] user: drh branch: trunk, size: 9058)
2009-01-21
23:40
Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. ... (file: [ffbb452f74] check-in: [08db9e11cb] user: drh branch: trunk, size: 9020)
18:59
Add timeline links on the leaves page. Also on the leaves page, do not show Merge labels on check-ins. The second part is the fix for ticket [d6bb26f436d8299f95d63f45fa51c92acdc91c5a]. ... (file: [df727f7105] check-in: [2fa4df1e47] user: drh branch: trunk, size: 8148)
18:42
Improvements to the timeline when displaying check-ins with a given tag. ... (file: [dc15e48baa] check-in: [e631d8af6d] user: drh branch: trunk, size: 8152)
03:34
After each item of the branch list, give a hyperlink to the timeline that shows all check-ins with the branch tag. ... (file: [ccb39ffef0] check-in: [bdcac62937] user: drh branch: trunk, size: 8196)
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. ... (file: [dc5b99a321] check-in: [580d6ad8c7] user: drh branch: trunk, size: 7473)
2009-01-20
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. ... (file: [124ac5fc7f] check-in: [fecb3e5cc9] user: drh branch: trunk, size: 7467)
22:38
Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. ... (file: [a8d6e457d2] check-in: [4d39bbac10] user: drh branch: trunk, size: 6883)
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. ... (file: [6b0cfa07af] check-in: [b7f32a71ab] user: drh branch: trunk, size: 7063)
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. ... (file: [85e459979d] check-in: [b6e22e62cf] user: drh branch: trunk, size: 6823)
2008-07-25
12:30
Disable the "branch" command pending further discussion and clarification of its purpose and intent. ... (file: [ff6e350782] check-in: [f6d3d89e76] user: drh branch: trunk, size: 6120)
2008-05-05
17:24
Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. ... (file: [dcb06f995d] check-in: [4e683ef07b] user: drh branch: trunk, size: 6012)
2008-02-09
00:11
Issue a warning after a commit if the commit causes a fork. ... (file: [c6483e4ed6] check-in: [49b59bc559] user: drh branch: trunk, size: 6011)
2008-02-08
21:50
Fix the branch subcommand so that the branch name tags it creates begin with "sym-". ... (file: [40033fd3ad] check-in: [ce08928aaa] user: drh branch: trunk, size: 5999)
2008-02-07
10:33
typo fix ... (file: [b16668e4cd] check-in: [66b13f1015] user: bch branch: trunk, size: 6163)
2007-10-07
14:38
Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. ... (file: [e4e607578f] check-in: [a21806dcf3] user: jnc branch: trunk, size: 6162)
2007-09-26
04:17
Added safemerge option to commit, update and settings ... (file: [efd61694e3] check-in: [41561125cd] user: jnc branch: trunk, size: 6163)
2007-09-25
20:23
Updates to the autosync logic. Add the "setting" command. ... (file: [6f4b5c89ef] check-in: [fff234b77c] user: drh branch: trunk, size: 6165)
07:19
Autosync is now working. Added autosync to tag add, tag branch and branch create. ... (file: [1d4c15b285] check-in: [e4517465f3] user: jnc branch: trunk, size: 6221)
2007-09-23
18:24
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss ... (file: [97ebfed53d] check-in: [07eaead5dc] user: jnc branch: trunk, size: 6105)
15:02
Branching now working correctly, including adding of bgcolor tag and correct R line ... (file: [c0919d6b52] check-in: [2ad378d065] user: jnc branch: trunk, size: 6074)
03:21
Forgot a line of debug code, writting manifest.new... now removed ... (file: [3a849760c1] check-in: [17596784d0] user: jnc branch: trunk, size: 5872)
03:13
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. ... (file: [5720860916] check-in: [b8a8959ec5] user: jnc branch: trunk, size: 5905)