|
fc078d5b76
|
fixes issues, page editor now visible
|
2016-11-15 09:26:37 +01:00 |
|
|
fc39a6f875
|
fixes edit handler
|
2016-11-15 09:10:10 +01:00 |
|
|
94f1d89102
|
adds an admin page form
|
2016-11-15 09:10:10 +01:00 |
|
|
0e8a19d944
|
adds cached property
|
2016-11-15 09:10:10 +01:00 |
|
|
baf6574bcf
|
adds TranslatablePage model
|
2016-11-15 09:10:10 +01:00 |
|
|
ed71552c47
|
Forms in the create view
|
2016-11-14 13:51:32 +01:00 |
|
|
b60eea8800
|
Merge pull request #6 from LabD/feature/visit-count-per-page
Feature/visit count per page
|
2016-11-11 11:17:21 +01:00 |
|
|
6ce4da5d8d
|
Translatable text in segment index
|
2016-11-10 22:30:08 +01:00 |
|
|
7f679831c3
|
Cleaned up wagtail_hooks
|
2016-11-10 16:38:06 +01:00 |
|
|
f74dad0b8b
|
Per page visit counting!
|
2016-11-10 16:02:47 +01:00 |
|
|
173c6b6b34
|
Created migrations
|
2016-11-10 13:26:48 +01:00 |
|
|
9d17f24e05
|
Forgot to solve a conflict
|
2016-11-10 12:52:19 +01:00 |
|
|
f98e94ea10
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/personalisation/views.py
|
2016-11-10 12:51:34 +01:00 |
|
|
6886a8aaad
|
Content for the rule modals. WIP
|
2016-11-10 12:50:51 +01:00 |
|
|
76757ea28e
|
keep on kicking against that model admin
|
2016-11-10 12:44:32 +01:00 |
|
|
3e254fba04
|
adds custom create model form, wip
|
2016-11-10 11:29:40 +01:00 |
|
|
e2ff533e7a
|
Middleware clean up
|
2016-11-10 11:23:21 +01:00 |
|
|
6b912b2e05
|
Removed print statements
|
2016-11-10 11:04:48 +01:00 |
|
|
78f4a085dd
|
Moved the visit count function, saving more information (timestamp and segment id) in the segments session
|
2016-11-10 10:55:34 +01:00 |
|
|
821dcccfcb
|
Some eenie weenie fixes
|
2016-11-10 09:27:26 +01:00 |
|
|
42bfbbad62
|
Removed unused import statement from filters
|
2016-11-10 09:02:54 +01:00 |
|
|
f63da898ba
|
Corrected days display on segment view
With working enabled date and disabled date. Will pause counting when
disabled.
|
2016-11-09 18:44:15 +01:00 |
|
|
f0aeead152
|
Small fixes to Visit count, prevent middleware functionality on admin
|
2016-11-09 17:05:58 +01:00 |
|
|
42a8c93a60
|
Add localisation to segment overview stats
|
2016-11-09 16:00:25 +01:00 |
|
|
b47cfd67cc
|
Add visit count and days to segment overview
|
2016-11-09 15:33:26 +01:00 |
|
|
b6c35e214a
|
Import sorting and other code cleaning
|
2016-11-09 14:10:52 +01:00 |
|
|
7e8e395448
|
Model clean up
|
2016-11-09 12:56:16 +01:00 |
|
|
cbda3f93e3
|
Removed 'name' value from AbstractBaseRule
|
2016-11-09 12:40:19 +01:00 |
|
|
701e43b60e
|
fixes query and migrations
|
2016-11-09 12:36:17 +01:00 |
|
|
267f2b05db
|
Added Wagtail panels to rule models.
|
2016-11-09 12:09:47 +01:00 |
|
|
a4bd0ece20
|
changed inheritance to polymorphic
|
2016-11-09 11:18:59 +01:00 |
|
|
075ea804fa
|
Fixed a mistake in the Visit Count rule and changed the order of the STATUS_CHOICES
|
2016-11-09 10:26:25 +01:00 |
|
|
83ed5ca9bc
|
Create empty 'segments' object in session if none exists
|
2016-11-09 10:12:44 +01:00 |
|
|
a8ae9f5c66
|
Set model admin "extra" to 0 to prevent weird behaviour and clean up the interface
|
2016-11-09 09:57:15 +01:00 |
|
|
c9343c770d
|
Rule names
|
2016-11-09 09:46:23 +01:00 |
|
|
b3fb265f9d
|
Removed delete button from overview
|
2016-11-08 17:47:27 +01:00 |
|
|
c7a8119ec9
|
Refactored segment model. Implemented 'enable' and 'disable' in overview
|
2016-11-08 17:32:27 +01:00 |
|
|
bd188edb8d
|
Activated VisitCountRule as inline admin element
|
2016-11-08 16:18:47 +01:00 |
|
|
201bf0355b
|
Visit count rule
|
2016-11-08 16:11:30 +01:00 |
|
|
4b09406256
|
Merge pull request #4 from LabD/feature/WXP-53-front-end-segment-bouwer
Feature/WXP 53 front end segment bouwer
|
2016-11-08 15:22:47 +01:00 |
|
|
ee94ce3f14
|
Overview block fix.
|
2016-11-08 15:13:28 +01:00 |
|
|
26079e1e92
|
Fixed merge conflict
|
2016-11-08 15:00:15 +01:00 |
|
|
b1c39fd8ad
|
Merge branch 'master' into feature/WXP-53-front-end-segment-bouwer
# Conflicts:
# src/personalisation/wagtail_hooks.py
|
2016-11-08 14:54:28 +01:00 |
|
|
b07d01e4ea
|
Some final styling tweaks
|
2016-11-08 14:53:57 +01:00 |
|
|
c659617872
|
something changed
|
2016-11-08 13:45:18 +01:00 |
|
|
d30c79ef4e
|
Responsievnesss
|
2016-11-08 13:17:47 +01:00 |
|
|
51cea10adc
|
more middleware tweaking
|
2016-11-08 11:49:10 +01:00 |
|
|
724fcfae7a
|
Merge pull request #3 from LabD/feature/WXP-62-referral-rule
Feature/wxp 62 referral rule
|
2016-11-08 11:21:20 +01:00 |
|
|
253a53433b
|
adds matching functionality to referral rule
|
2016-11-08 11:18:41 +01:00 |
|
|
6538821f88
|
BEM fixes
|
2016-11-08 11:16:35 +01:00 |
|