Commit Graph

3124 Commits

Author SHA1 Message Date
Jacob Mason
68cb74ad77 merge with trunk 2010-08-16 09:33:09 -05:00
Jacob Mason
95ee55c22d merge with DasIch 2010-08-16 09:32:20 -05:00
Jacob Mason
1037c07299 merge with DasIch 2010-08-16 09:31:55 -05:00
Daniel Neuhäuser
2d1eed0948 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:18:59 +02:00
Daniel Neuhäuser
a845ad088a Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:18:31 +02:00
Daniel Neuhäuser
97bf9b01af Fix get_ratio for empty strings 2010-08-16 08:18:10 +02:00
Daniel Neuhäuser
ae89428da3 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:11:46 +02:00
Daniel Neuhäuser
60d858ed57 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:11:08 +02:00
Daniel Neuhäuser
0f36d666bb Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-support 2010-08-16 08:10:47 +02:00
Daniel Neuhäuser
36a0aa1667 Optimized further and added several comments explaining the merging algorithm 2010-08-16 08:10:14 +02:00
Jacob Mason
a9d5c4c26f merge 2010-08-15 14:29:20 -05:00
Daniel Neuhäuser
3266be6991 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 21:27:08 +02:00
Daniel Neuhäuser
b6a5aca281 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 21:26:42 +02:00
Daniel Neuhäuser
e68b1cacd0 Optimized merging algorithm 2010-08-15 21:25:31 +02:00
Jacob Mason
c028b95cd0 merge with version tracking 2010-08-15 14:12:54 -05:00
Daniel Neuhäuser
ad5b5c740b Make levenshtein implementation faster for equal strings 2010-08-15 21:06:47 +02:00
Daniel Neuhäuser
30fe0ce9fb Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 20:50:52 +02:00
Daniel Neuhäuser
c3905938ea Use uuid as a requirement in the setup.py and mention it in the documentation for Python 2.4 2010-08-15 20:48:19 +02:00
Jacob Mason
44de593511 merge with version-tracking 2010-08-15 13:39:33 -05:00
Daniel Neuhäuser
ad42f2a93b shutil.copytree has no ignore argument in python 2.4 2010-08-15 20:34:58 +02:00
Daniel Neuhäuser
85b8a451a6 Replaced the merging algorithm with one that handles similarities better, it's awfully slow though, if anybody has a better idea please implement it 2010-08-15 20:34:08 +02:00
Daniel Neuhäuser
0cf175e0b2 Added a test for the behavior described by Jacob and it does fail 2010-08-15 19:25:46 +02:00
Daniel Neuhäuser
6ac27b4da7 Check also for the length and explicitly check that the first uids are different 2010-08-15 18:44:09 +02:00
Jacob Mason
896efbbe72 merge with Dasich 2010-08-15 11:42:22 -05:00
Daniel Neuhäuser
37cc185fe7 Added a test for paragraphs inserted at the beginning of a document 2010-08-15 18:41:14 +02:00
Daniel Neuhäuser
209708efbc Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 18:09:15 +02:00
Daniel Neuhäuser
31f5e876a5 Return doctree in get_old_doctree 2010-08-15 18:08:00 +02:00
Jacob Mason
9854433ada return doctree from get_old_doctree 2010-08-15 10:43:52 -05:00
Daniel Neuhäuser
e182a7d5ed Switch to VersioningBuilderMixin 2010-08-15 13:56:01 +02:00
Daniel Neuhäuser
948304bf7d Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 13:50:54 +02:00
Daniel Neuhäuser
d31e8c2f59 Switch VersioningBuilderMixin 2010-08-15 13:48:38 +02:00
Daniel Neuhäuser
6c5d563683 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 13:45:14 +02:00
Daniel Neuhäuser
568bb63f0d Fix an error 2010-08-15 13:44:14 +02:00
Daniel Neuhäuser
9c7ef5dd80 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 13:38:36 +02:00
Daniel Neuhäuser
8ebeb908fe Added a VersioningBuilderMixin 2010-08-15 13:38:10 +02:00
Daniel Neuhäuser
5e749197ed Before each id, str pair a comment with the uid can be found in the pot files 2010-08-15 13:18:47 +02:00
Daniel Neuhäuser
0dcf347d00 Added versioning support to i18n builder 2010-08-15 12:53:00 +02:00
Daniel Neuhäuser
42279f17bd Fix test_gettext test for python 3.x 2010-08-15 12:30:13 +02:00
Daniel Neuhäuser
f6680c85ca Use codecs.open with python 2.x in the MessageCatalogBuilder 2010-08-15 12:26:37 +02:00
Daniel Neuhäuser
532a0de601 Monkey patch .gettext with .ugettext if possible (we use python 2.x) 2010-08-15 12:22:43 +02:00
Daniel Neuhäuser
817a7bb2c8 Fix test which was broken to change in the path object api 2010-08-15 12:16:48 +02:00
Daniel Neuhäuser
45285b6785 Move i18n part of the MessageCatalogBuilder in a seperate one 2010-08-15 12:13:04 +02:00
Daniel Neuhäuser
94d9644722 Added a newline for readability 2010-08-15 12:04:27 +02:00
Daniel Neuhäuser
57e83c6a94 Fix line length 2010-08-15 11:59:01 +02:00
Daniel Neuhäuser
9222c31457 Fix copyright info 2010-08-15 11:56:42 +02:00
Daniel Neuhäuser
ce4c5a63fa merge with lehmannro/sphinx-i18n 2010-08-15 11:55:46 +02:00
Jacob Mason
06d50c45aa remove old static dirs if they exist already 2010-08-14 20:13:55 -05:00
Jacob Mason
d11e705182 remove the bogus paragraph I added to docs to test doctree merging 2010-08-14 18:34:01 -05:00
Jacob Mason
34379fedb7 only add node if it doesn't already exist 2010-08-14 18:33:07 -05:00
Jacob Mason
a52fd809bf remove line column from node table 2010-08-14 17:59:31 -05:00