David Winterbottom
ba59c01467
Add email dashboard
This allows admins to:
* Preview emails in the dashboard
* Send preview emails
* Save emails
Fixes #359
13年前
David Winterbottom
f9f95f8bcb
Remove silly image from sandbox fixtures
Was an "image-not-found" image from another project, where I originally
harvested the testing images.
Also, sym-link in Oscar's image-not-found image to the assets/media
folder.
13年前
David Winterbottom
23e9d012bf
Add cronjobs for sandbox builds
Fixes #343
13年前
David Winterbottom
c93ed294ac
Remove accidentally committed images
13年前
David Winterbottom
f5066af96c
Enable debug toolbar on sandbox build
13年前
David Winterbottom
593aaef885
Adjust dashboard templates (following pull request #326)
* Add missing i18n tags
* Tidy pagination
* Minify CSS
* Remove dead HTMl
* Remove simple settings file
Closes #326
13年前
Oliver Randell
524038d14d
Backport dashboard improvements from ChocolateBox
Includes:
* Reworked CSS
* New image field for product form
Reworking of #326
13年前
David Winterbottom
6826b2e5da
Fix timezone warning in auth fixture
13年前
David Winterbottom
9d60bef005
Major rewrite of stock alerts
* They are now known as 'stock alerts' instead of notifications.
* They have been moved into the customer app largely (instead of their
own one).
* The model implementation has been simplified.
13年前
David Winterbottom
ba040f2100
Create LOG_ROOT on start-up if it does not exist
Fixes #305
13年前
David Winterbottom
3b4af0add0
Move notifications into customer app
13年前
David Winterbottom
2ecce6620e
Update installation instuctions in light of new context processor
13年前
David Winterbottom
793f2df5cf
Add notifications to site header
13年前
David Winterbottom
64facf4d83
Remove accidentally committed statics
13年前
David Winterbottom
0d6f9be8e6
Improved sandbox creation using makefile
Remove old recreatedb script in favour of using the makefile.
13年前
David Winterbottom
45e0771eb2
Fixed issue with updating products and adding a stock record at the same time
13年前
Janusz Harkot
95f83aa8f0
cleanup django 1.4 depreciation
13年前
Sebastian Vetter
46c691326f
the path to fixtures is now correct after moving the sandbox
13年前
Sebastian Vetter
c426e57273
makes Oscar work with aware AND naive datetimes based on USE_TZ
* replaces all occurences of ``datetime.now()`` with
``django.utils.timezone.now()`` which returns aware or naive
datetimes based on ``USE_TZ``
* increases ``South`` version to 0.7.6 in dependencies to make
aware datetimes work in migrations.
* Oscar's sandbox is now configured to use aware timezones by
default
13年前
David Winterbottom
0f859d2640
Commit image tarball
13年前
David Winterbottom
163721f337
Clean up sandbox site
Remove customisation which now lives in the 'demo' site.
13年前
David Winterbottom
53fcdfbe70
Move fixtures and data to better location
Update makefile and docs to reflect this change.
13年前
David Winterbottom
fb4e751ac3
Add new domain names to sandbox apache/nginx config files
Now using new *.oscarcommerce.com domains.
13年前
David Winterbottom
446585df6a
Amend demo site to have a custom checkout app
It only creates a payment event at the moment but it will do more. Oh
yes.
13年前
David Winterbottom
d1c6a4c667
Update server config for demo site
13年前
David Winterbottom
2a12c1af37
Fix paths in QA config files
13年前
David Winterbottom
6053ff2ee4
Correct paths for sandbox in server config
13年前
David Winterbottom
0a27d9ccfe
Add demo site
Example sites now sit in their own folder (sites) for easier
organisation.
13年前