Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 17486c353f2e582a.
|
2007-10-28
| ||
| 23:27 | 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. check-in: f08adf3d58 user: drh tags: trunk | |
| 21:26 | 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. check-in: f40230a7e8 user: drh tags: trunk | |
| 21:09 | Fixes to the rendering of <verbatim> and <nowiki> check-in: e75f9a2ab4 user: drh tags: trunk | |
| 20:52 | Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. check-in: 8ffd32c2b7 user: drh tags: trunk | |
|
2007-10-27
| ||
| 13:52 | Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. check-in: 421a1e1fa4 user: drh tags: trunk | |
| 04:59 | 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. check-in: 831e8f360d user: aku tags: trunk | |
|
2007-10-26
| ||
| 23:05 | • Changes to wiki page "RockShoxBugs" artifact: 250eb1302f user: rockshox | |
| 18:18 | Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. check-in: 783df88ba8 user: drh tags: trunk | |
| 17:43 | • Changes to wiki page "UserPermissions" artifact: 87b968982e user: anonymous | |
| 17:43 | • Added wiki page "UserPermissions" artifact: 2fe550cb4c user: anonymous | |
| 17:40 | • Added wiki page "RockShoxBugs" artifact: e46afeb059 user: anonymous | |
| 06:53 | Added another consistency check, and revised the comments to use the more exact terms for the various relationships. check-in: 70d4a81162 user: aku tags: trunk | |
| 06:11 | Fixed one of the cross-reference checks. check-in: 2e7cbb2829 user: aku tags: trunk | |
| 05:29 | Added lots of checks looking for inconsistent references between the various objects, mainly revisions. check-in: 2434ad3bfe user: aku tags: trunk | |
| 05:28 | Added saving of the fundamental symbol information (project level). check-in: 1deb3786aa user: aku tags: trunk | |
|
2007-10-25
| ||
| 05:16 | 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). check-in: 89e9b357ed user: aku tags: trunk | |
| 05:14 | Formatting change, code alignment. check-in: 7375ebb988 user: aku tags: trunk | |
| 05:13 | 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. check-in: 2c08006d9d user: aku tags: trunk | |
|
2007-10-24
| ||
| 14:44 | Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. check-in: 05f9c95573 user: aku tags: trunk | |
| 08:01 | 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. check-in: adf168e23e user: aku tags: trunk | |
| 07:54 | 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. check-in: fa643aa91d user: aku tags: trunk | |
|
2007-10-23
| ||
| 19:43 | No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. check-in: f4c30de75a user: drh tags: trunk | |
| 18:04 | Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. check-in: f66089ec43 user: drh tags: trunk | |
| 16:35 | 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. check-in: 8fb641e071 user: drh tags: trunk | |
| 16:30 | Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. check-in: 17486c353f user: drh tags: trunk | |
| 04:36 | Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. check-in: e94b52b6f2 user: aku tags: trunk | |
| 04:34 | 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. check-in: 9f3fd3ec4b user: aku tags: trunk | |
| 04:32 | 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. check-in: 1527954d87 user: aku tags: trunk | |
| 03:29 | 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. check-in: a766b08198 user: aku tags: trunk | |
| 02:29 | 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. check-in: 3a00ac5aa2 user: aku tags: trunk | |
|
2007-10-21
| ||
| 11:11 | Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. check-in: 8f423ad438 user: drh tags: trunk | |
| 07:08 | Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. check-in: 436f17a5f0 user: aku tags: trunk | |
| 06:10 | Added code able to exclude all non-trunk revisions upon user request. check-in: 886b6f257b user: aku tags: trunk | |
| 04:42 | Created a separate common class for the id databases used by the repository, and updated the repository code to use it. check-in: 99e165d5c4 user: aku tags: trunk | |
|
2007-10-19
| ||
| 07:23 | Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. check-in: 510cd02303 user: aku tags: trunk | |
| 07:22 | Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. check-in: 294156a36f user: aku tags: trunk | |
|
2007-10-17
| ||
| 04:37 | 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. check-in: cfe4b269ac user: aku tags: trunk | |
| 04:33 | 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). check-in: 09af24fc7c user: aku tags: trunk | |
| 03:24 | Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. check-in: b5b2d61527 user: aku tags: trunk | |
| 03:15 | 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. check-in: 177a0cc55c user: aku tags: trunk | |
| 03:10 | More handling for option --trunk-only. check-in: a3cd0c3099 user: aku tags: trunk | |
| 03:09 | Added new option --trunk-only, state and processing. check-in: 3bde1a2e2f user: aku tags: trunk | |
| 03:08 | New helper command to delete item from list by name instead of position. check-in: 4e49cbf03b user: aku tags: trunk | |
|
2007-10-15
| ||
| 20:45 | Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. check-in: da9d38e2c3 user: drh tags: trunk | |
| 00:03 | Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... check-in: e5441b908d user: aku tags: trunk | |
|
2007-10-14
| ||
| 01:58 | 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 from the state now too. check-in: 67c24820c7 user: aku tags: trunk | |
| 00:30 | Add a sample ticket configuration script. This is just working notes. It will eventually be removed. check-in: d29dd11f2e user: drh tags: trunk | |
| 00:29 | 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. check-in: 39aa870f8f user: drh tags: trunk | |
|
2007-10-13
| ||
| 23:57 | Completed loading of pass I from persistent state when skipped. check-in: 54ac684df7 user: aku tags: trunk | |
| 23:42 | 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. This code will not be used. Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk | |