Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/configure.c at check-in f7fd7d0ac8f39f9d
|
2025-12-23
| ||
| 16:06 | Assorted fixes of typos and grammar in code comments. No functional changes. ... (file: [0f36ef7d62] check-in: [e2bdc10572] user: danield branch: trunk, size: 38690) | |
|
2025-06-20
| ||
| 12:23 | Minor internal doc update. ... (file: [c418b6863b] check-in: [d9c991a91b] user: stephan branch: markdown-details-open, size: 38690) | |
|
2025-03-22
| ||
| 10:38 | Delete the timeline-block-markup setting, and all the complication that goes with it. Due to a bug [/info/2020-06-02T17:38z|introduced on 2020-06-02], Fossil has behaved as if that setting where always "on", regardless of its actual value, and nobody has complained. Hence, we surmise that the setting is not needed. Ref: [forum:/forumpost/9adfe7e46b2441ae|forum post 9adfe7e46b2] ... (file: [06d5e5f2de] check-in: [0432c38df6] user: drh branch: trunk, size: 38600) | |
|
2025-03-18
| ||
| 05:27 | Use existing HTTP AUTH information if available when using Fossil configuration synchronization commands. Addresses [forum:d8cb1918f9|forum post d8cb1918f9]. ... (file: [27b7dd9130] check-in: [5a942d1219] user: andybradford branch: trunk, size: 38648) | |
|
2025-03-07
| ||
| 23:19 | Merge the latest trunk enhancements into the comment-markdown-links branch. ... (file: [0564871360] check-in: [459499b0ea] user: drh branch: comment-markdown-links, size: 38662) | |
| 18:39 | Mention the "--proxy PROXY" option in the help text for all command that support it. ... (file: [c9d8f5fbb9] check-in: [6d4cd32921] user: mgagnon branch: trunk, size: 38614) | |
|
2025-03-05
| ||
| 20:16 | Provide the ability to control markdown styling and markdown hyperlinks for check-in cmments separately and independently. ... (file: [e1964884b6] check-in: [34f36bc211] user: drh branch: comment-markdown-links, size: 38508) | |
|
2025-03-04
| ||
| 12:21 | Add the timeline-markdown-span setting that controls whether or not markdown span markup will be interpreted in check-in comments. Add auto-links. Support for emphasis and code marks is pending. ... (file: [97698a1f6a] check-in: [8f55b909c4] user: drh branch: comment-markdown-links, size: 38508) | |
|
2024-10-15
| ||
| 15:03 | Harden the synchronization process against sending or receiving settings flagged as sensitive. Mark the th1-setup setting as sensitive because it can contain not only th1, but also arbitrary TCL code if fossil is configured using --with-tcl. This addresses [forum:6179500deadf6ec7 | forum post 6179500dead]. (Edit: this was actually a merge from [6a114c48], but user error on my part lost that link.) ... (file: [2792bba61c] check-in: [2ff87d4e0f] user: stephan branch: trunk, size: 38460) | |
|
2024-10-14
| ||
| 19:23 | Flag the th1-setup setting as sensitive because it can, when built with --with-tcl, contain arbitrary tcl. Remove the following settings from the list of syncable settings because they will no longer sync because they're flagged as sensitive: tcl, tcl-setup, th1-setup, th1-docs. ... (file: [b41fd6c2b6] check-in: [6a114c4870] user: stephan branch: sync-skip-sensitive, size: 38101) | |
| 17:26 | When pushing config from the server during sync, silently elide any settings flagged as sensitive. ... (file: [1f504380a9] check-in: [dc64bf7821] user: stephan branch: sync-skip-sensitive, size: 38359) | |
| 17:01 | Part of a proposed solution for the problem reported in [forum:6179500deadf6ec7 | forum post 6179500deadf6ec7], in which synching from a repo which is built --with-tcl is not possible if the 'tcl' or 'tcl-setup' settings are set. configure_is_exportable() now returns 0 for any settings which are flagged as sensitive (so they won't be imported). We should also elide all sensitive settings from the server side, but that would not help folks synching from an older server instance built --with-tcl, so we need this half of the fix too. ... (file: [cb65ccabbd] check-in: [d254fcaa9d] user: stephan branch: sync-skip-sensitive, size: 38092) | |
|
2024-08-14
| ||
| 09:17 | Add timeline-hard-newlines to CONFIGSET_SKIN in an attempt to resolve [forum:23d58b1b67|forum post 23d58b1b67]. Bring /json/config up to date with the central config option list. ... (file: [49087161dd] check-in: [89388d4c60] user: stephan branch: trunk, size: 37653) | |
|
2024-03-22
| ||
| 12:28 | The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at [forum:/forumpost/4d6a94aca6105fc6|forum thread 4d6a94aca6105fc6]. ... (file: [ec1aa3a8a3] check-in: [0cd5589c09] user: drh branch: trunk, size: 37605) | |
|
2024-02-23
| ||
| 23:51 | Include the new default-skin setting in CONFIGSET_SKIN. ... (file: [17280ea641] check-in: [818a6ad79a] user: drh branch: trunk, size: 37599) | |
|
2023-10-16
| ||
| 14:33 | Implement propagating settings that are sent to clients that pull. The warning-policy is used as example, but not yet applied. ... (file: [1223c47806] check-in: [f812fedc44] user: preben branch: warn-on-merging-private-branch, size: 38284) | |
|
2022-12-20
| ||
| 05:14 | Move TH1/Tcl settings into their own configsets. ... (file: [34700a501d] check-in: [5d784cf3c1] user: mistachkin branch: cfgSetTh1, size: 37543) | |
|
2022-12-12
| ||
| 16:12 | Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the <tt>/tktsetup_timeline</tt> page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See [forum:/forumthread/4c49b2ad661c90b7|forum thread 4c49b2ad661c] for discussion. ... (file: [0d4ff0dd28] check-in: [452805c2a0] user: george branch: tkt-hidden-expr, size: 37599) | |
|
2022-11-18
| ||
| 12:11 | Factor out the ALTER TABLE statements that add the JX column to the USER and REPORTFMT tables into separate subroutines. ... (file: [9b5e2c5384] check-in: [8f6d7dacbb] user: drh branch: json-meta-data, size: 37551) | |
|
2022-11-17
| ||
| 23:38 | Add the "jx" column to the "user" and "reportfmt" tables, with the intent of using the column for JSON metadata. Currently unused. Make arrangements to sync the "jx" column (using the "fossil config" command) in a way that is backwards compatible with older versions that do not have the "jx" column. ... (file: [e2982afc02] check-in: [b7ac178c4f] user: drh branch: json-meta-data, size: 37758) | |
|
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: [b6db23ff9f] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 36091) | |
|
2022-07-04
| ||
| 01:06 | When doing configure pull --overwrite, ensure that the USER table can be overwritten by removing the db-protect flag on it. ... (file: [16b8c30184] check-in: [7384cf5152] user: stephan branch: trunk, size: 36133) | |
|
2022-01-16
| ||
| 18:42 | The output of "fossil configuration --help" had two different ways -R was described, one wrong. The newer one was of a more consistent format with the rest of the help ([decd537016 | thus why it was added]) so removed the older one and reworked the newer one to be more accurate. ... (file: [c23a81d177] check-in: [6cb0fc2591] user: wyoung branch: trunk, size: 36035) | |
| 18:36 | Fix the "fossil config pull AREA" command when it lacks a URL, so that it uses the default sync URL. ... (file: [2f7be34cf8] check-in: [661ea33159] user: drh branch: trunk, size: 36111) | |
|
2021-12-19
| ||
| 23:07 | Avoid a possibly unnecessary call to db_prepare() when doing a config sync. ... (file: [41526490bf] check-in: [d57a63254c] user: drh branch: synclog, size: 36217) | |
|
2021-08-28
| ||
| 15:19 | Minor legibility improvement for the previous commit [8ad6aa53a4]. ... (file: [23be10395e] check-in: [db8c5a9296] user: stephan branch: trunk, size: 36096) | |
| 15:11 | Added missing db_protect() when importing (config export user) data via (config import), as reported in [forum:dea06dd696359a59 | forum post dea06dd696359a59]. ... (file: [bdb83dcbb6] check-in: [8ad6aa53a4] user: stephan branch: trunk, size: 36096) | |
|
2021-03-11
| ||
| 18:20 | More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO. ... (file: [6b6b118b75] check-in: [decd537016] user: stephan branch: trunk, size: 36042) | |
| 15:40 | More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO. ... (file: [cf9c24ea1d] check-in: [2f7c93f49c] user: stephan branch: trunk, size: 36042) | |
|
2021-02-04
| ||
| 00:57 | Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (file: [c5113a06a8] check-in: [4d0af2a68f] user: drh branch: user-color-revamp, size: 36042) | |
|
2021-01-28
| ||
| 20:22 | Add the "color-hash-seed" setting to the skin configuration. ... (file: [17c7710a8e] check-in: [198af5374f] user: drh branch: trunk, size: 36042) | |
|
2021-01-26
| ||
| 21:53 | The main menu for web display is now derived from the "mainmenu" setting, for the built-in skins. Customized skins that ignore the mainmenu setting continue to operate as before. Added the "string match" TH1 command to help. ... (file: [ff294532de] check-in: [923841b709] user: drh branch: new-main-menu, size: 35994) | |
| 19:37 | Rework the /sitemap customization settings. There is now just a single setting "sitemap-extra" that is a TCL list of triples, where each triple defines a new entry in the /sitemap. Legacy entries are ignored. Administrators that have a custom /sitemap configuration will need to update the "Custom Sitemap Entries" setting on the /Admin/Configuration page after updating to this version of Fossil or later. ... (file: [529a6dc001] check-in: [aa5beb8c29] user: drh branch: trunk, size: 35946) | |
|
2020-08-24
| ||
| 00:24 | Merge changes from trunk. ... (file: [d63b502abe] check-in: [4a8bc878f0] user: drh branch: sec2020, size: 36090) | |
|
2020-08-23
| ||
| 20:06 | Updates to the "fossil config" command documentation and the change log. ... (file: [cc621df59b] check-in: [79b1cd4bf5] user: drh branch: trunk, size: 35898) | |
| 16:02 | Merge the interwiki enhancement from trunk. ... (file: [7f49ae3bb6] check-in: [26ac4b1ccf] user: drh branch: sec2020, size: 36065) | |
| 00:47 | Fix a bugs in the interwiki configuration transfer logic. ... (file: [c435ab7e9b] check-in: [c959dde140] user: drh branch: interwiki, size: 35873) | |
|
2020-08-22
| ||
| 23:21 | The "Code" on an inter-wiki link must be ascii alphanumeric. Sync the inter-wiki config table entries on clone. ... (file: [ebfff8af1f] check-in: [550536789f] user: drh branch: interwiki, size: 35872) | |
|
2020-08-21
| ||
| 13:04 | Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. ... (file: [65d21c3856] check-in: [c9b9a77d59] user: drh branch: sec2020, size: 35228) | |
|
2020-08-20
| ||
| 13:24 | Version 2.11.2 ... (file: [e55e057021] check-in: [c58877d6f2] user: drh branch: branch-2.11, size: 34977) | |
| 13:18 | Version 2.10.2 ... (file: [8a15fbd452] check-in: [12d2ad00de] user: drh branch: branch-2.10, size: 34731) | |
|
2020-08-19
| ||
| 21:08 | The allow-symlinks setting is disabled by default and is not versionable, unless Fossil is compiled with the FOSSIL_LEGACY_ALLOW_SYMLINKS flag, in which case it follows the historic behavior. ... (file: [ed2397f241] check-in: [cdc90f0c3b] user: drh branch: sec2020-2.12-patch, size: 35079) | |
|
2020-08-18
| ||
| 02:58 | More missing calls to db_unprotect(). ... (file: [f0627a7b38] check-in: [3ced48bdf8] user: drh branch: sec2020, size: 35276) | |
| 01:54 | Disable writes the CONFIG and USER tables by default. Permission to write to those tables is turned on as needed. Note - might have missed a few places so expect bugs. ... (file: [bde251c01a] check-in: [ca9156aa0a] user: drh branch: sec2020, size: 35166) | |
|
2020-08-17
| ||
| 17:34 | The allow-symlinks setting is no longer versionable and is off by default. The allow-symlinks setting no longer propagates with a clone. The help text for allow-symlinks discourages its use. There is a new --symlink flag on "fossil open" to permit the use of symlinks on an open, for the adventurous. Ticket [f9831fdef1d4edcc]. ... (file: [e51d411b90] check-in: [ff98dd5af6] user: drh branch: sec2020, size: 34988) | |
|
2020-08-11
| ||
| 13:42 | Added the safe-html setting to the CONFIGSET_SKIN, per discussion at [https://fossil-scm.org/forum/forumpost/23192a5642|/forumpost/23192a5642]. ... (file: [c70876481e] check-in: [333520ab54] user: stephan branch: trunk, size: 35036) | |
|
2020-08-08
| ||
| 23:51 | Many updates to built-in help pages. No changes to code. ... (file: [c8c99366db] check-in: [c965636958] user: drh branch: trunk, size: 34988) | |
|
2020-07-16
| ||
| 13:48 | Simplify new setting names and some internal names. ... (file: [ddf922245d] check-in: [e6a3112f76] user: mistachkin branch: customFavicon, size: 34980) | |
|
2020-07-15
| ||
| 20:57 | Permit the 'favicon.ico' image to be customized. ... (file: [4f41710aad] check-in: [3352c1c290] user: mistachkin branch: customFavicon, size: 34980) | |
|
2020-07-08
| ||
| 13:53 | Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. ... (file: [880d0c6ed3] check-in: [918bcfcf77] user: jan.nijtmans branch: trunk, size: 34884) | |
|
2020-06-25
| ||
| 00:16 | Adjust help text to work better with the new formatter. ... (file: [9c837d8606] check-in: [a8a606996b] user: drh branch: formatted-online-help, size: 34927) | |
|
2020-05-02
| ||
| 15:03 | Added fileedit-glob setting (/fileedit whitelist) and honor it in /fileedit. Added mini-checkin options to specifically convert EOLs to Unix or Windows styles. /fileedit saving now more or less works, but still needs to update the 'r' value after editing or else we're stuck at the old parent version. ... (file: [a37572d69d] check-in: [33861414ae] user: stephan branch: checkin-without-checkout, size: 34982) | |
|
2020-04-30
| ||
| 15:29 | Add the "forbid-delta-manifests" setting. ... (file: [16dba3c855] check-in: [44ac944a98] user: drh branch: trunk, size: 34934) | |
|
2020-02-26
| ||
| 14:28 | Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (file: [839107b0dc] check-in: [14c81d9d2b] user: drh branch: trunk, size: 34886) | |
|
2020-02-16
| ||
| 14:48 | Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'. ... (file: [fbb5d10348] check-in: [c27e206970] user: florian branch: misc-skin-fixes, size: 34838) | |
|
2020-02-12
| ||
| 14:17 | Propagate the timeline-default-style setting when cloning. Fix the initialization of the timeline style select menu so that it shows it is initialized to the default setting. ... (file: [0d0c3569f5] check-in: [bc8691cd09] user: drh branch: trunk, size: 34790) | |
|
2020-02-06
| ||
| 23:26 | Add the --project-code option to the "fossil pull" command. Use of this option allows one project to pull content from another project. ... (file: [dfb08c6f7e] check-in: [21e8aed945] user: drh branch: trunk, size: 34742) | |
|
2020-01-24
| ||
| 18:56 | Added mimetypes setting to the 'project' configuration area, per forum feedback. ... (file: [b8a4a48462] check-in: [7391f8d486] user: stephan branch: mimetypes-setting, size: 34736) | |
|
2019-09-03
| ||
| 20:22 | Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (file: [dbcfde2742] check-in: [3ad81c3c49] user: drh branch: trunk, size: 34676) | |
| 17:17 | Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing. Probably needs some review by drh before being merged. ... (file: [fbcefee6b1] check-in: [5d2299d8ee] user: ckennedy branch: js-skin-export, size: 34688) | |
|
2019-08-31
| ||
| 16:42 | Merge in latest from trunk. ... (file: [16a4f918e0] check-in: [aa37639112] user: andybradford branch: db-begin-txn-updates, size: 34628) | |
|
2019-05-21
| ||
| 09:12 | Also add a configuration option to set the closeTimeout for tooltips. ... (file: [18483c33db] check-in: [e45429d7f4] user: florian branch: tooltip-experiments, size: 34640) | |
| 02:15 | Add a configuration option under the Admin/Timeline setup menu to set the dwellTimeout for tooltips. ... (file: [ef2ae95b19] check-in: [5fc142df07] user: drh branch: tooltip-experiments, size: 34592) | |
|
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: [9283f0a732] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 34384) | |
|
2019-01-27
| ||
| 15:35 | Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. ... (file: [a3292eb983] check-in: [bc62fa1710] user: florian branch: comment-format-setting, size: 34396) | |
|
2018-12-21
| ||
| 08:01 | Fix a problem introduced by [06586ef70f]: on cloning, only create the tables for the email notification system if any configuration data from the 'Email subscribers' group is received. ... (file: [10cb992c1c] check-in: [fca6626269] user: florian branch: fix-clone-subscribers, size: 34348) | |
|
2018-08-31
| ||
| 10:47 | Enhancements to the /sitemap page. New configuration options to add optional entries to the /sitemap page. ... (file: [f80fe4fa95] check-in: [6898b3e730] user: drh branch: trunk, size: 34345) | |
|
2018-08-30
| ||
| 21:19 | Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (file: [8dd8c779d3] check-in: [cfbbc53778] user: drh branch: refactor-alerts, size: 34153) | |
|
2018-08-08
| ||
| 11:35 | Add initial documentation about email alerts. Remove obsolete forum features from the "fossil config" command. ... (file: [1269180c33] check-in: [62411f371f] user: drh branch: trunk, size: 34153) | |
|
2018-07-19
| ||
| 15:35 | The configuration loader automatically creates the subscriber table if necessary. This fixes the "fossil clone" command for privileged users. ... (file: [506880ba1f] check-in: [06586ef70f] user: drh branch: trunk, size: 34335) | |
|
2018-06-25
| ||
| 22:01 | Make sure the subscriber table is not synced unless the client has appropriate permissions. ... (file: [0139cddfa4] check-in: [7f0c7fcfce] user: drh branch: trunk, size: 34272) | |
| 18:43 | Fix an extra call to db_end_transaction() in "fossil config pull ticket". ... (file: [1953ed8d6e] check-in: [f5eb03f5e5] user: drh branch: trunk, size: 34288) | |
| 18:20 | Fix another SQL error on the receiver side of "fossil config pull" ... (file: [95522dd7c2] check-in: [0b6d3eaf6c] user: drh branch: trunk, size: 34261) | |
| 18:17 | Fix a syntax error in the SQL of the "config pull" mechanism. ... (file: [db4831656f] check-in: [4e699c295b] user: drh branch: trunk, size: 34231) | |
| 18:13 | Change the schema of the subscriber table to make it compatible with the "fossil config sync" mechanism. Upgrading through this check-in requires running "fossil email reset" to rebuild the email notification schema, and losing subscriber information. ... (file: [46a70520e6] check-in: [9040de46ec] user: drh branch: trunk, size: 34232) | |
| 16:14 | Enhance the subscriber since to include the creation time and so that a new random subscriber code is set. ... (file: [781fd7f458] check-in: [7e87699dcf] user: drh branch: trunk, size: 34785) | |
| 15:56 | Add the ability to transfer subscriber information using the "fossil config sync alert" command. ... (file: [0e5d431af9] check-in: [22c3354dcb] user: drh branch: trunk, size: 34309) | |
|
2017-12-04
| ||
| 13:52 | Fix typos in comments. ... (file: [49176c95e2] check-in: [6d0d1f7167] user: drh branch: trunk, size: 32686) | |
|
2017-11-30
| ||
| 17:58 | Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [084d2da498] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 32685) | |
|
2017-09-20
| ||
| 13:35 | Remove dead code to fix harmless compiler warnings. ... (file: [f0f26667cd] check-in: [4c666ccf92] user: drh branch: trunk, size: 32658) | |
| 13:21 | Some simple documentation on the URL Alias setup page. ... (file: [bef56bf1cc] check-in: [a3b689b3cd] user: drh branch: trunk, size: 33553) | |
| 12:58 | Fix permission processing on "configuration pull alias". ... (file: [1f60fadd39] check-in: [b2b4af1356] user: drh branch: trunk, size: 33547) | |
| 12:42 | Remove still more legacy configuration sync logic. ... (file: [5d2a68b21d] check-in: [9a68e6e1b0] user: drh branch: trunk, size: 33473) | |
| 12:34 | Add support for doing a "configuration sync" of URL aliases. ... (file: [ab2f0e2a4f] check-in: [3d36a37a73] user: drh branch: trunk, size: 36966) | |
| 12:25 | More legacy configuration sync code removed. ... (file: [913d1a71e7] check-in: [fe7f0ece30] user: drh branch: trunk, size: 36235) | |
| 12:10 | Remove support for the legacy configuration sync transfer format, that was replaced in 2011. ... (file: [158c7d3c7d] check-in: [2ed7c1123d] user: drh branch: trunk, size: 38197) | |
|
2017-08-30
| ||
| 13:07 | Merge cleanX ... (file: [869f20cb08] check-in: [9297610047] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39640) | |
|
2017-03-04
| ||
| 20:06 | Implement the hash-policy setting and the "fossil hash-policy" command. The default hash policy is "auto" for existing repositories and "shun-sha1" for new repositories. ... (file: [df8e12f3f7] check-in: [a616c04b6a] user: drh branch: fossil-2.1, size: 39688) | |
|
2017-02-14
| ||
| 19:27 | Add back some usage of "keep-glob" ... (file: [858e5d025c] check-in: [95ab655a06] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39592) | |
| 19:23 | Merge cleanX ... (file: [12f39d440b] check-in: [d73dcdd0a2] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39544) | |
|
2016-11-07
| ||
| 00:50 | Merge trunk ... (file: [aad25b170f] check-in: [7ea74acf55] user: andygoth branch: andygoth-crlf, size: 39640) | |
|
2016-08-17
| ||
| 17:25 | Send the parent-project-name and parent-project-code configurations when syncing the project configurations. ... (file: [ba6cd08289] check-in: [08e65c2bb1] user: drh branch: trunk, size: 39592) | |
|
2016-05-23
| ||
| 15:34 | Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (file: [a80ec832fa] check-in: [2bc3cfebe6] user: andygoth branch: andygoth-crlf, size: 39544) | |
|
2016-05-21
| ||
| 23:58 | merge cleanX ... (file: [8983b37563] check-in: [70f77a1b69] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39400) | |
|
2016-04-01
| ||
| 13:37 | Fix typos in comments. No changes to code. ... (file: [e709349116] check-in: [b6b50b1244] user: mistachkin branch: trunk, size: 39496) | |
|
2016-03-02
| ||
| 02:10 | Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. ... (file: [55e578342c] check-in: [b06cd631f1] user: mistachkin branch: trunk, size: 39497) | |
|
2015-11-10
| ||
| 16:38 | Add the "fossil all config pull" command. ... (file: [8808ccad7e] check-in: [d3b14a8e62] user: drh branch: trunk, size: 39494) | |
|
2015-05-04
| ||
| 22:10 | Merge cleanX ... (file: [0c8ce79166] check-in: [72baedfbbb] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39466) | |
|
2015-04-30
| ||
| 21:24 | Merge trunk ... (file: [6de3ea198b] check-in: [44bed85354] user: jan.nijtmans branch: cleanX, size: 39562) | |
|
2015-04-10
| ||
| 00:18 | Use one setting instead of two. Using one default fallback constant instead of two. Remove the '--metadata-only' option entirely. ... (file: [b875920145] check-in: [d981fe2c5e] user: mistachkin branch: mvAndRmFiles, size: 39514) | |
|
2015-04-03
| ||
| 03:13 | Merge updates from trunk. ... (file: [a624730ab5] check-in: [bc31308652] user: mistachkin branch: mvAndRmFiles, size: 39562) | |
|
2015-03-30
| ||
| 14:08 | Add the "skins/details.txt" file to the skins. Change the skin editors so that they can show a diff of the current configuration against any built-in. ... (file: [069007692e] check-in: [31a337f0c2] user: drh branch: improved-skin-edit, size: 39424) | |
|
2015-03-26
| ||
| 13:23 | Merge updates from trunk ... (file: [23eb4772d8] check-in: [f8832feb39] user: jmoger branch: differentiate-timeline, size: 39568) | |
|
2015-03-23
| ||
| 01:29 | Merge updates from trunk. ... (file: [d4badb4705] check-in: [78829b7089] user: mistachkin branch: mvAndRmFiles, size: 39562) | |
|
2015-03-19
| ||
| 23:57 | Expose timeline circles, arrowheads, and branch rail colors as settings ... (file: [bd5a92d885] check-in: [fb9b3707b8] user: jmoger branch: differentiate-timeline, size: 39520) | |
| 03:57 | Include the new 'dotfiles' setting in the list of those associated with the project. ... (file: [c2d6ad003b] check-in: [9a67babcdb] user: mistachkin branch: trunk, size: 39424) | |
|
2015-03-18
| ||
| 17:37 | Correct typo in [fossil configuration sync] documentation. ... (file: [57a78234cf] check-in: [23515802c9] user: andygoth branch: trunk, size: 39375) | |
|
2015-03-03
| ||
| 23:25 | Only define and use the new 'move-files' and 'remove-files' settings when compiled with the FOSSIL_ENABLE_LEGACY_MV_RM option. ... (file: [132febbfb7] check-in: [c227e14f80] user: mistachkin branch: mvAndRmFiles, size: 39514) | |
|
2015-02-24
| ||
| 04:40 | Merge cleanX ... (file: [aa1852644f] check-in: [c4750a1e85] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 39376) | |
| 03:40 | Merge trunk ... (file: [daeeca2635] check-in: [1cbe4fd9e1] user: jan.nijtmans branch: cleanX, size: 39424) | |
|
2015-02-05
| ||
| 03:39 | Add 'move-files' and 'remove-files' settings to enable moving or removing files when the mv or rm commands are used, respectively. ... (file: [6018291bc3] check-in: [21e08f0904] user: mistachkin branch: mvAndRmFiles, size: 39472) | |
|
2015-02-04
| ||
| 15:47 | Update json configuration options and wiki with reality ... (file: [f4ed1439b8] check-in: [5098f747a9] user: jan.nijtmans branch: trunk, size: 39376) | |
|
2015-02-03
| ||
| 20:59 | Physically move the 'index-page' setting into the project section. ... (file: [6134b0cc91] check-in: [8151106b8d] user: mistachkin branch: trunk, size: 39383) | |
|
2015-01-28
| ||
| 22:31 | Change index-page so it's a project setting and not a skin. ... (file: [5381b78ac2] check-in: [cab404b2f4] user: dg branch: dg-skin-reset, size: 39383) | |
|
2015-01-24
| ||
| 00:17 | Add the 'white-foreground' setting to the list of those used for skinning. ... (file: [0442812db9] check-in: [f88c18fc71] user: mistachkin branch: trunk, size: 39383) | |
|
2015-01-23
| ||
| 17:13 | Add new commands: test-var-list, test-var-get, and test-var-set. The original motivation was to make it easier to insert "css", "header", and "footer" values that people send in, but these commands seem useful for other kinds of experimentation. The are "test-*" commands because they are not intended to be accessed by ordinary users. ... (file: [dd83c309a1] check-in: [1e21daceca] user: drh branch: trunk, size: 39335) | |
|
2015-01-22
| ||
| 15:23 | Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. ... (file: [417fc75447] check-in: [b36e241100] user: drh branch: multiple-skins, size: 33825) | |
|
2014-12-05
| ||
| 12:42 | Add new "allow-clean-x" boolean property, which enables a "fossil clean -x" without a warning. ... (file: [588d44f66f] check-in: [69491bb45e] user: jan.nijtmans branch: cleanX, size: 33794) | |
|
2014-12-01
| ||
| 17:25 | merge cleanX ... (file: [377263dc0e] check-in: [5b40b55b6f] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 33746) | |
|
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: [192f2cafad] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 33746) | |
|
2014-09-23
| ||
| 15:21 | Use strncmp() instead of memcmp() when comparing strings since memcmp() is not guaranteed to read bytes in order and hence might read past the zero-terminator of a string. ... (file: [2674156940] check-in: [52cb240425] user: drh branch: trunk, size: 33225) | |
|
2014-09-09
| ||
| 21:24 | Omit TH1 hooks setting when it is not enabled. ... (file: [9407dfc455] check-in: [ff8ac8db0a] user: mistachkin branch: trunk, size: 33140) | |
| 21:22 | Add compile-time option to control whether the TH1 embedded documentation support is enabled. Also, omit TH1 hooks setting when it is not enabled. ... (file: [1e609c006f] check-in: [516cc0c91f] user: mistachkin branch: dynamicTh1Docs, size: 33224) | |
|
2014-09-08
| ||
| 18:13 | Add 'th1-docs' setting to control whether or not TH1 scripts are allowed in embedded documentation files. ... (file: [933d830f69] check-in: [4f0b0a6af2] user: mistachkin branch: dynamicTh1Docs, size: 33149) | |
|
2014-06-11
| ||
| 00:38 | Add 'th1-hooks' setting to control whether or not TH1 hooks are enabled. By default, all TH1 hooks are disabled. ... (file: [f269fd9da2] check-in: [54e00d7a0a] user: mistachkin branch: th1Hooks, size: 33102) | |
|
2014-04-24
| ||
| 09:59 | merge cleanX ... (file: [c30514f4c0] check-in: [f7fd7d0ac8] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 33055) | |
|
2014-03-31
| ||
| 16:48 | Get rid of the GLOBAL_URL() kludge. Change the global "g" variable to contain an instance of the UrlData object instead of individual fields of the UrlData object. ... (file: [8b25fe1809] check-in: [5fdad9bd8c] user: drh branch: trunk, size: 33055) | |
|
2014-02-21
| ||
| 15:02 | merge cleanX ... (file: [0039451c18] check-in: [8b97e37e26] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 33054) | |
|
2013-12-18
| ||
| 15:57 | Add "timeline-show-hidden" setting. ... (file: [d48ab73ced] check-in: [4a2435c656] user: jan.nijtmans branch: hidden-tag, size: 32959) | |
|
2013-12-13
| ||
| 11:31 | Merge trunk. Fix uninitialized variable. Less copying of complete structure content. ... (file: [3d6e23b7e4] check-in: [85528ef507] user: jan.nijtmans branch: tkt-change-hook, size: 33054) | |
|
2013-11-29
| ||
| 06:10 | Rebuild ticket tables when modifications are made using 'fossil config'. ... (file: [f6d1642d1b] check-in: [0047370ce6] user: joel branch: trunk, size: 32911) | |
|
2013-10-30
| ||
| 10:53 | merge cleanX branch changes (which all come from trunk) ... (file: [2349d2172b] check-in: [6934dd3cc0] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 32525) | |
|
2013-10-18
| ||
| 07:50 | Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. ... (file: [c647ff582d] check-in: [9e4a3bc67b] user: mistachkin branch: tkt-change-hook, size: 32716) | |
| 07:48 | Simplify the declaration of common TH1 related configuration settings. ... (file: [6cae04ae00] check-in: [52ed68109b] user: mistachkin branch: trunk, size: 32573) | |
|
2013-10-13
| ||
| 14:46 | add back the original "ticket-change" hook, as it was in trunk ... (file: [9190b7fea2] check-in: [abef3f1957] user: jan.nijtmans branch: tkt-change-hook, size: 32483) | |
| 10:06 | Fix redirect after ticket submission, as suggested by Justin Forest. Rename "ticket-change" to "xfer-ticket-script" everywhere ... (file: [8b98626016] check-in: [26d6877ff6] user: jan.nijtmans branch: tkt-change-hook, size: 32435) | |
| 09:53 | merge trunk ... (file: [19eef0f065] check-in: [a4327ba0b6] user: jan.nijtmans branch: tkt-change-hook, size: 32435) | |
|
2013-10-08
| ||
| 14:43 | Add the Abbreviated Name configuration option that is used for tarball and ZIP archive name construction. ... (file: [7d6cae0993] check-in: [1239545663] user: drh branch: trunk, size: 32387) | |
|
2013-07-10
| ||
| 10:22 | Add new "Tranfer Commit" hook, together with UI pages. Move existing "Ticket" hook there as well. ... (file: [993f6b9863] check-in: [266aca1c42] user: jan.nijtmans branch: tkt-change-hook, size: 32387) | |
|
2013-05-13
| ||
| 10:10 | Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. ... (file: [3329ad495a] check-in: [d60a75fd08] user: jan.nijtmans branch: clean-with-ignore, size: 32291) | |
|
2013-05-07
| ||
| 20:52 | Add --clean option and clean-glob for use by the clean command. Restore previous meaning of the ignore-glob setting. ... (file: [d9192353fb] check-in: [b7afa9728b] user: mistachkin branch: trunk, size: 32339) | |
|
2013-05-02
| ||
| 15:04 | rebase ... (file: [1dd742314c] check-in: [9e4a7190af] user: jan.nijtmans branch: clean-with-ignore, size: 32291) | |
|
2013-04-30
| ||
| 18:37 | Cleaned up previous reportfmt commit to separate the schema from the data. ... (file: [b2c752ea99] check-in: [f2b6459ef1] user: stephan branch: trunk, size: 32243) | |
| 18:18 | Replaced a DELETE with a DROP to avoid having to change the reportfmt default schema. ... (file: [76544a5a9b] check-in: [de119db79f] user: stephan branch: trunk, size: 32235) | |
| 18:14 | (config reset) now re-adds the default ticket report format. Problem reported via mailing list. ... (file: [2db732c7de] check-in: [679ba615f4] user: stephan branch: trunk, size: 32236) | |
|
2013-03-12
| ||
| 15:48 | Add --keep option to "fossil clean", and versionable "keep-glob" setting ... (file: [d927908174] check-in: [6c72cab73c] user: jan.nijtmans branch: clean-with-ignore, size: 32235) | |
|
2013-03-03
| ||
| 00:30 | Fix the usage comment for incorrect parameters on "fossil config sync". Separately, remove an extra newline from the usage output. ... (file: [8b7010c57e] check-in: [69fe4237ce] user: drh branch: trunk, size: 32187) | |
|
2013-02-21
| ||
| 08:15 | unused variables ... (file: [65a63db881] check-in: [75e483899e] user: jan.nijtmans branch: trunk, size: 32171) | |
| 03:51 | Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. ... (file: [384fb62018] check-in: [6d6740dcca] user: drh branch: trunk, size: 32192) | |
|
2013-01-21
| ||
| 11:38 | Rename "unicode-glob" to "encoding-glob". ... (file: [3b18707d7f] check-in: [e8ecd18db1] user: jan.nijtmans branch: improve_commit_warning, size: 32392) | |
|
2012-12-08
| ||
| 06:46 | Merge updates from trunk. ... (file: [c1027840fa] check-in: [fc7e8d01d4] user: mistachkin branch: tclRdOnly, size: 32469) | |
|
2012-11-25
| ||
| 21:42 | Patch provided by Stefan Bellon, >Attached you'll find a patch that adds the "unicode-glob" to the >settings and respects its setting in the check-in. Additionally I >disabled all the check-in warnings (crnl, binary and unicode) in case >--force/-f is set on commit. ... (file: [b0293c07ed] check-in: [0c2f705c80] user: jan.nijtmans branch: bellon-unicode, size: 32392) | |
|
2012-11-22
| ||
| 23:35 | Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. ... (file: [02e95ea160] check-in: [2c6fa9c3b0] user: drh branch: trunk, size: 32344) | |
|
2012-11-20
| ||
| 14:28 | Prevent blank user names from being displayed for items awaiting moderation. Also, Show much less output on a sync operation, unless the --verbose flag is given. ... (file: [8ed7afc5ba] check-in: [15708574fe] user: drh branch: trunk, size: 32296) | |
| 06:04 | Add 'th1-setup' setting for the optional TH1 script to evaluate after creating and initializing the TH1 interpreter. Revise TH1 integration in preparation for generalized hooks. ... (file: [ae8a92f425] check-in: [b058c8a944] user: mistachkin branch: trunk, size: 32274) | |
| 02:05 | Show much less output on a sync operation, unless the --verbose flag is given. ... (file: [18e0c0ec47] check-in: [407cd4c534] user: drh branch: less-verbose-sync, size: 32249) | |
|
2012-11-04
| ||
| 12:59 | Fix typos. ... (file: [11d17d4e1f] check-in: [45065c5c28] user: dmitry branch: spelling, size: 32227) | |
|
2012-10-07
| ||
| 14:49 | Add the new 'tcl-rdonly' setting to the list of those that should be transferred. ... (file: [d5793c36f6] check-in: [2335ae4f22] user: mistachkin branch: tclRdOnly, size: 32305) | |
| 10:12 | Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. ... (file: [c89251c280] check-in: [fa4e828653] user: mistachkin branch: trunk, size: 32228) | |
|
2012-09-30
| ||
| 09:29 | The 'binary-glob' setting is a versionable project setting and should be listed with the others. ... (file: [c1bf83e434] check-in: [6ef41eeffe] user: mistachkin branch: trunk, size: 32150) | |
|
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: [014d6cbe94] check-in: [dacc694615] user: jan.nijtmans branch: trunk, size: 32102) | |
|
2012-09-18
| ||
| 20:14 | Use the list of configuration properties when transfering content from the template repo to the new repo. Also transfer the ticket formats. ... (file: [293b4115ee] check-in: [78cf4138d9] user: drh branch: newTemplate, size: 32134) | |
|
2012-09-05
| ||
| 06:32 | merge trunk ... (file: [8eddc4124e] check-in: [1393a9107b] user: jan.nijtmans branch: eclipse-project, size: 31552) | |
|
2012-09-04
| ||
| 15:48 | Improvements to the CSS on default skins. ... (file: [a40265787f] check-in: [b87d3b8804] user: drh branch: trunk, size: 31561) | |
|
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: [b3ba8cbc63] check-in: [be06861f3c] user: jan.nijtmans branch: ticket-c8c0b78c84, size: 31355) | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [ca0b6d7889] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 31363) | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [7218165a7b] check-in: [0328d68181] user: drh branch: sqlite4, size: 31375) | |
|
2012-06-27
| ||
| 12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [cfa5912a5d] check-in: [6823912746] user: drh branch: sqlite4, size: 31364) | |
|
2012-06-20
| ||
| 14:40 | Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. ... (file: [ebf8d685e7] check-in: [4bf5cdc873] user: drh branch: trunk, size: 31364) | |
|
2012-06-11
| ||
| 17:23 | Merge in Trunk... ... (file: [1fbd1850cf] check-in: [c109e66db5] user: mgagnon branch: mgagnon_fix, size: 31262) | |
|
2012-03-31
| ||
| 15:18 | Add the ability to set a background image as part of the server configuration. Process the CSS using TH1 so that $baseurl can be inserted into the CSS. ... (file: [44058300c4] check-in: [62398459fb] user: drh branch: trunk, size: 31220) | |
|
2012-03-29
| ||
| 14:54 | Add vim modline everywhere ... (file: [d68a6f127a] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 31159) | |
|
2012-02-10
| ||
| 23:05 | Merge in the code that optionally runs a TH1 script after each ticket edit. ... (file: [91e8c74343] check-in: [a9055964f3] user: drh branch: trunk, size: 31117) | |
| 18:02 | climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. ... (file: [d86eb934d9] check-in: [587dd57fe1] user: martin.weber branch: msw-docco, size: 31069) | |
|
2012-02-09
| ||
| 04:48 | Add experimental support for running a TH1 script after a ticket is edited or created. ... (file: [8568f26407] check-in: [9555560966] user: mistachkin branch: tktChangeScript, size: 31105) | |
|
2012-01-18
| ||
| 06:06 | Start of experimental support for post-push TH1 scripting. ... (file: [d30e8b98b3] check-in: [a11b7f1535] user: mistachkin branch: pushScript, size: 31057) | |
|
2011-11-29
| ||
| 11:51 | Transfer the "tcl" parameter on clone and configuration sync when Tcl integration is enabled at compile-time. ... (file: [a9ff7ed29e] check-in: [a57d6ee139] user: drh branch: trunk, size: 30796) | |
|
2011-11-26
| ||
| 13:35 | Include allow-symlinks in the list of settings that are transferred with a clone. ... (file: [786e95602f] check-in: [82979bc210] user: drh branch: trunk, size: 30702) | |
|
2011-11-03
| ||
| 17:31 | Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. ... (file: [c218082450] check-in: [841772c858] user: drh branch: trunk, size: 30654) | |
|
2011-10-05
| ||
| 16:58 | fixed [fc825dcf52] ... (file: [bb6e1fc810] check-in: [4b0f813b8c] user: ron branch: trunk, size: 30653) | |
|
2011-09-15
| ||
| 00:54 | Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n ... (file: [5ae9a2ec00] check-in: [17f21f2482] user: martin.weber branch: msw-docco, size: 30644) | |
|
2011-09-14
| ||
| 17:45 | Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [32a093c8d3] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 30632) | |
| 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: [6dd0a3d144] check-in: [3fbf8caa87] user: martin.weber branch: msw-docco, size: 30620) | |
|
2011-09-01
| ||
| 17:44 | Fixing typo in the 'fossil configuration' command line help. ... (file: [0b592a3849] check-in: [cd8041b159] user: viriketo branch: trunk, size: 30537) | |
|
2011-06-02
| ||
| 19:38 | Merge versionable settings and empty-dirs setting from versionable-settings branch ... (file: [f22960f00d] check-in: [30ebed1903] user: ben branch: ben-testing, size: 30533) | |
|
2011-05-27
| ||
| 12:03 | Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. ... (file: [d25fdad7f3] check-in: [32ad9a1584] user: drh branch: trunk, size: 30485) | |
|
2011-05-24
| ||
| 12:00 | Merge the latest trunk changes into the arjen-doc-updates branch. ... (file: [b84948e76d] check-in: [5d4ef37a9d] user: drh branch: arjen-doc-updates, size: 31018) | |
| 07:27 | Extended the online help for the commit, close, configure, clone and checkout commands ... (file: [3d6597ce2f] check-in: [7df226540d] user: Arjen Markus branch: arjen-doc-updates, size: 17589) | |
|
2011-05-21
| ||
| 16:52 | Add (verisionable) empty-dirs setting ... (file: [0f3469ea29] check-in: [b21f47e967] user: ben branch: bens-expr, size: 30526) | |
|
2011-04-27
| ||
| 18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [3a46aae55c] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 30478) | |
| 02:05 | Fix an issue with the --legacy option to configuration pull. ... (file: [2ccb22ed46] check-in: [940faaa37e] user: drh branch: config-sync, size: 30454) | |
| 00:49 | Simple test cases for configuration sync are now working. ... (file: [4a75184cae] check-in: [bef34a6940] user: drh branch: config-sync, size: 30362) | |
|
2011-04-26
| ||
| 23:11 | Hook up the new configuration transfer logic to "push" and "pull". Compiles cleanly but otherwise untested. ... (file: [ffca828b14] check-in: [9d35e1dbf0] user: drh branch: config-sync, size: 30362) | |
| 18:36 | Update the "configure" command so that the "import", "export", and "merge" subcommands use the new config format. ... (file: [a43bdb4395] check-in: [4291183882] user: drh branch: config-sync, size: 29351) | |
| 15:39 | Add code to generate "config" card for transmitting configuration information using the new format. ... (file: [c2218ffaf1] check-in: [9522964b24] user: drh branch: config-sync, size: 27886) | |
| 00:45 | Begin implementing the protocol changes for configuration sync. ... (file: [f6ea320c70] check-in: [f99e3fa9e6] user: drh branch: config-sync, size: 23790) | |
|
2011-04-25
| ||
| 20:10 | Further work toward two-way configuration sync. Need to check in these changes before they are complete in order to deal with another issue. ... (file: [66d19a2caf] check-in: [71fc181fee] user: drh branch: trunk, size: 20461) | |
| 16:57 | Refactoring some of the configuration sync logic in preparation for bigger changes. ... (file: [1b2b1c0138] check-in: [b44d4a89d0] user: drh branch: trunk, size: 18123) | |
|
2011-02-26
| ||
| 21:49 | First cut at code to enable syncing private branches. Code compiles but is otherwise untested. The "x" privilege is required on the server in order to sync privately. ... (file: [0dfe397807] check-in: [4a17f85182] user: drh branch: private-sync, size: 17054) | |
|
2011-02-25
| ||
| 17:40 | Add the new crnl-glob setting which defines files for which it is OK to have CRNL line endings. Windows projects on which this is preferred can set the crnl-glob pattern to '*'. ... (file: [26a1319be8] check-in: [046658848c] user: drh branch: trunk, size: 17050) | |
|
2011-02-07
| ||
| 20:59 | Transfer the content of the ignore-glob setting as part of the "proj" configuration. Ticket [1b5773eed1758a03a]. ... (file: [72516b026c] check-in: [7bb3db9b64] user: drh branch: trunk, size: 17002) | |
|
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: [bf989ae675] check-in: [31c52c7b3e] user: drh branch: trunk, size: 16954) | |
|
2010-11-26
| ||
| 18:37 | Report an error if the repository schema version does not match what the fossil executable expects. ... (file: [60743f5f4c] check-in: [c0c3d92340] user: drh branch: trunk, size: 16891) | |
|
2010-11-12
| ||
| 21:51 | Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (file: [841e5c9b3c] check-in: [a04a650870] user: drh branch: trunk, size: 16888) | |
|
2010-10-26
| ||
| 19:01 | merge from trunk ... (file: [257b655d57] check-in: [4260bc6a22] user: wolfgang branch: StvPrivateHook2 , size: 17025) | |
|
2010-10-23
| ||
| 19:43 | Transmit the "manifest" setting as part of project configuration. ... (file: [41ec7c2149] check-in: [d57f3c7775] user: drh branch: experimental, size: 16879) | |
|
2010-10-09
| ||
| 20:13 | show references to commandline on webpages; add httptrace to windows http server ... (file: [92b66f37ba] check-in: [d1d1cd122b] user: wolfgang branch: wolfgangHelpCmd, size: 16977) | |
|
2010-10-08
| ||
| 15:05 | fine tuning the layout of the command line help strings ... (file: [1c03860023] check-in: [c6d1879069] user: wolfgang branch: wolfgangHelpCmd, size: 16817) | |
| 10:59 | Obscure the text of the remote-url password so that it is not easily visible using the sqlite3 CLI. ... (file: [dd2692997f] check-in: [cfbbad3d48] user: drh branch: trunk, size: 16831) | |
|
2010-08-26
| ||
| 11:31 | Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. ... (file: [41feb659f1] check-in: [1a9fe88b66] user: drh branch: trunk, size: 16820) | |
|
2010-07-23
| ||
| 09:37 | Fixed various typos and omissions in help sections ... (file: [b9eda7d7c0] check-in: [44b02c3de9] user: BMorgat branch: trunk, size: 16783) | |
|
2010-06-23
| ||
| 11:58 | Fix to a "help" message. No code changes. ... (file: [fadd7bf52f] check-in: [b892572644] user: drh branch: trunk, size: 16754) | |
|
2010-06-10
| ||
| 18:50 | Use the qoute() function to encode setting value for the "configure export" command. This allows the binary logo image to be exported. ... (file: [c4d75dbe94] check-in: [59fcfb777d] user: drh branch: exp-search, size: 16738) | |
|
2010-05-16
| ||
| 19:08 | Change from GPL to the Simplified BSD License. ... (file: [7ae7c542ab] check-in: [c06edd231f] user: drh branch: clear-title, size: 16731) | |
|
2010-01-26
| ||
| 14:38 | Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. ... (file: [bc11c2b462] check-in: [b8d812efb9] user: jeremy_c branch: trunk, size: 17007) | |
|
2010-01-21
| ||
| 18:13 | Factor the sync password out of the last-sync-url configuration setting. Store the password separately. Prompt the user for the password if it is missing. ... (file: [32b9049819] check-in: [59002d5e35] user: drh branch: experimental, size: 17004) | |
|
2010-01-12
| ||
| 14:10 | Transfer SHA1-encoded passwords on a "configure push|pull user" when the client has Admin privilege. ... (file: [e5a99ee9d1] check-in: [9c5322463b] user: drh branch: trunk, size: 16838) | |
|
2010-01-10
| ||
| 00:07 | Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. ... (file: [2e763365b9] check-in: [cd93f5965b] user: drh branch: experimental, size: 16737) | |
|
2009-09-21
| ||
| 19:10 | Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. ... (file: [ac12a5f70a] check-in: [43481115ed] user: drh branch: trunk, size: 16689) | |
|
2009-03-30
| ||
| 00:58 | Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. ... (file: [d749a9aa69] check-in: [327823e39b] user: drh branch: trunk, size: 16593) | |
|
2008-11-20
| ||
| 01:07 | When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] ... (file: [a5fbc772d1] check-in: [0c6ea0d93f] user: drh branch: trunk, size: 16663) | |
|
2008-10-25
| ||
| 17:51 | Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. ... (file: [2a0972b75d] check-in: [6b0b57a924] user: drh branch: trunk, size: 16662) | |
|
2008-10-18
| ||
| 02:27 | Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. ... (file: [2cb2adc7b4] check-in: [ac3f1f2ba7] user: drh branch: trunk, size: 15461) | |
|
2008-10-04
| ||
| 20:40 | The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. ... (file: [b4f6a922b2] check-in: [bf75ea9852] user: drh branch: trunk, size: 15365) | |
|
2008-05-28
| ||
| 19:24 | More ticket processing refinements. ... (file: [fa0c2531fc] check-in: [27d2e6e458] user: drh branch: trunk, size: 7224) | |
| 15:29 | Split of the ticket configuratio into separately editable pieces. ... (file: [ebeebd8a01] check-in: [86db6fa150] user: drh branch: trunk, size: 7130) | |
|
2008-05-23
| ||
| 19:21 | Finish implementing the configuration command by adding method implementations for "import", "reset", and "pull". ... (file: [ee8a3cb48e] check-in: [28e56282c9] user: drh branch: trunk, size: 6895) | |
|
2008-05-22
| ||
| 13:58 | Begin adding the new "configure" command. ... (file: [bd69dac967] check-in: [e06ae9f6d2] user: drh branch: trunk, size: 5707) | |