Commit Graph

1476 Commits (b5c284cc2d539263dd315fe0623e2f744ac648d4)

Author SHA1 Message Date
Andromeda Yelton b5c284cc2d better text for twitter and email sharing 2012-03-12 13:18:11 -04:00
Andromeda Yelton 2c13104f5d adding RSS icon to supporter page 2012-03-09 21:35:47 -05:00
Andromeda Yelton a17caa3ddc Merge branch 'master' of github.com:Gluejar/regluit 2012-03-09 21:20:48 -05:00
Andromeda Yelton 85ce79e87a that comment is now superfluous 2012-03-09 21:20:40 -05:00
Raymond Yee bbec2ee92b Merge branch 'payment' of github.com:Gluejar/regluit 2012-03-10 01:44:06 +00:00
Andromeda Yelton f969afde3a hey it works better if you use the supporter from the url instead of hardcoding it for testing 2012-03-09 20:04:21 -05:00
Raymond Yee b8df94cb46 Added various routines to help deal with naive and timezone aware datetimes and conversions between the default time zone and UTC 2012-03-09 16:57:17 -08:00
Andromeda Yelton 40c9def823 select shelf input should not overlap GR icon 2012-03-09 19:22:50 -05:00
Andromeda Yelton 8d2f56c7bc Merge branch 'master' of github.com:Gluejar/regluit 2012-03-09 19:08:39 -05:00
Andromeda Yelton 0776d68b43 supporter wishbook feed round 1! let's see if it works 2012-03-09 19:05:24 -05:00
Andromeda Yelton 141bb54cc2 correcting a stupid mistake 2012-03-09 19:05:06 -05:00
Raymond Yee dfd83765fe I had missed dependencies on datetime.datetime now/utnow -- replaced it with regluit.utils.localdatetime.now() 2012-03-09 15:31:30 -08:00
Raymond Yee 3399e89541 renamed Campaign.update_success to Campaign.update_status to better reflect the purpose of the method (to update Campaign.status) 2012-03-09 14:18:11 -08:00
Raymond Yee dae04c7595 Merge branch 'master' of github.com:Gluejar/regluit into payment 2012-03-09 13:40:45 -08:00
eric 3a70949f36 added handling for moved works to wishlist action 2012-03-09 16:05:01 -05:00
eric 4b3ae65eb2 missed the bit of the wishlist script that works on work page 2012-03-09 15:15:35 -05:00
eric 39e1faaca6 add-wishlist and remove-wishlist span ids were duplicate
needs change in wishlist.js
2012-03-09 15:15:35 -05:00
eric 462e50f270 set utf-8 encoding [#26203269] 2012-03-09 15:15:34 -05:00
eric 477cf9eed0 no divs allowed in content of span [#26203269]
check for css/less mangling, pixel positioning of GR empblem
2012-03-09 15:15:34 -05:00
eric 117348ba20 empty actions not valid [#26203269] 2012-03-09 15:15:33 -05:00
Raymond Yee feef3935d0 Adding a settings.LOCALDATETIME_NOW to allow for the computed current time to be changed for unglue.it -- useful for testing only! [#22561067] 2012-03-09 10:34:14 -08:00
eric 345331043e html syntax fixes; work page is now valid [#26203269]
moved embed code div out of ul, entified ampersands in some img src's
2012-03-09 13:00:16 -05:00
eric 87eee4ed9f add prefix to forms so html will validate [#26203269] 2012-03-09 13:00:16 -05:00
Raymond Yee 4b119e3926 Merge branch 'master' of github.com:Gluejar/regluit 2012-03-09 09:02:47 -08:00
Raymond Yee d8bc5c2ddb Display "They are" only when the there are things to display 2012-03-09 09:01:25 -08:00
eric 7534e6c1b5 fixed more html errors and warnings 2012-03-09 11:59:04 -05:00
Andromeda Yelton f68e1e56bd Merge branch 'master' of github.com:Gluejar/regluit 2012-03-09 11:00:30 -05:00
Andromeda Yelton 760d9c5b81 added you must be logged in to comment in work page for not-logged-in users 2012-03-09 11:00:09 -05:00
eric f6d267b200 fixed lists on metrics page [deliver #26022545] 2012-03-09 09:20:23 -05:00
Andromeda Yelton 6c517e9a5e Merge branch 'master' of github.com:Gluejar/regluit 2012-03-09 08:57:33 -05:00
Andromeda Yelton 4cbd0a1fc1 now with 42% fewer SQL queries 2012-03-09 08:56:59 -05:00
Raymond Yee 5f5dca97ed Merge branch 'payment' of github.com:Gluejar/regluit into payment 2012-03-09 00:50:07 +00:00
Raymond Yee a252f9d173 [#22561067] Implemented regluit.utils.localdatetime.now is by default datetime.datetime.now() (in Django 1.3) and django.utils.timezone.now() in Django 1.4+
One overrides regluit.utils.localdatetime._now to do "time travel" -- useful for testing scenarios requiring time changes (such as Campaigns)
Get rid of call references to datetime.datetime.now() or utcnow() and datetime.date.today() in favor of regluit.utils.localdatetime.now() and date_today().
2012-03-09 00:45:39 +00:00
Raymond Yee 8ae1a44d81 Merge branch 'payment' of github.com:Gluejar/regluit into payment
Conflicts:
	frontend/views.py
2012-03-08 16:23:24 -08:00
Raymond Yee a3a24b44c0 An attempt to get rid of call references to datetime.datetime.now() or utcnow() and datetime.date.today() in favor of regluit.utils.localdatetime.now() and date_today(). 2012-03-08 16:20:48 -08:00
Raymond Yee a2fa838cbc An attempt to get rid of call references to datetime.datetime.now() or utcnow() and datetime.date.today() in favor of regluit.utils.localdatetime.now() and date_today(). 2012-03-08 16:08:34 -08:00
Raymond Yee 35f20c186a Ooops...forgot utils/__init__.py 2012-03-08 11:10:26 -08:00
Raymond Yee a87f849a89 Implemented regluit.utils.localdatetime.now is by default datetime.datetime.now() (in Django 1.3) and django.utils.timezone.now() in Django 1.4+
One overrides regluit.utils.localdatetime._now to do "time travel" -- useful for testing scenarios requiring time changes (such as Campaigns)
2012-03-08 11:04:25 -08:00
Raymond Yee eed1c39a5b Merge branch 'master' of github.com:Gluejar/regluit into payment 2012-03-08 10:35:47 -08:00
Andromeda Yelton 2c1ceeaf22 merge all the things 2012-03-08 10:49:04 -05:00
Andromeda Yelton 4412a37d3c TOC podcast video added 2012-03-08 10:14:37 -05:00
Andromeda Yelton 941601d4fd if people click to import for accounts they haven't added, will now highlight account adding function 2012-03-08 09:37:25 -05:00
Andromeda Yelton a3378efb17 factored the reused slideshow code from home and supporter into its own function 2012-03-08 09:36:59 -05:00
eric 142fe72f93 added db metrics page [deliver #26022545] /info/metrics.html 2012-03-07 22:07:01 -05:00
eric de4f5fcc86 HTML sytax corrections 2012-03-07 22:07:01 -05:00
Raymond Yee dcf94fd3ff Merge branch 'master' of github.com:Gluejar/regluit into payment 2012-03-07 14:18:08 -08:00
Raymond Yee c6108bd0b0 [#26102593] First steps towards controlling our library dependencies by specifying versions of libraries in requirements_versioned.pip 2012-03-07 13:57:13 -08:00
Andromeda Yelton 000d78dbd0 improving cover image linking behavior per https://www.pivotaltracker.com/story/show/24253139 2012-03-07 15:01:12 -05:00
Raymond Yee 2729a7e4b9 work in progress 2012-03-07 11:42:16 -08:00
Andromeda Yelton cea2979ade oh harrumph jenkins, it worked locally 2012-03-07 14:24:05 -05:00