Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Benjamin Graillot
scripts
Commits
d2388a84
Commit
d2388a84
authored
May 03, 2013
by
Pauline Pommeret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Wiki/PagePublique] ça marche mieux avec \xe9
parent
39810ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wiki/patches/moin1.9.2-categoriepagepublique.patch
wiki/patches/moin1.9.2-categoriepagepublique.patch
+1
-1
No files found.
wiki/patches/moin1.9.2-categoriepagepublique.patch
View file @
d2388a84
...
...
@@ -74,7 +74,7 @@
+### HACK SAUVAGE 5/5
+def is_page_public(request):
+ ## On recherche si la page est publique
+ return u'Cat
é
goriePagePublique' in request.page.getCategories(request)
+ return u'Cat
\xe9
goriePagePublique' in request.page.getCategories(request)
+### FIN HACK 5/5
--- a/MoinMoin/Page.py 2010-02-28 16:28:45.000000000 +0100
+++ b/MoinMoin/Page.py 2010-06-03 18:07:14.000000000 +0200
...
...
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