- 12 Aug, 2013 1 commit
-
-
mattl authored
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.
-
- 16 Jul, 2013 2 commits
-
-
Joshua Wise authored
This change escapes a parameter in Local_group::setNickname(). Review of the code paths that call this function sanitize the parameter higher up the stack, but it's escaped here to prevent mistakes later. Note that nickname parameters are normally alphanum strings, so there's not much danger in double-escaping them.
-
Joshua Wise authored
This change escapes a parameter in Local_group::setNickname(). Review of the code paths that call this function sanitize the parameter higher up the stack, but it's escaped here to prevent mistakes later. Note that nickname parameters are normally alphanum strings, so there's not much danger in double-escaping them.
-
- 22 Aug, 2011 1 commit
-
-
Evan Prodromou authored
-
- 29 Jul, 2010 1 commit
-
-
Siebrand Mazeland authored
* mark strings for translation * add FIXME for unclear/confusing message
-
- 25 Feb, 2010 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files.
-