Ignore:
Timestamp:
02/20/12 16:27:19 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • [Client] Moved pages in subtree of rft/, allowing controllers next to them.
  • [Client] Created questions page, gives overview and allows adding.
  • [Client] Page controllers inherit from _Page, because the previous mechanism w

asn't working.

  • [Client] Added new user registration.
  • [Server] Changed user passwords to passwordHash/passwordSalt combination.
  • [Server] Added simple object marshalling and unmarshalling to preserve types.
  • [Server] Added ResearchToolObjectInterface? with static create() method. Implemented for all model classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/server/rdfConstants.php

    r271 r274  
    3030define('UID',SURVEYTOOL_PREDICATES_NAMESPACE . 'uid');
    3131define('EMAIL',SURVEYTOOL_PREDICATES_NAMESPACE . 'email');
    32 define('PASSWORD',SURVEYTOOL_PREDICATES_NAMESPACE . 'password');
     32define('PASSWORDHASH',SURVEYTOOL_PREDICATES_NAMESPACE . 'passwordHash');
     33define('PASSWORDSALT',SURVEYTOOL_PREDICATES_NAMESPACE . 'passwordSalt');
    3334define('CREATOR',SURVEYTOOL_PREDICATES_NAMESPACE . 'creator');
    3435define('TITLE',SURVEYTOOL_PREDICATES_NAMESPACE . 'title');
Note: See TracChangeset for help on using the changeset viewer.