Zed. The source code to build a world.

Markers

Table of Contents

api.php 5
controllers/builder.php 1
controllers/header.php 1
controllers/home.php 1
controllers/story.php 1
Engines/Entities/EntitiesRepository.php 1
Engines/Settings/Setting.php 2
Engines/Templates/Smarty/Plugins/modifier.text2html.php 2
includes/api/api_helpers.php 1
includes/auth/UserPasswordAuthentication.php 1
includes/core.php 1
includes/login.php 1
includes/SmartLine/ZedCommands.php 2
includes/travel/travel.php 1
index.php 1
Models/Content/File.php 2
Models/Geo/Location.php 7
Models/Messages/Message.php 1
Models/Objects/Content.php 3
Models/Objects/Ship.php 1
Models/Profile/ProfileComment.php 1

api.php

Type Line Description
TODO 60 offer documentation instead
TODO 104 offer documentation instead
TODO 108 web authenticate
TODO 164 handle relative moves
TODO 225 offer documentation instead

builder.php

Type Line Description
TODO 39 create a build.xml document to set what's buildable, and by who

header.php

Type Line Description
TODO 29 this is a potentially very intensive SQL query

home.php

Type Line Description
TODO 76 Dojo loading here is currently a kludge, as dojo is required by

story.php

Type Line Description
TODO 61 add code here to handle actions defined in choices

EntitiesRepository.php

Type Line Description
TODO 32 Switch mixed to Entity

Setting.php

Type Line Description
TODO 209 Consume $this->object from the engine targets, not from the globals
TODO 82 Create a targets property in Settings, then use $settings->targets[$this->object]

modifier.text2html.php

Type Line Description
TODO 29 handle www.
TODO 30 Relative links for current domain

api_helpers.php

Type Line Description
TODO 91 test this

UserPasswordAuthentication.php

Type Line Description
TODO 79 replace this by a salted MD5 or better, by another algo.

core.php

Type Line Description
TODO 530 find a way to detect https:// on non standard port

login.php

Type Line Description
TODO 93 $reply->message could be rather long and won't fit in the UI

ZedCommands.php

Type Line Description
TODO 117 allow .goto global local (e.g. .goto B0001001 T2C3)
TODO 117 determine if we allow rewrite rules to bypass can_travel rules

travel.php

Type Line Description
TODO 137 From B00001002, goto C1 doesn't work. Alias seems ignored.

index.php

Type Line Description
TODO 133 returns a prettier 404 page

File.php

Type Line Description
TODO 227 add H.264 extension
TODO 247 set contents chmod in config

Location.php

Type Line Description
TODO 43 Initialize $point3D from $body or $ship own locations
TODO 43 Improve documentation (especially magic properties)
TODO 97 Improve local location handling
TODO 244 Handle alias
TODO 309 Create a better set of rules to define when 2 locations are equal.
TODO 125 handle $local in a better way: from the global location, gets
TODO 312 create a better set of rules to define when 2 locations are equal.

Message.php

Type Line Description
TODO 171 triggers new message notifier

Content.php

Type Line Description
TODO 62 remove dbc temporary limitations (cf. /do.php upload_content and infra)
TODO 62 create a class Location and move location fields there
TODO 62 validate SQL schema and add in config.php TABLE_CONTENT tables

Ship.php

Type Line Description
TODO 241 Completes location global e.g. B00001 -> B00001003

ProfileComment.php

Type Line Description
TODO 135 Add events on publish

Search results