Commit Graph

24 Commits (09d3720187e29a84859bd53df2394f1b615fee04)

Author SHA1 Message Date
Iglocska 09d3720187 new: Added correlations to the freetext feed preview 2016-10-08 10:25:30 +02:00
Iglocska 9d4403ff3e fix: Resolved several issues with error handling in the new feed system 2016-10-07 20:08:57 +02:00
Iglocska 9649c608b4 fix: Various fixes to the feed system
- allow users to override the IDS flags and keep all attributes pulled from a freetext feed IDS = off
- UI changes
- fix to a bug that caused already deleted attributes to be counted as existing ones
2016-10-07 18:27:13 +02:00
Iglocska a6cb34e4a3 fix: Added missing initialisation of the synctool 2016-10-07 17:36:46 +02:00
Iglocska 503661a240 new: First implementation of the freetext feed pull 2016-10-07 17:33:54 +02:00
iglocska 822b0bf8fa chg: Cleanup of the controllers and models
- removed incorrect, useless boiler plate comments
- kept useful comments intact
- added some missing line breaks to make the codebase a bit more uniform
- removed some obviously obsolete TODO comments
2016-08-25 11:38:37 +02:00
iglocska 7b6604de5b chg: Added the tracking to all queued jobs 2016-08-15 16:30:37 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
Andreas Ziegler 7cadf8340c remove space after unset before opening brace 2016-06-04 15:45:57 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska f08ec04426 new: Enable/disable feed via API
- simply POST to /feeds/enable/feed_id or /feeds/disable/feed_id to enable and disable a feed
2016-05-26 01:39:31 +02:00
Iglocska 5d86ea11be Feed didn't respect the enabled flag
- if a feed was disabled a site admin could still pull the contents
2016-03-09 02:44:01 +01:00
Iglocska 79e41da383 First version of Feed system ready
- tied into background processes
2016-03-09 02:31:55 +01:00
Iglocska 8e8de0d258 Added default feeds 2016-03-09 01:34:02 +01:00
Iglocska 3845c7442a Correctly assign tag / sharing group to event fetched from feed 2016-03-09 00:44:09 +01:00
Iglocska fe3a94d3d1 New fields added
- set the distribution and sharing group of a feed
  - will set all events received to the appropriate setting

- set a tag that should be applied by default to the events received from the feed
2016-03-08 23:27:53 +01:00
Iglocska f767ddaec6 Added downloading of an event from the index, better error handling 2016-03-07 03:26:55 +01:00
Iglocska 7a20704f36 Preview Event implemented 2016-03-07 02:23:37 +01:00
Iglocska 03e19f6db0 Preview the index of a feed 2016-03-06 23:24:03 +01:00
Iglocska e176540bd3 Merge branch '2.4' into feature/feeds
Conflicts:
	app/Model/Attribute.php
2016-03-05 23:24:01 +01:00
Iglocska bebdde03e7 Further progress 2016-03-04 14:56:56 +01:00
Iglocska 255c65942e Further progress on the feeds 2016-02-29 22:32:04 +01:00
Iglocska 9cb796b394 Work in progress on the feeds 2016-02-28 22:54:09 +01:00