Commit Graph

4263 Commits (4948a7961f3849de772293dd83d2f70c4ee0c5e9)

Author SHA1 Message Date
eric 4948a7961f Upload for T4U is fixed 2014-01-31 15:45:02 -05:00
eric 25d9923337 THANKS has null target 2014-01-30 11:59:17 -05:00
eric 3bfbbd7653 Merge branch 'master' into t4u_file_upload 2014-01-30 11:53:20 -05:00
Raymond Yee 3906bc0a7b Merge pull request #285 from Gluejar/fix_no_authors
authors should always return a query set
2014-01-23 20:09:24 -08:00
eric 4c9aba2b47 authors should always return a query set 2014-01-23 23:04:52 -05:00
Raymond Yee 255d2613f8 Merge pull request #284 from Gluejar/alert_off
keep alerts up to date
2014-01-21 08:17:58 -08:00
eric 3a0b4fc4de keep alerts up to date
1. time to rest the banner alert
2. Lagos_2060 review link
3. move CC search to explore
2014-01-21 11:11:59 -05:00
Raymond Yee b00792327f Merge pull request #283 from Gluejar/multi_author_commas
removed whitespace before comma
2014-01-21 07:57:13 -08:00
eric 13d02b958d removed whitespace before comma 2014-01-21 10:52:57 -05:00
Raymond Yee 1d09718f23 Merge pull request #282 from Gluejar/multi_author_display
Multi author display -- Se tests run.
2014-01-20 08:51:04 -08: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 f101f0dc20 Merge branch 'master' into multi_author_display 2014-01-15 21:22:49 -05:00
Raymond Yee 3ad4427f55 Merge pull request #281 from Gluejar/fix_broken_b2u
search code for dependence on deadline being not null
2014-01-15 15:09:38 -08:00
eric b3465ea084 search code for dependence on deadline being not null 2014-01-15 17:59:45 -05:00
Raymond Yee eb8cef6e45 Merge pull request #280 from Gluejar/fix_launch_criteria
fix missing launch button [#63892352]
2014-01-15 13:25:36 -08:00
eric df7dd775bf add authors method to work 2014-01-15 15:16:24 -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 66ca501327 temp commit 2014-01-15 08:32:55 -05:00
eric 54a7f6f32a Merge branch 'master' into t4u_file_upload 2014-01-13 14:33:01 -05:00
eric 66e241441b make cc_date less crash 2014-01-13 14:32:03 -05:00
Raymond Yee 0ef2531725 Merge pull request #279 from Gluejar/t4u_address_rycomments
T4u address rycomments
2014-01-10 16:36:21 -08:00
eric 909f8c017d campaign type on rh tools page 2014-01-10 16:03:26 -05:00
eric b841c5697b T4U aware claim notices 2014-01-10 15:32:51 -05:00
eric 9949a53da3 Use named campaign types 2014-01-10 14:51:59 -05:00
Raymond Yee b723d7f89c Merge pull request #278 from Gluejar/thanks4u_
Thanks4u
2014-01-07 09:17:03 -08:00
eric 40aa1ba79e finished, I think, with t4u public documentation (except contrib page) 2014-01-05 20:43:18 -05:00
eric 0e88f06a6a proof read 2014-01-05 15:53:30 -05:00
eric d046d645d1 More t4u documentation 2014-01-05 15:44:28 -05:00
eric 8f1eeb8aa6 more edits for thanks4u documentation 2014-01-04 20:57:04 -05:00
eric 7b2134c2d4 faq 2014-01-03 19:59:27 -05:00
eric f3a04aff99 Merge branch 'master' into thanks4u_ 2014-01-03 18:47:51 -05:00
eric 70004a0f0f can create a THANKS campaign 2014-01-03 14:15:26 -05:00
Raymond Yee 7d7cbfc7f8 Merge pull request #275 from Gluejar/bugfixes
Bugfixes
2013-12-31 11:21:11 -08:00
Raymond Yee 155ff8789c change django-ckeditor reference to git+ssh://git@github.com/Gluejar/django-ckeditor.git@3.6.2.1.post20131230 2013-12-31 13:13:23 -05:00
Raymond Yee 077b3fac02 Merge pull request #277 from Gluejar/campaign_report
add a page that lets rhs see the premiums earned by ungluers
2013-12-31 08:41:00 -08:00
eric b8c7b8afa7 add a page that lets rhs see the premiums earned by ungluers 2013-12-30 21:51:32 -05:00
Raymond Yee cdf93f6ff7 Merge branch 'update_Se' into bugfixes 2013-12-30 15:49:05 -05:00
Raymond Yee f5d97bcbfc Merge pull request #276 from Gluejar/update_Se
Update to Selenium 2.39
2013-12-30 12:46:57 -08:00
Raymond Yee 5d4adb0fb1 Update to Selenium 2.39 2013-12-30 15:43:33 -05:00
Raymond Yee b9a0fe9d10 Merge branch 'production' into bugfixes 2013-12-30 14:45:52 -05:00
eric a7856af22c fixed a bug in our version of ckeditor
Somehow I could not get this to install on my machine; the old code is
still there. committing because I don't understand what's going on.
2013-12-30 13:15:41 -05:00
eric af8fe05c54 fix same email bug
This bug [#63071834] was caused by a bug in Registration 1.0, which
fires the account_activated signal twice. There's already a pull
request fixing this bug.

In reviewing this handler, I realized that all the other reg code is in
library_auth, so I moved the same_email code there. I also decided that
the utility of attaching to the old email address was insufficient to
over come the risk of people stealing accounts by messing with social
auth.
2013-12-30 11:49:04 -05:00
eric 073e9664c0 fix test for ISBN 2013-12-27 16:35:23 -05:00
eshellman 0e08e9d469 Merge pull request #274 from Gluejar/master
add the cc list
2013-12-25 17:53:37 -08:00
eshellman feae5a36aa Merge pull request #272 from Gluejar/cc_list
A list just for creative commons
2013-12-25 16:40:31 -08:00
eric 65098b2e31 ebookday! 2013-12-25 19:38:37 -05:00
eric 706a0d1fc6 A list just for creative commons 2013-12-25 19:38:18 -05:00
eric e51c3ad106 this list was just duplicating the unglued list 2013-12-25 19:37:54 -05:00
eshellman 90cb1f6ae4 Merge pull request #271 from Gluejar/master
merge to production
2013-12-25 15:12:48 -08:00
eshellman a146aac241 Merge pull request #270 from Gluejar/refix_pledge_button
fixed pledge button showing for non-active campaigns [#62971516]
2013-12-25 14:39:57 -08:00