Henrik Levkowetz
8b049ec2d1
Set version info to release version 5.0.2 before branching.
...
- Legacy-Id: 7298
2014-02-25 15:53:55 +00:00
Henrik Levkowetz
b1ae148580
Extend the set of allowed hosts slightly.
...
- Legacy-Id: 7291
2014-02-22 20:37:47 +00:00
Henrik Levkowetz
5fd513e9cd
Added a logging filter to filter out the 'Invalid HTTP_HOST' emails.
...
- Legacy-Id: 7263
2014-02-18 23:10:03 +00:00
Henrik Levkowetz
ad1194799a
Changed the SECRET_KEY setting to take account of the settings in settings_local.
...
- Legacy-Id: 7262
2014-02-18 23:06:53 +00:00
Henrik Levkowetz
49d5f1a010
Set version info and settings back to development mode
...
- Legacy-Id: 7252
2014-02-16 18:36:46 +00:00
Henrik Levkowetz
c09bcebdb3
Set version info to release version 5.0.1 before branching.
...
- Legacy-Id: 7250
2014-02-16 18:36:43 +00:00
Henrik Levkowetz
612085779b
Added a secret key to settings.py for development use. NOT for production use; that needs to go in settings_local.py
...
- Legacy-Id: 7234
2014-02-11 19:37:13 +00:00
Henrik Levkowetz
e593d9d640
Added a warning to the draft submission page about upcoming submission cut-offs. Added a value in settings.py for the number of days before the first cut-off to display the waring.
...
- Legacy-Id: 7233
2014-02-11 19:28:59 +00:00
Henrik Levkowetz
07e93b599b
Updated the caching settings to use memcached in production.
...
- Legacy-Id: 7232
2014-02-11 19:21:36 +00:00
Henrik Levkowetz
04d940534d
Modified ALLOWED_HOSTS to permit some (surprising) alternative HTTP_HOST names. Are these a result of queries proxied through other ietf.org domains? The numerical address is the mail server address. We should find out why that appears, and see if it can be made to appear as mail.ietf.org instead.
...
- Legacy-Id: 7197
2014-01-31 19:07:37 +00:00
Henrik Levkowetz
fd5aac4583
Set version info and settings back to development mode
...
- Legacy-Id: 7187
2014-01-30 21:11:34 +00:00
Henrik Levkowetz
79f14d9970
Set version info to release version 5.0.0 before branching.
...
- Legacy-Id: 7185
2014-01-30 21:11:30 +00:00
Ole Laursen
e2554a6a0c
It turns out that Django resetting the user if REMOTE_USER is not passed in is a problem on live to, so switch the whole code base to using the middleware to set REMOTE_USER from the logged in user if not passed in from the outside
...
- Legacy-Id: 7167
2014-01-24 14:30:00 +00:00
Ole Laursen
7e00fa1424
Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types
...
- Legacy-Id: 7121
2014-01-13 16:08:58 +00:00
Ole Laursen
b72742764f
Set ALLOWED_HOSTS (may need some tweaking), add LOGGING setting to
...
enable HTML exception emails to compensate for not carrying the HTML
patch that was applied to Django 1.2
- Legacy-Id: 6982
2013-12-18 14:00:44 +00:00
Ole Laursen
b84440b857
MEDIA_ROOT -> STATIC_ROOT - apparently we don't really use MEDIA_ROOT at the moment since all files are handled not through file fields, but through explicit management of their paths
...
- Legacy-Id: 6980
2013-12-18 13:18:58 +00:00
Ole Laursen
2cefdd7410
Add WSGI application to settings to make it use the same application
...
definition as live (it probably doesn't matter at the moment though)
- Legacy-Id: 6979
2013-12-18 13:06:39 +00:00
Ole Laursen
896da07311
Disable XViewMiddleware, it has been moved in Django 1.6 and it's not
...
clear whether it's serving a useful purpose
- Legacy-Id: 6977
2013-12-18 12:01:24 +00:00
Ole Laursen
1dc860236f
Delete ADMIN_MEDIA_PREFIX which is now gone in Django, add a pattern to the static serving so a debug/test server serves the admin static files
...
- Legacy-Id: 6975
2013-12-18 11:45:36 +00:00
Ole Laursen
35520c8473
Enable clickjacking prevention middleware
...
- Legacy-Id: 6969
2013-12-18 10:14:47 +00:00
Ole Laursen
7f277a8fbb
Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5
...
- Legacy-Id: 6968
2013-12-18 10:13:40 +00:00
Ole Laursen
42ade6273c
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
...
- Legacy-Id: 6963
2013-12-17 12:50:24 +00:00
Ole Laursen
b94e110a29
Disable the caching template loader again, interesting as may be, it
...
turns out to be really annoying when developing as it is not clever
enough to do cache invalidation, so changing a template and retesting
requires restarting the dev server
- Legacy-Id: 6929
2013-12-13 17:30:39 +00:00
Ole Laursen
1cb6e701eb
Enable the caching template loader for the file based templates, as
...
recommended by the Django documentation
- Legacy-Id: 6926
2013-12-13 17:00:52 +00:00
Ole Laursen
7f25469c6b
Drop the group/person/role global fixtures, the fixture loader in
...
Django 1.6 refuses to load them because they have dangling foreign
keys, and in rewriting them it turns out it is easier to do so in code
- so refactor the test data generation code to have a separate
function with the unchanging base data and call that from the global
fixture setup
- Legacy-Id: 6917
2013-12-13 15:58:36 +00:00
Ole Laursen
191d6f5949
Changing settings to use new test runner
...
- Legacy-Id: 6904
2013-12-13 11:23:33 +00:00
Ole Laursen
ad26ab4b37
Fix some changed Django import paths in settings.py
...
- Legacy-Id: 6897
2013-12-12 12:13:44 +00:00
Ole Laursen
f5b2cfbc42
Make MEDIA_URL end in slash
...
- Legacy-Id: 6874
2013-12-11 15:29:38 +00:00
Ole Laursen
f4283556ae
Do not include ../redesign in path
...
- Legacy-Id: 6831
2013-12-07 12:30:41 +00:00
Ole Laursen
ca28fb05a6
Delete USE_DB_REDESIGN_PROXY_CLASSES setting
...
- Legacy-Id: 6827
2013-12-07 12:12:07 +00:00
Ole Laursen
18f133d1d2
Remove now unused idtracker/
...
- Legacy-Id: 6821
2013-12-06 18:00:44 +00:00
Ole Laursen
48f14b8eda
Remove now unused proceedings/ and meeting/proxy.py
...
- Legacy-Id: 6819
2013-12-06 17:40:41 +00:00
Ole Laursen
d0f2859631
Move NomCom announcements view to nomcom/, move message view to
...
message/, add tests, add redirects, fix a couple of small bugs in the
announcements view
- Legacy-Id: 6769
2013-11-28 17:55:10 +00:00
Ole Laursen
9457669310
Merge in changes from the old shimfree branch
...
- Legacy-Id: 6764
2013-11-27 12:55:50 +00:00
Ole Laursen
10a4d286cd
Remove now unused idrfc_wrapper.py, remove idrfc app
...
- Legacy-Id: 6721
2013-11-19 16:10:29 +00:00
Ole Laursen
ecf68dbb05
Revamp and clean up submit models:
...
- Rename IdSubmissionDetail to Submission
- Rename various submission fields to correspond to the conventions in
the new schema
- Use a name model for the states instead of IdSubmissionStatus
- Drop the TempIdAuthor model which is based on splitting up author
names
- Add a simple textual SubmissionEvent for tracking events in the
lifetime of a submission
- Delete a bunch of obsolete fields
- Make sure all submission have an access key so we can depend on it
- Add state for when approval is needed from previous authors
A couple of migrations take care of transforming the
IdSubmissionDetail and moving data over/cleaning it up.
Also revamp the submit view code:
- Make form code do validation/cleaning only so there's a clear
separation of concerns
- Reduce uses of inheritance that made the code hard to follow -
forms now don't inherit from each other, views don't call each other
but instead reuse common utilities, templates share CSS/utilities
instead of relying on inheritance
- Move email rendering/sending to separate file
- Drop the in-grown terminology use (auto post vs. manual posts)
- Make the status page explain who is emailed for what purpose
- Add history table with recorded events
- Make the status page handle its post actions by itself instead of
duplicating most of the setup logic in a number of simple views
- Fix a couple of minor bugs and handle some edge cases better
- Expand tests with a couple of more cases
Possibly the submit tool could still use more help text added to
explain the process, ideally what's explained in the tool instructions
page should be inlined or self-evident.
- Legacy-Id: 6714
2013-11-15 13:30:32 +00:00
Henrik Levkowetz
1c428e65ae
Corrected the default path for where to find iCalendar vtimezone information.
...
- Legacy-Id: 6695
2013-11-08 00:05:55 +00:00
Henrik Levkowetz
3051f81047
Make the slides and minutes urls on the agenda have explicit extensions.
...
- Legacy-Id: 6694
2013-11-07 19:28:04 +00:00
Henrik Levkowetz
2c5e7fd7f4
Set version info and settings back to development mode
...
- Legacy-Id: 6670
2013-11-06 19:33:49 +00:00
Henrik Levkowetz
0f5b59d431
Set version info to release version 4.83 before branching.
...
- Legacy-Id: 6668
2013-11-06 19:33:46 +00:00
Henrik Levkowetz
f862b71c35
Set version info and settings back to development mode
...
- Legacy-Id: 6586
2013-10-31 18:13:10 +00:00
Henrik Levkowetz
0ff1e5d04d
Set version info to release version 4.82 before branching.
...
- Legacy-Id: 6584
2013-10-31 18:13:05 +00:00
Henrik Levkowetz
e89a272661
Changed the path to iCalendar vtimezone information to point into the release
...
directory, so that we can make updated vtimezone information available
directly in a release, instead of out-of-band.
- Legacy-Id: 6535
2013-10-29 22:25:36 +00:00
Henrik Levkowetz
e3cf47d6ef
Set version info and settings back to development mode
...
- Legacy-Id: 6480
2013-10-21 22:19:47 +00:00
Henrik Levkowetz
8c87d60c51
Set version info to release version 4.81 before branching.
...
- Legacy-Id: 6478
2013-10-21 22:19:43 +00:00
Henrik Levkowetz
dfe81e6882
Add setting for where to save files which fail urltest diffs.
...
- Legacy-Id: 6448
2013-10-14 18:39:33 +00:00
Henrik Levkowetz
422e5a438e
Changed NOMCOM_FROM_EMAIL to be the Nomcom chair instead of the secretariat. Fixes issue #1152 .
...
- Legacy-Id: 6431
2013-10-11 20:20:48 +00:00
Henrik Levkowetz
e24f97550c
Added Ryan to the admin list so he'll get 500 notifications.
...
- Legacy-Id: 6414
2013-10-11 02:11:33 +00:00
Henrik Levkowetz
ed891d23d0
Set version info and settings back to development mode
...
- Legacy-Id: 6355
2013-10-03 14:22:46 +00:00
Henrik Levkowetz
d256693205
Set version info to release version 4.80 before branching.
...
- Legacy-Id: 6353
2013-10-03 14:22:42 +00:00
Henrik Levkowetz
18445123aa
Made the setting for use of InnoDB for testing default. Added a setting for global test fixtures. Added ietf.utils to the app list to capture the makefixture management command.
...
- Legacy-Id: 6321
2013-09-30 20:38:06 +00:00
Ole Laursen
f13837ef5f
Add support for global test fixtures to avoid loading them for all
...
tests
- Legacy-Id: 6304
2013-09-29 17:32:52 +00:00
Ole Laursen
c419271d97
Remove (external) permissions app which has been obsolete since the move to the new schema
...
- Legacy-Id: 6300
2013-09-28 20:00:28 +00:00
Ole Laursen
f7ad84ecb9
Remove (external) workflows app which has been obsolete since the move to the new schema
...
- Legacy-Id: 6299
2013-09-28 19:52:28 +00:00
Ole Laursen
050929a56d
Remove ietfworkflows which is now obsolete
...
- Legacy-Id: 6297
2013-09-28 19:48:48 +00:00
Henrik Levkowetz
72a19e2ab2
Fixed the on-and-off failing test_agenda83txt(), which gave inconsistent results because the datetime object given to the template to render had no timezone setting. Added a PRODUCTION_TIMEZONE setting, and used it to provide a consistent timezone to the agenda.txt template.
...
- Legacy-Id: 6292
2013-09-27 20:07:42 +00:00
Henrik Levkowetz
6154b9922d
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
...
- Legacy-Id: 6273
2013-09-26 19:56:17 +00:00
Ole Laursen
019ca2ae03
Merge changes from attic/shimfree into new branch to complete rebasing shimfree on trunk
...
- Legacy-Id: 6215
2013-09-20 09:48:58 +00:00
Henrik Levkowetz
c52efcae8c
Set version info and settings back to development mode
...
- Legacy-Id: 6210
2013-09-19 19:31:46 +00:00
Henrik Levkowetz
faf1917062
Set version info to release version 4.72 before branching.
...
- Legacy-Id: 6208
2013-09-19 19:31:44 +00:00
Ole Laursen
a871d6e19e
Remove wgchairs app, all of its functionality is now superceded by wginfo/ and other recent developments in doc/
...
- Legacy-Id: 6198
2013-09-19 15:22:59 +00:00
Henrik Levkowetz
d8074d39d3
Merged the latest secretariat code from rcross@amsl.com, from branch/amsl/trunkmerge@6149.
...
- Legacy-Id: 6168
2013-09-18 19:33:36 +00:00
Henrik Levkowetz
da4177e1cd
Rename the nomcom public keys path setting.
...
- Legacy-Id: 6166
2013-09-18 18:10:27 +00:00
Henrik Levkowetz
d60210484f
Moved the nomcom private key storage out of the source tree, which is a silly place to put it.
...
- Legacy-Id: 6159
2013-09-16 21:00:07 +00:00
Henrik Levkowetz
71f85f96c7
Merged in a fix from rjsparks@nostrum.com for incorrect IANA notification email addresses.
...
- Legacy-Id: 6152
2013-09-13 22:23:55 +00:00
Ryan Cross
4f98ac157c
Revert to pre-agenda tool db schema. Change sec static files subdirectory to 'secretariat'. Branch ready for merge.
...
- Legacy-Id: 6148
2013-09-12 16:58:44 +00:00
Henrik Levkowetz
78a76c8b07
Set version info and settings back to development mode
...
- Legacy-Id: 6124
2013-09-09 19:41:37 +00:00
Henrik Levkowetz
fa33dbbc87
Set version info to release version 4.71 before branching.
...
- Legacy-Id: 6122
2013-09-09 19:41:03 +00:00
Henrik Levkowetz
d59b16b665
Set version info and settings back to development mode
...
- Legacy-Id: 5952
2013-08-06 10:16:01 +00:00
Henrik Levkowetz
a32834c087
Set version info to release version 4.70 before branching.
...
- Legacy-Id: 5950
2013-08-06 10:15:58 +00:00
Henrik Levkowetz
6baea429aa
Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run.
...
- Legacy-Id: 5948
2013-08-06 10:09:29 +00:00
Henrik Levkowetz
2fa9aedf01
Set version info and settings back to development mode
...
- Legacy-Id: 5945
2013-08-01 16:26:30 +00:00
Henrik Levkowetz
fac8b399f7
Set version info to release version 4.61 before branching.
...
- Legacy-Id: 5943
2013-08-01 16:26:26 +00:00
Henrik Levkowetz
4d7120ee86
Set version info and settings back to development mode
...
- Legacy-Id: 5850
2013-07-23 16:33:01 +00:00
Henrik Levkowetz
451043d138
Set version info to release version 4.60 before branching.
...
- Legacy-Id: 5848
2013-07-23 16:32:56 +00:00
Henrik Levkowetz
539dd58888
Set version info and settings back to development mode
...
- Legacy-Id: 5827
2013-07-15 07:32:23 +00:00
Henrik Levkowetz
baad13bf7c
Set version info to release version 4.53 before branching.
...
- Legacy-Id: 5825
2013-07-15 07:32:20 +00:00
Henrik Levkowetz
3105101cc5
Changed test running and test data generation to work with database rollback
...
(for instance with InnoDB).
Added settings.DATABASE_TEST_OPTIONS which can be used to force for instance
InnoDB use during testing.
Using this has the potential of reducing the time it takes to run the test
suite substantially; a few test runs indicate a reduction in test run time by
50% on a run-of-the-mill linux server.
- Legacy-Id: 5823
2013-07-15 07:21:34 +00:00
Henrik Levkowetz
5955e5eefe
Set version info and settings back to development mode
...
- Legacy-Id: 5816
2013-07-14 14:04:24 +00:00
Henrik Levkowetz
9c5f300444
Set version info to release version 4.52 before branching.
...
- Legacy-Id: 5814
2013-07-14 14:04:21 +00:00
Henrik Levkowetz
c1c529f9ae
Merged [5614] and [5622] from mcr@sandelman.ca: added dajaxice.
...
- Legacy-Id: 5786
Note: SVN reference [5614] has been migrated to Git commit 7e0e027149a37e2fac0b2809e8a18c896f660687
Note: SVN reference [5622] has been migrated to Git commit bde631c87ffd2ce5a93fe3c0559aafef04d23b1f
2013-06-10 20:47:51 +00:00
Henrik Levkowetz
8330afa082
Set version info and settings back to development mode
...
- Legacy-Id: 5780
2013-06-09 20:03:35 +00:00
Henrik Levkowetz
bf81451a6c
Set version info to release version 4.51 before branching.
...
- Legacy-Id: 5778
2013-06-09 20:03:32 +00:00
Henrik Levkowetz
88e1d725c5
Moved settings for RFC-Editor sync to settings.py.
...
- Legacy-Id: 5775
2013-06-09 17:50:19 +00:00
Henrik Levkowetz
6b0d1b1b71
Set version info and settings back to development mode
...
- Legacy-Id: 5744
2013-05-15 22:34:21 +00:00
Henrik Levkowetz
ab9d4a64cb
Set version info to release version 4.50 before branching.
...
- Legacy-Id: 5742
2013-05-15 22:34:17 +00:00
Emilio A. Sánchez López
ee1eec7de8
Refactored the feedback pending list. Now you can classify feedback as any type of feedback.
...
The feedback of a type that is not related to a nominee is classified inmediatly.
The feedback of a type that is related to a nominee must be completed with the nominee information.
Created a view to list feedback that is not related to nominees (e.g. offtopic)
Changed the command that retrieves feedback from email to add the subject inside the comment and to set the author using the from field of the email.
Fixes #1036 . Fixes #1035
- Legacy-Id: 5738
2013-05-15 16:33:01 +00:00
Henrik Levkowetz
eba22a646b
Set version info and settings back to development mode
...
- Legacy-Id: 5734
2013-05-14 19:50:15 +00:00
Henrik Levkowetz
e7cb332ab2
Set version info to release version 4.45 before branching.
...
- Legacy-Id: 5732
2013-05-14 19:50:12 +00:00
Henrik Levkowetz
53b1719860
Merged [5645],[5646] and [5647] from olau@iola.dk:
...
Added support for notifying the RFC Editor upon draft approval
Added action to post to RFC Editor on non-IESG publication requests too
Fixed a bug that the CC on the announcement copy sent to IANA wasn't
cleared causing people on the CC to get duplicate emails
- Legacy-Id: 5680
2013-04-21 15:53:16 +00:00
Henrik Levkowetz
76de5e823d
Add RjS to the AADMINS setting.
...
- Legacy-Id: 5662
2013-04-18 22:13:52 +00:00
Henrik Levkowetz
cba8f8596f
Set version info and settings back to development mode
...
- Legacy-Id: 5656
2013-04-15 22:49:29 +00:00
Henrik Levkowetz
547b5e77ab
Set version info to release version 4.44 before branching.
...
- Legacy-Id: 5654
2013-04-15 22:49:26 +00:00
Henrik Levkowetz
0b26b9f4c4
Add IANA_SYNC_* URLs to settings.py
...
- Legacy-Id: 5648
2013-04-15 20:25:09 +00:00
Henrik Levkowetz
7a98fff79c
Merged [5476] from rjsparks@nostrum.com:
...
* Added a document type for changing the publication status of other documents, and the UI for manipulating them.
* Added charters, conflict reviews, and status changes to the AD's \'My Documents\' page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
- Legacy-Id: 5629
Note: SVN reference [5476] has been migrated to Git commit 10b4f7a4dc
2013-04-07 19:11:18 +00:00
Emilio Jiménez
bd335e3a7b
now nominee has a nomcom field, it's necessary to separate nominees for distinct nomcom when two nomcom are active
...
when a nomcom is deleted, templates and files of nomcom are deleted too
change publick key file path in settings
See #976
- Legacy-Id: 5580
2013-03-21 12:16:23 +00:00
Henrik Levkowetz
3a76862e05
Set version info and settings back to development mode
...
- Legacy-Id: 5566
2013-03-13 18:26:58 +00:00
Henrik Levkowetz
63cad71f5e
Set version info to release version 4.43 before branching.
...
- Legacy-Id: 5564
2013-03-13 18:26:55 +00:00
Henrik Levkowetz
8cbe1f9360
Set version info and settings back to development mode
...
- Legacy-Id: 5494
2013-03-06 19:37:19 +00:00
Henrik Levkowetz
d8c765e72c
Set version info to release version 4.42 before branching.
...
- Legacy-Id: 5492
2013-03-06 19:37:16 +00:00
Henrik Levkowetz
69e7373758
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
...
- Legacy-Id: 5483
2013-03-05 22:44:03 +00:00
Robert Sparks
10b4f7a4dc
* Added a document type for changing the publication status of other documents, and the UI for manipulating them.
...
* Added charters, conflict reviews, and status changes to the AD's "My Documents" page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
- Legacy-Id: 5476
2013-03-01 15:47:51 +00:00
Henrik Levkowetz
2ba4f8049d
Set version info and settings back to development mode
...
- Legacy-Id: 5472
2013-02-27 22:24:58 +00:00
Henrik Levkowetz
67a5fd81ac
Set version info to release version 4.41 before branching.
...
- Legacy-Id: 5470
2013-02-27 22:24:55 +00:00
Ryan Cross
275f82d224
normalize secr settings variable names
...
- Legacy-Id: 5449
2013-02-21 23:30:22 +00:00
Ryan Cross
b229612c0c
move form_utils again
...
- Legacy-Id: 5447
2013-02-21 22:14:19 +00:00
Ryan Cross
17c3b6486b
move form_utils
...
- Legacy-Id: 5446
2013-02-21 22:12:19 +00:00
Ryan Cross
a5a7ea17c8
support variable path for static files, SECR_STATIC_URL
...
- Legacy-Id: 5443
2013-02-21 21:43:37 +00:00
Ryan Cross
39f8e27e7f
restore url prefix to secr
...
- Legacy-Id: 5442
2013-02-21 21:32:00 +00:00
Ryan Cross
c32aee9874
add basic tests
...
- Legacy-Id: 5437
2013-02-21 00:41:04 +00:00
Ryan Cross
a0fffcc776
more changes
...
- Legacy-Id: 5432
2013-02-15 19:02:07 +00:00
Henrik Levkowetz
9fe4ba8225
Added a missing app to the list of apps in settings.py.
...
- Legacy-Id: 5354
2013-02-02 18:45:21 +00:00
Robert Sparks
589ff698ee
Merge forward complete
...
- Legacy-Id: 5328
2013-01-24 21:28:27 +00:00
Henrik Levkowetz
31a02c097e
Set version info and settings back to development mode
...
- Legacy-Id: 5309
2013-01-20 15:38:27 +00:00
Henrik Levkowetz
f5cb0f4ca8
Set version info to release version 4.40 before branching.
...
- Legacy-Id: 5307
2013-01-20 15:38:24 +00:00
Ryan Cross
818bffd0f7
first app for merge, sreq
...
- Legacy-Id: 5173
2013-01-07 22:27:14 +00:00
Emilio Jiménez
5aad2aadff
Add encrypted field to comment.
...
See #913
- Legacy-Id: 5155
2012-12-26 17:24:27 +00:00
Henrik Levkowetz
1fbcd783f3
Merged branch/iola/statesync up to @5118 to trunk.
...
- Legacy-Id: 5147
2012-12-20 20:32:03 +00:00
Emilio Jiménez
53cde2730a
Add send mails fuctions about nominations.
...
See #913
- Legacy-Id: 5140
2012-12-18 12:53:30 +00:00
Henrik Levkowetz
5b8a56affd
Set version info and settings back to development mode
...
- Legacy-Id: 5138
2012-12-16 18:30:34 +00:00
Henrik Levkowetz
8bb48d0369
Set version info to release version 4.37 before branching.
...
- Legacy-Id: 5136
2012-12-16 18:30:32 +00:00
Emilio Jiménez
e088dcee05
fix typo error.
...
Ver #909
- Legacy-Id: 5120
2012-12-13 18:13:44 +00:00
Emilio Jiménez
ddb10c4b0e
Add complete models of app nomcom
...
Add migration step to create nomcom models
Add admin interface to nomcom models. Maybe in a future we delete some model admin but now it's good to test
Add PUBLIC_KEYS_URL settings variable to define path where public keys are saved
Add new models in name app to use feedback type and nominee position state
Add admin interface for new name models
Add migration steps to create feedback type and nominee-position states
Comment urls.py until we refactor #904 #905 tickets with the new model
See #909
- Legacy-Id: 5090
2012-12-03 13:41:10 +00:00
Emilio A. Sánchez López
8107a9b4ff
Application to store templates in database. Fixes #908
...
- Legacy-Id: 5077
2012-11-27 12:02:43 +00:00
Emilio Jiménez
cffa96cc7e
Revert change in settings.py
...
See #904
- Legacy-Id: 5074
2012-11-23 18:09:10 +00:00
Emilio Jiménez
65afd10d4a
Refactor mange group views:
...
* Create a new models NomComGroup with public_key field. Default type is nomcom
* News urls and views to separate members and chair forms
* Add rolodex url when person not found.
* Views access is only for secretariat and chair roles
See #904
- Legacy-Id: 5069
2012-11-22 10:46:39 +00:00
Henrik Levkowetz
e72d344288
Set version info and settings back to development mode
...
- Legacy-Id: 5043
2012-11-07 19:41:40 +00:00
Henrik Levkowetz
9cfe5cd0c8
Set version info to release version 4.36 before branching.
...
- Legacy-Id: 5041
2012-11-07 19:41:37 +00:00
Henrik Levkowetz
206f2f1670
Merged [5005] from rjsparks@nostrum.com:
...
Enable diff on the conflict review history tab
Fixes bug #882
- Legacy-Id: 5019
Note: SVN reference [5005] has been migrated to Git commit f3102cdc17
2012-11-07 13:14:49 +00:00
Robert Sparks
f3102cdc17
Enable diff on the conflict review history tab
...
Fixes bug #882
- Legacy-Id: 5005
2012-11-03 21:30:09 +00:00
Ryan Cross
4d3f882d76
changed CONFLICT_REVIEW_PATH from conflict_reviews to conflict-reviews
...
- Legacy-Id: 4993
2012-11-03 15:20:59 +00:00
Henrik Levkowetz
8aa4922978
Remove dependency on syslog module -- it won't be available under Python 2.7 under Windows.
...
- Legacy-Id: 4974
2012-10-30 22:17:24 +00:00
Henrik Levkowetz
7e84ccc606
Tweaked the changelog presentation to work irrespective of current directory, and give a sensible 404 if the changelog can't be found.
...
- Legacy-Id: 4972
2012-10-30 22:13:37 +00:00
Henrik Levkowetz
781403ae9c
Set version info and settings back to development mode
...
- Legacy-Id: 4971
2012-10-30 14:19:12 +00:00
Henrik Levkowetz
4323bcc9f6
Set version info to release version 4.35 before branching.
...
- Legacy-Id: 4969
2012-10-30 14:19:10 +00:00
Henrik Levkowetz
f6c80779f9
Added various things which lets us use Django's messages framework to give feedback to users. This includes adding the messages middleware in settings.py, adding a message display are at the top of the page base template, and adding style setting for message display.
...
- Legacy-Id: 4964
2012-10-30 13:28:24 +00:00
Henrik Levkowetz
6e4d27ca5b
Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there.
...
- Legacy-Id: 4953
2012-10-25 21:18:06 +00:00
Ole Laursen
915908c203
Add HTTP auth to IANA sync, password is supposed to be saved in settings_local.py
...
- Legacy-Id: 4875
2012-09-21 09:15:35 +00:00
Ole Laursen
09e6203f18
Revamp sync from RFC Editor to include more info, fix a couple of bugs
...
and email the Secretariet when a draft sent to the RFC Editor ends up
in the queue, split it up so it's easier to test; also moved the
location of the binaries to bin/
- Legacy-Id: 4848
2012-09-17 15:45:27 +00:00
Henrik Levkowetz
ee2878aa7b
Set version info and settings back to development mode
...
- Legacy-Id: 4785
2012-08-22 12:57:37 +00:00
Henrik Levkowetz
6aad0f2ef8
Set version info to release version 4.34 before branching.
...
- Legacy-Id: 4783
2012-08-22 12:57:35 +00:00
Henrik Levkowetz
b6e76562bb
Set version info and settings back to development mode
...
- Legacy-Id: 4734
2012-07-30 21:54:23 +00:00
Henrik Levkowetz
69f08251f9
Set version info to release version 4.33 before branching.
...
- Legacy-Id: 4732
2012-07-30 21:54:21 +00:00
Henrik Levkowetz
c7c4679d57
Merged [4721] from adam@nostrum.com:
...
Adding an \'href\' method to documents. It doesn\'t work for documents of type \'liai-att\' or \'liaison\', but it's a good start.
- Legacy-Id: 4726
Note: SVN reference [4721] has been migrated to Git commit 80d7ab9eba
2012-07-29 20:48:24 +00:00
Adam Roach
80d7ab9eba
Adding an "href" method to documents. It doesn't work for documents of type 'liai-att' or 'liaison', but it's a good start.
...
- Legacy-Id: 4721
2012-07-29 00:42:19 +00:00
Henrik Levkowetz
21e4b7e873
Merged [4701] from rjsparks@nostrum.com:
...
Moves the prefix for the URI to use for rfcdiff into settings.py.
Fixes bug #808
- Legacy-Id: 4710
Note: SVN reference [4701] has been migrated to Git commit da3e916f72
2012-07-28 23:21:16 +00:00
Robert Sparks
da3e916f72
Moves the prefix for the URI to use for rfcdiff into settings.py.
...
Fixes bug #808
- Legacy-Id: 4701
2012-07-28 20:19:36 +00:00
Henrik Levkowetz
48baaa14dc
Set version info and settings back to development mode
...
- Legacy-Id: 4656
2012-07-28 16:29:37 +00:00
Henrik Levkowetz
8ff61de5f2
Set version info to release version 4.32 before branching.
...
- Legacy-Id: 4654
2012-07-28 16:29:35 +00:00
Robert Sparks
e76136ff3b
Fixed reverse urls in tests, removed a commented out block from a template, fixed a typo in a directory setting
...
- Legacy-Id: 4599
2012-07-05 20:40:41 +00:00
Robert Sparks
f3fd4db35c
Merge forward complete - checkpointing before fixing popup position dialogs
...
- Legacy-Id: 4595
2012-07-04 19:35:46 +00:00
Henrik Levkowetz
a81d37a1b0
Set version info and settings back to development mode
...
- Legacy-Id: 4573
2012-07-03 15:01:12 +00:00
Henrik Levkowetz
1318710037
Set version info to release version 4.30 before branching.
...
- Legacy-Id: 4571
2012-07-03 15:01:10 +00:00
Henrik Levkowetz
30a8086b9b
Make the syslog prefix more specific.
...
- Legacy-Id: 4546
2012-06-28 19:19:29 +00:00
Henrik Levkowetz
89ac692442
Added in the community app, which wasn't included properly in the previous commit.
...
- Legacy-Id: 4519
2012-06-27 08:26:18 +00:00
Henrik Levkowetz
b2573a43aa
Merged community tracking branch from esanchez@yaco.es, r3175-3679,3713-3830.
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 4518.2
2012-06-27 08:15:14 +00:00
Robert Sparks
51ab8123d9
merged in from 4.20-ise
...
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00
Henrik Levkowetz
e66178fe35
Set version info and settings back to development mode
...
- Legacy-Id: 4493
2012-06-21 01:01:41 +00:00
Henrik Levkowetz
66343f57fc
Set version info to release version 4.21 before branching.
...
- Legacy-Id: 4491
2012-06-21 01:01:39 +00:00
Ole Laursen
72f5495ebb
Apparently, CHARTER_TXT_URL http://www.ietf.org/charters/ is really
...
http://www.ietf.org/charter/ , fix this in the settings.py file
- Legacy-Id: 4468
2012-06-19 14:15:04 +00:00
Henrik Levkowetz
dd7c492085
Set version info and settings back to development mode
...
- Legacy-Id: 4451
2012-06-11 18:40:17 +00:00
Henrik Levkowetz
d75d099907
Set version info to release version 4.20 before branching.
...
- Legacy-Id: 4449
2012-06-11 18:40:15 +00:00
Henrik Levkowetz
6b86c81319
Set version info and settings back to development mode
...
- Legacy-Id: 4336
2012-04-26 20:28:12 +00:00
Henrik Levkowetz
f065558b38
Set version info to release version 4.02 before branching.
...
- Legacy-Id: 4334
2012-04-26 20:27:55 +00:00
Henrik Levkowetz
928e190cd1
Set version info and settings back to development mode
...
- Legacy-Id: 4306
2012-04-22 18:38:33 +00:00
Henrik Levkowetz
1da422bb91
Set version info to release version 4.01 before branching.
...
- Legacy-Id: 4304
2012-04-22 18:38:15 +00:00
Henrik Levkowetz
d22f741a71
Add commented-out settings to use when running against a readonly database.
...
- Legacy-Id: 4163
2012-03-22 14:09:51 +00:00
Henrik Levkowetz
8e82213b57
Correct the cutoff hour to 00 to get the correct reopening time -- was 24 hours too late with the '24' value. FIXME: Refactory the cutoff calculations and display, puttting display text in the template, and using datetime objects consistently for calculations and to pass to template.
...
- Legacy-Id: 4154
2012-03-21 14:23:09 +00:00
Henrik Levkowetz
e9864d7cc2
Add Ole as admin, so he'll get tracebacks.
...
- Legacy-Id: 4064
2012-03-07 10:32:11 +00:00
Ole Laursen
89314a0760
Move new message models from announcements to a new message app
...
- Legacy-Id: 3856
2012-01-24 17:36:13 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen
6a2e04adb8
Set SUBMISSION_CORRECTION_DAYS to 52 from suggestion by Ryan
...
- Legacy-Id: 3835
2012-01-20 12:45:32 +00:00
Ole Laursen
a8650d4d33
Use ISO date format as default date format (Django 1.2 is using a more
...
humane format by default)
- Legacy-Id: 3834
2012-01-20 11:22:25 +00:00
Ole Laursen
f3685e7af1
Turn expiration into an explicit expires attribute on document, set
...
that on submission of new revision and resurrection
- Legacy-Id: 3801
2012-01-12 12:03:45 +00:00
Ole Laursen
31aef86164
Merge charter branch with the UI hooks disabled for the time being
...
- Legacy-Id: 3800
2012-01-11 15:04:13 +00:00
Ole Laursen
010ca9362e
Swap names so legacy is called "ietf" and new is "ietf_new"
...
- Legacy-Id: 3784
2011-12-23 13:11:05 +00:00
Ole Laursen
0dabaf96fb
Split database into current and legacy, adding importer to copy reused
...
tables from legacy to new through Django (with minimal cleaning to
have the import go through) and removing migrations from submit and
liaisons as they interfere with the clean slate of the new database,
adjusting IPR model to add null=True on fields with nulls in the
database
- Legacy-Id: 3778
2011-12-22 18:34:19 +00:00
Ole Laursen
498dc38507
Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3
...
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen
2c374d93db
Move meeting submission constants to settings
...
- Legacy-Id: 3737
2011-12-01 12:02:32 +00:00
Ole Laursen
5a4c23ea92
Merge with trunk
...
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Henrik Levkowetz
9a6d05bbbc
Set version info and settings back to development mode
...
- Legacy-Id: 3635
2011-11-16 06:08:35 +00:00
Henrik Levkowetz
88b7cd473a
Set version info to release version 3.64 before branching.
...
- Legacy-Id: 3633
2011-11-16 06:08:21 +00:00
Henrik Levkowetz
d51adcf2b3
Merged [3599] from rjsparks@nostrum.com:
...
Changed the AD status page to group documents by current state.
Fixes bug 742
- Legacy-Id: 3607
Note: SVN reference [3599] has been migrated to Git commit 6b6e51a665
2011-11-12 09:15:13 +00:00
Henrik Levkowetz
aaa2780274
Set version info and settings back to development mode
...
- Legacy-Id: 3567
2011-11-03 12:50:42 +00:00
Henrik Levkowetz
5e983e5be1
Set version info to release version 3.63 before branching.
...
- Legacy-Id: 3565
2011-11-03 12:50:26 +00:00
Henrik Levkowetz
0da2f6b919
Set version info and settings back to development mode
...
- Legacy-Id: 3527
2011-10-26 13:55:40 +00:00
Henrik Levkowetz
02dcb7c066
Set version info to release version 3.62 before branching.
...
- Legacy-Id: 3525
2011-10-26 13:55:27 +00:00
Henrik Levkowetz
4742defe92
The cutoff hour setting is in UTC, not PST or PDT. Adjusted accordingly.
...
- Legacy-Id: 3508
2011-10-25 14:03:24 +00:00
Henrik Levkowetz
8a551936c9
Set version info and settings back to development mode
...
- Legacy-Id: 3453
2011-10-19 13:47:01 +00:00
Henrik Levkowetz
811a597a1b
Set version info to release version 3.61 before branching.
...
- Legacy-Id: 3451
2011-10-19 13:46:47 +00:00
Martin Qvist
c631930b93
Dependencies of wgrecord to wgcharter rename
...
- Legacy-Id: 3432
2011-09-20 06:39:56 +00:00
Henrik Levkowetz
e7cb665eaa
Set version info and settings back to development mode
...
- Legacy-Id: 3392
2011-08-26 19:44:49 +00:00
Henrik Levkowetz
1afa714480
Set version info to release version 3.60 before branching.
...
- Legacy-Id: 3390
2011-08-26 19:44:30 +00:00
Henrik Levkowetz
6c93e2553b
Add htpasswd management functionality.
...
- Legacy-Id: 3386
2011-08-26 18:06:12 +00:00
Ole Laursen
16dcff4a92
Comment out issue app for the time being
...
- Legacy-Id: 3381
2011-08-26 10:15:33 +00:00
Martin Qvist
b73c5358e7
Added corrections and tests as discussed with Ole.
...
- Legacy-Id: 3349
2011-08-22 19:54:25 +00:00
Martin Qvist
0a34a909c0
Final version of charter tool in a new branch
...
- Legacy-Id: 3341
2011-08-19 03:44:06 +00:00
Henrik Levkowetz
13c87fbca4
Set version info and settings back to development mode
...
- Legacy-Id: 3339
2011-08-18 22:11:31 +00:00
Henrik Levkowetz
9c3553bc6f
Set version info to release version 3.59 before branching.
...
- Legacy-Id: 3337
2011-08-18 22:11:13 +00:00
Emilio A. Sánchez López
3ae03b7899
Added new community app. See #701
...
- Legacy-Id: 3319
2011-08-16 08:12:27 +00:00
Henrik Levkowetz
17d52b71a5
Set version info and settings back to development mode
...
- Legacy-Id: 3316
2011-08-12 20:43:03 +00:00
Henrik Levkowetz
2472bdd6b0
Set version info to release version 3.58 before branching.
...
- Legacy-Id: 3314
2011-08-12 20:42:39 +00:00
Ole Laursen
67e317d535
Merged in changes from conversion branch fixing a couple of problems
...
- Legacy-Id: 3285
2011-08-04 15:09:54 +00:00
Henrik Levkowetz
675fcef9a7
Set version info and settings back to development mode
...
- Legacy-Id: 3269
2011-07-27 21:14:43 +00:00
Henrik Levkowetz
5ef96c680c
Set version info to release version 3.57 before branching.
...
- Legacy-Id: 3267
2011-07-27 21:14:13 +00:00
Henrik Levkowetz
6af5e38a78
Set version info and settings back to development mode
...
- Legacy-Id: 3213
2011-07-23 13:28:26 +00:00
Henrik Levkowetz
867019f76e
Set version info to release version 3.56 before branching.
...
- Legacy-Id: 3211
2011-07-23 13:28:02 +00:00
Henrik Levkowetz
b4592baeab
Change the cutoff-settings to match what's desired. Move CUTOFF_HOUR to settings. Change the submission page template to not show the form during the down period.
...
- Legacy-Id: 3206
2011-07-23 13:07:40 +00:00
Emilio A. Sánchez López
05929b2272
User registration system. See #688
...
- Legacy-Id: 3195
2011-07-13 10:19:26 +00:00
Ole Laursen
03bed41630
Merged in changes from the conversion branch
...
- Legacy-Id: 3187
2011-06-28 18:20:20 +00:00
Ole Laursen
1bea94eb12
Change auth model for new schema to use Person rather than Email where email is not necessary, use Person for user profiles rather than the old unused profile class, use REMOTE_USER backend directly instead of custom backend, use group roles for authorization rather than Django groups, port/proxy code from using IESGLogin to the new model
...
- Legacy-Id: 3151
2011-05-25 12:33:24 +00:00
Henrik Levkowetz
4b06d7ec5e
Set version info and settings back to development mode
...
- Legacy-Id: 3150
2011-05-24 20:59:32 +00:00
Henrik Levkowetz
b5115d0d6c
Set version info to release version 3.55 before branching.
...
- Legacy-Id: 3148
2011-05-24 20:59:04 +00:00
Ole Laursen
1e4b5ee74c
Port rest of iesg.views and test cases, move redesign announcement models so tests can run
...
- Legacy-Id: 3129
2011-05-17 12:38:44 +00:00
Henrik Levkowetz
a142e89a87
Merged in branch branch/yaco/wgchairs from esanchez@yaco.es. This provides the WG Chair Tracker functionality.
...
- Legacy-Id: 3120
2011-05-11 20:27:12 +00:00
Henrik Levkowetz
02b5c4e392
Set version info and settings back to development mode
...
- Legacy-Id: 3115
2011-05-10 12:58:01 +00:00
Henrik Levkowetz
6d10e6ca4a
Set version info to release version 3.54 before branching.
...
- Legacy-Id: 3113
2011-05-10 12:57:41 +00:00
Henrik Levkowetz
279679a52d
Committing changes to settings.py which should have been part of version 3.53. The deployed release has been patched.
...
- Legacy-Id: 3092
2011-05-04 11:28:43 +00:00
Henrik Levkowetz
15a55351b9
Set version info and settings back to development mode
...
- Legacy-Id: 3091
2011-05-03 22:38:39 +00:00
Henrik Levkowetz
73d527ffec
Set version info to release version 3.53 before branching.
...
- Legacy-Id: 3089
2011-05-03 22:38:14 +00:00
Henrik Levkowetz
8b1138b447
Merged in changes from esanchez@yaco.es, changesets [3063],[3064],[3065],[3075],[3076],[3078] and [3085]. Fixes submission tool issues with wrong expected version for recently expired drafts, lacking announcement emails, too narrow date tolerance, and server state changes being possible through http GET, and more; with minor tweaks to setting names in settings.py.
...
- Legacy-Id: 3086
Note: SVN reference [3063] has been migrated to Git commit af039fba02
Note: SVN reference [3064] has been migrated to Git commit fe466900e1
Note: SVN reference [3065] has been migrated to Git commit be0f5e4962
Note: SVN reference [3075] has been migrated to Git commit e0f4185c54
Note: SVN reference [3076] has been migrated to Git commit ccfd8b5eed
Note: SVN reference [3078] has been migrated to Git commit fe699f7062
Note: SVN reference [3085] has been migrated to Git commit 7fb27754f7
2011-05-03 21:41:53 +00:00
Emilio A. Sánchez López
7fb27754f7
Send announcements when posting new version of a draft. Fixes #649
...
- Legacy-Id: 3085
2011-05-03 16:08:40 +00:00
Ole Laursen
7d3bef3db4
Import announcements, port NomCom views
...
- Legacy-Id: 3077
2011-05-02 15:58:36 +00:00
Henrik Levkowetz
14edf23ac1
Set version info and settings back to development mode
...
- Legacy-Id: 3058
2011-04-18 10:28:46 +00:00
Henrik Levkowetz
b05ce812a7
Set version info to release version 3.52 before branching.
...
- Legacy-Id: 3056
2011-04-18 10:28:24 +00:00
Henrik Levkowetz
6ed47ed982
Set version info and settings back to development mode
...
- Legacy-Id: 3050
2011-04-13 14:21:50 +00:00
Henrik Levkowetz
5fa26d3c76
Set version info to release version 3.51 before branching.
...
- Legacy-Id: 3048
2011-04-13 14:21:15 +00:00
Henrik Levkowetz
73ebccb645
Set version info and settings back to development mode
...
- Legacy-Id: 3045
2011-04-12 16:25:07 +00:00
Henrik Levkowetz
929b62d9e2
Set version info to release version 3.50 before branching.
...
- Legacy-Id: 3043
2011-04-12 16:24:38 +00:00
Henrik Levkowetz
fe10dfd20c
Tweaked a number of setting value names and adjusted one value.
...
- Legacy-Id: 3037
2011-04-09 22:13:45 +00:00
Henrik Levkowetz
842b8f428f
Merged branch/yaco/idsubmit@2903 from esanches@yaco.es to trunk: The Rewritten I-D Submission Tool.
...
- Legacy-Id: 3036
2011-04-07 20:29:45 +00:00
Henrik Levkowetz
69a7a73388
Set version info and settings back to development mode
...
- Legacy-Id: 3035
2011-04-07 15:16:45 +00:00
Henrik Levkowetz
443bb54b2b
Set version info to release version 3.16 before branching.
...
- Legacy-Id: 3033
2011-04-07 15:16:18 +00:00
Henrik Levkowetz
400fe65726
Set version info and settings back to development mode
...
- Legacy-Id: 3024
2011-04-06 13:19:28 +00:00
Henrik Levkowetz
fac8c287e2
Set version info to release version 3.15 before branching.
...
- Legacy-Id: 3022
2011-04-06 13:18:34 +00:00
Henrik Levkowetz
4d22f601d8
Set version info and settings back to development mode
...
- Legacy-Id: 2997
2011-03-28 17:44:29 +00:00
Henrik Levkowetz
a4804c3d1d
Set version info to release version 3.14 before branching.
...
- Legacy-Id: 2995
2011-03-28 17:43:54 +00:00
Henrik Levkowetz
2034b5655a
Set version info and settings back to development mode
...
- Legacy-Id: 2926
2011-03-26 08:28:29 +00:00
Henrik Levkowetz
0fa2f24b15
Set version info to release version 3.13 before branching.
...
- Legacy-Id: 2924
2011-03-26 08:27:57 +00:00
Ole Laursen
bb2e2b10c5
Ported last call and expire scripts with tests to new schema
...
- Legacy-Id: 2878
2011-03-04 19:07:57 +00:00
Emilio A. Sánchez López
9acbac7351
The default max number of delegates must be 3. See #605
...
- Legacy-Id: 2875
2011-03-03 11:39:06 +00:00
Emilio A. Sánchez López
7e8d51e405
Included MAX_WG_DELEGATES into settings.py
...
Some minor textual changes in templates.
Fixes #605
- Legacy-Id: 2874
2011-03-03 11:35:10 +00:00
Henrik Levkowetz
2ae5776024
Make the document announcement default Cc: somewhat configurable. Remove iab@iab.org (on request).
...
- Legacy-Id: 2861
2011-02-21 12:45:09 +00:00
Emilio A. Sánchez López
617469405a
Show link to files in staging area. Fixes #599
...
- Legacy-Id: 2858
2011-02-14 19:11:44 +00:00
Emilio A. Sánchez López
7c79a4d707
Edit of metadata and request manual post. See #595
...
- Legacy-Id: 2845
2011-02-10 18:29:37 +00:00
Emilio A. Sánchez López
63d78edc0d
DoS Tresholds. Retrieve WG in a previous stage. Fixes #592
...
- Legacy-Id: 2837
2011-02-09 20:12:12 +00:00
Emilio A. Sánchez López
86229aa478
Saving files in staging area.
...
Saving information of upload in database.
Executing idnits.
Fixes #589
- Legacy-Id: 2835
2011-02-09 10:42:37 +00:00
Jacobo Tarragón
c0e1084a20
fixing cutoff logic on submission. Closes #583 .
...
- Legacy-Id: 2817
2011-02-07 17:08:33 +00:00
Emilio A. Sánchez López
4bc95f6436
Cutoff dates and basic checkings over the plain file. See #580
...
- Legacy-Id: 2806
2011-02-03 11:46:04 +00:00
Henrik Levkowetz
860c28ddf2
Set version info and settings back to development mode
...
- Legacy-Id: 2805
2011-02-02 17:35:44 +00:00