Commit Graph

990 Commits

Author SHA1 Message Date
Paulo Henrique de Lima Santana 9b2039f5f8 Send emails to moderators when orgas are manipuleted 2016-10-28 14:11:27 -02:00
Paulo Henrique de Lima Santana 14251ffcef Translation to new filter function 2016-10-28 13:43:05 -02:00
Paulo Henrique de Lima Santana 1d84ca51d6 Added pt-BR option 2016-10-28 13:15:13 -02:00
echarp 72c6bdb0e1 Updated asset file 2016-10-28 14:45:11 +02:00
echarp 778e44f12f Cleaner URL when using the filter form 2016-10-28 14:35:27 +02:00
echarp d25e133b13 Organisations can also be searched using near/distance filters 2016-10-28 11:48:44 +02:00
echarp 2010f200f3 Assets precompiled 2016-10-28 11:44:48 +02:00
echarp 79d69e4303 Some missing english translations 2016-10-28 11:42:08 +02:00
echarp c2926bd341 Bundle update 2016-10-28 11:39:29 +02:00
echarp 8347c6cf6a Merge branch 'master' of git.framasoft.org:agenda-libre/agenda-libre-ruby 2016-10-28 11:34:04 +02:00
echarp 2d79606e07 Merge branch 'filter' 2016-10-28 11:33:39 +02:00
echarp 40bfa440a6 A separate filter page lets users search more precisely for events or organisations, in different formats 2016-10-28 11:32:57 +02:00
echarp 9d4c75be03 Merge branch 'master' into 'master'
Translated files

Files in config/locales/  translated to portuguese (pt-BR).

Fix a problem in db/schema.rb
It did not allow to create a new base in mysql.

See merge request !3
2016-10-27 21:53:55 +02:00
Paulo Henrique de Lima Santana (phls) 54596ad582 Files to translate to portuguese 2016-10-27 17:41:57 -02:00
Paulo Santana 9af99f92cd Delete schema.rb 2016-10-27 21:11:05 +02:00
Paulo Henrique de Lima Santana (phls) a6781f3b99 Files to translate to portuguese 2016-10-27 17:08:55 -02:00
Paulo Henrique de Lima Santana fc49ad954f Files to translate to portuguese 2016-10-27 17:02:11 -02:00
Paulo Santana db413c6620 Update schema.rb 2016-10-26 01:05:51 +02:00
echarp b6666d33d9 Bundle update 2016-10-22 12:07:20 +02:00
echarp 414f2ab488 Multi day events and prev/next header links 2016-10-22 11:23:27 +02:00
echarp a57b376151 Separate page to manage a complete filter, presenting all available options 2016-10-21 13:46:32 +02:00
echarp bc81a2fb9c Event calendar better displayed on small screens: past events only visible when hovering over the current month 2016-10-20 23:46:54 +02:00
echarp ce956fcd11 Link added from organisation to its events 2016-10-19 14:31:00 +02:00
echarp d574b1624a Url sent in mails are now enclosed in angled brackets,
as recommended in RFC 3986 section C (ftp://ftp.rfc-editor.org/in-notes/rfc3986.txt)

Close #77
2016-10-18 23:28:18 +02:00
echarp 0b4f398f61 No more timezone referenced in ical. Should resolve #76 2016-10-18 15:52:56 +02:00
echarp aaaeb323bc Tags page better displayed 2016-10-18 15:37:03 +02:00
echarp e4797e474b Attempt to use protocol relative assets 2016-10-17 14:16:25 +02:00
echarp 56019f33d6 Required piwik configuration 2016-10-17 12:32:06 +02:00
echarp c664c180c1 We can now trace visitors using piwik 2016-10-17 12:21:23 +02:00
echarp 28f6f7f4f4 Bundle update 2016-10-15 16:39:15 +02:00
echarp b007fb1e5a Type corrigée 2016-10-03 10:12:03 +02:00
echarp 924a8da52d Migration to latest devise 2016-09-19 22:56:02 +02:00
echarp f144d0c5b1 Migration to latest devise 2016-09-19 21:58:56 +02:00
echarp 3ede62cf6e Migration to latest devise 2016-09-19 21:58:50 +02:00
echarp f82369a9f8 Latest rubocop 2016-09-19 16:35:19 +02:00
echarp 576974bca4 The ice cube translation was overdoing it, with some errors 2016-09-18 21:29:35 +02:00
echarp bb267cecd3 Older has_scope version, required because production's ruby is too old 2016-09-17 22:53:02 +02:00
echarp 572ab44e2b Removal of compass, which was used to support older browsers 2016-09-17 22:45:32 +02:00
echarp a2dc4144e7 Better management of a textual reason when destroying moderated events 2016-09-17 19:41:29 +02:00
echarp 19d8cb73f9 Quick correction 2016-09-17 18:22:26 +02:00
echarp 9b58ce5480 Bundle update 2016-09-17 17:32:53 +02:00
echarp 3069dced13 It is now possible to repeat events using a new méthod: nth day of the month 2016-09-17 17:19:41 +02:00
echarp ab195d28ae Tags selector back in place 2016-09-12 00:12:24 +02:00
echarp 68f1a50d81 Bundle update, partial 2016-09-11 23:53:39 +02:00
echarp c27b292879 Fewer mails sent to the submitter 2016-09-11 23:53:09 +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 620c08f095 Merge branch 'master' of git.framasoft.org:agenda-libre/agenda-libre-ruby 2016-09-11 22:03:26 +02:00
echarp 25d262a57e Precompiled assets 2016-09-11 22:03:09 +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