Hike Danakian
|
87b7bb0a71
|
Added basic event-table in admin interface.
|
2013-07-16 09:38:20 -07:00 |
Hike Danakian
|
35e48fb6b3
|
Implemented basic query-param pagination for events list.
|
2013-07-16 08:35:43 -07:00 |
Hike Danakian
|
e55b5f3f7c
|
Implemented basic admin list view.
|
2013-07-16 07:27:05 -07:00 |
Hike Danakian
|
6bd18bfe05
|
Remove sensitive information (organizer email) from serialized output (json/csv).
|
2013-07-16 06:34:07 -07:00 |
Hike Danakian
|
aeb3b27d9c
|
Added csv output at /events.csv
|
2013-07-16 05:36:39 -07:00 |
Hike Danakian
|
f9c5490638
|
Added db migration script and directory.
|
2013-07-16 04:55:40 -07:00 |
Hike Danakian
|
d765e6a556
|
Better handling of fixtures, drop db before loading initial data.
|
2013-07-16 04:55:40 -07:00 |
Hike Danakian
|
1372f8c713
|
Include only select fields in events.json output (removed createdAt/updatedAt).
|
2013-07-16 04:55:40 -07:00 |
Hike Danakian
|
59dcd0decd
|
Added basic fixture loading support.
|
2013-07-16 04:55:40 -07:00 |
Hike Danakian
|
b647362bf6
|
Automatically filter pins on load, and misc event-search fixes.
|
2013-07-16 04:53:26 -07:00 |
Hike Danakian
|
2fd4270823
|
More graceful handling of date fields.
|
2013-07-15 22:48:19 -07:00 |
Hike Danakian
|
5ec0f1804d
|
Bug 893631 - Events search UI improvements
|
2013-07-15 19:23:49 -07:00 |
Dale Karp
|
02a73dd07b
|
0.1.9
|
2013-07-12 15:03:47 -04:00 |
Dale Karp
|
a27b8b1df0
|
0.1.8
|
2013-07-12 15:03:04 -04:00 |
Dale Karp
|
523905d3c8
|
Merge pull request #14 from daleee/893031-login-on-events-broken
[bug 893031] Fixing Login on events page
|
2013-07-12 12:00:37 -07:00 |
Dale Karp
|
681dc113d5
|
[bug 893031] Fixing Login on events page
|
2013-07-12 14:59:38 -04:00 |
Dale Karp
|
f7e8afd181
|
Merge pull request #13 from daleee/886476-fix-number-pin-styling
[bug 886476] Centre text in event markers
|
2013-07-12 10:01:01 -07:00 |
Dale Karp
|
41767a85d2
|
[bug 886476] Centre text in event markers
|
2013-07-12 12:56:17 -04:00 |
Dale Karp
|
3ecdd89b63
|
Merge pull request #12 from daleee/886480-centre-world-view
[bug 886480] Centre World View
|
2013-07-11 07:53:40 -07:00 |
Dale Karp
|
e379eed6ff
|
[bug 886480] Centre World View
|
2013-07-11 10:51:59 -04:00 |
Dale Karp
|
9a06685534
|
0.1.7
|
2013-07-10 15:08:54 -04:00 |
Dale Karp
|
3f59eaa889
|
Merge pull request #11 from daleee/891043-canada-events-look-like-us
[bug 891043] Fix event markers being off when zoomed out
|
2013-07-10 12:07:21 -07:00 |
Dale Karp
|
84ffaca136
|
[bug 891043] Fix event markers being off when zoomed out
|
2013-07-10 14:36:57 -04:00 |
Dale Karp
|
c07184ad46
|
Merge pull request #10 from daleee/890872-prompt-to-save
[bug 890872] Prompt users to sign in to save events
|
2013-07-10 08:24:35 -07:00 |
Dale Karp
|
07e42ecbfb
|
[bug 890872] Prompt users to sign in to save events
|
2013-07-10 10:53:49 -04:00 |
Dale Karp
|
22c8f6d0a9
|
0.1.6
|
2013-06-24 13:08:05 -04:00 |
Hike Danakian
|
9142bda4e6
|
Bug 886307 - Layout template using head block for CSS
|
2013-06-24 07:55:01 -07:00 |
Jon Buckley
|
4d9b054efe
|
0.1.5
|
2013-06-21 19:41:20 -04:00 |
Hike Danakian
|
f502a43c03
|
improve responsive event-create form media query
|
2013-06-19 19:20:06 -07:00 |
Hike Danakian
|
4de145583c
|
fix ui-append icon spacing issues
|
2013-06-19 18:41:34 -07:00 |
Hike Danakian
|
690d997002
|
moved .ui-append higher in events.less
|
2013-06-19 17:34:55 -07:00 |
Hike Danakian
|
46492c4727
|
fix input-box breakage in events#map due to changes in ui-append class
|
2013-06-19 16:48:23 -07:00 |
Hike Danakian
|
b7294311bb
|
Bug 884550 - Fix UI details on Events buttons
|
2013-06-19 16:40:26 -07:00 |
Hike Danakian
|
b920c755a1
|
Fix map-popup text alignment and background color.
Partially resolves bug #884556 (https://bugzilla.mozilla.org/show_bug.cgi?id=884556).
* do not justify text. Should be aligned left.
* background should be white
|
2013-06-19 15:50:03 -07:00 |
Hike Danakian
|
ab32475789
|
Re-added event-description markdown filter with 'safe' to avoid double-escapes.
Relevant to bugzilla #884644 (https://bugzilla.mozilla.org/show_bug.cgi?id=884644).
|
2013-06-19 15:37:07 -07:00 |
Hike Danakian
|
3e57eeb3b5
|
Minor event-details sidebar style/UI tweaks.
|
2013-06-19 15:29:43 -07:00 |
Hike Danakian
|
923e8d88bf
|
Improved handling of missing picture/registerLink in event-details view.
|
2013-06-19 14:36:40 -07:00 |
Hike Danakian
|
44d6c2a968
|
Implemented event-details style changes outlined in bugzilla #884557.
* Sign up button should not be blue. Make it green, to match buttons on the homepage. #3FB58E
* Sign up button should be 50px high with matching >
|
2013-06-19 14:22:11 -07:00 |
Matthew Schranz
|
e8aae74ee1
|
0.1.4
|
2013-06-19 16:05:14 -04:00 |
Matthew Schranz
|
9c7b64fbb3
|
No Bug - Fix default zoom setting to occur inside user accepting callback
|
2013-06-19 16:04:59 -04:00 |
Hike Danakian
|
d6cdf1276d
|
Reduced map pin number size to 15px.
|
2013-06-19 11:53:25 -07:00 |
Jon Buckley
|
2b2c25c023
|
0.1.3
|
2013-06-18 22:33:23 -04:00 |
Jon Buckley
|
e83c54aa25
|
Bug 884644 - Remove markdown output filter
|
2013-06-18 22:33:16 -04:00 |
Jon Buckley
|
1da9523251
|
Bug 884644 - Remove extraneous escape filters
|
2013-06-18 22:32:10 -04:00 |
Jon Buckley
|
8738caac7c
|
0.1.2
|
2013-06-18 22:11:20 -04:00 |
Jon Buckley
|
b09bf30050
|
Update to nunjucks v0.1.9
|
2013-06-18 22:10:52 -04:00 |
Matthew Schranz
|
61afc25d74
|
0.1.1
|
2013-06-18 20:37:03 -04:00 |
Hike Danakian
|
8da57e4fe1
|
Merge pull request #9 from k88hudson/fixlinkbtn
Requesting a pull to mozilla:master from k88hudson:fixlinkbtn
|
2013-06-18 16:43:10 -07:00 |
Kate Hudson
|
7c6dc2eb5e
|
Fix link button
|
2013-06-18 18:52:00 -04:00 |
Matthew Schranz
|
b024e538df
|
Fix Bug 884357 - Have sign up event button on a higher zindex to prevent description overlaying it on small screens
|
2013-06-18 16:48:56 -04:00 |