Commit Graph

16 Commits

Author SHA1 Message Date
Romain Neutron
ea7523f1db Merge branch '3.8'
Conflicts:
	lib/Alchemy/Phrasea/Controller/Admin/Publications.php
	lib/Alchemy/Phrasea/Controller/Admin/TaskManager.php
	lib/Alchemy/Phrasea/Controller/Api/V1.php
	lib/Alchemy/Phrasea/Controller/Lightbox.php
	lib/Alchemy/Phrasea/Controller/Permalink.php
	lib/Alchemy/Phrasea/Controller/Prod/Feed.php
	lib/Alchemy/Phrasea/Controller/Prod/Order.php
	lib/Alchemy/Phrasea/Controller/Prod/Push.php
	lib/Alchemy/Phrasea/Controller/Prod/Share.php
	lib/Alchemy/Phrasea/Controller/Root/Login.php
	lib/Alchemy/Phrasea/Controller/Root/RSSFeeds.php
	lib/Alchemy/Phrasea/Controller/Root/Session.php
	lib/Alchemy/Phrasea/Controller/Setup.php
	lib/Alchemy/Phrasea/Core/CLIProvider/LessBuilderServiceProvider.php
	lib/Alchemy/Phrasea/Core/Provider/ORMServiceProvider.php
	lib/Alchemy/Phrasea/Core/Provider/TaskManagerServiceProvider.php
	lib/classes/Feed/Entry/Item.php
	lib/classes/record/adapter.php
	lib/classes/task/Scheduler.php
	lib/classes/task/manager.php
	lib/classes/task/period/RecordMover.php
	lib/classes/task/period/archive.php
	lib/classes/task/period/cindexer.php
	lib/classes/task/period/ftp.php
	lib/classes/task/period/ftpPull.php
	lib/classes/task/period/subdef.php
	lib/classes/task/period/writemeta.php
	tests/Alchemy/Tests/Phrasea/Border/ManagerTest.php
	tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php
	tests/classes/Feed/Entry/Feed_Entry_ItemTest.php
	tests/classes/PhraseanetPHPUnitAbstract.php
2013-10-31 14:01:44 +01:00
Romain Neutron
9b471fdf76 Fix CS 2013-10-31 11:53:30 +01:00
Romain Neutron
e1db81baae Declare report controllers as services, remove "call" methods 2013-10-30 19:01:31 +01:00
Nicolas Le Goff
e07c57d409 Move updateClientInfos functioon to Session_Logger 2013-08-22 10:57:24 +02:00
Romain Neutron
4161ef2e31 Use url generator everywhere 2013-06-13 09:44:16 +02:00
Romain Neutron
6053f91388 Update report to use new auth system 2013-05-29 14:22:52 +02:00
Nicolas Le Goff
d1a5e32d03 Fix indent && remove use of double quotes && refactor set limit code 2013-02-15 14:50:36 +01:00
Nicolas Le Goff
3655deb384 Access to report requires authentication 2013-02-15 14:10:59 +01:00
Nicolas Le Goff
22c7f34049 Split Report/Root controller collection in multiple Controller Collections 2013-02-15 13:42:44 +01:00
Nicolas Le Goff
69ee75368a Fix CS 2013-02-15 12:16:21 +01:00
Nicolas Le Goff
dadd1ff478 Add doc blocks 2013-02-15 12:15:38 +01:00
Nicolas Le Goff
1e97436008 Fix tests
Fix  && add test for json dashboard controller

Fix date formatting issue
2013-02-15 12:00:10 +01:00
Nicolas Le Goff
1ce259cc7e Add export_csv controller && allow possibilty to get dashboard from in json format 2013-02-14 20:12:37 +01:00
Nicolas Le Goff
6718d284c7 Add Slash controller 2013-02-14 17:03:16 +01:00
Nicolas Le Goff
2a93a7739f Add binding to report routes 2013-02-14 16:43:56 +01:00
Nicolas Le Goff
b796e11b40 Refactor reports into silex controllers
Refactor reports into silex controllers
2013-02-14 16:39:23 +01:00