Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2012-04-19 15:18:01" occurring around 2012-04-19 15:18:01.

2012-05-04
21:31
Bump version of zlib in the Windows makefiles. ... (check-in: a30da54fee user: mistachkin tags: trunk)
2012-04-29
17:08
Merge in recent trunk changes so that the branches can be more easily compared. ... (Closed-Leaf check-in: 82332148a2 user: drh tags: side-by-side-edit)
16:54
Remove appropriate "ckout:" records from the config table when closing a checkout. Do not attempt to modify the repository with "ckout:" records if the repository is read-only. ... (check-in: 02051489a0 user: drh tags: trunk)
04:54
Create new branch named "side-by-side-edit" ... (check-in: 68a8a7e925 user: renez tags: side-by-side-edit)
2012-04-28
22:42
Add the "fossil all changes" command to show all check-outs with uncommitted changes. Also add the "fossil all list --ckout" option to show all current checkouts rather than all repositories. ... (check-in: 42f4d14771 user: drh tags: trunk)
18:55
Change the name of the auto-enable-hyperlinks setting to auto-hyperlink and make it available via the "fossil setting" command. <b>Note:</b> when upgrading through this change, if you formerly had auto-hyperlink turned off, you will have to turn it off again since the name has changed. It defaults to on. ... (check-in: cb5db7598f user: drh tags: trunk)
18:24
Remove a surplus space character following the user name in the description of check-ins. ... (check-in: 0ea8ed34a1 user: drh tags: trunk)
18:02
Fix a stray ")" character in the diff buttons of the "check-in" information page. ... (check-in: 82476370d0 user: drh tags: trunk)
17:28
For the "fossil info" command from without an open check-out, only show the alt-root and access-url information if the --detail or -l options are given. ... (check-in: f1487280a8 user: drh tags: trunk)
15:00
On the "setup_ulist" (list of users) webpage, group the special category users ("anonoymous", "nobody", "reader", "developer") together at the top of the screen, rather than interspersing them among the regular users. ... (check-in: 2079981fd6 user: drh tags: trunk)
14:13
Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. ... (check-in: 2008cecf1c user: drh tags: trunk)
12:07
s/History/Hyperlink/ to accommodate API change. ... (check-in: 89f37c0458 user: stephan tags: trunk)
08:05
Move the enhanced spider-defense mechanism into the trunk. ... (check-in: 433cde1ce8 user: drh tags: trunk)
08:03
Refinements to the new hyperlink logic and spider defense. ... (Closed-Leaf check-in: d9c8a7dd73 user: drh tags: spider-defense)
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. ... (check-in: 8ae52fc418 user: drh tags: spider-defense)
03:32
Enhance the "translate" utility so that formatting characters can occur in between the "%" and "C" of a printf-style conversion on @-lines. ... (check-in: f9711803e2 user: drh tags: trunk)
2012-04-27
15:56
Always update the baseurl: entry in the config table if using a repository from a URL that has not previously been recorded. ... (check-in: c7d6e334f8 user: drh tags: trunk)
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. ... (check-in: e604d483ee user: drh tags: trunk)
13:41
Provide the "public-pages" glob pattern that can allow anonymous users to access embedded documentation on sites where the source code should not be accessible to anonymous users. ... (check-in: 79ef9618e6 user: drh tags: trunk)
12:31
Fix an over-length line in glob.c. ... (check-in: 9232fd6946 user: drh tags: trunk)
2012-04-24
13:36
Update to the latest SQLite version 3.7.12 beta. ... (check-in: 6cfd8ecc05 user: drh tags: trunk)
2012-04-22
10:09
Merging from trunk. I solved some conflicts on the report for merges (cherrypick/...), adding some comments, and adopted the trunk solution to unchanged checkin messages. ... (check-in: 40debe4782 user: viriketo tags: annotate_links)
2012-04-21
18:06
Enhance to #ifdef lines to enable Fossil to build and run on haiku. ... (check-in: b2cc871031 user: drh tags: trunk)
2012-04-20
01:33
Bump version of OpenSSL in the Windows makefiles. ... (check-in: fb48371c74 user: mistachkin tags: trunk)
2012-04-19
15:18
Merge documentation updates from msw-docco into trunk. ... (check-in: 5f6b495230 user: drh tags: trunk)
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. ... (Closed-Leaf check-in: 626a317e5c user: martin.weber tags: msw-docco)
2012-04-17
22:31
Merge the msw-docco changes into trunk. ... (check-in: 3c637382b4 user: drh tags: trunk)
21:56
Pull in the latest pre-release version of SQLite, including the new shell. ... (check-in: 4faefe630e user: drh tags: trunk)
20:37
If a user tries to add an attachment which is a valid control artifact, compress the attachment and append ".gz" to its names, to prevent it from being interpreted as a real control artifact. Also fix an unrelated comment typo. ... (check-in: cd4e08803f user: drh tags: trunk)
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. ... (check-in: 7727eb12b0 user: martin.weber tags: msw-docco)
2012-04-13
22:42
Fix the /dir webpages to that it treats folders whos names differ only in case as the same folder when case-sensitive is off. ... (check-in: 4290a801a0 user: drh tags: trunk)
2012-04-11
16:37
Sorry - failed to tap ctrl-x s before that last commit :/. ... (check-in: ad1628626a user: stephan tags: trunk)
16:33
Second half of the tarball fix (CLI mode, i missed that one). ... (check-in: b79d2b77fe user: stephan tags: trunk)
16:28
Fixed: /tarball accepted non-checkin rids (but of course could not generate a tarfile from them). Bug report from Justin Gedge on the mailing list. ... (check-in: f982e3764b user: stephan tags: trunk)
2012-04-06
17:24
(1) Show cherrypick and backout merges in the status command (2) Allow partial commits of cherrypick and backout merges (3) Prompt user to continue if a check-in comment is unedited (4) Fixing a jump on uninitialized data on web sbs diff - cherrypick of [92b2a5c390467a] (5) Updates against an uncommitted merge are now a warning, not a fatal error. ... (check-in: 195517a9c9 user: drh tags: trunk)
13:05
Cleanup: Move all occurrences of setmode() into fossil_binary_mode. ... (check-in: fa4371f3b5 user: drh tags: trunk)
2012-04-04
16:20
Updating from trunk to get the latest trunk fixes. ... (check-in: b7f3a32d4e user: viriketo tags: annotate_links)
2012-04-02
01:19
Fix a bug in the previous check-in. ... (check-in: b65ed0b106 user: drh tags: trunk)
01:14
Improve the readability of large sizes on the "stat" webpage. ... (check-in: 701c8e68c6 user: drh tags: trunk)
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. ... (Closed-Leaf check-in: ef9ec5d74a user: drh tags: comma-in-stat)
2012-03-31
19:15
Update to the latest SQLite code. Fix a compiler warning in style.c. ... (check-in: 82f5663270 user: drh tags: trunk)
17:13
fix for cookie mismatch for self-registered users (reported via mailing list). ... (check-in: dc97099ac3 user: stephan tags: trunk)
16:24
Update the download page generator script to always include the &lt;!DOCTYPE html&gt; at the beginning. Otherwise, IE9 doesn't work. ... (check-in: 1bf77fa2da user: drh tags: trunk)
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. ... (check-in: 62398459fb user: drh tags: trunk)
14:35
Pulled in latest cson_amalgamation for cson_sqlite3_bind_value(). ... (check-in: 1eec62808d user: stephan tags: trunk)
14:02
Add a background image to the www/ directory. ... (check-in: 351dabfb95 user: drh tags: trunk)
13:22
Remove ambiguity in LOGIN_IGNORE_U and LOGIN_IGNORE_V flags by combining them into a single flag. ... (check-in: 49546c5a87 user: drh tags: trunk)
2012-03-30
13:22
Further improvements to the help text for the "fossil ci" command. ... (check-in: 6d4f9a3b69 user: drh tags: trunk)
2012-03-29
18:31
minor checkin doc improvement (suggestion from Marek). ... (check-in: b6d219b920 user: stephan tags: trunk)
18:24
Added -i/--invert option to /json/wiki/list --glob/--like flags. ... (check-in: 757cf364a9 user: stephan tags: trunk)