202 events occurring around 2007-10-13 01:18:52.
2007-11-16
| ||
20:42:31 | * | [36b96b8616] Rework the merge algorithm. It now only works for text files. But, it no longer gets confused by line endings (\r\n versus \n) and it reports conflicts. (user: drh, tags: trunk) |
08:32:40 | * | [96b7bfb834] Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes. (user: aku, tags: trunk) |
06:55:58 | * | [ce7fb48e8c] Moved out-of-place state declarations to the proper phase (setup, not run). (user: aku, tags: trunk) |
06:53:01 | * | [e7c805f137] Added skeleton of pass 8, the final pass for the breaking of dependency cycles. This pass will handle the remaining cycles crossing revision and symbol changesets. (user: aku, tags: trunk) |
06:51:25 | * | [7b3928681e] Bugfix. Destroy graph object after use. (user: aku, tags: trunk) |
04:17:30 | * | [770a9b576a] Completed pass 7, breaking dependency cycles over symbol changesets. Moved the bulk of the cycle breaker code into its own class as it was common to the passes 6 and 7, and updated the two passes accordingly. Added code to load the changeset counter from the state to start properly. (user: aku, tags: trunk) |
03:59:21 | * | [de64c94f54] Bugfix. When setting up or extended the changeset graph a changeset's successor may lay outside of the set of changesets under consideration, i.e. without a node in the graph. Ignore these. This did not (or only rarely) happen before the bugfix to the successor computation of changesets in project::rev (list instead of single). (user: aku, tags: trunk) |
03:54:54 | * | [2516f4a56d] Bugfix. When I introduced the 'revisionbranchchildren' table to pass 2 I forgot to update pass 4 as well. Added code to drop the excluded revisons from this table as well, as either parent of branches, or branch child of some other revision. (user: aku, tags: trunk) |
03:52:18 | * | [341d96be21] Bugfix. In pass 5, loading the changesets used the type codes instead of the type names. Modified the SQL selecting the data to return the proper names. (user: aku, tags: trunk) |
03:17:35 | * | [f1b55da0ac] Bug fixes in the Myers diff algorithm. (user: drh, tags: trunk) |
2007-11-15
| ||
21:49:14 | * | [57b2735ebd] Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. (user: drh, tags: trunk) |
07:17:07 | * | [258366a37a] Added skeleton files for pass 7, the breaking of dependency cycles over symbol-based changesets. (user: aku, tags: trunk) |
2007-11-14
| ||
05:26:18 | * | [f631d438b4] Added note regarding 'RevisionTopologicalSortPass', which is not a separate pass for us, but part of pass 6, breaking cycles over revision changesets. (user: aku, tags: trunk) |
05:11:56 | * | [94c39d6375] Completed pass 6, wrote the code performing the breaking of cycles. Done by analysing each triple of changesets in the cycle at the file dependency level to see which revisions can be sorted apart. Added some additional utility routines. Extended the changeset class with the accessors required by the cycle breaker. (user: aku, tags: trunk) |
05:08:43 | * | [67600f777b] Fixed handling of project objects when persisting them. Fill the project map. This is needed if the pass is not skipped. For the skip case we already initialize the project map when 'load'ing from the state. (user: aku, tags: trunk) |
2007-11-13
| ||
07:22:35 | * | [85bd219d0b] Continued work on pass 6. Completed creation of changeset graph (nodes, dependencies), started on topological iteration and breaking cycles. Basic iteration is complete, fiding a cycle ditto. Not yet done is to actually break a found cycle. Extended the changeset class with the necessary accessor methods (getting cset type, successors, time range).... (user: aku, tags: trunk) |
05:09:07 | * | [24c0b662de] Reworked the in-memory storage of changesets in pass 5 and supporting classes, and added loading of changesets from the persistent state for when the pass is skipped. (user: aku, tags: trunk) |
2007-11-11
| ||
00:08:46 | * | [2a01d50430] Started on pass 6, breaking cycles between revision based changesets. Added skeleton files. (user: aku, tags: trunk) |
2007-11-10
| ||
23:44:29 | * | [08ebab80cd] Rewrote the algorithm for breaking internal dependencies to my liking. The complex part handling multiple splits has moved from the pass code to the changeset class itself, reusing the state computed for the first split. The state is a bit more complex to allow for its incremental update after a break has been done. Factored major pieces into separ... (user: aku, tags: trunk) |
20:40:06 | * | [95af789e1f] Oops. pass 5 is not complete. Missed the breaking of internal dependencies, this is done in this pass already. Extended pass _2_ and file revisions with code to save the branchchildren (possible dependencies), and pass 5 and changesets with the proper algorithm. From cvs2svn, works, do not truly like it, as it throws away and recomputes a lot of st... (user: aku, tags: trunk) |
07:46:20 | * | [5f7acef887] Completed pass 5, computing the initial set of changesets. Defined persistent structure and filled out the long-existing placeholder class (project::rev). (user: aku, tags: trunk) |
05:34:26 | * | [54d1e3537e] Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. (user: aku, tags: trunk) |
2007-11-09
| ||
06:42:46 | * | [959192d4b7] Added note about why we omit cvs2svn's sorting passes. (user: aku, tags: trunk) |
06:28:19 | * | [131f051880] Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. (user: aku, tags: trunk) |
2007-11-08
| ||
16:14:13 | * | [50ff86afd0] Add the --detail flag to the merge command. (user: drh, tags: trunk) |
2007-11-07
| ||
22:22:02 | * | [ac6bb3ce06] Improvements to the merge algorithm so that it works better for common changes. Still more work needed. (user: drh, tags: trunk) |
07:46:31 | * | [e45f47ec4a] Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. (user: aku, tags: trunk) |
06:22:32 | * | [37734390ca] Pass 4 nearly completed. Rewrite symbol mutation, completed adjustment of symbol parents, added symbol refinement (noop or not flags). Now only missing piece is replication of the pass 2 paranoia checks. Note: Checks in the adjustment of parents are a bottleneck. May need indices, or something we can do in memory. (user: aku, tags: trunk) |
06:19:13 | * | [7ab490df24] Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. (user: aku, tags: trunk) |
2007-11-06
| ||
08:05:40 | * | [3a530ef947] Continued work on pass 4. Now propagating the project level information about prefered parents down to the file level tags. Same for the file level branches is not yet done. (user: aku, tags: trunk) |
07:14:07 | * | [ffafc0bd65] Continued work on pass 4. Added code bringing the file level symbol data into compliance with the project level symbol types, converting tags to branches and vice versa. (user: aku, tags: trunk) |
06:47:26 | * | [69bf6ab99b] Continued work on pass 4. Implemented the deletion of excluded symbols and all parts referencing them. The complex part is the regrafting of NTDB revisions should a NTDB branch be excluded. This is like 'GraftNTDB2Trunk' in 'file' when excluding everything but the trunk. (user: aku, tags: trunk) |
04:57:15 | * | [11e5d7ce42] Started on pass 4, 'FilterSymbols'. Skeleton. (user: aku, tags: trunk) |
04:55:29 | * | [d314894b9a] Extended comment. (user: aku, tags: trunk) |
04:53:55 | * | [4c8a5a44af] Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. (user: aku, tags: trunk) |
04:39:41 | * | [efc78b7a42] Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. (user: aku, tags: trunk) |
2007-11-05
| ||
09:04:25 | * | [7eaa420a23] Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code per... (user: aku, tags: trunk) |
02:42:58 | * | [929d28e358] Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. (user: drh, tags: trunk) |
2007-11-03
| ||
04:39:37 | * | [a67fbd784d] Add support for built-in variables in subscript. (user: drh, tags: trunk) |
04:23:43 | * | [92f6081d11] Add basic math operators to subscript. (user: drh, tags: trunk) |
04:01:55 | * | [8ef26c5e72] Subscript interpreter is now running. (user: drh, tags: trunk) |
2007-11-02
| ||
06:06:24 | * | [f888f06fe3] Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. (user: aku, tags: trunk) |
04:29:05 | * | [6d4eb24738] Skeleton for pass 3 added, collating the symbols. (user: aku, tags: trunk) |
04:26:32 | * | [c3d5104084] Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. (user: aku, tags: trunk) |
04:24:31 | * | [77904c1f51] Fixed typos. (user: aku, tags: trunk) |
2007-10-31
| ||
03:45:12 | * | [cb4d44d60e] Milestone I reached (To save the fundamental repository structure into a sqlite database). (user: aku, tags: trunk) |
03:44:01 | * | [6f8667b03e] Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). (user: aku, tags: trunk) |
2007-10-28
| ||
23:27:12 | * | [f08adf3d58] Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. (user: drh, tags: trunk) |
21:26:07 | * | [f40230a7e8] The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. (user: drh, tags: trunk) |
21:09:32 | * | [e75f9a2ab4] Fixes to the rendering of <verbatim> and <nowiki> (user: drh, tags: trunk) |
20:52:52 | * | [8ffd32c2b7] Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. (user: drh, tags: trunk) |
2007-10-27
| ||
13:52:17 | * | [421a1e1fa4] Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. (user: drh, tags: trunk) |
04:59:07 | * | [831e8f360d] Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. (user: aku, tags: trunk) |
2007-10-26
| ||
23:05:50 | * | Changes to wiki page RockShoxBugs (user: rockshox) |
18:18:59 | * | [783df88ba8] Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. (user: drh, tags: trunk) |
17:43:48 | * | Changes to wiki page UserPermissions (user: anonymous) |
17:43:12 | * | Changes to wiki page UserPermissions (user: anonymous) |
17:40:37 | * | Changes to wiki page RockShoxBugs (user: anonymous) |
06:53:16 | * | [70d4a81162] Added another consistency check, and revised the comments to use the more exact terms for the various relationships. (user: aku, tags: trunk) |
06:11:21 | * | [2e7cbb2829] Fixed one of the cross-reference checks. (user: aku, tags: trunk) |
05:29:46 | * | [2434ad3bfe] Added lots of checks looking for inconsistent references between the various objects, mainly revisions. (user: aku, tags: trunk) |
05:28:24 | * | [1deb3786aa] Added saving of the fundamental symbol information (project level). (user: aku, tags: trunk) |
2007-10-25
| ||
05:16:57 | * | [89e9b357ed] Fixed saving of authors, log messages, meta data. This was wrong since revision 99e165d5c4, when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). (user: aku, tags: trunk) |
05:14:20 | * | [7375ebb988] Formatting change, code alignment. (user: aku, tags: trunk) |
05:13:41 | * | [2c08006d9d] Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. (user: aku, tags: trunk) |
2007-10-24
| ||
14:44:57 | * | [05f9c95573] Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. (user: aku, tags: trunk) |
08:01:01 | * | [adf168e23e] Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. (user: aku, tags: trunk) |
07:54:01 | * | [fa643aa91d] Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. (user: aku, tags: trunk) |
2007-10-23
| ||
19:43:47 | * | [f4c30de75a] No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. (user: drh, tags: trunk) |
18:04:19 | * | [f66089ec43] Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. (user: drh, tags: trunk) |
16:35:04 | * | [8fb641e071] Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. (user: drh, tags: trunk) |
16:30:21 | * | [17486c353f] Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. (user: drh, tags: trunk) |
04:36:31 | * | [e94b52b6f2] Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. (user: aku, tags: trunk) |
04:34:12 | * | [9f3fd3ec4b] Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. (user: aku, tags: trunk) |
04:32:06 | * | [1527954d87] Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. (user: aku, tags: trunk) |
03:29:36 | * | [a766b08198] Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. (user: aku, tags: trunk) |
02:29:55 | * | [3a00ac5aa2] Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. (user: aku, tags: trunk) |
2007-10-21
| ||
11:11:02 | * | [8f423ad438] Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. (user: drh, tags: trunk) |
07:08:28 | * | [436f17a5f0] Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. (user: aku, tags: trunk) |
06:10:13 | * | [886b6f257b] Added code able to exclude all non-trunk revisions upon user request. (user: aku, tags: trunk) |
04:42:14 | * | [99e165d5c4] Created a separate common class for the id databases used by the repository, and updated the repository code to use it. (user: aku, tags: trunk) |
2007-10-19
| ||
07:23:57 | * | [510cd02303] Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. (user: aku, tags: trunk) |
07:22:44 | * | [294156a36f] Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. (user: aku, tags: trunk) |
2007-10-17
| ||
04:37:05 | * | [cfe4b269ac] Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. (user: aku, tags: trunk) |
04:33:49 | * | [09af24fc7c] Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). (user: aku, tags: trunk) |
03:24:30 | * | [b5b2d61527] Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. (user: aku, tags: trunk) |
03:15:12 | * | [177a0cc55c] Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. (user: aku, tags: trunk) |
03:10:46 | * | [a3cd0c3099] More handling for option --trunk-only. (user: aku, tags: trunk) |
03:09:58 | * | [3bde1a2e2f] Added new option --trunk-only, state and processing. (user: aku, tags: trunk) |
03:08:06 | * | [4e49cbf03b] New helper command to delete item from list by name instead of position. (user: aku, tags: trunk) |
2007-10-15
| ||
20:45:11 | * | [da9d38e2c3] Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. (user: drh, tags: trunk) |
00:03:30 | * | [e5441b908d] Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... (user: aku, tags: trunk) |
2007-10-14
| ||
01:58:07 | * | [67c24820c7] Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded ... (user: aku, tags: trunk) |
00:30:39 | * | [d29dd11f2e] Add a sample ticket configuration script. This is just working notes. It will eventually be removed. (user: drh, tags: trunk) |
00:29:14 | * | [39aa870f8f] Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. (user: drh, tags: trunk) |
2007-10-13
| ||
23:57:15 | * | [54ac684df7] Completed loading of pass I from persistent state when skipped. (user: aku, tags: trunk) |
23:42:08 | * | [4df56a9e7e] Closed-Leaf For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. Thi... (user: aku, tags: trunk) |
23:29:17 | * | [ae19c0fcb4] Fork Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. (user: aku, tags: trunk) |
21:15:30 | * | [27470a9304] Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. (user: aku, tags: trunk) |
05:39:00 | * | [cb70cf4ad6] The basic work of setting up and linking revisions, tags, and branches is complete. (user: aku, tags: trunk) |
01:18:52 | * | [c963a7763d] Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. (user: drh, tags: trunk) |
2007-10-12
| ||
23:18:35 | * | [df646a7f4c] Fix some (certainly not all) problems with wiki editing. (user: drh, tags: trunk) |
22:56:18 | * | [677aa71bca] The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. (user: drh, tags: trunk) |
07:20:47 | * | [40eaf58ec7] Extended rcs parser with another callback run after the processing of the revision tree completed, before starting on description and delta texts. Updated file class to intercept the callback. (user: aku, tags: trunk) |
07:18:27 | * | [da9295c6f6] Continued to flesh out revision and symbol processing. Started on the project level classses. (user: aku, tags: trunk) |
05:57:53 | * | [be891232a2] Extended rcs parser to tag errors which are syntax errors in the RCS archive. Extended pass handling to capture trouble and distinguish between internal problems and syntax errors. (user: aku, tags: trunk) |
05:56:46 | * | [bd131addb9] Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragments of revision object. Type methods for classification of revision numb ers. (user: aku, tags: trunk) |
2007-10-11
| ||
02:11:42 | * | [1ce716b2ec] Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. (user: drh, tags: trunk) |
02:10:31 | * | Changes to wiki page Fossil (user: drh) |
01:56:57 | * | [218577e3af] Add the g.zBaseURL and g.zTop printouts to the test_env test page. (user: drh, tags: trunk) |
01:20:45 | * | [a84089319c] Fix a C++-ism. (user: drh, tags: trunk) |
01:17:20 | * | [e38fc922a5] Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. (user: drh, tags: trunk) |
2007-10-10
| ||
23:10:48 | * | [61ce5e3685] Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. (user: drh, tags: trunk) |
21:15:17 | * | [50a58adb76] Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. (user: drh, tags: trunk) |
15:21:53 | * | [9f89a8e68e] Fix the wiki editor so that it can handle wiki page names that include spaces. (user: drh, tags: trunk) |
05:36:27 | * | [a10f654ac7] Added more checks to pass I looking for possible file/directory conflicts in the repository, and modified traverser to report on and ignore sub directories of Attic's. (user: aku, tags: trunk) |
04:23:22 | * | [338854a61a] API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. (user: aku, tags: trunk) |
03:39:04 | * | [29bc8da1d9] Added diff-command and gdiff-command to the valid settings (user: jnc, tags: trunk) |
03:28:22 | * | [84de38d73f] Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. (user: aku, tags: trunk) |
02:49:29 | * | [f3807dbd88] Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. (user: jnc, tags: trunk) |
2007-10-09
| ||
02:35:22 | * | [dfea940da8] Refinements to the timeline for giving better information about wiki pages. (user: drh, tags: trunk) |
2007-10-07
| ||
14:38:54 | * | [a21806dcf3] Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. (user: jnc, tags: trunk) |
2007-10-06
| ||
22:13:25 | * | [70b0aa899a] Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. (user: aku, tags: trunk) |
22:06:05 | * | [84871722547960b] Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtime object references instead. This allows us to keep the nice and readable format for our files, code is readable too. (user: aku, tags: trunk) |
21:59:03 | * | [3d88cfd05d] Started capture of revision information in file objects. Capturing authors and commit messages and repository level. Completed persistence for these latter too. Rearranged the requirements, imports, and exports a bit to handle the new dependency cycle repository <- project <- file <- repository (user: aku, tags: trunk) |
21:19:26 | * | [6d1811d61e] Continued work on pass II, skeleton of it completed by adding outline of code for persistence. (user: aku, tags: trunk) |
21:01:15 | * | [2e3815c3b4] Added skeleton and dump methods to make file objects proper sinks for the rcs parser. (user: aku, tags: trunk) |
21:00:48 | * | [e7bb3d073d] rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revision... (user: aku, tags: trunk) |
20:58:24 | * | [ec053168a8] Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. (user: aku, tags: trunk) |
18:43:01 | * | [8a93ffa9c1] Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. (user: aku, tags: trunk) |
18:28:33 | * | [860f533e98] Bringing back in the old parser for rcs archives. (user: aku, tags: trunk) |
17:10:47 | * | [488afb9746] Enforce well-formedness constraints on wiki pagenames. (user: drh, tags: trunk) |
16:40:48 | * | [3cdb768fca] Do not attempt to access the global_config table if the ~/.fossil database has not been opened. (user: drh, tags: trunk) |
16:37:39 | * | [6d58613757] Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. (user: drh, tags: trunk) |
13:13:33 | * | [bf428e6854] Now able to enter and edit and display wiki pages. Still many problems to be resolved. (user: drh, tags: trunk) |
03:56:32 | * | [fdbc01df95] Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. (user: aku, tags: trunk) |
03:55:06 | * | [10f9d51bb2] Added documentation to state definition, and debugging output to the state system itself. (user: aku, tags: trunk) |
03:53:41 | * | [43d72c6246] Better formatting for --help-passes, align codes. (user: aku, tags: trunk) |
2007-10-05
| ||
13:47:00 | * | [70d5cc86b7] Add the shun table. Do not process artifacts named in the shun table. (user: drh, tags: trunk) |
13:03:22 | * | [2ab2db0bd3] The control file parser now reads ticket changes and wiki pages. (user: drh, tags: trunk) |
07:27:52 | * | [042d54bae5] Completed integration of state with pass I, now saving projects and files into it. (user: aku, tags: trunk) |
07:08:35 | * | [d174affb48] Collapse multiple uses of a project path into one project. (user: aku, tags: trunk) |
07:07:51 | * | [78da61db0e] Added documentation for the persistent state of pass I. (user: aku, tags: trunk) |
06:50:57 | * | [fb1e36d290] Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. (user: aku, tags: trunk) |
05:33:14 | * | [eb656de7d9] Added the basic parts of the state manager and integrated it with option processor and pass manager. (user: aku, tags: trunk) |
2007-10-04
| ||
17:37:00 | * | [e7cf189265] Changes to cgi.c in check-in e63a9fd9d0 broke the windows build because of undefined socklen_t. Added the appropriate include file (user: mjanssen, tags: trunk) |
04:34:59 | * | [52f2254007] Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). (user: aku, tags: trunk) |
04:32:49 | * | [2929a438ef] Extended option processing, added handling of verbosity/quietness. (user: aku, tags: trunk) |
2007-10-03
| ||
12:28:55 | * | [a3e4a5d27d] Add the tkt.c source file as an empty template. (user: drh, tags: trunk) |
12:20:00 | * | [1e9c0e287e] Test commands for importing and exporting ticket configurations. (user: drh, tags: trunk) |
04:18:18 | * | [47740cc1f6] Added stub for repository management, added most of pass I, collecting archives in the repository. (user: aku, tags: trunk) |
02:33:31 | * | [0edee97370] Begin adding setup screens for ticket configuration. (user: drh, tags: trunk) |
2007-10-02
| ||
18:58:44 | * | [2e9d52f27f] Begin adding the ticket configuration processing logic. (user: drh, tags: trunk) |
15:22:13 | * | [d8f27c5afd] Notes on how to proceed with ticket integration added to ideas.txt. (user: drh, tags: trunk) |
10:34:46 | * | [307233d828] Added rudimentary proxy support to fossil chat client (user: mjanssen, tags: trunk) |
06:48:55 | * | [591151532206c] Added the pass management, integrated with application and option processor. (user: aku, tags: trunk) |
05:33:09 | * | [d57b7b4a05] Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. (user: aku, tags: trunk) |
03:05:43 | * | [2a98ac44bd] Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. (user: aku, tags: trunk) |
2007-09-28
| ||
20:08:32 | * | [134e2aeccc] Combine the "config" and "setting" commands into a single "settings" command. (user: drh, tags: trunk) |
15:44:08 | * | [ab637af752] Add enumeration lists and indented paragraphs in the wiki. (user: drh, tags: trunk) |
2007-09-27
| ||
04:44:19 | * | [7a64b9e738] CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactnes... (user: aku, tags: trunk) |
03:24:49 | * | [bd35e98274] Updates to the ideas.txt file with notes on ideas for doing tickets. (user: drh, tags: trunk) |
2007-09-26
| ||
19:46:37 | * | [2b51dbe02b] If you "sync" against a server for which you do not have push permission, you get an error message but it still does the pull. (user: drh, tags: trunk) |
16:20:41 | * | [7eecb079ed] Cleanup of the safemerge flag on update. Override available using the --force option. (user: drh, tags: trunk) |
13:49:54 | * | [a15122ff2d] Fix a bug in autosync commit - cleanup the onremote temp table after use. (user: drh, tags: trunk) |
12:24:07 | * | [d8d6dc85e1] Minor changes to the quickstart.html document. (user: drh, tags: trunk) |
12:21:20 | * | [cbe0ace8f3] Fix a bug in clone - have it open the global settings database file so that it can access the default-user setting. (user: drh, tags: trunk) |
07:06:45 | * | [f6f5c902e6] Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. (user: aku, tags: trunk) |
05:06:18 | * | [72dac950c3] Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). (user: aku, tags: trunk) |
05:02:06 | * | [3852590ce6] New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for l... (user: aku, tags: trunk) |
04:17:37 | * | [41561125cd] Added safemerge option to commit, update and settings (user: jnc, tags: trunk) |
03:38:58 | * | [8d55aa3597] Merge Merged in new revision support for diff and revert commands into mainstream (user: jnc, tags: trunk) |
03:37:12 | * | [574763bab9] Added revision support to diff and revert (user: jnc, tags: trunk) |
02:00:26 | * | [097479f99a] Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. (user: drh, tags: trunk) |
2007-09-25
| ||
21:28:30 | * | [92291035fe] Merge, Fork Merged the compiler warning fixes into mainstream (user: jnc, tags: trunk) |
21:21:35 | * | [e63a9fd9d0] Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. (user: jnc, tags: trunk) |
20:39:14 | * | [16551da2e3] Merge Merge the vinfo CSS patches. (user: drh, tags: trunk) |
20:35:32 | * | [64569b3a7a] Fix a C++-ism in style.c (user: drh, tags: trunk) |
20:23:52 | * | [fff234b77c] Updates to the autosync logic. Add the "setting" command. (user: drh, tags: trunk) |
20:21:27 | * | [cfc7984ede] Styled the vinfo page (user: jnc, tags: trunk) |
19:32:07 | * | [e6d1cd9679] Merge, Fork Merger w/fossil chat update (5e3f) (user: jnc, tags: trunk) |
19:31:18 | * | [99eabf9b0c] Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. (user: jnc, tags: trunk) |
15:12:16 | * | [5e3f5322e2] Updates to the fossil_chat.tcl script. (user: drh, tags: trunk) |
08:38:24 | * | [ce7900a0b6] Fork Correct tag propagationl. Now works even when rebuilding in a randomized order. (user: drh, tags: trunk) |
07:19:55 | * | [e4517465f3] Autosync is now working. Added autosync to tag add, tag branch and branch create. (user: jnc, tags: trunk) |
07:15:02 | * | [6847e9b22a] Ran an old fossil, did not auto-push... Updated ideas.txt to reflect that work has begun on this task and what has already been done. Hopefully this one will auto-push... (user: jnc, tags: trunk) |
07:11:57 | * | [0431f14edf] Once a successful commit is made, if autosync is on, a push is now done. This commit will be the first test of that new functionality :-) (user: jnc, tags: trunk) |
06:56:54 | * | [b773dda29b] Autosync config parameter added (autosync). Setting this to 1, y or Y (or yes, Yes, yes, YES, etc...) will cause autosync's to happen during certian operations. Right now, the only operation paying attention to this is update. If autosync and you do fossil update, a pull takes place first, then an update. Others will follow (commit for one). (user: jnc, tags: trunk) |
03:14:30 | * | [913608a5a6] Fix some problems with tag propagation. More problems remain. (user: drh, tags: trunk) |
01:25:32 | * | [6f9c0e4a1e] After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout (user: jnc, tags: trunk) |
01:02:25 | * | [2db88ec639] Timeline and Leaves on TTY now marks with *...* (vs ...) you current working revision (user: jnc, tags: trunk) |
00:17:39 | * | [af3a751841] When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string (user: jnc, tags: trunk) |
2007-09-24
| ||
23:58:55 | * | [798a48ee46] Merge Merged mjanssen's timeline updates (user: jnc, tags: trunk) |
23:56:25 | * | [b8cc22ebdf] Merge Merged dhr's todo and ideas update (user: jnc, tags: trunk) |
23:19:33 | * | [d54731dac9] Accidently changed time format in timeline_query_for_tty output in checkin aad573b31c reverted so that timeline shows local timestamps again. (user: mjanssen, tags: trunk) |
22:23:32 | * | [aeb2ac781d] Fix the menu of fossil_chat.tcl for mac. (user: drh, tags: trunk) |
22:13:23 | * | [45f9af3240] Fossil chat client entry widget will not lose focus on Win32 when receiving a message. (user: mjanssen, tags: trunk) |
21:05:45 | * | [e0232ce1a0] Fork Use tcl_platform to determine username, this is platform independent (user: mjanssen, tags: trunk) |
21:03:40 | * | [e202319ebb] Fossil chat client (Initial commit) (user: mjanssen, tags: trunk) |
20:50:30 | * | [aad573b31c] Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X (user: mjanssen, tags: trunk) |