Enable the 'wspta' module and default settings.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 4 Jun 2011 21:37:06 +0000 (23:37 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 9 Aug 2011 22:45:11 +0000 (00:45 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/xorg.php
configs/platal.ini

index ec7aee9..cec21a6 100644 (file)
@@ -28,7 +28,8 @@ class Xorg extends Platal
                             'profile', 'register', 'search', 'stats', 'admin',
                             'newsletter', 'axletter', 'epletter', 'bandeau', 'survey',
                             'fusionax', 'gadgets', 'googleapps', 'poison',
-                            'openid', 'reminder', 'api', 'urlshortener', 'deltaten', 'geoloc');
+                            'openid', 'reminder', 'api', 'urlshortener', 'deltaten',
+                            'geoloc', 'ptawebservice');
     }
 
     public function find_hook()
index 658f728..95ba757 100644 (file)
@@ -467,6 +467,14 @@ payed_list = ""
 event_lists = ""
 
 
+; The PTA section contains parameters about the 'RSPTA' webservice
+[PTA]
+
+; $globals->pta->max_result_per_query
+; Maximum number of results returned in an API response.
+max_result_per_query = 10;
+
+
 ; The merge section contains parameters about the merge's state.
 [Merge]