Commit Graph

5 Commits

Author SHA1 Message Date
Mikael Nordfeldth
1a9a8ea730 staticGet for sub-Managed_DataObject classes now calls parent
The parent class for our database objects, Managed_DataObject, has a
dynamically assigned class in staticGet which objects get put into,
leaving us with less code to do the same thing.

We will probably have to move away from the DB_DataObject 'staticGet'
call as it is nowadays deprecated.
2013-08-12 19:46:44 +02:00
Evan Prodromou
9ca3c3d1c3 move core schema to class files 2011-08-22 17:52:02 -04:00
Evan Prodromou
4d29ca0b91 static method for getting best URL shortening service 2010-04-26 02:37:41 -04:00
Evan Prodromou
1e21af42a6 add more URL-shortening options to othersettings 2010-04-26 02:01:11 -04:00
Evan Prodromou
d259c37ad2 Add User_urlshortener_prefs
Add a table for URL shortener prefs, a corresponding class, and the
correct mumbo-jumbo in statusnet.ini to make everything work.
2010-04-24 13:40:10 -04:00