Ignore:
Timestamp:
11/24/12 18:13:18 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Small issues for db name, widgets, startup.

Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/data/.htaccess

    r410 r414  
    11RewriteEngine on
    2 RewriteRule couch/(.*) http://localhost:5984/rft/$1 [P,QSA]
    3 RewriteRule elastic http://localhost:9200/rft/_search [P,QSA]
     2RewriteRule couch/(.*) http://localhost:5984/qed/$1 [P,QSA]
     3RewriteRule elastic http://localhost:9200/qed/_search [P,QSA]
Note: See TracChangeset for help on using the changeset viewer.