Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
ff2bd273
Commit
ff2bd273
authored
Aug 08, 2014
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure slapos_rss folder
parent
7ddd3af0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
4 deletions
+30
-4
master/bt5/slapos_web/PathTemplateItem/web_site_module/hosting/feed.xml
...pos_web/PathTemplateItem/web_site_module/hosting/feed.xml
+1
-1
master/bt5/slapos_web/RegisteredSkinSelectionTemplateItem/registered_skin_selection.xml
...edSkinSelectionTemplateItem/registered_skin_selection.xml
+4
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss.xml
...5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss.xml
+21
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Base_generateRssRestrictedAccessTokenFromJS.xml
...b_hosting/Base_generateRssRestrictedAccessTokenFromJS.xml
+2
-2
master/bt5/slapos_web/bt/revision
master/bt5/slapos_web/bt/revision
+1
-1
master/bt5/slapos_web/bt/template_registered_skin_selection_list
...bt5/slapos_web/bt/template_registered_skin_selection_list
+1
-0
No files found.
master/bt5/slapos_web/PathTemplateItem/web_site_module/hosting/
my_rss_
feed.xml
→
master/bt5/slapos_web/PathTemplateItem/web_site_module/hosting/feed.xml
View file @
ff2bd273
...
...
@@ -83,7 +83,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_rss_
feed
</string>
</value>
<value>
<string>
feed
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
...
...
master/bt5/slapos_web/RegisteredSkinSelectionTemplateItem/registered_skin_selection.xml
View file @
ff2bd273
...
...
@@ -11,6 +11,10 @@
<skin_folder>
erp5_xhtml_style
</skin_folder>
<skin_selection>
Hosting
</skin_selection>
</skin_folder_selection>
<skin_folder_selection>
<skin_folder>
slapos_rss
</skin_folder>
<skin_selection>
RSS
</skin_selection>
</skin_folder_selection>
<skin_folder_selection>
<skin_folder>
vifib_hosting
</skin_folder>
<skin_selection>
Hosting
</skin_selection>
...
...
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss.xml
View file @
ff2bd273
...
...
@@ -6,12 +6,33 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
business_template_skin_layer_priority
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
float
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
business_template_skin_layer_priority
</string>
</key>
<value>
<float>
81.0
</float>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
slapos_rss
</string>
</value>
...
...
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Base_generateRssRestrictedAccessTokenFromJS.xml
View file @
ff2bd273
...
...
@@ -58,7 +58,7 @@ portal = context.getPortalObject()\n
person = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
\n
web_site = context.getWebSiteValue()\n
request_url = "%s/%s" % (web_site.absolute_url(), "
my_rss_
feed")\n
request_url = "%s/%s" % (web_site.absolute_url(), "feed")\n
\n
# XXX - Cannot search in catalog with parameter url_string\n
access_token = None\n
...
...
@@ -82,7 +82,7 @@ if access_token is None:\n
\n
url = "%s/%s?portal_skin=RSS&access_token=%s&access_token_secret=%s" % (\n
web_site.absolute_url(),\n
"
my_rss_
feed",\n
"feed",\n
access_token.getId(),\n
access_token.getReference())\n
\n
...
...
master/bt5/slapos_web/bt/revision
View file @
ff2bd273
62
\ No newline at end of file
63
\ No newline at end of file
master/bt5/slapos_web/bt/template_registered_skin_selection_list
View file @
ff2bd273
erp5_jquery | Hosting
erp5_km_theme | Hosting
erp5_xhtml_style | Hosting
slapos_rss | RSS
vifib_hosting | Hosting
vifib_hosting_theme | Hosting
vifib_jauks_theme | Hosting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment