Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
so we can easily set up our framework to run Schema setup before we have a core database to load a live config from.
|
|
db/statusnet.sql or db/statusnet_pg.sql
|
|
|
|
are often not very descriptive like "No such table" without saying which table. :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter a table. This lets us skip those where we end up trying to change unsupported features.
|
|
|
|
|
|
|
|
avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)
|
|
without a good audit trail)
|
|
Add a redirect action that merely redirects to another action
Redirect /api to /doc/api so users don't get the "lame" "No such user" error message
|
|
|
|
|
|
|
|
|
|
Doesn't clear all possible cached entries, but this should get the ones that matter most: lookups by id, nickname, and alias. This should ensure that if a group name gets reused as a new group or alias, it should work properly.
There are some user-visible areas that aren't clear such as the 'top groups' lists on the GroupsAction sidebar; if a deleted group appears in those lists it'll go away within an hour when the cached query expires.
|
|
|
|
|
|
|
|
|
|
|