Changeset 810c1b in indico
- Timestamp:
- 08/31/11 12:13:06 (21 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 3f1603
- Parents:
- 818f12
- File:
-
- 1 edited
-
bin/migration/migrate_0.97_0.98.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bin/migration/migrate_0.97_0.98.py
r386382 r810c1b 273 273 274 274 def runLangToGB(dbi, withRBDB): 275 """ 276 Replacing en_US with en_GB. 277 """ 275 278 avatars = AvatarHolder().getList() 276 279 for av in avatars: … … 280 283 281 284 def runMakoMigration(dbi, withRBDB): 285 """ 286 Installing new TPLs for meeting/lecture styles 287 """ 282 288 cdmr = displayMgr.ConfDisplayMgrRegistery() 283 289 info = HelperMaKaCInfo().getMaKaCInfoInstance() … … 301 307 302 308 def runPluginOptionsRoomGUIDs(dbi, withRBDB): 309 """ 310 Modifying Room GUIDs 311 """ 303 312 ph = PluginsHolder() 304 313 opt = ph.getPluginType('Collaboration').getPlugin('WebcastRequest').getOption('webcastCapableRooms')
Note: See TracChangeset
for help on using the changeset viewer.
