Changeset 2abac73 in indico
- Timestamp:
- 10/05/10 14:19:40 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- b37548
- Parents:
- c411e0
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (10/05/10 14:18:35)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (10/05/10 14:19:40)
- Location:
- indico/MaKaC
- Files:
-
- 2 edited
-
plugins/base.py (modified) (1 diff)
-
webinterface/rh/categoryDisplay.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/base.py
r4bb4bd r2abac73 51 51 def getRHMap(self): 52 52 # Replace with the real dict obtained while exploring the directories 53 return {'algo': ' indico.MaKaC.webinterface.rh.welcome.RHWelcome'}53 return {'algo': 'MaKaC.webinterface.rh.welcome.RHWelcome'} 54 54 55 55 def getGlobalPluginOptions(self): -
indico/MaKaC/webinterface/rh/categoryDisplay.py
rfd6f61 r2abac73 404 404 405 405 def setValues(c, confData): 406 from indico.MaKaC.webinterface.common.tools import escape_tags_short_url406 from MaKaC.webinterface.common.tools import escape_tags_short_url 407 407 c.setTitle( confData["title"] ) 408 408 c.setDescription( confData["description"] )
Note: See TracChangeset
for help on using the changeset viewer.
