Commit Graph

173 Commits

Author SHA1 Message Date
echarp 01ae744c7b Orgas filtering can now use the near scope 2017-09-17 23:43:04 +02:00
echarp 950728ae50 Quick correction, filter region stored in session was not used... 2017-09-17 18:41:05 +02:00
echarp 5a672589bc Region filtering should now work with countries and their sub regions 2017-09-17 18:25:34 +02:00
echarp fd1c11265b Latest active_admin version should work with adl.
But waiting for ruby > 2.1 in production...
2017-07-28 00:35:14 +02:00
echarp 4e3055ada3 The region filter is now set in the user's session 2017-07-14 17:50:13 +02:00
echarp c2a47847a2 Organisation types can be associated to regions now 2017-07-06 16:00:36 +02:00
echarp 1de8e3ef14 Links to filter on region do not use the "all" value anymore 2017-07-06 14:45:20 +02:00
echarp b7beb0b5fa Organisations counter per kind can also filtered by selected region 2017-07-02 15:40:13 +02:00
echarp 491287ed01 Statistics only display data for the selected region 2017-07-02 14:13:09 +02:00
echarp 208fe78178 Stats can be filtered using the regions selector at the top 2017-07-02 13:28:10 +02:00
echarp 87e63d0f34 Slightly cleaner code 2017-05-29 22:18:04 +02:00
echarp d69a3f8f06 New organisation is set using the url region 2017-05-27 18:57:30 +02:00
echarp fcc80d891b The region selection, when creating/editing events and orgas, done using radio buttons.
This should let the project evolve to a multi country one.

Refs #63
2017-05-27 17:46:01 +02:00
echarp 45722dc224 SPAM removal will not send an email or version data 2017-05-06 15:46:22 +02:00
echarp 082e0a307f Bundle update and subsequent cleaning up related to the new rubocop version 2017-04-22 20:01:47 +02:00
echarp 628392093e Better tag cloud display 2016-12-17 22:54:29 +01:00
echarp 5b3228dae8 Webshims and select2 removed, replaced with straight rails datetime select and jquery tags input 2016-12-17 16:59:11 +01:00
echarp d25e133b13 Organisations can also be searched using near/distance filters 2016-10-28 11:48:44 +02:00
echarp 28f6f7f4f4 Bundle update 2016-10-15 16:39:15 +02:00
echarp f82369a9f8 Latest rubocop 2016-09-19 16:35:19 +02:00
echarp a2dc4144e7 Better management of a textual reason when destroying moderated events 2016-09-17 19:41:29 +02:00
echarp 0cc86601d0 The parameter that can be used to have future *and* past events in the rss feed is renamed to `future` 2016-09-11 22:50:03 +02:00
echarp 0fbdf39922 Merge branch 'all_events_rss' into 'master'
events: allow rss feeds to show all events

RSS feeds can be easily parsed and hence can be used to populate program for
events with the proper tags. By adding the 'showall=true' to the query string,
it is possible to see all events corresponding to the requested criteria in
the RSS feed, whether past or future and more than 20.

Signed-off-by: Geneviève Bastien <gbastien@versatic.net>

See merge request !1
2016-09-11 19:22:01 +02:00
echarp cb474960f0 The rejection reason is better managed 2016-09-11 19:13:10 +02:00
echarp dfc18d452d Merge branch 'recurrent' 2016-09-11 17:47:39 +02:00
echarp 2026213536 It is now possible to create repeat events, which will be automatically created during moderation 2016-09-11 17:40:49 +02:00
Geneviève Bastien ec406e5c07 events: allow rss feeds to show all events
RSS feeds can be easily parsed and hence can be used to populate program for
events with the proper tags. By adding the 'showall=true' to the query string,
it is possible to see all events corresponding to the requested criteria in
the RSS feed, whether past or future and more than 20.

Signed-off-by: Geneviève Bastien <gbastien@versatic.net>
2016-09-02 21:44:43 -04:00
echarp 9c55f58254 Organisations with no tags do not disturb the form anymore 2016-06-25 18:47:08 +02:00
echarp 6a7895095e Event refusals was not properly sent to the submitter 2016-05-21 12:03:05 +02:00
echarp 0a57efcbc9 Removed iframe layout, which was not necessary 2016-04-17 15:34:04 +02:00
echarp 50f429784c Some advances to maps, and translations. Refs #71 2016-04-17 14:07:39 +02:00
echarp 88ec02e006 Quick correction, to render the correct number of organisations. Refs #71 2016-04-16 23:34:22 +02:00
echarp f02c0b10f2 Organisations are now also displayed on the map. Refs #71 2016-04-16 23:08:03 +02:00
echarp 77ba9032d3 Organisations can now have a detailed place name and address, plus a specific geocoded localisation. Refs #71 2016-04-09 16:06:22 +02:00
echarp fcb2bd409e Bundle update 2016-03-27 14:34:34 +02:00
echarp 9700a88109 It is now possible to limit events near some location. Refs #70 2016-03-12 16:15:17 +01:00
echarp 55b5545a0f Tags organisation is factorised 2016-02-20 16:53:54 +01:00
echarp 1b8de3ee35 Bundle update 2016-02-13 17:24:23 +01:00
echarp f980b60145 Better protection against spam 2016-01-26 15:31:03 +01:00
echarp b14eec0488 Putting protection on some organisations, so that spammers have less access... 2016-01-26 15:09:33 +01:00
echarp 1a0e09213a Quick correction on the rss feed, ordering by id and limited to 20 elements 2016-01-10 23:41:03 +01:00
echarp b0fe24ca4b It is now possible to follow events' and organisations' versions. Refs #15 2016-01-10 01:10:22 +01:00
echarp 8b1e967e35 Diaspora field added to all organisations. Refs #28 2016-01-07 22:20:09 +01:00
echarp 454d74c831 It is now possible to associate tags to organisations. Refs #21 2016-01-04 00:49:52 +01:00
echarp 79cb273d2c It is now possible to filter organisations by region. Refs #11 2015-12-27 16:12:27 +01:00
echarp 6981b9a3ea Default organisations' sort order now set on last updated at, descending. 2015-12-27 15:51:25 +01:00
echarp 0b3db18477 Only a moderator can delete an organisation 2015-12-27 12:56:33 +01:00
echarp 389064915f Optimisation on database fetches for the organisations listing 2015-12-27 01:36:04 +01:00
echarp 436baff927 Redirection to moderation after an organisation's removal 2015-12-27 00:41:47 +01:00
echarp c94df24dc8 Coming back to the global moderation page after orga's validation. Refs #18 2015-12-27 00:17:09 +01:00