Henrik Levkowetz
5ad4c9fc3a
Only run the database update if there is a new dump
...
- Legacy-Id: 377
2007-06-13 18:27:50 +00:00
Henrik Levkowetz
95a629020f
New generic diff ignore chunk for 'This page produced by...' stanza.
...
- Legacy-Id: 376
2007-06-13 18:08:29 +00:00
Henrik Levkowetz
754ba193ca
A small script to run a diff against the master for one single django URL specified in any of the testurl.list files. Uses environment variable DJANGO_SERVER if set, or http://merlot.tools.ietf.org:31415/ otherwise.
...
- Legacy-Id: 375
2007-06-13 17:26:04 +00:00
Bill Fenner
ada5521a9f
Sort states and substates by their ID in the model.
...
Use the right number of hyphens to separate the current ADs from
old ADs in the I-D Search form.
- Legacy-Id: 374
2007-06-13 17:23:38 +00:00
Bill Fenner
2ad2219895
Implement DocumentWrapper class, which isn't a model but has enough
...
of the same API as IDInternal to allow the template to render it.
When fetching lists of document IDs, use values() to fetch only the
ID to reduce database overhead (and model object creation overhead)
- Legacy-Id: 373
2007-06-13 17:21:22 +00:00
Henrik Levkowetz
18f7fd0c4e
Instead of compensating for the 'Did you find a bug...' footer on pages where it isn't present in the original, take it out from the idtracker base.html and remove the compensation. Later add a less intrusive generic footer on all pages and and add diff compensation for the absense of the 'Did you find a bug...' footer.
...
- Legacy-Id: 372
2007-06-13 17:04:07 +00:00
Henrik Levkowetz
fc67fd376c
Instead of compensating for the 'Did you find a bug...' footer on pages where it isn't present in the original, take it out from the idtracker base.html and remove the compensation. Later add a less intrusive generic footer on all pages and and add diff compensation for the absense of the 'Did you find a bug...' footer.
...
- Legacy-Id: 371
2007-06-13 17:03:28 +00:00
Henrik Levkowetz
aac2076b23
Acceptable diff: Layout differences, in particular the handling and placement of colons.
...
- Legacy-Id: 370
2007-06-13 15:35:44 +00:00
Henrik Levkowetz
e62f349ce3
... and don't include the Diff: tag line, only the diff in the diff file...
...
- Legacy-Id: 369
2007-06-13 14:42:46 +00:00
Henrik Levkowetz
b92b155ee3
Acceptable diff: Whitespace
...
- Legacy-Id: 368
2007-06-13 14:36:44 +00:00
Henrik Levkowetz
0fde1e32b1
Acceptable diff: The current implementation is broken; showing current ADs for a ballot they were not present at. See ticket #87 .
...
- Legacy-Id: 367
2007-06-13 14:17:45 +00:00
Henrik Levkowetz
fcaca1e849
Acceptable diff: The date of this disclosure has been fixed in the Django database
...
- Legacy-Id: 366
2007-06-13 14:14:10 +00:00
Henrik Levkowetz
037a27ab2c
Acceptable diff: Layout differences, in particular the handling and placement of colons.
...
- Legacy-Id: 365
2007-06-13 14:13:04 +00:00
Henrik Levkowetz
627d053488
Acceptable diff: The date of this disclosure has been fixed in the Django database
...
- Legacy-Id: 364
2007-06-13 14:09:55 +00:00
Henrik Levkowetz
5fae7d56b2
Fixing some template changes needed after the model surgery in changeset [186], and extending the attribute alignment to IprRfc and IprDraft models.
...
- Legacy-Id: 363
Note: SVN reference [186] has been migrated to Git commit 5f4d99a36a
2007-06-13 14:05:26 +00:00
Henrik Levkowetz
37552fe91f
Corrected IPR Updates.. fix
...
- Legacy-Id: 362
2007-06-13 13:30:58 +00:00
Henrik Levkowetz
59413c7344
* Don't show 'Updates...' information for withdrawn IPR Disclosures.
...
* Add missing table header fields.
- Legacy-Id: 361
2007-06-13 13:22:19 +00:00
Henrik Levkowetz
e714734a58
Adding individual app testurl lists for /my/ and /ietfauth/
...
- Legacy-Id: 360
2007-06-13 12:35:49 +00:00
Henrik Levkowetz
c6c5bde213
Clearing the top-level testurl.list file. All test URls should be specified in the application level testurl.list files.
...
- Legacy-Id: 359
2007-06-13 11:41:06 +00:00
Bill Fenner
09e951f8ed
Remove the hack, now that suffix can be null. This will
...
require `python manage.py reset redirects` to recreate
the table before syncdb.
- Legacy-Id: 358
2007-06-13 04:15:22 +00:00
Bill Fenner
5de4ca9004
Don't allow script to be edited in the command admin.
...
Add unique_together to create a constraint and create an index that I expect to use.
- Legacy-Id: 357
2007-06-13 04:13:23 +00:00
Bill Fenner
927e07b53f
Allow suffix to be NULL.
...
- Legacy-Id: 356
2007-06-13 03:38:32 +00:00
Henrik Levkowetz
a71abb1da4
Fixed nonsense syntax in shell file test-setup.
...
- Legacy-Id: 355
2007-06-12 23:02:18 +00:00
Henrik Levkowetz
1ec697c90a
Slightly better 'skip' messages from ietf/tests.py
...
- Legacy-Id: 354
2007-06-12 23:01:16 +00:00
Henrik Levkowetz
3b72993903
Fixing open-ended URL spec's for liaison app.
...
- Legacy-Id: 353
2007-06-12 23:00:23 +00:00
Henrik Levkowetz
e1e375e269
IPR presentation tweaks
...
- Legacy-Id: 352
2007-06-12 22:46:54 +00:00
Henrik Levkowetz
e2db0d869d
Compact spaces after \n conversion in soup2html.
...
- Legacy-Id: 351
2007-06-12 22:46:30 +00:00
Henrik Levkowetz
44b76b7b4f
IPR test-URLs
...
- Legacy-Id: 350
2007-06-12 21:58:38 +00:00
Henrik Levkowetz
810a615a6d
Updated acceptable diff
...
- Legacy-Id: 349
2007-06-12 21:49:20 +00:00
Bill Fenner
caebc11a36
Test URLs for mailing lists
...
- Legacy-Id: 348
2007-06-12 21:06:56 +00:00
Bill Fenner
57ab09459f
Pop command if it's found.
...
Only pop if the key is in the dict. (Note: an alternate
implementation would have been pop(arg, '') except the QueryDict
doesn't implement that usage)
- Legacy-Id: 347
2007-06-12 20:49:09 +00:00
Henrik Levkowetz
aa68d30e85
Tweaking the paragraph filling code some more
...
- Legacy-Id: 346
2007-06-12 20:31:28 +00:00
Henrik Levkowetz
712cd8aa17
Tweak to again avoid space at the beginning of a paragraph.
...
- Legacy-Id: 345
2007-06-12 20:23:09 +00:00
Bill Fenner
93c3a61dbc
Add several redirects to handle nearly all of the urls listed
...
in any testurl.list file.
- Legacy-Id: 344
2007-06-12 19:39:25 +00:00
Bill Fenner
fd0ec05be1
Use a 301 permanent redirect.
...
Add a trailing slash, so that we're not redirecting to a redirect.
- Legacy-Id: 343
2007-06-12 19:01:35 +00:00
Bill Fenner
0d2bbe54e9
Pass through remaining query arguments.
...
- Legacy-Id: 342
2007-06-12 18:50:41 +00:00
Henrik Levkowetz
890b8a1ada
Fix potential exception in soup2html again.
...
- Legacy-Id: 341
2007-06-12 18:34:26 +00:00
Henrik Levkowetz
6b7137994a
Fix potential exception in soup2html.
...
- Legacy-Id: 340
2007-06-12 18:12:19 +00:00
Henrik Levkowetz
8deca3446e
A script to update the update database from a dump file
...
- Legacy-Id: 339
2007-06-12 18:05:46 +00:00
Henrik Levkowetz
6fe5717a1f
Oh, silly, silly. To work also with the buildbot, we need a global lock.
...
- Legacy-Id: 338
2007-06-12 18:04:14 +00:00
Henrik Levkowetz
dd37257c0c
Only print the first 100 lines of a long diff. New soup2html code for spacing associated with certain tags.
...
- Legacy-Id: 337
2007-06-12 17:52:07 +00:00
Bill Fenner
9b4b6c5297
Remove leading slashes from existing redirects.
...
Point the liaison_field_help.cgi redirect at the right destination.
Add a show_nomcom_message.cgi redirect.
- Legacy-Id: 336
2007-06-12 17:42:40 +00:00
Bill Fenner
47f60e49d1
* Add leading "/" to url.
...
* Remove extra "/" in case the database has extra leading or trailing slashes.
* Catch KeyError, not IndexError, since that's what gets thrown in the case I was thinking about.
- Legacy-Id: 335
2007-06-12 17:41:15 +00:00
Henrik Levkowetz
f1251ca2d6
Adding database update lock support to the test setup/teardown files
...
- Legacy-Id: 334
2007-06-12 16:21:25 +00:00
Bill Fenner
c4cee402d5
Diff reduction: AD names are "Last, First" and "Area:" is "Area Acronym:".
...
- Legacy-Id: 333
2007-06-12 16:15:40 +00:00
Henrik Levkowetz
6acb406762
Don't loose the full url when doing base-url / query-args splitting
...
- Legacy-Id: 332
2007-06-12 14:42:55 +00:00
Henrik Levkowetz
0374ea9f4e
Consistensy fix for test result lines
...
- Legacy-Id: 331
2007-06-12 09:22:31 +00:00
Henrik Levkowetz
aba06af322
Another soup2html() tweak to better avoid indentation at paragraph start.
...
- Legacy-Id: 330
2007-06-12 01:32:05 +00:00
Henrik Levkowetz
541b041cdc
soup2html() tweak to better avoid indentation at paragraph start.
...
- Legacy-Id: 329
2007-06-12 00:55:41 +00:00
Henrik Levkowetz
67eb998901
soup2html() tweak to handle html comments.
...
- Legacy-Id: 328
2007-06-12 00:37:16 +00:00