Henrik Levkowetz
6300c359b4
Merged back fixes from production
...
- Legacy-Id: 17413
2020-03-09 17:59:44 +00:00
Henrik Levkowetz
726fcbf27d
Removed all __future__ imports.
...
- Legacy-Id: 17391
2020-03-05 23:53:42 +00:00
Henrik Levkowetz
e9a37d8ac8
Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
...
- Legacy-Id: 17385
2020-03-05 14:41:41 +00:00
Henrik Levkowetz
5d824b59c2
Changed some cases of urlopen() to use requests.get()
...
- Legacy-Id: 17374
2020-03-02 15:18:00 +00:00
Henrik Levkowetz
a33f66bb90
Merged back production changes to two scripts indirectly called by /a/www/www6s/scripts/run-ietf-report, through /a/www/www6s/scripts/run-report.
...
- Legacy-Id: 17371
2020-03-02 12:27:07 +00:00
Henrik Levkowetz
a2318d9f2c
Backported patches from production
...
- Legacy-Id: 17370
2020-02-28 20:46:20 +00:00
Henrik Levkowetz
4b35ee43d2
Moved code from a couple of simple urlopen() wrappers used only once into the calling scripts. Removed a case of Py2 virtualenv activation.
...
- Legacy-Id: 17354
2020-02-27 13:35:14 +00:00
Henrik Levkowetz
cbdf718892
More Py2/3 adaptations fetched from production.
...
- Legacy-Id: 17335
2020-02-25 15:53:52 +00:00
Henrik Levkowetz
ab40807c36
Converted send-scheduled-mail to py3
...
- Legacy-Id: 17332
2020-02-23 16:22:40 +00:00
Henrik Levkowetz
d2ad86c5df
Python 2/3 changes pulled from the production server after the switch to python 3.
...
- Legacy-Id: 17327
2020-02-23 01:34:52 +00:00
Henrik Levkowetz
2aa948a17b
Changed some remaining cases of open() to io.open().
...
- Legacy-Id: 17319
2020-02-20 22:35:49 +00:00
Henrik Levkowetz
f45947c079
Removed exec of activate_this.py from 2 more scripts that are in activbe use.
...
- Legacy-Id: 17270
2020-01-30 22:38:44 +00:00
Henrik Levkowetz
ac38dba94b
Ran scripts invoked from bin/hourly and bin/daily through pyflakes3 and test invocation, and tweaked the code (with an added comment) to consistently require virtualenv to be set up before script invocation.
...
- Legacy-Id: 17269
2020-01-30 22:19:42 +00:00
Henrik Levkowetz
ba3010e3b0
Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861 .
...
- Legacy-Id: 17212
2020-01-10 12:22:33 +00:00
Henrik Levkowetz
b48ca82df7
Merged in [17195] from rcross@amsl.com:
...
Update admin permissions. Grant access to LiaisonStatementGroupContacts.
- Legacy-Id: 17199
Note: SVN reference [17195] has been migrated to Git commit 1f1d88fe24
2020-01-08 17:00:12 +00:00
Ryan Cross
1f1d88fe24
Update admin permissions. Grant access to LiaisonStatementGroupContacts. Commit ready for merge.
...
- Legacy-Id: 17195
2020-01-08 00:07:27 +00:00
Henrik Levkowetz
83de8b9f1e
Changed print() statements to syslog logging in a cron-invoked script, to remove non-error output. Fixes issue #2849 .
...
- Legacy-Id: 17163
2019-12-20 14:31:28 +00:00
Henrik Levkowetz
feaa5038a0
Rewrote the ietf/bin/fix-ambiguous-timestamps command as a management command (fix_ambiguous_timestamps) and made it look at all instances of DateTimeField by means of model introspection.
...
- Legacy-Id: 16954
2019-11-04 12:56:52 +00:00
Henrik Levkowetz
c474b42f2d
Send review reminders output to log, rather than stdout (since this is run from cron, stdout and stderr should be quiet if nothing unexpected happens)
...
- Legacy-Id: 16878
2019-10-18 14:46:59 +00:00
Henrik Levkowetz
a66fa82b06
Fixed some review reminders issues.
...
- Legacy-Id: 16863
2019-10-15 16:46:12 +00:00
Henrik Levkowetz
be641ac22a
Merged in [16792] from sasha@dashcare.nl:
...
Fix #2475 - Send opt-in reminders for unconfirmed review assignments.
If enabled for a team, reminders will be sent every X days to reviewers
for review assignments they have not accepted or rejected.
- Legacy-Id: 16846
Note: SVN reference [16792] has been migrated to Git commit 486b6daa29
2019-10-08 15:57:28 +00:00
Henrik Levkowetz
678f8a5787
Merged in [16765] from sasha@dashcare.nl:
...
Refs #2277 - Send daily reminders of overdue reviews to secretaries
- Legacy-Id: 16839
Note: SVN reference [16765] has been migrated to Git commit cc64992204
2019-10-08 10:41:37 +00:00
Henrik Levkowetz
09e38dffa0
Merged in [16705] from sasha@dashcare.nl:
...
Fix #2337 - Send periodic reminders of open reviews every X days (opt-in)
The interleaved_migrations_test currently fails due to the various
migrations that have been added for individual tickets/commits (unless
--permit-mixed-migrations is set). I think this is better fixed in a
later cleanup, as doing it now could cause confusion when merging
individual commits, and more migrations are likely to be added soon.
- Legacy-Id: 16823
Note: SVN reference [16705] has been migrated to Git commit ec56a03ec6
2019-10-04 17:09:57 +00:00
Henrik Levkowetz
4c3e869d5c
Merged in [16704] from sasha@dashcare.nl:
...
Fix #2231 - Send reminders before long UnavailabilityPeriods expire
A notification is sent to the team secretary and reviewer, if an
unavailability period lasting 30 days or more will end in 3 days.
- Legacy-Id: 16822
Note: SVN reference [16704] has been migrated to Git commit 179c151f9e
2019-10-04 14:07:54 +00:00
Sasha Romijn
486b6daa29
Fix #2475 - Send opt-in reminders for unconfirmed review assignments.
...
If enabled for a team, reminders will be sent every X days to reviewers
for review assignments they have not accepted or rejected.
Commit ready for merge.
- Legacy-Id: 16792
2019-10-01 13:01:19 +00:00
Sasha Romijn
cc64992204
Refs #2277 - Send daily reminders of overdue reviews to secretaries
...
Commit ready for merge.
- Legacy-Id: 16765
2019-09-30 12:27:43 +00:00
Sasha Romijn
ec56a03ec6
Fix #2337 - Send periodic reminders of open reviews every X days (opt-in)
...
The interleaved_migrations_test currently fails due to the various
migrations that have been added for individual tickets/commits (unless
--permit-mixed-migrations is set). I think this is better fixed in a
later cleanup, as doing it now could cause confusion when merging
individual commits, and more migrations are likely to be added soon.
Commit ready for merge.
- Legacy-Id: 16705
2019-09-05 15:02:56 +00:00
Sasha Romijn
179c151f9e
Fix #2231 - Send reminders before long UnavailabilityPeriods expire
...
A notification is sent to the team secretary and reviewer, if an
unavailability period lasting 30 days or more will end in 3 days.
Commit ready for merge.
- Legacy-Id: 16704
2019-09-05 11:59:40 +00:00
Sasha Romijn
296b126c70
Ref #2231 - Fix send-review-reminders and add it to daily cron
...
This fixes a syntax error and a Python 3 incompatibility, and adds
send-review-reminders to the daily cron script.
Important notes:
- I have not tested to what degree the existing reminders work as they
should, as that's out of scope. It does have tests.
- I can't assess whether the virtualenv activation works in the
production setup, and it may be obsolete as bin/daily also
activates the virtualenv.
- The same Python 3 incompatibility (execfile() no longer exists) seems
to exist in various other scripts.
Commit ready for merge.
- Legacy-Id: 16703
2019-09-05 10:50:39 +00:00
Henrik Levkowetz
10f623cc75
Merged in [16096] from rcross@amsl.com:
...
Update admin permissions. Grant secretariat change permissions on dbtemplate so they can update proceedings pages.
- Legacy-Id: 16424
Note: SVN reference [16096] has been migrated to Git commit 3089404f3d
2019-07-07 19:26:50 +00:00
Henrik Levkowetz
eeb4c08b01
Reduced generate-draft-alias verbosity again
...
- Legacy-Id: 16279
2019-06-17 18:23:18 +00:00
Henrik Levkowetz
5de5e97dd0
Fixed a docalias problem with generate-draft-aliases
...
- Legacy-Id: 16275
2019-06-17 13:14:53 +00:00
Henrik Levkowetz
8726e74709
Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
...
- Legacy-Id: 16177
2019-04-30 16:54:06 +00:00
Henrik Levkowetz
bb4fe3fbbf
Undid previous commit
...
- Legacy-Id: 16153
2019-04-22 19:22:42 +00:00
Ryan Cross
3089404f3d
Update admin permissions. Grant secretariat change permissions on dbtemplate so they can update proceedings pages. Commit ready for merge.
...
- Legacy-Id: 16096
2019-03-24 14:47:57 +00:00
Robert Sparks
a4db66564c
Checkpoint. Ended up chasing group.views_review before stats.
...
- Legacy-Id: 16030
2019-03-13 22:02:10 +00:00
Robert Sparks
e91d706d5b
Checkpointing. This is an incomplete idea. The tests will fail massively.
...
- Legacy-Id: 15985
2019-03-01 23:19:47 +00:00
Henrik Levkowetz
e8a59ce1e5
Rewrote the submission deduce_group() to consider all groups with acronyms that are also GroupTypeNames. Added GroupTypeName for iesg,ise,adhoc groups, and appropriate GroupFeatures for each. Updated the names.json fixture.
...
- Legacy-Id: 15960
2019-02-21 15:27:58 +00:00
Henrik Levkowetz
194659093d
Merged in [15810] from rcross@amsl.com:
...
Grant secretariat admin permissions to mailtrigger models. Fixes #2637 .
- Legacy-Id: 15817
Note: SVN reference [15810] has been migrated to Git commit e41b3d85ea
2018-12-13 20:59:35 +00:00
Ryan Cross
e41b3d85ea
Grant secretariat admin permissions to mailtrigger models. Fixes #2637 . Commit ready for merge.
...
- Legacy-Id: 15810
2018-12-12 23:32:00 +00:00
Henrik Levkowetz
af4e0b48fd
Pyflakes fixes to ietf/bin/fix-ambiguous-timestamps
...
- Legacy-Id: 15761
2018-11-12 15:44:22 +00:00
Henrik Levkowetz
ec682f34ad
Updated the script to fix ambiguous timestamps to fix ambiguous time fields for additional objects.
...
- Legacy-Id: 15754
2018-11-12 11:58:18 +00:00
Henrik Levkowetz
d6565f0450
Added exception logging for ietf/bin/rfc-editor-queue-updates. Changed the logging in the ietf/bin/rfc-editor-* scripts to use ietf.utils.log.log(). Reordered some imports.
...
- Legacy-Id: 15318
2018-07-12 12:52:58 +00:00
Henrik Levkowetz
fb4804a4ca
Fixed an incorrect file name in a log message.
...
- Legacy-Id: 15115
2018-05-03 19:32:10 +00:00
Henrik Levkowetz
18b9d8b400
Fixed a problem with the expire-ids code, and added logging to catch future problems.
...
- Legacy-Id: 15051
2018-04-18 12:34:31 +00:00
Henrik Levkowetz
819c142b51
Merged in [14516] from rcross@amsl.com:
...
Add admin permissions to secretariat group for nomcom objects.
- Legacy-Id: 14522
Note: SVN reference [14516] has been migrated to Git commit 4e1ab4888e
2018-01-15 00:31:44 +00:00
Ryan Cross
4e1ab4888e
Add admin permissions to secretariat group for nomcom objects. Commit ready for merge
...
- Legacy-Id: 14516
2018-01-12 01:16:31 +00:00
Henrik Levkowetz
edcfcd11f1
Added more logging during draft resurrection. Added a guard agains draft status changes while the draft expiration loop is running.
...
- Legacy-Id: 14488
2018-01-06 16:01:21 +00:00
Robert Sparks
e36cad65ed
Include an explicitly set Responsible ADs email addresses in generated aliases when a document has a group. Commit ready for merge.
...
- Legacy-Id: 14404
2017-12-07 21:33:04 +00:00
Henrik Levkowetz
3305cbfc64
Merged in [14106] from rcross@amsl.com:
...
Add support for directorates to generate-wg-aliases. Fixes #2363 .
- Legacy-Id: 14110
Note: SVN reference [14106] has been migrated to Git commit 4269d3b68e
2017-09-08 14:29:32 +00:00
Ryan Cross
4269d3b68e
Add support for directorates to generate-wg-aliases. Fixes #2363 . Commit ready for merge.
...
- Legacy-Id: 14106
2017-09-07 21:03:25 +00:00
Ryan Cross
6772afdd24
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration. Commit ready for merge.
...
- Legacy-Id: 14104
2017-09-06 22:42:15 +00:00
Ryan Cross
a18c9c1014
Add meeting_importantdate to Secretatriat admin permissions. Commit ready for merge
...
- Legacy-Id: 14018
2017-07-31 22:59:02 +00:00
Henrik Levkowetz
d35ec73069
Added support for mime-encoding of non-ascii name parts in document notify lists when generating draft email aliases.
...
- Legacy-Id: 13990
2017-07-27 19:22:59 +00:00
Henrik Levkowetz
6cd18d6324
Merged in [13628] from rcross@amsl.com:
...
Grant secretariat meeting__meeting admin permissions.
- Legacy-Id: 13721
Note: SVN reference [13628] has been migrated to Git commit fd60ce6868
2017-06-27 15:58:56 +00:00
Ryan Cross
fd60ce6868
Grant secretariat meeting__meeting admin permissions. Commit ready for merge.
...
- Legacy-Id: 13628
2017-06-14 17:20:29 +00:00
Henrik Levkowetz
a9785674ea
Merged in [13575] from rcross@amsl.com:
...
Create new script ietf/bin/set_admin_permissions to configure Django Admin group permissions. Fixes #2008 .
- Legacy-Id: 13581
Note: SVN reference [13575] has been migrated to Git commit 1876927cbc
2017-06-10 09:29:26 +00:00
Henrik Levkowetz
3d387e5ff6
Merged in [13567] from rcross@amsl.com:
...
Refactor ietf/bin/merge-person-records to facilitate testing. Add tests. Fixes #2162 .
- Legacy-Id: 13580
Note: SVN reference [13567] has been migrated to Git commit e9b7c5753e
2017-06-10 07:48:19 +00:00
Ryan Cross
1876927cbc
Create new script ietf/bin/set_admin_permissions to configure Django Admin group permissions. Fixes #2008 . Commit ready for merge.
...
- Legacy-Id: 13575
2017-06-09 21:01:56 +00:00
Henrik Levkowetz
22d83d2d2c
Fixed another place where None author email needed an extra guard.
...
- Legacy-Id: 13573
2017-06-09 20:07:55 +00:00
Ryan Cross
e9b7c5753e
Refactor ietf/bin/merge-person-records to facilitate testing. Add tests. Fixes #2162 . Commit ready for merge.
...
- Legacy-Id: 13567
2017-06-08 23:28:43 +00:00
Henrik Levkowetz
4971c01ced
Moved the fetch-meeting-registration script in order to convert it to a management command.
...
- Legacy-Id: 13489
2017-06-01 20:54:42 +00:00
Henrik Levkowetz
b6b45166bf
Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names.
...
- Legacy-Id: 13481
2017-05-31 23:08:23 +00:00
Henrik Levkowetz
76628be3fd
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
...
- Legacy-Id: 13479
2017-05-31 20:59:26 +00:00
Henrik Levkowetz
1b7a39545b
Merged in [13290] from rjsparks@nostrum.com:
...
Provides the utility used to reconcile the RFC Editor database against what the draft parser returns for document authors. (But only if keeping this in trunk is a good idea.)
- Legacy-Id: 13361
Note: SVN reference [13290] has been migrated to Git commit 6d8182965b
2017-05-15 14:22:16 +00:00
Ole Laursen
cceb4188ab
Extend --latest to support a parameter
...
- Legacy-Id: 13270
2017-05-05 13:58:25 +00:00
Ole Laursen
a2b8819cfe
Add meeting statistics - overview and country/continent across
...
meetings + detail pages with country and continent
- Legacy-Id: 13264
2017-05-04 15:55:15 +00:00
Ole Laursen
8325ffa9de
Add a script for keeping the meeting registration data in sync
...
- Legacy-Id: 13253
2017-04-28 12:33:21 +00:00
Henrik Levkowetz
42a1fdb151
Merged in [13197] from rcross@amsl.com:
...
Fix issue with bin/merge-person-records when User.last_login == None. Fixes #2274 .
- Legacy-Id: 13207
Note: SVN reference [13197] has been migrated to Git commit 767e9f9695
2017-04-12 19:11:31 +00:00
Henrik Levkowetz
978e8f72f5
Changed the signature of ietf.utils.aliases.dump_sublist() to include a list of the alias domains, in order to be able to generate IRTF group aliases @irtf.org. Updated ietf/bin/generate-*-aliases accordingly.
...
- Legacy-Id: 13206
2017-04-12 18:51:38 +00:00
Ryan Cross
767e9f9695
Fix issue with bin/merge-person-records when User.last_login == None. Fixes #2274 . Commit ready for merge.
...
- Legacy-Id: 13197
2017-04-12 17:36:45 +00:00
Ole Laursen
5b677dc6ba
Merge author stats branch into new branch from trunk
...
- Legacy-Id: 13159
2017-03-28 14:36:40 +00:00
Ryan Cross
aa76ea4040
Fixes #2207 . bin/merge-person-records remove _meta.get_all_related_objects() deprecated in Django 1.10. Commit ready for merge.
...
- Legacy-Id: 12917
2017-02-24 21:25:33 +00:00
Ole Laursen
9308948195
Add person, affiliation and country (through django-countries) to
...
DocumentAuthor, rename author field to email and make it optional (for
modeling old email-less submissions), remove the authors many to many
referencing field from Document as it is not really pointing the right
place.
Update the Secretariat tools to show affiliation and country.
Add migration for getting rid of the fake email addresses that the
migration script created some years ago (just set the author email
field to null).
- Legacy-Id: 12739
2017-01-26 17:10:08 +00:00
Ryan Cross
68bd38d22d
Fixes #2141 . Resolve issue with merge_person_records caused by Django 1.8 upgrade. Commit ready for merge.
...
- Legacy-Id: 12724
2017-01-24 20:47:41 +00:00
Henrik Levkowetz
5e3f3378d3
Updated scripts in ietf/bin/ to look in env/bin/ for the virtualenv activation script.
...
- Legacy-Id: 12560
2016-12-16 17:50:04 +00:00
Henrik Levkowetz
3c812b04cb
Added a script to list role holder emails.
...
- Legacy-Id: 12516
2016-12-13 17:45:53 +00:00
Ole Laursen
ceec1254f2
Add review team secretary reminders, like those for reviewers
...
- Legacy-Id: 12283
2016-11-08 16:24:28 +00:00
Ole Laursen
59180240af
Add a simple reminder system for reviewers so that they can opt in to
...
being reminded X days before deadline of an assignment
- Legacy-Id: 12101
2016-10-07 16:43:29 +00:00
Henrik Levkowetz
714781d6c5
Merged in [11890] from rcross@amsl.com:
...
Modify monthly progress report to handle unicode characters in document titles.
- Legacy-Id: 11895
Note: SVN reference [11890] has been migrated to Git commit 98b9efdb02
2016-08-30 17:44:51 +00:00
Henrik Levkowetz
4940bf79e9
Merged in [11889] from rcross@amsl.com:
...
Strip .py extension of report scripts to match the rest. Add svn:executable to scripts that were missing it.
- Legacy-Id: 11894
Note: SVN reference [11889] has been migrated to Git commit 96fb33f50d
2016-08-30 17:34:23 +00:00
Ryan Cross
98b9efdb02
Modify monthly progress report to handle unicode characters in document titles. Commit ready for merge.
...
- Legacy-Id: 11890
2016-08-26 22:35:48 +00:00
Ryan Cross
96fb33f50d
Strip .py extension of report scripts to match the rest. Add svn:executable to scripts that were missing it. Commit ready for merge.
...
- Legacy-Id: 11889
2016-08-26 21:37:42 +00:00
Henrik Levkowetz
4b0a9360f0
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
...
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz
ac31664f5b
Added missing import statements.
...
- Legacy-Id: 11707
2016-07-18 11:00:01 +00:00
Henrik Levkowetz
53506389b3
Make all the scripts under ietf/bin/ set up the environment the same way.
...
- Legacy-Id: 11639
2016-07-12 20:52:09 +00:00
Henrik Levkowetz
d298785fda
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
...
- Legacy-Id: 11402
2016-06-17 14:16:27 +00:00
Henrik Levkowetz
f9136dcad3
Changed the photo collection script to use a more sophisticated algorithm to separate name parts, in order to avoid photos named 'dr-foo-bar-ph-d', and in order to correctly identify surnames like 'le-faucheur'. Added translation for the first-name only named IAB photos. Added additional directories for IAB photos.
...
- Legacy-Id: 11271
2016-06-05 09:47:55 +00:00
Henrik Levkowetz
33a0629911
Enhanced the photo collection script to look in multiple locations, in order to capture missing IAB and IESG member photos, and to select full and thumbnail photos from a preference list based on timestamp and size.
...
- Legacy-Id: 11270
2016-06-03 22:54:35 +00:00
Henrik Levkowetz
88e56f2c98
Added heuristics to process existing photo files for a larger percentage of person records than earlier. Changed to checking all person records, not only those with roles. Added a summary of photo files not handled at the end. This reduced the number of unhandled files from ~350 to less than 10, and all the unhandled ones seems to belong to persons for which photos have been found.
...
- Legacy-Id: 11262
2016-06-02 19:11:53 +00:00
Henrik Levkowetz
14a4ea177c
Merged in ^/personal/rjs/6.21.1.dev0@11257
...
- Legacy-Id: 11259
2016-06-01 16:37:01 +00:00
Ryan Cross
cecdea3d72
Add utility script to send interim meeting minutes reminder. Add ability to include comments with meeting cancellation
...
- Legacy-Id: 11199
2016-05-17 22:55:47 +00:00
Ryan Cross
6ef2904307
Move standalone monthly report scripts to bin directory. Commit ready for merge.
...
- Legacy-Id: 11118
2016-04-11 15:54:36 +00:00
Robert Sparks
e7f90214c5
Handle expiring the last call of status change documents. Be more robust about errors when expiring last calls. Fixes #1911 . Commit ready for merge.
...
- Legacy-Id: 10811
2016-02-10 15:37:58 +00:00
Henrik Levkowetz
44e0835b0b
Modified the ambiguous timestamp fixup scripts to cover the 3 last year instead of the last year.
...
- Legacy-Id: 10790
2016-02-07 13:04:02 +00:00
Henrik Levkowetz
f9a49661cb
Updated the fix-ambiguous-document-timestamps scripts to also fix DocEvent timestamps.
...
- Legacy-Id: 10789
2016-02-06 20:12:54 +00:00
Henrik Levkowetz
e0ba96584a
Merged in [10755] from rcross@amsl.com:
...
Change merge-person-records, don't delete User until we handle related objects.
- Legacy-Id: 10767
Note: SVN reference [10755] has been migrated to Git commit a6399fdcf3c67b648f120bf42be987ca50935019
2016-02-03 20:28:16 +00:00
Henrik Levkowetz
33aff43ff6
Added a tiny script to disambiguate document timestamps.
...
- Legacy-Id: 10752
2016-01-27 14:27:12 +00:00
Henrik Levkowetz
bc9a85a075
Merged [10721] and [10724] from rcross@amsl.com:
...
Removed Test watermark from interim meeting index background. Rewrote merge-person-records utility script to handle all related objects in a generic manner, remove old User records and handle email primary attribute. Fixes #1627 .
- Legacy-Id: 10740
Note: SVN reference [10721] has been migrated to Git commit e97cd64bbb
Note: SVN reference [10724] has been migrated to Git commit 8efb9229f6
2016-01-26 21:31:46 +00:00
Ryan Cross
e97cd64bbb
Rewrite merge-person-records utility script to handle all related objects in a generic manner, remove old User records and handle email primary attribute. Fixes #1627 . Commit ready for merge
...
- Legacy-Id: 10721
2016-01-22 20:37:29 +00:00