Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" occurring on or before 2012-07-19 22:03:01.

2012-07-19
22:03
Fix a formatting problem on the setup_settings page. ... (check-in: 6f594af627 user: drh tags: trunk)
21:44
Create a javascript function $(id) which is an alias for document.getElementById(id). Use the $(id) function everywhere that document.getElementById(id) was used. ... (check-in: 97d651b85a user: drh tags: trunk)
18:53
Automatically check both "Tags:" and "Branching:" boxes when text is entered into the name fields on the "ci_edit" page. ... (check-in: b2164fb70c user: drh tags: trunk)
18:41
/ci_edit now auto-checks the Add Tag checkbox if the user types in the tag name field. Thanks to Nolan D. for the suggestion and Steve H. for the graceful solution. ... (check-in: 542f989a27 user: stephan tags: trunk)
18:03
Merged in [0c0f268ff3], minor th1-internal doc addition. ... (check-in: 56db35330d user: stephan tags: th1-query-api)
15:41
Fix the db_is_writable() routine to return FALSE if the database is not even open. ... (check-in: 0c0f268ff3 user: drh tags: trunk)
2012-07-17
16:55
Separate the download links on the "info" and "ci" pages onto a separate line with a separate label. ... (check-in: 7ee938f40e user: drh tags: trunk)
2012-07-16
14:37
cherry-picked [4295728159451e0d]. ... (check-in: a7eb714758 user: stephan tags: trunk)
2012-07-14
18:44
i think i fixed the th.c-needs-blob.h build problem (again). Merged in 9f83e033a2304a9. ... (check-in: 960576b961 user: stephan tags: th1-query-api)
16:51
Merge the root-tag branch into trunk. ... (check-in: 9f83e033a2 user: drh tags: trunk)
11:40
Changes to the root-tag processing to provide better error messages. ... (Closed-Leaf check-in: 36134ce275 user: drh tags: root-tag)
04:43
Allow check-in specifications of the form "root:BRANCH" where BRANCH is a branch name. Such a spec refers to the point on the parent branch from which the branch is derived. Useful for doing a diff of an entire branch, for example, using "fossil diff --from root:xyz --to xyz". ... (check-in: a4e01221c8 user: drh tags: root-tag)
00:20
added th1 query API. ... (check-in: c3b10e12a1 user: stephan tags: th1-query-api)
2012-07-13
20:52
minor formatting fix. ... (check-in: 31545360ab user: stephan tags: trunk)
18:55
minor doc correction. ... (check-in: 5df13a0b38 user: stephan tags: trunk)
18:49
Reworked the /json/artifact/FILE|CHECKIN response payloads to streamline the structures, remove duplicate data, and add file parent information. ... (check-in: 824ede2af6 user: stephan tags: trunk)
18:40
Added (hasfeature json|ssl|tcl) function to TH1 to determine whether the given compile-time option is enabled. ... (check-in: 2be3a876fd user: stephan tags: trunk)
18:37
Fixed setting of FOSSIL_ENABLE_JSON vis-a-vis autosetup. ... (check-in: 00b86a85be user: stephan tags: trunk)
18:01
Replaced free() with fossil_free() for pedantic correctness. Minor related doc fix. ... (check-in: 9f98585e89 user: stephan tags: trunk)
16:56
help text updates. ... (check-in: 91a740e82a user: stephan tags: trunk)
16:56
Added blob_swap() to simplify some json code. ... (check-in: 2e2cd82bac user: stephan tags: trunk)
16:56
Fixed a segfault which could/did happen when running content through wikification in CLI mode (which g.zTop is not set). ... (check-in: a3dd2cfeb0 user: stephan tags: trunk)
15:06
Several minor internal cleanups to the json code which i thought i had committed last week :/. ... (check-in: 055dfb1223 user: stephan tags: trunk)
2012-07-07
13:32
Fix the URL parser so that it is able to handle IPv6 addresses. Fixes to the IPv6 client-side code. ... (check-in: beea59873a user: drh tags: ipv6)
2012-07-06
16:18
/json/query now fails without executing the query if the provided query has no result _columns_ (to explicitly disallow INSERT/DELETE/DROP, etc.). ... (check-in: 3e1dd97f77 user: stephan tags: trunk)
2012-07-05
21:25
Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. ... (check-in: 0268e771ef user: drh tags: ipv6)
19:24
Minor interal json refactoring made possible by recent cson changes. ... (check-in: e40e79b7ab user: stephan tags: trunk)
19:03
Pulled in latest cson amalgamation for the cson_type_id addition and started refactoring some O(N) lookups to O(1) based on that addition. ... (check-in: cde55bd7a3 user: stephan tags: trunk)
2012-07-03
21:30
minor cleanups made possible by newer cson APIs. ... (check-in: 9be377fef1 user: stephan tags: trunk)
21:28
Minor improvement to the "are we in JSON mode so we can disable the name parameter hack?" pre-check. ... (check-in: 5ea759f9fe user: stephan tags: trunk)
21:10
Minor optimization in stash_create to bypass an unneeded blob_compare() when (isLink!=isNewLink). ... (check-in: 75461b993e user: stephan tags: trunk)
21:07
Replaced a malloc()/free() with fossil_malloc()/free() and removed the corresponding NULL check (fossil_malloc() dies on error). ... (check-in: 6ad70288d9 user: stephan tags: trunk)
2012-06-29
23:45
Fix a bug in the manifest generator that was introduced by check-in [01e4de6b8ae936b]. ... (check-in: 5f3a0681a0 user: drh tags: trunk)
21:30
Added check of rc for setgid/setuid() calls. ... (check-in: 4d107b597a user: stephan tags: trunk)
19:35
Remove redundant include argument from the compilation steps of several source files. ... (check-in: 8a18e7fb7f user: mistachkin tags: trunk)
15:47
Merge in the trunk changes. ... (check-in: 0315f3f03b user: drh tags: sqlite4)
12:48
Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. ... (check-in: 01e4de6b8a user: drh tags: trunk)
11:05
Update the test-parse-manifest test command so that it reports parse failures on standard output. ... (check-in: 4113f5881b user: drh tags: trunk)
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. ... (check-in: 6823912746 user: drh tags: sqlite4)
2012-06-25
15:43
Improved detection of changes to a file after a merge that do not change the size of the file. ... (check-in: 23022a8546 user: drh tags: trunk)
15:15
Whan a commit fails because the repository checksum does match the working directory, in addition to printing the names of the files that disagree, also output the repository version of the files to separate temporary files to facilitate error analysis. ... (check-in: edc0c9464d user: drh tags: trunk)
2012-06-24
03:47
Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. ... (check-in: bbcc8fe351 user: stephan tags: trunk)
2012-06-22
23:42
Updates to test procedures. Add a test case for the hard-to-diff sqlite3.c change. ... (check-in: f9b89f61a3 user: drh tags: trunk)
23:32
Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. ... (check-in: c5b835ddc0 user: drh tags: trunk)
22:39
Huge performance improvement for certain pathological cases for diffing of very large files. ... (check-in: 9e15437e97 user: drh tags: trunk)
13:03
Minor Makefile hack to allow "make clean" to work from ./src/. ... (check-in: 4e4b6cc35f user: stephan tags: trunk)
12:58
MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan)
2012-06-20
17:26
Remove an unused variable. ... (check-in: 2955cece33 user: drh tags: trunk)
17:24
Add the ability for an administrator to run raw SQL commands via the web interface. ... (check-in: ca0faa88a4 user: drh tags: trunk)
16:47
comment-after-#ifdef patch from Alexander Orefkov. ... (check-in: c5d56e4974 user: stephan tags: trunk)