Henrik Levkowetz
|
f4d2f19ffb
|
Tweaked the person factory to provide bio and photo on request.
- Legacy-Id: 11300
|
2016-06-09 21:51:46 +00:00 |
|
Henrik Levkowetz
|
c80b654f18
|
Simplified some setting calculations.
- Legacy-Id: 11299
|
2016-06-09 21:50:56 +00:00 |
|
Henrik Levkowetz
|
511e500960
|
Show default no-photo-available image on bio if no photo is available.
- Legacy-Id: 11298
|
2016-06-09 21:49:44 +00:00 |
|
Henrik Levkowetz
|
fcd8f55117
|
Added person.plain_name() to the name aliases.
- Legacy-Id: 11297
|
2016-06-09 21:48:04 +00:00 |
|
Henrik Levkowetz
|
087c543dfd
|
Changed the links to profile pages to apply to both photo and name, for an easier click target. Added links to group names.
- Legacy-Id: 11296
|
2016-06-09 21:46:39 +00:00 |
|
Henrik Levkowetz
|
637c1a0e7b
|
Added links to dependency graph and tools page to the group metainformation. Reindented consistently.
- Legacy-Id: 11295
|
2016-06-09 21:42:45 +00:00 |
|
Henrik Levkowetz
|
7edecaee27
|
Added photo page support for individual groups, and tweaked some names. This provides a photo page for the IAB, but also as a benefit photo pages for other groups.
- Legacy-Id: 11287
|
2016-06-06 16:33:24 +00:00 |
|
Henrik Levkowetz
|
dd781c9367
|
Added and updated migrations.
- Legacy-Id: 11286
|
2016-06-06 16:30:54 +00:00 |
|
Henrik Levkowetz
|
ab20d0002d
|
Added some guards against bad data in name_parts().
- Legacy-Id: 11285
|
2016-06-06 16:30:30 +00:00 |
|
Henrik Levkowetz
|
9e382bb711
|
Added support for reStructuredText markup in bios.
- Legacy-Id: 11284
|
2016-06-06 16:29:25 +00:00 |
|
Henrik Levkowetz
|
aa4ddc00e2
|
Limited the biography and photo uploading to people who have been assigned a role.
- Legacy-Id: 11283
|
2016-06-06 12:42:24 +00:00 |
|
Henrik Levkowetz
|
c4b59f0363
|
Added personal photo+bio pages.
- Legacy-Id: 11278
|
2016-06-05 20:14:50 +00:00 |
|
Henrik Levkowetz
|
5159349959
|
Added an IESG photo page. Replaced navigation pills with a navtab on the IESG pages.
- Legacy-Id: 11277
|
2016-06-05 09:55:59 +00:00 |
|
Henrik Levkowetz
|
e4e2ced967
|
Tweaked the look of nav-tabs.
- Legacy-Id: 11276
|
2016-06-05 09:54:51 +00:00 |
|
Henrik Levkowetz
|
ed583bcc5f
|
Used a more sophisticated algorithm for separation of person name parts in the photo_name() method. Added support for 'Dr' (without dot) as a titular prefix.
- Legacy-Id: 11275
|
2016-06-05 09:54:13 +00:00 |
|
Henrik Levkowetz
|
fe50693d09
|
Renamed and generalised the photos template a bit, for re-use with IESG photos.
- Legacy-Id: 11274
|
2016-06-05 09:51:56 +00:00 |
|
Henrik Levkowetz
|
5f4de2047e
|
Added additional directories for IAB photos.
- Legacy-Id: 11273
|
2016-06-05 09:50:09 +00:00 |
|
Henrik Levkowetz
|
c5e0814e11
|
Made the photo url and view function names more generic. Shortened a tab name.
- Legacy-Id: 11272
|
2016-06-05 09:49:24 +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
|
fa5bed83b3
|
Removed debug prints
- Legacy-Id: 11267
|
2016-06-02 19:31:08 +00:00 |
|
Henrik Levkowetz
|
1410168a5a
|
Fixed some missed instances of a setting name-change.
- Legacy-Id: 11266
|
2016-06-02 19:30:25 +00:00 |
|
Henrik Levkowetz
|
c8ade2dff5
|
Tweaked the chair_photos view.
- Legacy-Id: 11265
|
2016-06-02 19:21:08 +00:00 |
|
Henrik Levkowetz
|
ab095fca5b
|
MOdified the 0011_populate_photos migration to set photo thumbnail values which include the photos dirname under the media_root. Added a reverse migration, for easier testing from a clean state.
- Legacy-Id: 11264
|
2016-06-02 19:20:34 +00:00 |
|
Henrik Levkowetz
|
c83dae57fb
|
Added setting for MEDIA_ROOT, and changed the setting for MEDIA_URL; introduced a setting for the IETF main site URL, for use where MEDIA_URL had been used (incorrectly) earlier.
- Legacy-Id: 11263
|
2016-06-02 19:17:38 +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
|
8a4d0b3db8
|
Updated svn:mergeinfo
- Legacy-Id: 11261
|
2016-06-01 16:40:03 +00:00 |
|
Henrik Levkowetz
|
c5d2a67d66
|
Updated requirements.txt to include Pillow (Python Imaging Lib wrapper). Requires libjpeg on system; libjpeg8-dev added to Docker file.
- Legacy-Id: 11260
|
2016-06-01 16:39:41 +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 |
|
Robert Sparks
|
27b1356072
|
Capturing a script used to copy and rename images from www6/wg/images into www6/photos
- Legacy-Id: 11248
|
2016-05-26 20:03:09 +00:00 |
|
Robert Sparks
|
02fcef7992
|
First steps towards bios and photos in the tracker
- Legacy-Id: 11247
|
2016-05-26 20:02:15 +00:00 |
|
Henrik Levkowetz
|
caf3a4cb7e
|
Set version info and settings back to development mode
- Legacy-Id: 11215
|
2016-05-20 10:22:05 +00:00 |
|
Henrik Levkowetz
|
0b4d3b5802
|
Set version info to release version 6.21.0 before branching.
- Legacy-Id: 11213
|
2016-05-20 10:21:43 +00:00 |
|
Henrik Levkowetz
|
05b6766bdb
|
Changelog entry for 6.21.0
- Legacy-Id: 11212
|
2016-05-20 10:21:32 +00:00 |
|
Henrik Levkowetz
|
a28995ad1b
|
Code coverage data for release 6.21.0
- Legacy-Id: 11211
|
2016-05-20 10:21:22 +00:00 |
|
Henrik Levkowetz
|
9d81ddc239
|
Added a migration to match the Person model changes in [11180].
- Legacy-Id: 11210
Note: SVN reference [11180] has been migrated to Git commit 7e61ce84e8
|
2016-05-20 10:11:42 +00:00 |
|
Henrik Levkowetz
|
d1c05f6f2e
|
Tweaked hangelog information
- Legacy-Id: 11209
|
2016-05-20 10:02:48 +00:00 |
|
Henrik Levkowetz
|
ea4160a709
|
Applied production patches to trunk.
- Legacy-Id: 11208
|
2016-05-19 20:03:19 +00:00 |
|
Henrik Levkowetz
|
29d3b7185c
|
Changelog information for 6.21.0
- Legacy-Id: 11207
|
2016-05-19 19:58:02 +00:00 |
|
Henrik Levkowetz
|
3849620362
|
Settings for Trac glue commands.
- Legacy-Id: 11201
|
2016-05-18 18:10:46 +00:00 |
|
Henrik Levkowetz
|
cd417ad327
|
In the datatracker crontab, test that the files to execute exist and are executable.
- Legacy-Id: 11195
|
2016-05-15 17:39:31 +00:00 |
|
Henrik Levkowetz
|
32990c027f
|
Make daily and hourly scripts executable
- Legacy-Id: 11194
|
2016-05-15 16:46:20 +00:00 |
|
Henrik Levkowetz
|
02773059f2
|
Better usage help for the coverage_changes management command.
- Legacy-Id: 11193
|
2016-05-15 15:01:50 +00:00 |
|
Henrik Levkowetz
|
91defa466e
|
Fixed a missed import name change.
- Legacy-Id: 11192
|
2016-05-13 16:07:47 +00:00 |
|
Henrik Levkowetz
|
6bd275f10b
|
Merged in ^/branch/iola/community-list-cleanup-r11184@11188.
- Legacy-Id: 11191
|
2016-05-13 16:01:54 +00:00 |
|
Henrik Levkowetz
|
92214726fd
|
Renamed some files under ietf/group/ which contained views but didn't have 'views' in the name.
- Legacy-Id: 11190
|
2016-05-13 15:59:10 +00:00 |
|
Ole Laursen
|
9ad8c983a2
|
Speed up the community refactor migration by building the index
of the group name search rules in Python
- Legacy-Id: 11188
|
2016-05-13 13:30:37 +00:00 |
|
Ole Laursen
|
12079a5612
|
Add SearchRule.__unicode__ for debugging purposes
- Legacy-Id: 11187
|
2016-05-13 13:22:53 +00:00 |
|
Ole Laursen
|
5f4c989ba6
|
Set notify_on correctly in community refactor migration
- Legacy-Id: 11186
|
2016-05-13 12:25:59 +00:00 |
|
Henrik Levkowetz
|
21b2330b6a
|
Removed an newly introduced url() name parameter.
- Legacy-Id: 11184
|
2016-05-13 09:09:37 +00:00 |
|