| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2008/09/01 18:44:33 | 233 | 233 | dpavlin | DBI lowercase columns so we do same for accessors |
| 2008/08/31 11:54:40 | 231 | 231 | dpavlin | Added action SearchLDAP which replace old dump and enables us to issue search requests directly to upstream LDAP to check it's current data |
| 2008/06/27 19:31:49 | 229 | 229 | dpavlin | A3C::LDAP::Server now function as full-featured LDAP relay server - move code from bin/ldap-server.pl to A3C::LDAP::Server - save cache of ldap searches (currently for debugging only, but I can envision falling back to cache if upstream server is unavailable) - added ability to fork server in background (used in tests) |
| 2008/06/27 19:09:13 | 228 | 228 | dpavlin | unbless blessed variables before dumping them to JSON |
| 2008/06/27 17:53:30 | 227 | 227 | dpavlin | Added dir to specify directory in application's var/ in which cache files will go. |
| 2008/06/22 14:55:55 | 220 | 220 | dpavlin | display duration of SQL query |
| 2008/06/22 14:41:23 | 219 | 219 | dpavlin | exctract cache handling code to A3C::Cache |
| 2008/06/20 21:49:16 | 216 | 216 | dpavlin | put cache all over the place and simplify it |
| 2008/06/20 20:44:18 | 213 | 213 | dpavlin | add cache to Strix for performance reasons |
| 2008/06/19 21:24:26 | 208 | 208 | dpavlin | another round of re-factoring - re-organize LDAP-related pages under /ldap with new view A3C::View::LDAP - move record multi-value support into A3C::Record - document multi-value solution which started it all |
| 2008/06/17 21:27:31 | 193 | 193 | dpavlin | - implement FIFO pool of dbh connections to strix - rename sitemap to sites which is more correct |
| 2008/06/17 14:28:10 | 191 | 191 | dpavlin | added has_sites to StrixInstace which returns collection of all StrixSite for that instance |
| 2008/06/17 14:27:00 | 190 | 190 | dpavlin | added StrixSite local model to hold all strix sites |
| 2008/06/16 16:48:16 | 174 | 174 | dpavlin | big rename of StrixSite to StrixInstance, added sitemap and layout rename creates huge diff, which is rather unfortunate, but we needed to get terminology stright: sites are part of strix instances Copied from /lib/A3C/Model/StrixSite.pm:139 Copied from /lib/A3C/Model/StrixSiteSelection.pm:158 Copied from /t/00-model-StrixSite.t:151 |
| 2008/06/16 12:44:57 | 169 | 169 | dpavlin | create site navigation from categories and multi-static pages |
| 2008/06/15 23:59:51 | 168 | 168 | dpavlin | added category and layout methods |
| 2008/06/15 17:47:39 | 162 | 162 | dpavlin | added encoding to A3C::SQL so we can connect to databases which doesn't have default UTF-8 encoding (like strix doesn't) |
| 2008/06/15 16:11:17 | 161 | 161 | dpavlin | Send SQL query to any strix site (possibly over ssh tunnel) |
| 2008/06/15 14:40:50 | 159 | 159 | dpavlin | added _column_names accessor to A3C::SQL |
| 2008/06/03 19:31:36 | 151 | 151 | dpavlin | and other required fields to make test ACTUALLY pass :-\ |