]> gitweb.michael.orlitzky.com - mailshears.git/history - lib/common/roundcube_plugin.rb
lib: replace two PG::Connection.connect with PG::Connection.new.
[mailshears.git] / lib / common / roundcube_plugin.rb
2020-07-25 Michael Orlitzkylib: replace two PG::Connection.connect with PG::Connec...
2015-11-08 Michael OrlitzkyWrap all close() calls in "ensure" blocks and simplify...
2015-11-08 Michael OrlitzkyDocument everything with YARD and fix some bugs along...
2015-11-04 Michael OrlitzkyStop pretending that we'll ever work with another DBMS.
2015-11-02 Michael OrlitzkyClean up user/domain describing in the plugins.
2015-11-02 Michael OrlitzkyOverhaul everything to get consistent error reports.
2014-01-05 Michael OrlitzkyMake list_users() methods public in several plugins.
2014-01-04 Michael OrlitzkyReplace 'account' with 'user' everywhere.
2013-10-07 Michael OrlitzkyPass a Configuration object to each plugin's initialize().
2013-10-06 Michael OrlitzkyRename PostfixadminDb, RoundcubeDb without the Db suffix.