eric
bd829aff25
On reflection, files_reviewed was a bad idea
2014-02-25 12:54:14 -05:00
eric
87387baa32
add file review requirement for b2u and t4u campaigns
...
migration needed!
2014-02-05 19:33:55 -05:00
eric
e540bb7a56
all authors now display
...
had to harden the work model against works without editions to pass
tests
Lagos 2060 will need 1st author to change back
added work.authors_short to work model and to search work mock model
used work #415 as an example of a work with 3 authors
2014-01-17 21:37:19 -05:00
eric
1b656ad76a
fix missing launch button
...
t4u work removed the deadline in b2u campaigns, resulting in a failed
criterion for shooing the launch button. Have moved all the
launchability logic to the campaign model
2014-01-15 10:19:57 -05:00
eric
40aa1ba79e
finished, I think, with t4u public documentation (except contrib page)
2014-01-05 20:43:18 -05:00
eric
70004a0f0f
can create a THANKS campaign
2014-01-03 14:15:26 -05:00
eric
973d2c3bc0
made watermarking optional [ #62120182 ]
...
apply migrations
2013-12-18 12:34:53 -05:00
eric
275f299f81
campaign setup cleanup: was broken when more than one claim existed
2013-11-07 13:35:35 -05:00
eric
dd84c36418
subsume calculator view into faq view
2013-11-03 00:27:52 -04:00
eric
a73e62f5d0
add links to calculator
2013-10-30 09:53:02 -04:00
eric
2f8d4bc0c4
[finish #59785084 ] review campaign instructions
2013-10-30 09:12:04 -04:00
eric
a57fa7e822
one more nit
2013-10-11 15:19:56 -04:00
eric
fcc1876859
Revisit manage_campaign page for b2u
2013-10-11 12:50:59 -04:00
eric
19101a3109
ungluing date calculator and many documetation improvements
2013-10-03 22:54:25 -04:00
eric
2c06139a6f
make dollar/day a float validate cc_date_initial, max target prevent changes after launch
2013-08-10 16:29:58 -04:00
eric
7f325c0775
Finish B2U Campaign setup
2013-08-09 19:00:54 -04:00
eric
75c32569e2
B2U campaign percentages
2013-08-08 22:32:58 -04:00
eric
613c3770e0
Bake in CC Date concept according to blog post, up to campaign creation
...
http://blog.unglue.it/2013/08/06/a-new-kind-of-ungluing-campaign/
moving the migration...
2013-08-08 19:56:26 -04:00
eric
1bd2918bc3
Merge branch 'master' into ebook_selling
2013-08-07 15:21:57 -04:00
eric
a1b8ac6dba
change Rghts tab to More… tab
2013-08-05 17:40:42 -04:00
eric
c88e002ccb
get manage campaign to work a second time
2013-07-01 03:20:58 -04:00
eric
b0f4eda221
show offers on work page
2013-06-27 13:10:33 -04:00
eric
835ff4be8e
Rightsholder can upload ebook files and set buy-to unglue prices [ #51733385 ][ #51745045 ]
...
note that to test file upload loacal, you need to set up file storage
in local settings. for example,
MEDIA_ROOT = '/Documents/media/'
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
2013-06-17 18:53:28 -04:00
eric
1ea77acf09
move latest ending logic from form to model/settings
2013-06-17 18:53:28 -04:00
Andromeda Yelton
b943e82012
CSS for streamlined downloads
2013-05-24 14:54:05 -04:00
eric
3a81db3804
Implement publisher and feedback email in campaign management
...
(feedback view made more flexible)
2013-03-27 12:22:30 -04:00
Andromeda Yelton
ab28b7d492
put PDF instructions, and both video and PDF screencasts, in context of campaign editing area
2013-02-18 16:22:20 -05:00
Andromeda Yelton
caafdcf38a
some lists looked wrong with new documentation list styling
2013-01-03 16:33:29 -05:00
Andromeda Yelton
d4549dfdb6
explain about acknowledgements in campaign management page
2012-10-24 11:25:37 -04:00
Andromeda Yelton
5ca4d5c4c8
improving layout of premium addition
2012-10-04 12:08:40 -04:00
Andromeda Yelton
fd487b02b9
adding video instructions, clarifying premiums, etc.
2012-10-04 10:59:31 -04:00
thatandromeda
8cba33675c
whoops, save button needs to be visible prelaunch
2012-10-04 11:12:20 -03:00
Raymond Yee
68615b3b3d
Merge branch 'update_manage_campaign'
2012-10-02 13:08:55 -07:00
Andromeda Yelton
1dad4342c9
remove acknowledgements from premium display
2012-10-02 14:42:39 -04:00
Raymond Yee
800dc128ab
Merge branch 'campaign_relaunch' into relaunch
...
Conflicts:
frontend/templates/manage_campaign.html
2012-09-27 14:04:00 -07:00
Andromeda Yelton
81f45984e8
prevent campaign launch button from being visible to non-staff during preview
2012-09-27 13:11:19 -04:00
Andromeda Yelton
57df9c116e
removing references to paypal and amazon
2012-09-27 12:35:23 -04:00
eric
d39b098cc1
[ #36197947 ] revised description of "paypal" email address
2012-09-21 13:08:54 -04:00
Raymond Yee
deee2ab75a
Merge branch 'master' into relaunch
...
Conflicts:
core/signals.py
frontend/views.py
2012-09-10 14:25:43 -07:00
Andromeda Yelton
d9147fd088
clarifying instructions
2012-09-10 10:51:52 -04:00
eric
4700e63b06
resolve conflict
2012-09-07 16:26:09 -04:00
eric
6f63c047ce
DRY pub year code moved to work model
2012-09-07 16:07:47 -04:00
Andromeda Yelton
eb5eb17d83
was driving me crazy that that went to preview rather than campaign itself for active campaigns
2012-08-27 16:40:40 -04:00
eric
e8bd5ab2dc
added ckeditor to manage campaign forms to provide rich text editing and image uploads [ #32447975 ]
2012-07-27 14:23:44 -04:00
eric
e2962e1075
[finish #30516251 ] supporter acknowledgement page basic version
2012-07-07 18:13:05 -04:00
eric
1764cd62d6
small optimization of supporter count
2012-07-07 16:38:23 -04:00
eric
bd5b062d24
change manage_campaign to allow active campaigns to remove license restrictions [ #29884981 ]
2012-05-20 00:13:12 -04:00
Andromeda Yelton
41323e443d
one more $ added to premium amount field
2012-05-17 09:43:29 -04:00
Andromeda Yelton
4ec0ed0638
adding $ before target price field to reduce chance people will type one into the field
2012-05-17 09:15:33 -04:00
eric
d3bff4efb5
[ #29481707 ] added explanation of how to "edit" a premium
2012-05-14 23:27:44 -04:00