Commit Graph

  • 682ff6c9b9 * viewvc.py (diff_side_item): Do not return log_entry, it is not used. Rename "bare" and "links" items to more descriptive "prop" and "content". stilor 2011-10-16 06:48:47 +0000
  • 988f5b535e * viewvc.py (view_diff): In preparation for factoring out the "differ" code, make view_diff always pass the differences as 'changes' array/stream. The format is now selected via new 'display_as' argumnet. stilor 2011-10-16 06:25:38 +0000
  • 4780023396 * diff_display.ezt (all formats): Remove the use of empty <h3> as spacer, instead add margin-top on tables. (sidebyside, unified): Specify column widths. Otherwise, files with narrow content are displayed with line number columns occupying 50% of the screen. (unified): Remove cut-n-paste "width" attribute specification. stilor 2011-10-16 06:09:42 +0000
  • 63227ef2a1 * diff_display.ezt Remove definitions which have been moved to start of the file. stilor 2011-10-16 05:57:39 +0000
  • 6253fec4fb * diff_display.ezt (left_header/right_header): Define common left/right side descriptions, use them in all diff output formats (adding them to raw and unified, which didn't have headers before) stilor 2011-10-16 05:55:29 +0000
  • 7cdab259b8 * viewvc.py (is_undisplayable): New function to check if property name/value can be displayed. Use this function in current file/dir/revision views. stilor 2011-10-16 05:33:25 +0000
  • d1427e6639 * diff.ezt (legend): Remove references to revisions (revisions may be the same, e.g. if diffing same revision on different branches). There are detailed references in the headers. (legend): Mention that colors designate not only affected lines, but also characters (if intraline diffs are enabled). stilor 2011-10-16 04:48:01 +0000
  • 04329a707b * viewvc.py (view_diff): Make diff an iterable (sequence); later property changes will be added to the sequence. Pass hide_legend, left_rev, right_rev outside of the diff[] array to untie diff.ezt from include/diff_display.ezt. Rename format to diff_format for consistency with template name. stilor 2011-10-06 05:37:56 +0000
  • 888f7ee302 * viewvc.py (view_diff): Restore try-except block. It is unused for SVN, but still used for CVS. stilor 2011-10-06 05:07:49 +0000
  • b6ce909ac1 Merge from trunk r2609 (fixed pointer to Subversion website). cmpilato 2011-10-04 15:00:24 +0000
  • cecffecf39 Merge from trunk r2609 (fixed pointer to Subversion website). cmpilato 2011-10-04 15:00:01 +0000
  • 205484b0f2 * INSTALL Fix pointer to Subversion project website. cmpilato 2011-10-04 14:59:08 +0000
  • 7466b03e7c * viewvc.py (view_diff): Factor out common code preparing left/right item information into a new function, diff_side_item. (diff_side_item): New function. stilor 2011-10-01 19:25:00 +0000
  • 737b5d2b23 * viewvc.py (view_diff): Remove try-except block, exceptions are now handled in setup_diff with more specific error messages. Merge the 'if fp' block with the preceding conditional - which is the only way fp is set to non-None. stilor 2011-10-01 07:10:10 +0000
  • c6775f5b89 * common.py New file to house common definitions; _item and _RCSDIFF_* for now. Remove local definitions in the rest of modules. stilor 2011-10-01 06:33:22 +0000
  • eba17bcbd7 * viewvc.py (view_diff): Encapsulate into a single _item parts that would be repeated when multiple "diffable" items will be passed to diff.ezt. At that time, diff will be changed to a sequence. stilor 2011-10-01 05:35:15 +0000
  • 3e5836cdb4 * diff.ezt Split the actual diff-formatting part into a separate includable template. stilor 2011-10-01 04:50:35 +0000
  • 35544ecbef Create a branch for property diffs integration (issue 383). stilor 2011-10-01 04:26:15 +0000
  • bdac8697fe Merge from trunk r2599: cmpilato 2011-09-30 19:11:27 +0000
  • a6c9d3ac49 Loop until receiving a definitive answer to the interactive overwrite query, rather than croaking on an empty response. cmpilato 2011-09-30 19:09:38 +0000
  • 3d9404b67d Merge from trunk r2597, whose log message read like so: cmpilato 2011-09-30 15:50:31 +0000
  • f44c50a5ed Fix issue #494 ("allow override config from in mod_python"). This commit allows environmental overrides to trump programmatically passed-in configuration paths. cmpilato 2011-09-30 15:45:39 +0000
  • b96b8d4003 Revert r2595. cmpilato 2011-09-30 15:15:11 +0000
  • 814e0d4d6c *** This commit was reverted in r2596 *** cmpilato 2011-09-30 14:59:28 +0000
  • 7c50f55153 Merge from trunk r2593: cmpilato 2011-09-14 17:54:10 +0000
  • 1ae87bb8b6 * conf/viewvc.conf.dist Note the importance of the MIME type maps for syntax coloration, and point folks to the 'mime_types_files' option. cmpilato 2011-09-14 17:53:23 +0000
  • 368e4dc360 Merge from trunk r2591, which added to viewvc.conf.dist descriptions of the various optionally "allowed_views". cmpilato 2011-09-07 17:44:18 +0000
  • ec2a0a3f3b Finish issue #491 ("Explain in viewvc.conf.dist the views (used for allowed_views, etc.)"). cmpilato 2011-09-07 17:42:59 +0000
  • 964d8bb5f9 Merge from trunk r2588, whose log message went a little som'thin' like this: cmpilato 2011-07-01 17:58:19 +0000
  • ac75dc9651 * bin/svndbadmin Fix a minor buglet in the usage message. cmpilato 2011-07-01 17:57:10 +0000
  • 846e8e46c5 Merge from trunk r2586, whose log message read like so: cmpilato 2011-06-23 15:25:59 +0000
  • 59f55fecb6 (More) gracefully handle some errorful input conditions. cmpilato 2011-06-23 15:25:07 +0000
  • 75c719bcde Merge from trunk r2405: cmpilato 2011-06-23 15:14:57 +0000
  • 7da44377c5 Fix issue #488 ("Allow 'rrNNN' formatting for Subversion revision specifiers (with multiple 'r')"). cmpilato 2011-06-23 15:09:11 +0000
  • fc8793bf15 Merge from trunk r2582 which contained only doc tweaks. cmpilato 2011-06-14 13:31:35 +0000
  • 9228cc9a89 * CHANGES Fix a mistaken issue reference. cmpilato 2011-06-14 13:29:09 +0000
  • 65935c40fd Merge from trunk r2580, whose log message read like so: cmpilato 2011-06-06 20:05:27 +0000
  • c355d1ce3e Fix issue #486 ("OperationError raised when trying to do a glob search"). cmpilato 2011-06-06 19:57:51 +0000
  • a30d0b44cc Merge from trunk r2577, whose log message read like so: cmpilato 2011-05-27 19:00:20 +0000
  • 47c12cb194 Fix issue #485 ("Patch view hiding path details"). cmpilato 2011-05-27 18:58:59 +0000
  • fded8462d2 Add placeholder for 1.1.12 changes. cmpilato 2011-05-17 12:50:37 +0000
  • b1095ac763 Begin a new release cycle. cmpilato 2011-05-17 12:38:54 +0000
  • c9f9c96db2 * www/index.html Update latest revision to 1.1.11. cmpilato 2011-05-17 12:38:13 +0000
  • 1f399bbd6d Tag the 1.1.11 final release. 1.1.11 tags/1.1.11 cmpilato 2011-05-17 12:27:03 +0000
  • e54399a169 Let's try to roll 1.1.11 today, shall we? cmpilato 2011-05-17 12:23:20 +0000
  • 4cc0db75be Merge from trunk r2569 and r2570, which just updated some copyright years. cmpilato 2011-05-17 12:21:27 +0000
  • 18a52bd5ce More copyright updates. cmpilato 2011-05-17 12:17:35 +0000
  • 02bd4d70db Update some copyright notices. cmpilato 2011-05-17 12:02:28 +0000
  • 74a9cbb2a0 Minor wording, spelling, and ordering tweaks. cmpilato 2011-05-17 11:49:31 +0000
  • 390e337a8e * bin/standalone.py (main): Was cli(). Caller(s) updated. cmpilato 2011-05-12 19:01:48 +0000
  • ecdac77d5f Merge from trunk r2565, whose modified-per-conflict-resolution log message might read something like this: cmpilato 2011-05-12 19:01:05 +0000
  • aac6bbafb9 Add '--help' option to standalone.py. cmpilato 2011-05-12 18:34:12 +0000
  • 79158c2ee7 Merge from trunk r2559-2563, which is a bunch of tweaks to the standalone.py usage message and options handling. cmpilato 2011-05-12 13:50:05 +0000
  • 90d35a6fc1 * bin/standalone.py (main): Revert (mostly) a wording change made in r2562. cmpilato 2011-05-12 13:47:04 +0000
  • 91995a4241 * bin/standalone.py (main): Rework the usage message for conciseness, and fix an old typo, too. cmpilato 2011-05-12 13:39:12 +0000
  • eef47fbb1f * bin/standalone.py (main): Use a pristine Options() object when printing the usage message (so the stated default values of options aren't affected by what the user provided). cmpilato 2011-05-12 13:15:32 +0000
  • 63ddc213ae * bin/standalone.py (main): Restore alphabetical order of options listed in the usage message. cmpilato 2011-05-12 13:10:36 +0000
  • 8eeac0cd59 * bin/standalone.py (main): Switch to sequence syntax to prevent future headache: '-h' in ('--help') returns True, which is not what we expect. '-h' in ['--help'] returns False, which is what we want. cmpilato 2011-05-12 13:09:27 +0000
  • 96fdfbdbcf Merge from trunk r2557, whose log message read like so: cmpilato 2011-05-05 14:39:22 +0000
  • 5132017538 Fix issue #444 ("ViewVC stumbles over revisionless ,v files when sticky tag is specified"). cmpilato 2011-05-05 14:36:27 +0000
  • 361538da21 Merge from trunk r2555, whose log message read like so: cmpilato 2011-04-21 16:06:23 +0000
  • a00c6ee5cb Fix issue #483 ("Error skipping newphrases when parsing RCS data"). cmpilato 2011-04-21 16:03:31 +0000
  • 6250d4134b Merge some spelling fixes from trunk's r2553 here. cmpilato 2011-04-20 15:02:08 +0000
  • 868300daf4 Fix spelling errors introduced in r2551. cmpilato 2011-04-20 15:01:17 +0000
  • 8589949521 Merge from trunk r2550 and r2551, whose combined log messages might read like so: cmpilato 2011-04-20 14:56:39 +0000
  • 61bcf03fcd Fix (to the degree that I believe is reasonable at this time) issue #433 ("queries return only partial results"). When a database query is artificially limited by the 'row_limit' setting, inform the user that the returned data is incomplete. cmpilato 2011-04-20 14:50:40 +0000
  • 1e4c3f92f6 Move a bunch of duplicated statements into a helper function. cmpilato 2011-04-20 14:05:16 +0000
  • 53b96700ef Merge from trunk r2547, whose log message read like so: cmpilato 2011-04-19 21:01:21 +0000
  • f12e262fa5 Merge from trunk r2547, whose log message read like so: cmpilato 2011-04-19 20:44:05 +0000
  • df71275a13 Try to make some sense of the various CVSdb-related limitation mechanisms, namely by removing the largely redundant "global" limit and allowing the per-query row limit (which already exist, too) to do its work. cmpilato 2011-04-19 20:40:04 +0000
  • f379070697 Merge from trunk r2545, whose log message read something like this: cmpilato 2011-04-01 17:02:07 +0000
  • 4818a56012 Fix (I think...) issue #479 ("annotate a file, which uses CVS-keywords"). This changes causes the checkout of CVS file contents -- when used as part of the markup/annotate logic -- to not expand keywords. This helps it to be consistent with the results of the annotate information query. cmpilato 2011-04-01 16:59:11 +0000
  • d47fc0ff3b Merge from trunk r2543 (with some tweaks to use the 'string' module functions), whose log message looks like so: cmpilato 2011-04-01 14:43:01 +0000
  • f12cef277c Fix issue #477 ("Large log messages trigger excessive memory consumption"). cmpilato 2011-04-01 14:37:24 +0000
  • f2b6f0ba86 Merge from trunk r2541, whose log message read like so: cmpilato 2011-03-29 16:41:09 +0000
  • 0ca7fac7fb Finish issue #478 ("Client-facing unhandled exceptions, traceback dumped") by raising a cleaner error message when asked to display a "checkout" of a non-file. cmpilato 2011-03-29 16:35:54 +0000
  • 35a55c317e * lib/vclib/ccvs/blame.py (CVSParser.extract_revision): Fix a typo (aka "syntax error"). cmpilato 2011-03-28 17:46:28 +0000
  • ddbe150be1 Merge from trunk r2538, which did a little something like this: cmpilato 2011-03-15 20:42:42 +0000
  • 963a3a2094 * bin/standalone.py (main): Fix broken option handling: -d expected an argument, -c didn't and was doubly associated with both --config-file and --htpasswd-file. cmpilato 2011-03-15 20:40:23 +0000
  • 6b5ed7c857 Begin a new release cycle. cmpilato 2011-03-15 16:37:38 +0000
  • 5ce98d04d6 Bump latest version statement and links, and copy CHANGES from 1.1.10 release. cmpilato 2011-03-15 16:36:35 +0000
  • a800c61089 Tag the 1.1.10 final release. 1.1.10 tags/1.1.10 cmpilato 2011-03-15 16:23:58 +0000
  • 391f7d8237 Let's get 1.1.10 out today. cmpilato 2011-03-15 14:57:50 +0000
  • 141cf5ff10 * CHANGES Tweak description of a change to not leave room for interpretation that the bug was a security vulnerability. cmpilato 2011-03-15 14:56:15 +0000
  • bfe148eb45 Merge from trunk r2531, whose log message read like so: cmpilato 2011-03-11 20:22:58 +0000
  • 49957ea54b Hopefully, fix issue #475 ("regression: required authorization to root") and issue #476 ("Stack trace for some users if last commit deleted a file or folder") by preventing ViewVC from trying to look up the path type of a deleted path at an invalid location. cmpilato 2011-03-11 20:17:21 +0000
  • 6fb28f2198 Add some helpful URLs to the release instructions. (Merged /trunk:2529.) cmpilato 2011-02-18 20:02:37 +0000
  • bd3323410a Add some helpful URLs to the release instructions. cmpilato 2011-02-18 20:01:13 +0000
  • 02cc53d34b Begin a new release cycle. cmpilato 2011-02-18 19:56:28 +0000
  • fce93313e5 Post-release twiddling. cmpilato 2011-02-18 19:55:28 +0000
  • 1f03e56b2a Tag the 1.1.9 final release. 1.1.9 tags/1.1.9 cmpilato 2011-02-18 19:43:26 +0000
  • 5928918da4 Merge from trunk r2524, a bump in copyright years. cmpilato 2011-02-18 19:27:50 +0000
  • 76dae127d6 Update copyright years. cmpilato 2011-02-18 19:24:59 +0000
  • 2e9f84427c Merge from trunk r2522: cmpilato 2011-02-18 18:28:55 +0000
  • 2f8af5fdb7 * conf/viewvc.conf.dist (log_pagesextra): Set value to match defaults. cmpilato 2011-02-18 18:27:58 +0000
  • df599031a0 Merge from trunk r2519: cmpilato 2011-02-18 16:57:47 +0000
  • c3dc73d840 Followup to r2517, for issue #457. cmpilato 2011-02-18 16:56:16 +0000
  • 6311c93298 Merge from trunk r2517, whose log message might be interpreted like so: cmpilato 2011-02-18 15:29:11 +0000
  • 0fe6e33643 Finish issue #457 ("Display repository metadata (last-commit stuff) in roots view"). cmpilato 2011-02-18 15:11:01 +0000
  • b982cccbcd Merge from trunk r2514, whose log message read like so: cmpilato 2011-02-17 16:12:54 +0000